Commit Graph

27 Commits

Author SHA1 Message Date
Ted John 25bc798ff8 Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00
Gymnasiast b6750c96c4 Change order of includes
[ci skip]
2017-01-01 22:22:20 +01:00
Gymnasiast 33c41456bf Move C header to 'extern C' block 2017-01-01 22:13:31 +01:00
Gymnasiast 2ef9078945 Put braces on separate line 2017-01-01 21:11:04 +01:00
Gymnasiast fd046a592c Sort includes 2017-01-01 21:10:06 +01:00
Gymnasiast f60148c374 Enable boosters when loading vehicle 2017-01-01 21:06:54 +01:00
Michael Steenbeek 736437aa6e Allow 3 cars per train on the Rocket cars 2016-11-16 13:25:37 +00:00
Michał Janiszewski 3f7fd56328 Remove trailing whitespace in sources 2016-11-13 20:32:55 +01:00
Michał Janiszewski 9fed68bf6f Merge OBJ_STRING_ID enums into one 2016-11-13 20:31:19 +01:00
Duncan b4ca0c3508 Fix #4415: Rides that change colours each train were incorrectly loaded causing all same colour
Mistake caused by new object loader not reproducing legacy technique used to indicate that a ride is a change colour each train type.
2016-09-12 20:11:43 +01:00
Ted John edb4a4a822 fix get capacity string for vehicles 2016-07-11 22:50:55 +01:00
Ted John 4bf9748143 fix drawing of object preview
We can't use dpi->width and dpi->height as they only define the clip region, not the viewport
2016-07-11 22:09:15 +01:00
Ted John c672cb920b read ride objects field by field
This will help with x64 port
2016-07-08 22:58:38 +01:00
Ted John 2824224710 use overridden object strings 2016-07-08 22:58:38 +01:00
Ted John 42ad4ddfd1 fix minor errors 2016-07-08 22:58:38 +01:00
Ted John 52928e1e08 protect objects against invalid allocation ids 2016-07-08 22:58:38 +01:00
Ted John 7124143b89 do more cleanup of old object code 2016-07-08 22:58:38 +01:00
Ted John faf1f08b7f fix loading object via console 2016-07-08 22:58:38 +01:00
Ted John 2cade7dd13 add object property validation 2016-07-08 22:58:38 +01:00
Ted John ebcbb085d2 add ride previews 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 db304cdfcb fix filtering on object selection 2016-07-08 22:58:38 +01:00
Ted John 602a3d4775 do not free non allocated array 2016-07-08 22:58:38 +01:00
Ted John a0d8b9ccbf handle empty string tables 2016-07-08 22:58:38 +01:00
Ted John 1af6242381 Fix GCC by not naming field same as type 2016-07-08 22:58:38 +01:00
Ted John 2c02412f98 add ride object loading 2016-07-08 22:58:38 +01:00