duncanspumpkin
90dbefeac2
Potential fix to #3249 .
...
Unsure if this is the only issue with it
2016-04-06 19:25:30 +01:00
Nubbie
3017607521
Add 3 MORE descriptions for cheats
2016-04-06 18:08:14 +01:00
duncanspumpkin
a8efcef15b
Fix issue with handymen finding litter on the z axis different to vanilla
...
Issue caused by implementation mistake. Fixes remaining issue of #3125 .
2016-04-04 19:17:32 +01:00
Nubbie
68d21e22a1
Improve descriptions for cheats
...
Note: Language IDs have changed slightly
2016-04-04 17:35:05 +01:00
YJSoft
c5ff5a3ce9
fix #3234 native open window crash problem at OSX
...
since default_filename will be null at opening(code set default_filename only at save), setting filePath with default_filename will raise exception.
Fixed by setting filePath, basename only at save(since two vars only used at creating nameFieldStringValue) and setting directory with initial_directory at opening.
2016-04-04 07:25:33 +01:00
Michał Janiszewski
83a543c86f
Make sure shifted value can fit in uint32
2016-04-03 17:49:50 +02:00
Michał Janiszewski
f5f2f62507
Cap dropdown items count to 64
2016-04-03 17:38:57 +02:00
janisozaur
e61b6ffdde
Cleanups, init variables
2016-04-03 14:21:50 +01:00
IntelOrca
8c6e5cd9ae
fix #3224 : Maze designs clear fences and walls
2016-04-02 23:52:05 +01:00
IntelOrca
d626d9d5f2
fix removing of fences for normal tracks
...
Building track and track designs did not use correct flag for ghosts therefore always attempting to remove fences and the removing of intersecting fences also did not work correctly. Fix both issues.
2016-04-02 23:51:12 +01:00
IntelOrca
4f59c752d6
fix #3223 : invalid vehicle type warnings when placing any track design
2016-04-02 23:23:34 +01:00
Hielke Morsink
62090cd936
fixes #1860 Litter bins fill up too fast
2016-04-02 22:32:56 +01:00
Marijn van der Werf
5369111580
Fix #3206 : Round support costs properly
2016-04-02 15:27:23 +01:00
Ted John
f02238e0a2
Merge pull request #3203 from marcovmun/Fix-3198
...
Fix vehicles appearing separate in the research tree, fixes #3198
2016-04-02 00:02:42 +01:00
Michał Janiszewski
888f485690
Allocate enough memory for server entries, fix #3144
2016-04-01 19:57:18 +02:00
Michał Janiszewski
331f9fe03b
Secure memory accesses, initialise variables
2016-04-01 09:38:40 +02:00
IntelOrca
1c0a78ace2
fix #3204 : can't right click track in unowned land
2016-03-31 22:56:13 +01:00
IntelOrca
6f2d91cc7e
land and water now obey disable clearance, closes #3196
2016-03-31 21:57:22 +01:00
IntelOrca
1122bff8bc
prevent double td6 extension
2016-03-31 20:48:27 +01:00
IntelOrca
16527e749a
remove network type from loadsave
...
Fixes a crash that happened when loading a saved game from the start server window.
2016-03-31 20:42:21 +01:00
Michał Janiszewski
7eeb59b1aa
Update Linux file dialogs
2016-03-31 20:41:51 +01:00
Gymnasiast
0b78653a10
Make Zenity pick up the first filter
2016-03-31 20:41:50 +01:00
IntelOrca
3fdf0d4bf6
re-introduce appending of extension to filename
2016-03-31 20:41:49 +01:00
IntelOrca
40fcfbb405
use localised strings for native file dialogs
2016-03-31 20:41:49 +01:00
LRFLEW
0f88beff7c
Converted OSX native file dialog to new standard
2016-03-31 20:41:48 +01:00
IntelOrca
d865e4d453
pass better data in struct to file dialog function
2016-03-31 20:41:47 +01:00
Marco van Munster
8db1f27534
Fix bug 3198 different vehicles research tree
2016-03-30 22:33:26 +02:00
IntelOrca
966291eda2
fix #3186 : stop auto opening shops causing problems (once and for all)
2016-03-27 19:34:35 +01:00
IntelOrca
d690ee6423
fix #3183 : opening ride with construction window open
...
Issue caused with boat hire rides as there is usually a ghost station present when the construction window is open. This causes vehicles to be created in the ghost station. Fixed by closing the construction window before the vehicles are created for the ride.
2016-03-27 14:18:20 +01:00
IntelOrca
e6ca13d32c
fix #3181 : key shortcuts work on multiplayer chat
2016-03-27 12:50:32 +01:00
IntelOrca
b436ac9bc6
fix #3160 : no land owned in rc designer
2016-03-26 15:41:58 +00:00
duncanspumpkin
9018120c17
Change order of parameters in image setup code.
2016-03-25 18:35:00 +00:00
IntelOrca
474f25c69a
refactor handyman pathfind and fix additional small bug
2016-03-24 23:47:15 +00:00
Marco van Munster
1f069af961
Fix machanic crosses station
2016-03-23 22:10:19 +01:00
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
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
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
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
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