Commit Graph

13 Commits

Author SHA1 Message Date
LagoLunatic f690b92d28 Add camera mWork union; also fix clang union handling
Union members with non-trivial ctors/dtors is undefined behavior and clangd normally throws a fit and refuses to parse the whole union, but it seems to be possible to ifdef the problematic ctors out for non-mwerks compilers and explicitly tell modern compilers to use the defaults instead. Thanks to encounter for this fix.
2025-05-07 01:19:23 -04:00
LagoLunatic 8509a38a8e Cleanup 2025-03-10 21:17:59 -04:00
LagoLunatic a25d2651de Move sqrtf to std:: namespace 2024-08-08 14:55:57 -04:00
Jasper St. Pierre dba13917e3 build fix 2024-07-13 22:31:08 -07:00
Jasper St. Pierre e4024253ab d_particle work 2024-07-13 20:38:12 -07:00
LagoLunatic aad93dbfb4 clean up c_xyz to not use fake inlines 2024-06-30 11:18:02 -04:00
LagoLunatic 8f371a7c1b d_door 100%, weak order not matching 2024-06-30 11:14:10 -04:00
TakaRikka 5773ee904c reorganize MSL_C/Runtime files. wip, notmatching 2023-12-27 21:07:21 -08:00
LagoLunatic 5bfb7b1823 d_jnt_hit OK 2023-12-22 13:57:27 -05:00
LagoLunatic 18d1ef98ff d_a_npc_md work 2023-12-07 15:45:07 -05:00
Jasper St. Pierre 98da19dfac d_a_sea start 2023-11-18 19:54:18 -08:00
LagoLunatic a983a848c1 Clean up cXyz inlines copied from TP 2023-10-21 01:12:59 -04:00
Luke Street adb95b135c Import project
Original repository: https://github.com/encounter/ww
2023-09-10 00:48:55 -04:00