Commit Graph

2386 Commits

Author SHA1 Message Date
Duncan Frost 8135cb11dc Fix peeps not using all bins 2015-02-08 10:47:46 +00:00
Duncan Frost c9040106bb Fix peeps not finding seats 2015-02-08 10:26:34 +00:00
Ted John cc668238b8 Merge pull request #749 from adrian17/top-toolbar-invalidate-refactor
[suggestion/RFC] Refactor placement of top toolbar widgets
2015-02-07 23:43:56 +00:00
Adrian Wielgosik 6380ce63d9 Make bottom toolbar panels bigger to hold longer date strings 2015-02-07 23:53:17 +01:00
Adrian Wielgosik c0b2c79aad Add widget ordering in editor top toolbar 2015-02-07 23:50:51 +01:00
Adrian Wielgosik cdc8642709 Add an artificial separator widget 2015-02-07 23:50:51 +01:00
Adrian Wielgosik dc4d14b16b Refactor placement of top toolbar items 2015-02-07 23:50:50 +01:00
Ted John 37675718af Merge pull request #755 from duncanspumpkin/palette
Added load_palette
2015-02-07 17:52:44 +00:00
Duncan Frost 0f6dd51736 Added load_palette. Labelled offset for paused and palette effect frame. Fixed fast moving water. 2015-02-07 17:40:20 +00:00
IntelOrca 55dcef13ad ensure only g1.dat exists, also allow title screen scenario to not exist 2015-02-06 23:15:11 +00:00
IntelOrca ce719ef086 fix fullscreen issues and add title music option 2015-02-06 22:35:08 +00:00
Ted John aad90f39ef Merge pull request #719 from IntelOrca/fullscreen-fixes
Fix fullscreen issues
2015-02-06 00:19:59 +00:00
IntelOrca 6d6db35688 add contributors file, comments at top of source files now redundant 2015-02-06 00:18:38 +00:00
Ted John 55da039f52 Merge pull request #746 from PFCKrutonium/develop
Fixed Cheat Strings
2015-02-06 00:07:38 +00:00
IntelOrca 71202b7c10 Now load / save scenario scores to user folder, fallback to install directory for loading. 2015-02-05 22:51:32 +00:00
Ted John cbe2bda2af Merge pull request #748 from duncanspumpkin/fix_747
Fix #747
2015-02-05 19:30:23 +00:00
Duncan Frost cf6f8c417c Fix #747 mistake caused by missing value 2015-02-05 18:22:04 +00:00
IntelOrca e4914085ad convert Windows-1252 to UTF8 where necessary, fixes #744 2015-02-05 17:34:51 +00:00
Krutonium bf3750652f Merge pull request #1 from PFCKrutonium/PFCKrutonium-Fixed-EnglishUS-Cheats
Fixed Cheat Strings
2015-02-04 18:32:51 -05:00
Krutonium e78f389c37 Fixed Cheat Strings 2015-02-04 18:30:51 -05:00
IntelOrca 4fc91adce2 fix error that occured when samples failed to load 2015-02-04 19:11:41 +00:00
IntelOrca f27c63e119 add more verbose logging 2015-02-04 17:44:39 +00:00
Ted John 9771ddec83 Merge pull request #741 from duncanspumpkin/display_missing_objects
Display all missing objects before failing
2015-02-03 20:28:50 +00:00
Duncan Frost e182d19358 Changed object_read_and_load_entries to try load all objects before failing. 2015-02-03 19:51:07 +00:00
Ted John ad60311943 Merge pull request #740 from duncanspumpkin/fix_738
Fix #738
2015-02-03 18:56:24 +00:00
Duncan Frost 22c6d500a6 Fix #738 ride name now copied into required address 2015-02-03 18:39:07 +00:00
Ted John 01781bed6c Merge pull request #735 from duncanspumpkin/track_refactor_s
Track Refactor
2015-02-02 22:16:21 +00:00
Duncan Frost 1fc525214d Refactor track_load. Relabeled address' 2015-02-02 18:52:50 +00:00
Duncan Frost fc8728aa9d Refactor of editor window. Added object_selection_close and load_selected_objects. Fix small display bugs. 2015-02-02 18:49:07 +00:00
Duncan Frost 186499c0eb Finished track_load_list. Requires refactor. 2015-02-02 18:44:19 +00:00
Duncan Frost b7470447e8 Refactor track_list using TD4 knowledge 2015-02-02 18:43:02 +00:00
Ted John 7a99ea784a Merge pull request #733 from duncanspumpkin/fix_731
Small Ride Window Fixes
2015-01-31 13:26:02 +00:00
Duncan Frost 25914fd8e2 Fix #732. Sprites were moved to invalid coordinates when closing rides with no exits. 2015-01-31 12:50:05 +00:00
Duncan Frost 9367ec8d05 Fix price throughout park not always working 2015-01-31 12:24:11 +00:00
Duncan Frost f6a0fcc255 Fix secondary price loss per item 2015-01-31 11:46:56 +00:00
IntelOrca 3d9235d2bd fix income calculation, fixes #727 2015-01-29 18:26:42 +00:00
Ted John db109e1490 Merge pull request #730 from duncanspumpkin/fix_728
Fix scenery rating crash
2015-01-29 18:19:05 +00:00
Duncan Frost 359cc9aa99 Add upper bounds 2015-01-29 17:47:35 +00:00
Duncan Frost fddcfc69e0 Add error logging to get_first_element_at 2015-01-29 17:45:08 +00:00
Duncan Frost 9a976b4d40 Fix #728 bug caused by accessing map_elements below -1 2015-01-29 17:41:09 +00:00
IntelOrca 36971b29cb implement game_command_set_park_name and game_command_remove_park_entrance 2015-01-27 21:18:41 +00:00
Ted John 21a33e8071 Merge pull request #726 from duncanspumpkin/fix_map_crash
Fix crash on map due to EBPSAFE
2015-01-27 20:26:00 +00:00
Duncan Frost a67815821e Fix crash on map due to EBPSAFE 2015-01-27 18:18:26 +00:00
IntelOrca e0dbbd4e25 implement viewport_interaction_remove_park_entrance 2015-01-27 14:17:49 +00:00
IntelOrca 1c18f80f07 implement game_command_set_ride_name 2015-01-27 02:05:54 +00:00
Ted John 1aee1825d1 Merge pull request #723 from duncanspumpkin/peep_update
Peep update
2015-01-26 17:38:18 +00:00
Duncan Frost 6031e3196e Fix scenery again 2015-01-25 13:18:05 +00:00
Duncan Frost 2a15d753d7 Added peep_update_using_bin 2015-01-25 13:16:39 +00:00
IntelOrca ba4d9b3975 implement game_command_set_park_open 2015-01-25 00:20:53 +00:00
Ted John 9c3c396243 Merge pull request #722 from duncanspumpkin/fix_718
Fix mechanics getting orders reset
2015-01-24 20:24:56 +00:00