1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 19:43:06 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
Ted John
f31bf03ee9 Refactor LanguagePack to interface / implementation
This reduces the required amount of includes and definitions necessary in LanguagePack.h and having to declare private signatures twice.
2016-09-20 12:29:38 +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
793e83779f handle RCT2 language encoding properly 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
f6d6d93580 fix highlight object in object selection 2016-07-08 22:58:38 +01:00
Ted John
995bbffb84 trim string entries 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
Ted John
463e88583d prepare new object classes with EntranceObject 2016-07-08 22:58:38 +01:00