1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00
Commit Graph

22 Commits

Author SHA1 Message Date
Ted John
5f41e3a0eb add function and line info to guards 2016-07-16 14:17:36 +01:00
Michał Janiszewski
a6d0e6916e Fix function definitions to match their declarations
This makes sure every function is properly declared, which includes
proper `extern` wrappers.
2016-07-14 14:11:49 +02:00
Ted John
0a5ce82632 log warnings and information as verbose 2016-07-10 16:34:54 +01:00
Ted John
ce878723d7 add helper methods for object entry names 2016-07-09 15:29:04 +01:00
Ted John
3c64010fe1 Make Console::Error::WriteLine formattable 2016-07-09 15:02:05 +01:00
Ted John
8c2393f5c5 don't export invalid objects 2016-07-09 14:52:56 +01:00
Ted John
72f7f0f329 refactor object factory loading 2016-07-08 22:58:38 +01:00
Ted John
8ce9a66286 add better object read error logging 2016-07-08 22:58:38 +01:00
Ted John
09782e980c implement saving of objects and fix other bugs 2016-07-08 22:58:38 +01:00
Ted John
6d80f2bc79 handle object load exceptions 2016-07-08 22:58:38 +01:00
Ted John
25af7d346c add water object loading 2016-07-08 22:58:38 +01:00
Ted John
6912c537bb add scenery group object loading 2016-07-08 22:58:38 +01:00
Ted John
a07bbc6bce add banner object loading 2016-07-08 22:58:38 +01:00
Ted John
54f50c1f20 add wall object loading 2016-07-08 22:58:38 +01:00
Ted John
958dfa6623 add large scenery object loading 2016-07-08 22:58:38 +01:00
Ted John
2c02412f98 add ride object loading 2016-07-08 22:58:38 +01:00
Ted John
daa5a0c506 add small scenery object 2016-07-08 22:58:38 +01:00
Ted John
7e206d1a85 add path item object 2016-07-08 22:58:38 +01:00
Ted John
90923fbb43 add footpath objects 2016-07-08 22:58:38 +01:00
Ted John
78e15b1d56 start getting object loading working 2016-07-08 22:58:38 +01:00
Ted John
e93b2141a1 save object details to repository file 2016-07-08 22:58:38 +01:00
Ted John
2449b7dbf0 add reading of entrance objects 2016-07-08 22:58:38 +01:00