Commit Graph

6601 Commits

Author SHA1 Message Date
Duncan 79f2316a4c Merge pull request #3159 from janisozaur/develop
Don't crash when fixing a hacked ride
2016-03-23 18:26:16 +00:00
IntelOrca 1e390e4f13 fix mistake in refactor: flags -> uint32 2016-03-23 17:27:49 +00:00
Michał Janiszewski c33b8ccdc5 Don't crash when fixing a hacked ride 2016-03-23 16:10:55 +01:00
IntelOrca 74d96d86c0 fix #3158: close network status window doesn't abort 2016-03-22 23:27:49 +00:00
IntelOrca 9a97959b1e Merge branch 'fix-3140' into develop
fix #3140: Multiplayer Permissions should be Verified by the host before action is taken
2016-03-22 22:57:31 +00:00
IntelOrca a2fda29d92 validate park entrances and land ownership tools 2016-03-22 22:55:13 +00:00
IntelOrca 0ed22f52dd validate vehicle type 2016-03-22 22:40:06 +00:00
IntelOrca 304fd4b84e validate all the other ride operation settings 2016-03-22 21:59:16 +00:00
IntelOrca 16e8609da3 add constants for ride setting id 2016-03-22 21:32:37 +00:00
IntelOrca 64442820b9 validate setting of ride operation mode 2016-03-22 21:12:11 +00:00
Ted John 52c6824192 Merge pull request #3157 from JarnoVgr/patch-1
Added build download links
2016-03-22 18:14:40 +00:00
Jarno Veuger 3643f93c16 Added build download links 2016-03-22 18:56:30 +01:00
IntelOrca 3280bf7aeb fix #3125: handyman AI bug
Handyman AI would find the closest litter but then not actually use that closest litter to determine the direction but instead use the last litter in the sprite list.
2016-03-21 22:36:16 +00:00
Ted John 7348324d99 Merge pull request #3135 from duncanspumpkin/fix_3123
Fix #3123 and refactor of banner placement.
2016-03-21 21:27:46 +00:00
duncanspumpkin 8c7dfd3097 Revert #3147 and fix construction issue. Revert most of c7c1f86 and rework to prevent issues 2016-03-21 21:21:43 +00:00
Ted John 4e60f0db42 Update readme.md
[ci skip]
2016-03-21 12:46:40 +00:00
Ted John d16ce9d904 Update readme.txt
XP is not very well supported...
2016-03-21 12:26:05 +00:00
OpenRCT2 git bot e87876c570 Merge Localisation/master into OpenRCT2/develop. 2016-03-21 04:00:16 +00:00
IntelOrca 78f87cd86c fix screenshot command line 2016-03-20 18:13:17 +00:00
IntelOrca ad250d6ab0 fix #3151: Save any file with korean would corrupt save file 2016-03-19 13:56:33 +00:00
Ted John 3699c42c61 Merge pull request #3150 from janisozaur/develop
Silence compiler warning
2016-03-19 11:58:53 +00:00
Michał Janiszewski 843014eac2 Silence compiler warning
Though this really should be taken care of properly, see
https://stackoverflow.com/questions/14562845/why-does-passing-char-as-const-char-generate-a-warning
2016-03-19 12:56:35 +01:00
IntelOrca cb9a4860f3 fix #3146: some utf8 strings were truncated on save
strncpy can't be used for RCT2 strings as its a mix of byte / widechar
2016-03-19 11:16:11 +00:00
Ted John 53f01e0590 Merge pull request #3147 from janisozaur/canoes
Fix crash when opening canoes
2016-03-19 00:14:25 +00:00
Michał Janiszewski c1a413c298 Fix crash when opening canoes 2016-03-19 00:47:34 +01:00
OpenRCT2 git bot fdead70403 Merge Localisation/master into OpenRCT2/develop. 2016-03-17 04:00:21 +00:00
IntelOrca 5c2c0c9c57 fix #3142: Localisation - Text out of borders 2016-03-16 18:17:24 +00:00
OpenRCT2 git bot 52d0fb1b2a Merge Localisation/master into OpenRCT2/develop. 2016-03-16 04:00:18 +00:00
Ted John e2d9e386a4 Merge pull request #3138 from OpenRCT2/Gymnasiast-screen-mode
UK: Use clearer screen mode terminology, closes #3128, closes #3129
2016-03-15 13:20:38 +00:00
Michael Steenbeek 2503be8f49 UK: Use clearer screen mode terminology, closes #3128, closes #3129 2016-03-14 20:55:59 +01:00
duncanspumpkin e30c2aeea8 Fix #3123 and refactor of banner placement.
This fix needs testing as it might mess up nested game commands.
2016-03-13 18:40:50 +00:00
duncanspumpkin a3efbad2ba Fix #3126. Go Karts now correctly choose lanes.
Issue caused by mistake in implementation. Old version could use the variable ride->num_vehicles but in the new version this variable is not incremented each loop so vehicleIndex has to be passed into the vehicle creation functions
2016-03-13 18:07:10 +00:00
IntelOrca 21e22a2747 reset last autosave time on game start / load 2016-03-13 15:43:03 +00:00
IntelOrca edf16d53d3 fix #1742: Non-ascii characters in scenario details not showing correctly 2016-03-13 15:33:38 +00:00
IntelOrca 50b52140ad fix #3133: Game Crashes when writing 'hide' into the console 2016-03-12 15:40:57 +00:00
Duncan 951465d846 Merge pull request #3099 from duncanspumpkin/loop_data_check
Loop the check for data path until valid address given.
2016-03-12 14:03:14 +00:00
duncanspumpkin a067113d52 Loop the check for data path until valid address given.
This is to prevent people from selecting the wrong address and then wondering why the game doesn't work. Related to #1648.
2016-03-12 14:01:46 +00:00
duncanspumpkin 14c1a88812 Fix #3117. Golf course crash fixed.
Issue caused by implementation mistakes
2016-03-12 07:56:03 +00:00
OpenRCT2 git bot 3305bbd168 Merge Localisation/master into OpenRCT2/develop. 2016-03-11 04:00:16 +00:00
Ted John 53cd4c7935 Merge pull request #3121 from OpenRCT2/fix-3091
fix #3091: Korean words corrupted if over byte limit
2016-03-10 18:49:28 +00:00
YJSoft b694246fb5 #3121 add textinputbuffer source to xcode project 2016-03-10 18:48:02 +00:00
IntelOrca 1daa657657 fix #3091: Korean words corrupted if over byte limit 2016-03-10 18:48:00 +00:00
IntelOrca d03c4de327 fix #3120: negative cash in finance window is not red 2016-03-09 23:31:49 +00:00
duncanspumpkin ea056665a2 Fix #3113. Issue caused by incorrect assumption. Globals still in use 2016-03-08 20:25:41 +00:00
Ted John 09f0caf8c1 Merge pull request #3111 from janisozaur/ride-type
Be more careful when dealing with hacked rides. Fix #3109
2016-03-08 18:33:29 +00:00
IntelOrca 1c36392f8d fix #3115: Not able to create Themes - Missing folder
- Create the themes directory before saving a theme.
2016-03-08 18:03:07 +00:00
Michael Steenbeek e6345c78e8 Merge pull request #3110 from Nubbiy/patch-1
Added myself as a contributor
2016-03-08 08:57:30 +01:00
OpenRCT2 git bot 50ef184772 Merge Localisation/master into OpenRCT2/develop. 2016-03-08 04:00:15 +00:00
Michał Janiszewski 02c5ece7b7 Be more careful when dealing with hacked rides. Fix #3109 2016-03-07 23:03:35 +01:00
Nubbiy a20d1dc373 Added myself as a contributor
Added my name in the translation section as a Swedish translator/maintainer
2016-03-07 22:53:06 +01:00