Commit Graph

2404 Commits

Author SHA1 Message Date
Duncan Frost a7f4d44ece Add check_for_entrance_exit. Fixed ride name not shown 2015-02-12 22:30:31 +00:00
Duncan Frost abd8e34f2f Implemented check_valid_stations. Fixed relocation bug 2015-02-12 19:41:09 +00:00
Ted John 97c341d9a2 Merge pull request #783 from duncanspumpkin/set_ride_status_df
(Set-ride-status) Fix hang caused by no rideIndex being passed
2015-02-11 20:33:59 +00:00
Duncan Frost 461655f3f6 Fix hang caused by no rideIndex being passed 2015-02-11 19:59:31 +00:00
IntelOrca 929fd80c65 fix issues with set-ride-status:
- checking of block brakes
- location of missing entrance / exit
2015-02-09 11:41:20 +00:00
IntelOrca 6911de9085 fix issues with ride-set-status:
- vehicles not being created
- crash on stop stop
- crash on demolish
- crash sometimes on open
2015-02-09 01:16:51 +00:00
IntelOrca 78e3b1aa95 fix a few errors with check-valid-ride 2015-02-08 16:53:38 +00:00
IntelOrca 1ad04a24c4 Merge branch 'develop' into set-ride-status 2015-02-08 16:53:19 +00:00
IntelOrca ee51f31f57 fix station-to-station operating tab error on ride window 2015-02-08 16:50:49 +00:00
IntelOrca a6c95f1f38 Merge branch 'develop' into set-ride-status
Conflicts:
	src/ride/track.c
	src/windows/ride_construction.c
2015-02-08 16:04:35 +00:00
IntelOrca 4a9dfcc849 implement scenario_create_ducks 2015-02-08 15:37:33 +00:00
IntelOrca dfc723573c fix expenditure table issues, fixes #762 2015-02-08 14:31:57 +00:00
Ted John 84c655e817 Merge pull request #763 from duncanspumpkin/fix_peep
Fix peep
2015-02-08 13:47:25 +00:00
Duncan Frost f7f5ad28f7 Fix bin related peep bugs. Fix original bug that causes bins to never get full. 2015-02-08 11:22:45 +00:00
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 5b4ec3621a refactor many functions to use rct_xy_element 2015-01-30 19:20:19 +00:00