|
2b821b73ff
|
[ox/std] Add UUID fromString
|
2023-02-12 00:02:07 -06:00 |
|
|
e19559d7a7
|
[ox/claw] Add non-ox::Buffer version of readClaw function
|
2023-02-11 23:59:37 -06:00 |
|
|
af3de01e1b
|
[ox/preloader] clang-tidy fix
|
2023-02-11 23:56:03 -06:00 |
|
|
9561a68483
|
[ox/std] Fix BString assign and compare
|
2023-02-11 02:32:24 -06:00 |
|
|
08899074cf
|
[nostalgia/studio] Add Module types to Project TypeStore
|
2023-02-09 01:21:12 -06:00 |
|
|
86f639c7f7
|
[ox/std] Add tests for UUID int to hex str conversion
|
2023-02-08 21:40:29 -06:00 |
|
|
014daa6b57
|
[nostalgia/core/userland] Fix magic numbers
|
2023-02-08 21:37:25 -06:00 |
|
|
4f906f6e47
|
[ox/std] Add UUID implementation
|
2023-02-08 21:37:17 -06:00 |
|
|
3b05d4e16b
|
[nostalgia] Add type registration to Module, fix FileAddress conversion in vectors for nost-pack
|
2023-02-08 03:06:57 -06:00 |
|
|
dba31d2cd9
|
[ox/model] Fix ModelUnion to copy type on copy and move
|
2023-02-07 23:19:18 -06:00 |
|
|
8077aaf0ae
|
[nostalgia] Fill out basic Scene system functionality
|
2023-02-07 23:17:58 -06:00 |
|
|
eb55144211
|
[ox/std] Make ox::min/max use values instead of refs for integrals, add CommonRefWith
|
2023-02-07 01:35:50 -06:00 |
|
|
5de5eee215
|
[ox/std] Fix alignment of Optional's buffer
|
2023-02-07 01:33:30 -06:00 |
|
|
d571d49cce
|
[ox/std] Fix String to StringView compare
|
2023-02-07 01:30:59 -06:00 |
|
|
6769bb63d9
|
[ox/std] Fix Optional
|
2023-02-06 22:43:30 -06:00 |
|
|
b064239ab1
|
[nostalgia] Remove World package
|
2023-02-06 00:18:16 -06:00 |
|
|
24ea7fee39
|
[nostalgia] Update liccor file
|
2023-02-06 00:17:24 -06:00 |
|
|
8a4ce3c8f1
|
[nostalgia/foundation] Fix CMake install
|
2023-02-05 02:25:22 -06:00 |
|
|
3c9e6d10ea
|
[ox/std] Add StringView split and find functions
|
2023-02-05 00:33:27 -06:00 |
|
|
4b9b70a90e
|
[nostalgia] Remove .trace.json
|
2023-02-04 16:57:28 -06:00 |
|
|
4ddf7a88c9
|
[nostalgia/foundation] Make transformRule include type params in type id
|
2023-02-03 23:13:51 -06:00 |
|
|
78798f69af
|
[nostalgia] Add module for Scene
|
2023-02-03 23:07:31 -06:00 |
|
|
ccf47c0e4b
|
[nostalgia/core] Cleanup typeconv.hpp
|
2023-02-03 22:32:43 -06:00 |
|
|
05a46c3b07
|
[nostalgia] Move pack transforms to modules
|
2023-02-03 22:16:01 -06:00 |
|
|
b1b2780eb9
|
[ox] GBA fixes
|
2023-02-03 21:56:30 -06:00 |
|
|
535480ef26
|
[nostalgia/toos/pack] Cleanup
|
2023-02-03 02:04:33 -06:00 |
|
|
26a1f2e4ad
|
[ox/fs] Add error message to an error
|
2023-02-03 02:02:57 -06:00 |
|
|
8bcffc73ff
|
[nostalgia/tools/pack] Fix nost-pack to pass in proper Context
|
2023-02-03 01:54:56 -06:00 |
|
|
7868b0678f
|
[nostalgia] Split part of Core out into Foundation, add module system
|
2023-02-03 00:55:44 -06:00 |
|
|
83589287bc
|
[ox/model] Add default type params arg to buildTypeId
|
2023-02-03 00:22:11 -06:00 |
|
|
cd28fee8fd
|
[nostalgia/player] Add PC controls and Bullock integration
|
2023-02-01 22:50:08 -06:00 |
|
|
231f460668
|
[nostalgia/core] Cleanup
|
2023-02-01 22:46:18 -06:00 |
|
|
09d30acd7b
|
[nostalgia/studio] Add Bullock integration
|
2023-02-01 22:44:11 -06:00 |
|
|
fea6a0764c
|
[nostalgia/studio] Cleanup
|
2023-02-01 22:43:50 -06:00 |
|
|
fad8837ad1
|
[nostalgia/tools/pack] Add Bullock integration and cleanup FS access
|
2023-02-01 22:41:04 -06:00 |
|
|
1cc3549d00
|
[nostalgia/core/userland] Fix sprite location wrapping
|
2023-02-01 21:01:20 -06:00 |
|
|
4bcef4bd35
|
[nostalgia/core/userland] Add support for multiple sprite size/shapes
|
2023-02-01 02:07:55 -06:00 |
|
|
17cb40c0ec
|
[ox/model] Add type name and version functions overload option
|
2023-01-30 23:13:07 -06:00 |
|
|
838187797a
|
[ox/fs] Fix a log message's channel
|
2023-01-27 01:34:43 -06:00 |
|
|
1aceeebd5d
|
[nostalgia/core/gba] Update for Ox FS changes
|
2023-01-27 00:01:14 -06:00 |
|
|
1cfa594c92
|
[ox/fs] Wrap overloaded virtual functions in FileSystem
|
2023-01-27 00:00:35 -06:00 |
|
|
94cb2e982a
|
[ox] Add logconn for Bullock logging
|
2023-01-25 02:08:52 -06:00 |
|
|
e1fa48ea2f
|
[ox/model] Fix FieldCounter to count CString fields
|
2023-01-25 00:21:23 -06:00 |
|
|
4cb6992178
|
[ox/std] Add Vector::emplace
|
2023-01-14 19:42:17 -06:00 |
|
|
5fa614ab83
|
[nostalgia/sample_project] Add Studio logo source to sample_project
|
2023-01-03 03:40:59 -06:00 |
|
|
7a4fbd1160
|
[gbastartup] Correct enabled languages in CMake
|
2023-01-03 03:39:53 -06:00 |
|
|
bb643bce42
|
[nostalgia] Add implementation of single tile sprites on OpenGL
|
2023-01-03 03:37:51 -06:00 |
|
|
cf6c05f4c6
|
[nostalgia/tools/pack] Fix for a non-compliant implementation of fstream
|
2023-01-03 03:33:54 -06:00 |
|
|
497bbc1a17
|
[nostalgia/studio] Update for new String beginsWith API
|
2023-01-03 03:32:16 -06:00 |
|
|
3cd638737a
|
[ox] Update more C strings to StringViews
|
2023-01-03 03:31:22 -06:00 |
|