Commit Graph

2892 Commits

Author SHA1 Message Date
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
Ted John bc907939e0 Merge pull request #935 from adrian17/multiprocess-compile
Add /MP flag to enable multiprocess compilation
2015-03-19 22:54:25 +00:00
Ted John 77849593f1 Merge pull request #934 from adrian17/fix-close-last-window
Iterate over windows backwards to close last window; fixes #932
2015-03-19 22:54:19 +00:00
Adrian Wielgosik 12deac1859 Add /MP flag to enable multiprocess compilation 2015-03-19 22:59:54 +01:00
Adrian Wielgosik 3a6fcf790c Iterate over windows backwards to close last window; fixes #932 2015-03-19 22:35:33 +01:00
IntelOrca cd16af0f60 add some event handlers for invalidating map objects 2015-03-18 19:52:45 +00:00
Ted John 3f1f8162a5 Merge pull request #929 from duncanspumpkin/fix_intense_rides
Fix intense rides flag
2015-03-18 19:41:16 +00:00
Duncan Frost b5b2ae263a Fix intense rides causing peeps not to use rides at all 2015-03-18 19:23:15 +00:00
Ted John 54739de4d1 Merge pull request #927 from Gymnasiast/patch-4
Add cheat to renew all rides
2015-03-18 18:24:25 +00:00
Ted John 1f718cda07 Merge pull request #924 from Gymnasiast/patch-2
Fix negative ride ages
2015-03-18 18:23:32 +00:00
Michael Steenbeek d810694ac9 Add renew rides string 2015-03-18 16:22:43 +01:00
Michael Steenbeek f0b3525395 Add cheat to renew all rides 2015-03-18 16:21:45 +01:00
Michael Steenbeek ab5285cf1e Don't reset built dates that are in the future 2015-03-18 16:20:12 +01:00
Ted John 41a7b8f10a Merge pull request #926 from Gymnasiast/patch-3
Read Italian descriptions from the .DAT files as well
2015-03-18 12:58:02 +00:00
Michael Steenbeek 83765a3c22 Revert incorrect adjustment of row 245 2015-03-18 13:20:19 +01:00
Michael Steenbeek 84c79d9fc5 Read Italian descriptions from the .DAT files as well 2015-03-18 12:50:03 +01:00
IntelOrca 5dde7c364a Merge Localisation/master into OpenRCT2/develop. 2015-03-18 11:47:10 +00:00
Ted John 27fab94e9c Merge pull request #925 from Gymnasiast/patch-3
Add Italian to available languages list
2015-03-18 11:45:33 +00:00
Michael Steenbeek f0ac66f3b1 Add Italian 2015-03-18 12:34:16 +01:00
Michael Steenbeek 0822099e86 Add Italian 2015-03-18 12:33:20 +01:00
IntelOrca 058f10845f implement map_invalidate_animations 2015-03-17 23:47:54 +00:00
Ted John d862ff73a7 Merge pull request #891 from Gericom/develop
Implemented some viewport drawing functions
2015-03-17 17:07:37 +00:00
Gericom b0562dbb37 Call the original viewport_banner_paint_setup
Because as long as the original function gets called sometimes, there
are localisation glitches.
Also, some small refactoring
2015-03-17 17:08:40 +01:00
Michael Steenbeek 42611e61b2 Merge pull request #3 from IntelOrca/develop
Fast forward
2015-03-17 15:37:57 +01:00
Michael Steenbeek aacef89973 Reset build dates that are in the future 2015-03-17 14:41:57 +01:00
Michael Steenbeek d77d9e9a58 Fix negative ride ages 2015-03-17 10:45:33 +01:00
Ted John 6fcfa32641 Merge pull request #918 from adrian17/develop
Fix "research group" being displayed when no item is selected
2015-03-16 14:22:34 +00:00
Adrian Wielgosik fa5bee8c40 Fix "research group" being displayed when no item is selected 2015-03-16 13:58:07 +01:00
Ted John 7732f68598 Merge pull request #915 from ian-h-chamberlain/warningfix
Fixed build warning for implicit declaration
2015-03-15 20:14:33 +00:00
Ted John d4ab786e16 Merge pull request #916 from duncanspumpkin/fix_text_input
Fix text input
2015-03-15 20:13:08 +00:00
Duncan Frost aa268dc307 Fix text input that is populated with text greater than max length 2015-03-15 14:41:43 +00:00
Ian Chamberlain 54d3505a1a Fixed build warning for implicit declaration 2015-03-15 00:38:37 -04:00
Ted John 35ed268144 Merge pull request #913 from Gymnasiast/change-subtype
Add option to allow switching to all vehicles that share the same track/flat ride type
2015-03-14 21:19:02 +00:00
Gymnasiast 38e8a028c0 Futureproof the options window invalidation for this and future additions 2015-03-14 20:54:24 +01:00
Gymnasiast 5a5cf21cd3 Made subtype switching an option 2015-03-14 20:29:49 +01:00
Michael Steenbeek 22b4001c29 Allow changing subtype 2015-03-14 16:52:48 +01:00