Files
dusk/test
YourWishes 717902462b Fix fatal async asset load errors, remove unused event system
An async asset load failure crashed the whole game via errorThrow,
while the identical sync failure just logged and continued - a single
missing/corrupted asset could take down the process. assetUpdate now
handles the async error path the same way as sync (invoke onError,
keep running).

Also removes event.h/event.c and assetbatch, which existed only to
support multiple subscribers per asset event but had no real caller
that ever used more than one (assetbatch itself had zero callers
anywhere). Asset entries, uifullbox, and uiloading now use plain
single-callback + user-pointer fields instead of the generic
array-backed event_t.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-30 10:14:38 -05:00
..
2026-08-08 01:18:07 -05:00
2026-06-25 19:56:14 -05:00
2026-07-09 23:25:26 -05:00
2026-08-08 01:18:07 -05:00
2026-05-26 19:24:17 -05:00
2026-08-08 01:18:07 -05:00
2026-05-26 19:24:17 -05:00
2026-06-25 19:56:14 -05:00
2026-05-26 19:24:17 -05:00
2026-05-26 19:24:17 -05:00
2026-01-05 16:13:14 -06:00