Commit Graph

4910 Commits

Author SHA1 Message Date
gary 3e95bc0842 [ox/model] Update style for ModelHandlerAdaptor 2026-01-27 23:09:53 -06:00
gary 10d60e2c2a [ox] Cleanup MetalClawWriter and FieldBitmapWriter
(synced from 58e19fad48)
2026-01-27 23:05:03 -06:00
gary 58e19fad48 [ox] Cleanup MetalClawWriter and FieldBitmapWriter 2026-01-27 23:05:03 -06:00
gary e69315382d [ox/std] Fix is_integer_v
(synced from a3a56b24e8)
2026-01-27 23:03:07 -06:00
gary a3a56b24e8 [ox/std] Fix is_integer_v 2026-01-27 23:03:07 -06:00
gary a4143a8dea [ox] Remove some unnecessary const_casts
(synced from 7681830ca6)
2026-01-27 23:01:36 -06:00
gary 7681830ca6 [ox] Remove some unnecessary const_casts 2026-01-27 23:01:36 -06:00
gary 73c088b061 [ox/mc] Cleanup, fix possible overflow bug
(synced from 46a7331754)
2026-01-26 00:55:55 -06:00
gary 46a7331754 [ox/mc] Cleanup, fix possible overflow bug 2026-01-26 00:55:55 -06:00
gary 39f1a9b3bf [ox/std] Add remove_pointer_t alias
(synced from 56c19ad2a6)
2026-01-26 00:46:12 -06:00
gary 56c19ad2a6 [ox/std] Add remove_pointer_t alias 2026-01-26 00:46:12 -06:00
gary 8f5d5cb1cd [ox/mc] Cleanup
(synced from c6ecadf9a8)
2026-01-26 00:21:16 -06:00
gary c6ecadf9a8 [ox/mc] Cleanup 2026-01-26 00:21:16 -06:00
gary d5bf3f20fc [ox] Cleanup
(synced from 2ed469f2dd)
2026-01-25 23:58:46 -06:00
gary 2ed469f2dd [ox] Cleanup 2026-01-25 23:58:46 -06:00
gary d4c83017dc [ox] Cleanup
(synced from 53aea9731d)
2026-01-25 23:46:54 -06:00
gary 53aea9731d [ox] Cleanup 2026-01-25 23:46:54 -06:00
gary 28ad13f453 [ox] Cleanup
(synced from 0e028ff653)
2026-01-25 22:05:49 -06:00
gary 0e028ff653 [ox] Cleanup 2026-01-25 22:05:49 -06:00
gary 5cfcc54acc [ox] Remove oxExpect macro
(synced from 07688a2c29)
2026-01-25 21:52:26 -06:00
gary 07688a2c29 [ox] Remove oxExpect macro 2026-01-25 21:52:26 -06:00
gary 9ce4d3f8c7 [keel,nostalgia/gfx] Minor cleanup of tests 2026-01-25 21:51:10 -06:00
gary e6613bf533 [ox] Update formatting in recently edited files
(synced from 4aa8255c55)
2026-01-25 21:26:44 -06:00
gary 4aa8255c55 [ox] Update formatting in recently edited files 2026-01-25 21:26:44 -06:00
gary bfdfc10425 [nostalgia/gfx] Update panic 2026-01-25 21:11:54 -06:00
gary 199cc77a7d [ox] Change panic and assert to use std::source_location
(synced from cdd574d873)
2026-01-25 21:11:22 -06:00
gary cdd574d873 [ox] Change panic and assert to use std::source_location 2026-01-25 21:11:22 -06:00
gary 13b11ae71c [ox/model] Rename and fix isBString helpers
(synced from bc05bd12e5)
2026-01-25 02:06:14 -06:00
gary bc05bd12e5 [ox/model] Rename and fix isBString helpers 2026-01-25 02:06:14 -06:00
gary d9c462240a [ox] Remove enable_if
(synced from b754c66cf5)
2026-01-23 01:38:53 -06:00
gary b754c66cf5 [ox] Remove enable_if 2026-01-23 01:38:53 -06:00
gary 9c5808fa32 [ox/std] Slight optimization
(synced from 6a42303239)
2026-01-23 01:38:31 -06:00
gary 6a42303239 [ox/std] Slight optimization 2026-01-23 01:38:31 -06:00
gary 074c303057 [ox/std] Cleanup some enable_ifs
(synced from 7477ede222)
2026-01-21 23:35:19 -06:00
gary 7477ede222 [ox/std] Cleanup some enable_ifs 2026-01-21 23:35:19 -06:00
gary d2331f58d7 [ox/std] Add Union_c concept
(synced from 65e3153dda)
2026-01-21 23:35:02 -06:00
gary 65e3153dda [ox/std] Add Union_c concept 2026-01-21 23:35:02 -06:00
gary d48b24e8b8 [ox/std] Cleanup
(synced from 53a224cf8f)
2026-01-21 23:34:36 -06:00
gary 53a224cf8f [ox/std] Cleanup 2026-01-21 23:34:36 -06:00
gary 249c924d89 [ox/std] Fix writeItoa to work with max length 64 bit ints
(synced from 592e641ba9)
2026-01-21 23:28:13 -06:00
gary 592e641ba9 [ox/std] Fix writeItoa to work with max length 64 bit ints 2026-01-21 23:28:13 -06:00
gary afa7e53126 [ox] Update docs
(synced from 689da4a019)
2026-01-21 21:04:17 -06:00
gary 689da4a019 [ox] Update docs 2026-01-21 21:04:17 -06:00
gary bdf7755ee2 [nostalgia/developer-handbook] Update developer handbook 2026-01-21 21:03:47 -06:00
gary a0272a59a6 [ox/std] Remove excess char from intToStr return
(synced from 63f627377d)
2026-01-20 01:29:37 -06:00
gary 63f627377d [ox/std] Remove excess char from intToStr return 2026-01-20 01:29:37 -06:00
gary ff9002ad9a [nostalgia/developer-handbook] Update error handling section 2026-01-20 01:22:05 -06:00
gary 8719ebcde4 [ox] Update error handling docs
(synced from 4d0da022cf)
2026-01-20 00:47:51 -06:00
gary 4d0da022cf [ox] Update error handling docs 2026-01-20 00:47:51 -06:00
gary e793e62b0a [ox] Fix issues in String Types section of docs
(synced from 02332d99b5)
2026-01-20 00:26:38 -06:00