Richard Jenkins
a90e5a2492
Fix typos in 'rides set' help in console
2017-04-23 22:18:59 +02:00
Raphael Setin
984ff6dc47
Read until first dot when converting track file name to in-game name, fixes #5077
...
This commit addresses the bug of Goliath.1 track. The track name will be everything that is written in the file name of that track, until the first dot.
2017-04-23 16:42:08 +02:00
Michał Janiszewski
0414ba7f6b
Verify access to sprites
2017-04-20 13:20:11 +02:00
Hielke Morsink
9314b8b793
Fix #5375 : Use mask for fetching large scenery id, fix picking banner elements
2017-04-19 07:56:46 +02:00
Michał Janiszewski
d53f276207
Fix scenery eye dropper interaction with footpaths
2017-04-18 22:49:33 +02:00
Richard Jenkins
8f59b04d32
Fix #5377 : Saved game keeps crashing shortly after loading
...
Guard against null pointers in banner_paint() (#5379 )
2017-04-17 18:37:37 +01:00
Gymnasiast
34540b6439
Rename edi to something more descriptive
2017-04-17 13:39:44 +02:00
Michael Steenbeek
e0764e3ac2
Add booster sprites for the Junior roller coaster
2017-04-17 12:35:38 +02:00
siomy11
7cf64d0bfe
Display "No mechanics are hired!" instead of "Calling mechanic..." when no mechanics are hired ( #5368 )
2017-04-16 22:38:02 +02:00
duncanspumpkin
8243501680
Fix #5373 . Prevent towers from being shown on car ride special list.
...
Mistake made during implementation. Not sure how this one was accidentally done as I expect the original list was computer generated. This bug has been in the game since June 2015.
2017-04-16 13:41:54 +01:00
duncanspumpkin
8dcf6b43f1
Fix #5371 . Custom currency now correctly saves to config.
...
Mistake made during refactoring. Failed to account for the custom currency when saving the current currency.
2017-04-16 13:09:40 +01:00
Michał Janiszewski
0d4dd5849a
Remove workaround for mingw bug, now fixed upstream
2017-04-16 08:44:37 +02:00
Michael Steenbeek
299e6c8974
Merge pull request #5349 from marcotc/detect-locale
...
Auto-detect locale on first run
2017-04-14 23:44:47 +02:00
Ted John
d06208a521
Fix scenery window height and list calculation
2017-04-14 18:59:21 +01:00
Michał Janiszewski
b87a8095d1
Make input buffers' sizes consistent
2017-04-14 19:17:38 +02:00
Michał Janiszewski
f3ad6de014
Update gTextBoxInput size to be at least CHAT_INPUT_SIZE large
...
Fixes #5365
2017-04-14 17:58:42 +02:00
Ted John
bc3acd4373
Merge pull request #5361 from Broxzier/fix_sprite_commands
...
Fix sprite commands
2017-04-13 23:13:33 +01:00
Gymnasiast
264e758ac6
Bump network version
2017-04-13 22:27:46 +02:00
Michael Steenbeek
400a2cc9c7
Merge pull request #5354 from rwjuk/fix5350
...
Make boosters on Twister and Giga Coaster more practical (#5350 )
2017-04-13 22:19:25 +02:00
Richard Jenkins
194afc7b49
Halve Junior RC booster values, and update construction window to match
2017-04-13 21:05:52 +01:00
Gymnasiast
18aa462f9a
Fix booster speed when right-clicking a part
2017-04-13 21:37:14 +02:00
Richard Jenkins
2ca500ad1e
Adjust track build window for Giga Coaster to reflect doubled boost speed
2017-04-13 20:16:36 +01:00
Gymnasiast
9947532103
Multiply Giga Coaster booster values by 2
2017-04-13 20:24:12 +02:00
Ted John
ff350f3769
Fix #5338 : Scenery eyedropper hides the third colour picker
2017-04-13 17:01:44 +01:00
Broxzier
ff765b29cf
Add missing sprite commands to the list, sorted
2017-04-13 17:20:53 +02:00
Broxzier
6e36c00eca
Fix unability to use of 'sprite exportall'
...
This also fixes an issue when the given path does not end with a
separator, in which case it would export to one folder higher.
2017-04-13 17:14:23 +02:00
duncanspumpkin
9257645cb7
Correctly loop. Add typedef for easter egg functions
2017-04-12 20:44:44 +01:00
duncanspumpkin
1b98c0b1cb
Increment network
2017-04-12 20:34:57 +01:00
duncanspumpkin
509afe74cd
Refactor easter egg peep functions. Fix #5357
2017-04-12 20:34:12 +01:00
Gymnasiast
c8ecd98737
Check for both csg1.1 and csg1.dat when looking for RCT1 graphics
2017-04-12 20:08:31 +02:00
Gymnasiast
cc92300e3a
Load CSG1 booster sprites for the Looping and Corkscrew RC
2017-04-11 22:38:09 +02:00
Gymnasiast
99617de70a
Add method to determine if CSG1 is loaded
2017-04-11 22:38:09 +02:00
Richard Jenkins
7b940abeb0
Reduce booster acceleration of Junior RC very slightly
2017-04-11 18:40:39 +01:00
Richard Jenkins
c8155e1703
Align acceleration values for Vertical RC with Twister, reduce booster acceleration of Twister, Giga and Vertical by half
2017-04-11 18:18:35 +01:00
Richard Jenkins
faceb68338
Increment network version
2017-04-11 17:31:47 +01:00
Richard Jenkins
34e895936c
Multiply booster_acceleration value for Twister and Giga Coaster by 8 to replicate RCT1 performance
2017-04-11 16:53:12 +01:00
Richard Jenkins
62eb3176a5
Use booster_acceleration where appropriate
2017-04-11 16:43:14 +01:00
Richard Jenkins
3e3611c6da
Core implementation for rct_ride_properties->booster_acceleration (not used yet)
2017-04-11 16:40:54 +01:00
Richard Jenkins
f99956aa86
Rename rct_ride_properties->acceleration to powered_lift_acceleration
2017-04-11 16:29:32 +01:00
Michael Steenbeek
bc3e5f1057
Update network version
2017-04-11 14:27:26 +02:00
wolfreak99
8846d3da44
convert max(x,min(y,z)) to clamp
2017-04-11 14:26:37 +02:00
wolfreak99
782b376352
return after initial if
2017-04-11 14:26:36 +02:00
wolfreak99
fcafd9576a
Replace FALSE/TRUE with 0/1
2017-04-11 14:26:36 +02:00
wolfreak99
d22ad8abb5
Sync "Set guest generation higher difficult level"
2017-04-11 14:26:35 +02:00
wolfreak99
d6dfb3e079
Sync "Set park rating higher difficult level"
2017-04-11 14:26:35 +02:00
wolfreak99
8f56f60841
Sync "Set forbid high construction"
2017-04-11 14:26:35 +02:00
wolfreak99
9ae00d92a0
Sync "Set forbid landscape changes"
2017-04-11 14:26:35 +02:00
wolfreak99
bc8cf81ff1
Sync "Set forbid tree removal"
2017-04-11 14:26:34 +02:00
wolfreak99
44c4328b36
Sync "Set pay for park or rides"
2017-04-11 14:26:34 +02:00
wolfreak99
527cce062f
Sync "Raise / lower park entry fee"
2017-04-11 14:26:34 +02:00