Commit Graph

4910 Commits

Author SHA1 Message Date
gary 7038e34132 [ox/std] Add write(Writer_c, StringView)
(synced from d17f536832)
2023-02-13 21:35:37 -06:00
gary d17f536832 [ox/std] Add write(Writer_c, StringView) 2023-02-13 21:35:37 -06:00
gary 2ea46c3cff [ox/std] Fix ox::join to work with list types that done have a front function
(synced from b6ed919b01)
2023-02-13 19:08:46 -06:00
gary b6ed919b01 [ox/std] Fix ox::join to work with list types that done have a front function 2023-02-13 19:08:46 -06:00
gary 94a78fcc67 [ox/std] Add test for UUID::generate() and fix bug
(synced from 777a6d54f0)
2023-02-13 19:08:04 -06:00
gary 777a6d54f0 [ox/std] Add test for UUID::generate() and fix bug 2023-02-13 19:08:04 -06:00
gary 86a3bf1248 [nostalgia] Make assets loadable through UUID references 2023-02-13 19:00:25 -06:00
gary c7aca9e558 [ox/std] Fix BString(StringView) constructor
(synced from a96d173fdc)
2023-02-12 22:30:28 -06:00
gary a96d173fdc [ox/std] Fix BString(StringView) constructor 2023-02-12 22:30:28 -06:00
gary 5e43eff631 [nostalgia] Add UUID to file path mapping 2023-02-12 22:13:32 -06:00
gary 73c9d56a79 [ox/fs] Add error messgae to PassthroughFS::statPath
(synced from ba7ee92ad2)
2023-02-12 21:45:18 -06:00
gary ba7ee92ad2 [ox/fs] Add error messgae to PassthroughFS::statPath 2023-02-12 21:45:18 -06:00
gary d332ce9951 [ox/std] Fix BString == and != operators
(synced from 6d4c57d37d)
2023-02-12 21:14:16 -06:00
gary 6d4c57d37d [ox/std] Fix BString == and != operators 2023-02-12 21:14:16 -06:00
gary bf7411bed2 [ox/std] Add UUID str conv test and fix bugs found
(synced from 54eebf81da)
2023-02-12 20:38:29 -06:00
gary 54eebf81da [ox/std] Add UUID str conv test and fix bugs found 2023-02-12 20:38:29 -06:00
gary 1b7b6e306e [nostalgia] Add support for asset UUID headers 2023-02-12 00:02:41 -06:00
gary a248ae80d4 [ox/std] Add UUID fromString
(synced from 2b821b73ff)
2023-02-12 00:02:07 -06:00
gary 2b821b73ff [ox/std] Add UUID fromString 2023-02-12 00:02:07 -06:00
gary 42d7e94dbc [ox/claw] Add non-ox::Buffer version of readClaw function
(synced from e19559d7a7)
2023-02-11 23:59:37 -06:00
gary e19559d7a7 [ox/claw] Add non-ox::Buffer version of readClaw function 2023-02-11 23:59:37 -06:00
gary 0cc20c0f31 [ox/preloader] clang-tidy fix
(synced from af3de01e1b)
2023-02-11 23:56:03 -06:00
gary af3de01e1b [ox/preloader] clang-tidy fix 2023-02-11 23:56:03 -06:00
gary 49f428213d [ox/std] Fix BString assign and compare
(synced from 9561a68483)
2023-02-11 02:32:24 -06:00
gary 9561a68483 [ox/std] Fix BString assign and compare 2023-02-11 02:32:24 -06:00
gary 08899074cf [nostalgia/studio] Add Module types to Project TypeStore 2023-02-09 01:21:12 -06:00
gary dd0f99cc1e [ox/std] Add tests for UUID int to hex str conversion
(synced from 86f639c7f7)
2023-02-08 21:40:29 -06:00
gary 86f639c7f7 [ox/std] Add tests for UUID int to hex str conversion 2023-02-08 21:40:29 -06:00
gary 014daa6b57 [nostalgia/core/userland] Fix magic numbers 2023-02-08 21:37:25 -06:00
gary 58d9916949 [ox/std] Add UUID implementation
(synced from 4f906f6e47)
2023-02-08 21:37:17 -06:00
gary 4f906f6e47 [ox/std] Add UUID implementation 2023-02-08 21:37:17 -06:00
gary 3b05d4e16b [nostalgia] Add type registration to Module, fix FileAddress conversion in vectors for nost-pack 2023-02-08 03:06:57 -06:00
gary 704990e896 [ox/model] Fix ModelUnion to copy type on copy and move
(synced from dba31d2cd9)
2023-02-07 23:19:18 -06:00
gary dba31d2cd9 [ox/model] Fix ModelUnion to copy type on copy and move 2023-02-07 23:19:18 -06:00
gary 8077aaf0ae [nostalgia] Fill out basic Scene system functionality 2023-02-07 23:17:58 -06:00
gary e688d33e39 [ox/std] Make ox::min/max use values instead of refs for integrals, add CommonRefWith
(synced from eb55144211)
2023-02-07 01:35:50 -06:00
gary eb55144211 [ox/std] Make ox::min/max use values instead of refs for integrals, add CommonRefWith 2023-02-07 01:35:50 -06:00
gary 55b3838143 [ox/std] Fix alignment of Optional's buffer
(synced from 5de5eee215)
2023-02-07 01:33:30 -06:00
gary 5de5eee215 [ox/std] Fix alignment of Optional's buffer 2023-02-07 01:33:30 -06:00
gary 49eb0a7bee [ox/std] Fix String to StringView compare
(synced from d571d49cce)
2023-02-07 01:30:59 -06:00
gary d571d49cce [ox/std] Fix String to StringView compare 2023-02-07 01:30:59 -06:00
gary aa7c4c2609 [ox/std] Fix Optional
(synced from 6769bb63d9)
2023-02-06 22:43:30 -06:00
gary 6769bb63d9 [ox/std] Fix Optional 2023-02-06 22:43:30 -06:00
gary b064239ab1 [nostalgia] Remove World package 2023-02-06 00:18:16 -06:00
gary 24ea7fee39 [nostalgia] Update liccor file 2023-02-06 00:17:24 -06:00
gary 8a4ce3c8f1 [nostalgia/foundation] Fix CMake install 2023-02-05 02:25:22 -06:00
gary 371d1c334a [ox/std] Add StringView split and find functions
(synced from 3c9e6d10ea)
2023-02-05 00:33:27 -06:00
gary 3c9e6d10ea [ox/std] Add StringView split and find functions 2023-02-05 00:33:27 -06:00
gary 4b9b70a90e [nostalgia] Remove .trace.json 2023-02-04 16:57:28 -06:00
gary 4ddf7a88c9 [nostalgia/foundation] Make transformRule include type params in type id 2023-02-03 23:13:51 -06:00