Commit Graph

4910 Commits

Author SHA1 Message Date
gary 9af8530e24 [ox/std] Cleanup 2023-04-02 09:42:49 -05:00
gary 1ce9a5bcbf [ox] Switch Mac to use builtin bit_cast
(synced from b8c0bbe03a)
2023-04-01 23:23:36 -05:00
gary b8c0bbe03a [ox] Switch Mac to use builtin bit_cast 2023-04-01 23:23:36 -05:00
gary a36a642cf5 [keel] Change Nostalgia media and preload headers to Keel 2023-04-01 20:29:24 -05:00
gary 834d01226d [keel] Cleanup 2023-04-01 20:18:16 -05:00
gary 651db7a842 [nostalgia] Fix pkg-gba to use uname -n instead of hostname 2023-04-01 19:52:03 -05:00
gary b56d3692d0 [keel] Make PreloadPtr 64 bit 2023-04-01 19:51:31 -05:00
gary 2a8f7e074f [keel] Fix PreloadPtr type id 2023-04-01 19:19:43 -05:00
gary bccc58c463 [keel] Fix variable name 2023-04-01 19:16:34 -05:00
gary 272aba8eb5 [nostalgia/sample_project] Change Nostalgia headers to Keel headers 2023-04-01 19:12:37 -05:00
gary ab7dd9189e [keel] Cleanup headers 2023-04-01 19:12:33 -05:00
gary 7beb3cc6fc [keel] Split out Nostalgia Foundation and Pack lib into Keel 2023-03-24 21:26:17 -05:00
gary 4a95a79926 [nostalgia/scene] ACTUALLY add Scene Studio module 2023-03-11 18:45:35 -06:00
gary 986ee3d7b0 [nostalgia/tools/pack] Fix build 2023-03-11 18:18:41 -06:00
gary ae9272841f [nostalgia] Add start for Scene editor in Studio 2023-03-11 16:59:26 -06:00
gary 821edaad3c [ox/oc] Fix unnecessary copy
(synced from 19d5641c6e)
2023-03-11 16:57:04 -06:00
gary 19d5641c6e [ox/oc] Fix unnecessary copy 2023-03-11 16:57:04 -06:00
gary eb37f39ce3 [ox/preloader] Cleanup NativePlatSpec
(synced from 21131a35a3)
2023-03-11 16:56:44 -06:00
gary 21131a35a3 [ox/preloader] Cleanup NativePlatSpec 2023-03-11 16:56:44 -06:00
gary cb1f99ec36 [ox/std] Add all_of and any_of range functions, cleanup
(synced from b58431c09a)
2023-03-11 16:46:17 -06:00
gary b58431c09a [ox/std] Add all_of and any_of range functions, cleanup 2023-03-11 16:46:17 -06:00
gary 488f73f60f [nostalgia/core/studio] Cleanup, make FrameBuffer resize use resizeInitFrameBuffer 2023-03-11 15:00:04 -06:00
gary a5547487f8 [nostalgia/glutils] Add resizeInitFrameBuffer function, cleanup inconsistent argument names 2023-03-11 14:53:55 -06:00
gary beaf479126 [ox/std] Add test for non-constexpr version of UUID::isNull()
(synced from 9583b223ca)
2023-03-04 16:12:51 -06:00
gary 9583b223ca [ox/std] Add test for non-constexpr version of UUID::isNull() 2023-03-04 16:12:51 -06:00
gary fc6a2b218d [ox/std] Updated UUID test for changed random num gen
(synced from aab02f25c0)
2023-03-04 02:49:52 -06:00
gary aab02f25c0 [ox/std] Updated UUID test for changed random num gen 2023-03-04 02:49:52 -06:00
gary c96ee6ce1d [ox/std] Add UUID::isNull()
(synced from c75ff7881f)
2023-03-03 23:24:38 -06:00
gary c75ff7881f [ox/std] Add UUID::isNull() 2023-03-03 23:24:38 -06:00
gary 3510e38ae5 [nostalgia/core] Rename userland to opengl 2023-03-03 01:13:38 -06:00
gary 0eafbad943 [ox/std] Shift away 4 lowest bits of random numbers generated in UUID,
as Xoroshiro128+ is apparently weaker for those bits

(synced from 06f6656c85)
2023-03-03 00:57:25 -06:00
gary 06f6656c85 [ox/std] Shift away 4 lowest bits of random numbers generated in UUID,
as Xoroshiro128+ is apparently weaker for those bits
2023-03-03 00:57:25 -06:00
gary b576a7ec12 [nostalgia/appmodules] Cleanup 2023-03-01 00:16:19 -06:00
gary 8c1ad5ed63 [nostalgia/foundation] Removed unused member from AssetContainer 2023-02-28 00:45:10 -06:00
gary e9965a63ce [nostalgia/tools/pack] Update for GbaPlatSpec for preloader cleanup 2023-02-25 22:25:43 -06:00
gary 4359961bf8 [ox/preloader] Cleanup
(synced from 317e714373)
2023-02-25 22:25:14 -06:00
gary 317e714373 [ox/preloader] Cleanup 2023-02-25 22:25:14 -06:00
gary 493fa70392 [ox/std] Fix various issues with Optional copy and move constructors
(synced from 1767821161)
2023-02-19 16:48:35 -06:00
gary 1767821161 [ox/std] Fix various issues with Optional copy and move constructors 2023-02-19 16:48:35 -06:00
gary 49edcdbd3d [ox/std] Make Optional more like std::optional
(synced from edd21017d3)
2023-02-19 01:40:29 -06:00
gary edd21017d3 [ox/std] Make Optional more like std::optional 2023-02-19 01:40:29 -06:00
gary 3d7ad79948 [ox/mc,oc] Add support for ox::Array serialization
(synced from 2e051f947d)
2023-02-18 17:07:14 -06:00
gary 2e051f947d [ox/mc,oc] Add support for ox::Array serialization 2023-02-18 17:07:14 -06:00
gary 58b7f813cc [nostalgia/core/studio] Make Edit Subsheet popup close on escape press 2023-02-18 00:52:49 -06:00
gary f4ff518ef7 [ox] Make UUID serializable, and make serialize as a string in OC
(synced from 762804905a)
2023-02-16 01:36:20 -06:00
gary 762804905a [ox] Make UUID serializable, and make serialize as a string in OC 2023-02-16 01:36:20 -06:00
gary b53e8626d7 [nostalgia/core/studio] Make TileSheets use UUIDs to refer to Palettes 2023-02-14 00:45:56 -06:00
gary 71354fcbbc [nostalgia] Fix the initialization of UUIDs for new assets 2023-02-13 23:16:41 -06:00
gary 044a87b1c4 [nostalgia/studio] Seed UUID generator at the start of Studio 2023-02-13 21:55:19 -06:00
gary 53229b05da [nostalgia] Fix to allow building UUID map later 2023-02-13 21:45:54 -06:00