1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 12:33:17 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Ted John
8b79ededd9 Fix #4164: Keep on crashing on OpenRCT2 0.0.5
Caused by 	hrow; instead of 	hrow Exception() when the image table is too large.
2016-07-24 11:37:42 +01:00
Ted John
b6b8ce18f0 Fix #4062: Crash when unable to allocate image table
Check if realloc succeeded.
2016-07-13 19:57:14 +01:00
Ted John
3d291b027a load objects with larger than expected image data 2016-07-09 01:28:48 +01:00
Ted John
8ce9a66286 add better object read error logging 2016-07-08 22:58:38 +01:00
Ted John
1b4079536d try to read objects with bad image tables 2016-07-08 22:58:38 +01:00
Ted John
28ae0cbee6 add image table reading 2016-07-08 22:58:38 +01:00
Ted John
463e88583d prepare new object classes with EntranceObject 2016-07-08 22:58:38 +01:00