Commit Graph

15 Commits

Author SHA1 Message Date
LagoLunatic e9f82ff359 Add custom build rule for material display lists with image addresses in them 2024-11-01 19:32:15 -04:00
LagoLunatic c836c5ca1f Use FALSE macro in asserts, remove JUT_PANIC macro 2024-06-22 10:10:07 -04:00
LagoLunatic 0d66571e86 Fix JUT_ASSERT to use double defines
We know JUT_ASSERT originally had double defines because defines such as NULL and ARRAY_SIZE are expanded in assertion strings, as discovered by Jasper:
https://godbolt.org/z/PvqsG9asb
2024-06-22 09:54:20 -04:00
LagoLunatic 64dd688ddd Make JUT_ASSERT macro more accurate
(COND) == 0 and !(COND) both only match sometimes, but (void)((COND) || ...) seems to work all the time.
2024-03-09 17:05:34 -05:00
LagoLunatic ec3f7f0198 misc minor cleanup (indentation, offset comments, etc) 2023-12-19 21:29:37 -05:00
Jcw87 c4862c0028 JAudio 2023-12-17 21:02:52 -08:00
LagoLunatic 7e360ed3ca c_m2d match, add JUT_ASSERT_FLOAT 2023-10-18 23:29:27 -04:00
TakaRikka 037525684d d_a_obj_barrier mostly done 2023-09-25 01:45:13 -07:00
Jcw87 12ddfa5d00 JUTAssert, JUTConsole, JUTException (#63)
* JUTAssert

* JUTConsole

* JUTException
2023-09-20 21:07:19 -07:00
Jcw87 9ff000b74c JKRDisposer, JKRHeap (#37)
* JKRDisposer

* JKRHeap
2023-09-15 18:36:01 -04:00
Jasper St. Pierre 3ec5a9e493 c_xyz closer 2023-09-10 10:26:48 -07:00
TakaRikka 4e79a1757d d_save mostly done 2023-09-10 00:51:02 -07:00
Jasper St. Pierre f945d95281 JUTAssert: simplify assert 2023-09-09 23:02:40 -07:00
Jasper St. Pierre 32f62c1402 f_op matches 2023-09-09 23:00:31 -07:00
Luke Street adb95b135c Import project
Original repository: https://github.com/encounter/ww
2023-09-10 00:48:55 -04:00