Commit Graph

2777 Commits

Author SHA1 Message Date
IntelOrca 63561f396a fix window update event call for old window code 2015-03-25 18:01:03 +00:00
IntelOrca 8d9ff5daf1 implement balloon_update and money_effect_update 2015-03-25 14:31:23 +00:00
IntelOrca c6c796ab06 fix invalid park stats information when paused, fixes #957 2015-03-25 11:14:59 +00:00
Ted John e68dfb652a Merge pull request #959 from Gymnasiast/patch-1
Also make rides reliable when renewing them
2015-03-25 11:04:39 +00:00
Michael Steenbeek 08a710e13f Also make rides reliable when renewing them 2015-03-25 11:12:17 +01:00
IntelOrca 743c508065 finish implementing jumping fountains 2015-03-25 01:43:36 +00:00
Ted John 308238ba67 Merge pull request #956 from duncanspumpkin/fix_peep_inventory
Fix peep extra inventory
2015-03-24 21:06:58 +00:00
Ted John 735a22be85 Merge pull request #955 from duncanspumpkin/audio_options
Add load and save audio options
2015-03-24 21:06:36 +00:00
Duncan Frost 1223c4efb7 Fix peep extra inventory displaying the wrong message. 2015-03-24 21:02:56 +00:00
Duncan Frost e010d43763 Add load and save audio options. Fix all sounds not pausing 2015-03-24 20:42:20 +00:00
IntelOrca 83aae61e34 implement sprite_misc_update 2015-03-24 16:48:38 +00:00
Ted John c62cc63c5f Merge pull request #951 from kevinburke/name-invalidate-flag
Name the ride window-invalidate flag
2015-03-23 21:05:50 +00:00
Ted John eac4e28efd Merge pull request #952 from Garogolun/footpath-functions
Decompiled some footpath stuff
2015-03-23 21:03:33 +00:00
Kevin Burke 4806b00a95 Use flags 2015-03-23 08:34:10 -07:00
Kevin Burke 23bfd13ba9 replace ride_window_invalidate flags with constants 2015-03-23 08:33:07 -07:00
Kevin Burke ebd02d022a Fix hex/decimal flag errors 2015-03-23 08:33:07 -07:00
Kevin Burke 09431278e4 Name the ride window-invalidate flag 2015-03-23 08:33:07 -07:00
Timmy Weerwag cf8034a29e Better comments and coding style 2015-03-23 15:32:03 +01:00
Timmy Weerwag 945f60c297 Made a wrong assumption
z is not always the same as the construct_path_slope global
2015-03-23 12:47:16 +01:00
IntelOrca 745614c959 refactor misc. sprites and implement jumping_fountain_begin 2015-03-23 10:39:47 +00:00
Timmy Weerwag 2298a32d89 Decompiled 6A79B7 (window_footpath_construct) 2015-03-23 02:59:46 +01:00
Timmy Weerwag 071ef2c88f Fixed an original bug in bridge footpath building
Affects starting to build a footpath bridge on a sloped tile. The original code
was horribly broken. I think this is the most intuitive solution considering
the height of the arrow when selecting the tile.
2015-03-23 00:34:00 +01:00
Timmy Weerwag d4f495cc0e Renamed sub_6A7831 to footpath_provisional_update 2015-03-22 22:18:36 +01:00
Timmy Weerwag ba8066c719 Decompiled 0x006A8380 2015-03-22 22:02:21 +01:00
Timmy Weerwag ecdc76d697 Replaced call with existing decompiled function 2015-03-22 21:50:16 +01:00
Ted John f33dd05590 Merge pull request #950 from kevinburke/fix-reliability
return the unreliability factor (not 0)
2015-03-22 20:16:07 +00:00
Kevin Burke 3419d7bdc6 return the unreliability factor (not 0) 2015-03-22 13:00:37 -07:00
Ted John 8013807f68 Merge pull request #948 from kevinburke/downtime
Name var_199 as the downtime parameter
2015-03-22 19:32:34 +00:00
Ted John f51e28fc30 Merge pull request #947 from duncanspumpkin/fix_spiral_slide
Fix spiral slide not being properly redrawn
2015-03-22 19:32:13 +00:00
Kevin Burke 6423c857a7 Name var_199 as the downtime parameter 2015-03-22 12:28:55 -07:00
Duncan Frost 653ea21917 Fix spiral slide not being properly redrawn 2015-03-22 17:46:00 +00:00
IntelOrca 74fd9dc5a2 fix queue banners not invalidating properly 2015-03-22 17:43:44 +00:00
IntelOrca 7d383a586e implement map_update_tiles, grass growing and scenery aging 2015-03-22 17:04:50 +00:00
Ted John 956d6688d3 Merge pull request #946 from kevinburke/var_198_docs
Name reliability variables
2015-03-22 15:40:16 +00:00
Kevin Burke 5fc72d354d Rename fair_value to value 2015-03-22 08:38:42 -07:00
Kevin Burke 3862a85666 Name reliability variables
- Rename var_146 to fair_value (it is not reliability)
- Add a helper method get_age_penalty which computes the age penalty for
  a ride.
- Adds a constant for a ride's initial reliability
- Names a subroutine
2015-03-22 08:21:13 -07:00
Ted John fa4c9b3a61 Merge pull request #945 from kevinburke/mention-languages
Mention translations in README
2015-03-22 02:29:08 +00:00
Ted John 7726a05bf0 Merge pull request #943 from kevinburke/installer-updates
Wipe cache on clean; fix install typo
2015-03-22 02:27:46 +00:00
IntelOrca d67335d0c7 implement remaining map animation invalidate event handlers and create map animation 2015-03-22 01:19:23 +00:00
Kevin Burke 89681e2fc8 Mention translations in README 2015-03-21 11:19:28 -07:00
Kevin Burke 96beb5d174 Wipe cache on clean; fix install typo 2015-03-21 11:13:16 -07:00
Ted John bdcb2cc2f4 Update changelog.txt 2015-03-21 17:48:39 +00:00
Ted John a0fd9ed593 Merge pull request #941 from duncanspumpkin/fix_track_manager
Fix mistake introduced when refactoring. Caused infinite loop
2015-03-21 13:51:45 +00:00
Duncan Frost b7bd2aee1f Fix mistake introduced when refactoring. Caused infinite loop 2015-03-21 09:58:54 +00:00
Ted John 4f186ee2ee Merge pull request #937 from Gymnasiast/develop
Refactor powered launch modes, add RCT1 style launch to looping RC
2015-03-20 23:23:04 +00:00
Michael Steenbeek 111309bd7e Merge pull request #5 from duncanspumpkin/set_ride_setting
Added game_command_set_ride_setting.
2015-03-21 00:02:29 +01:00
Duncan Frost 4171289050 Added game_command_set_ride_setting. 2015-03-20 22:33:06 +00:00
Gymnasiast 77816e2029 Differentiate between powered launch modes 2015-03-20 17:34:02 +01:00
Gymnasiast 981affe04c Refactor powered launch modes, add RCT1 style launch to looping RC. 2015-03-20 17:32:59 +01:00
Michael Steenbeek 5596fc078b Merge pull request #4 from IntelOrca/develop
Fast forward
2015-03-20 17:29:18 +01:00