Ted John
14db9a78cd
Merge pull request #1081 from Gymnasiast/allow-high-launch-speeds
...
Allow maxing out launch speed and many other operation settings as well
2015-05-17 18:21:08 +01:00
Robert Jordan
db701eca56
Fixed editor bottom toolbar right button alignment
...
The button was improperly sized. I just switched 2 sets of values to fix
that.
2015-05-17 12:41:21 -04:00
Ted John
65ff82b187
Merge pull request #1076 from Gymnasiast/disable-brakes-failure
...
Add a cheat option to disable brakes failure
2015-05-17 16:50:52 +01:00
Gymnasiast
8f82175fec
Allow maxing out launch speed and many other operation settings as well
2015-05-17 17:26:07 +02:00
Ted John
2fa9b1a5a0
Merge pull request #1075 from Gymnasiast/develop
...
Extend the RCT1 colour scheme to the scenario select and start new campaign window
2015-05-17 13:45:12 +01:00
Gymnasiast
0b3d2dad41
Add a cheat option to disable brakes failure
2015-05-17 14:26:45 +02:00
Gymnasiast
8d0ab82d65
Extend the RCT1 colour scheme to the scenario select and start new campaign window
2015-05-17 12:55:26 +02:00
Duncan Frost
0701bacc71
Fix yellow arrow when closing construction window.
...
Small refactor of map selection globals.
Fixes #1062
2015-05-17 08:49:39 +01:00
Gymnasiast
02ba241385
Add cheat option for lift hills up to 410 km/h, fix a comment and some spaces
2015-05-16 17:16:09 +02:00
IntelOrca
f7972f0d48
Merge branch 'land-rights-tool' of https://github.com/trigger-death/OpenRCT2 into trigger-death-land-rights-tool
...
Conflicts:
data/language/english_uk.txt
2015-05-15 22:10:13 +01:00
Robert Jordan
e3451df703
Fixed up strings
2015-05-15 16:06:59 -04:00
Robert Jordan
6d5a07f7ef
Finished cleaning up land rights tool code
2015-05-15 15:19:36 -04:00
Robert Jordan
f18524151c
Park Window Toggling
2015-05-15 11:53:28 -04:00
Robert Jordan
09cc46c1e6
Almost finished land rights tool
2015-05-15 11:28:27 -04:00
Runelaenen
69c89db87e
Working code
...
Thanks to IntelOrca and Gymnasiast for the help :-)
2015-05-15 16:53:59 +02:00
Runelaenen
2144d9e787
Cheat fix all rides
2015-05-15 16:49:46 +02:00
Duncan Frost
caa6547650
Started implementing track_mirror.
...
Ride and maze mirror already works.
Scenery still requires work.
2015-05-13 20:15:48 +01:00
Duncan Frost
d7db2e27e0
Added entrance/exit placement.
2015-05-13 19:19:41 +01:00
Duncan Frost
822c3f6932
Added game_command_place_track
...
Requires extensive testing.
Fixed a bug in the tracks.idx that would cause crash on track load fail.
2015-05-13 19:19:37 +01:00
Duncan Frost
9051f13520
Implemented sub_6c683d
...
This is some sort of function that gets the map element of the first part of a track segment.
It is also used to update the flashing colour when in construct mode
2015-05-13 19:19:34 +01:00
Duncan Frost
f6f671e27f
Started .TD6 creation function.
...
Labelled known offsets from compare to ride structure.
2015-05-13 19:19:34 +01:00
Ted John
fa75053e08
Merge pull request #1058 from trigger-death/develop
...
Land tool painting and text input sizes
2015-05-13 18:33:05 +01:00
Robert Jordan
a8ec43f065
Select size strings now use args
2015-05-13 11:38:44 -04:00
Robert Jordan
af152c7d54
Another small fix
...
Used the wrong address in RCT2_GLOBAL
2015-05-13 10:34:40 -04:00
Robert Jordan
fdd8461af4
Simplified getting color
2015-05-13 10:29:50 -04:00
Robert Jordan
6e57291e2d
Fixed textbox carot color
2015-05-12 17:06:26 -04:00
Robert Jordan
fe8ba41531
Added bounds rounding for text size inputs.
2015-05-12 14:34:34 -04:00
Robert Jordan
ceaa97c321
Land tool paint mode, and text input sizes
2015-05-12 11:37:16 -04:00
Gymnasiast
8ed8b56abe
Introduce a config-file option for a RCT1-like colour scheme
2015-05-12 16:13:30 +02:00
Robert Jordan
b49676a887
Added option for random title music in main menu
...
Added STR_5126 to UK and US languages
rand() is seeded in rct2_init()
2015-05-11 13:17:33 -04:00
Robert Jordan
c25ef45827
Named 2 input flags, and dropdown fix
...
Named INPUT_FLAG_1 to INPUT_FLAG_DROPDOWN_STAY_OPEN
Named INPUT_FLAG_2 to INPUT_FLAG_DROPDOWN_MOUSE_UP
placed RCT2_ADDRESS_INPUT_FLAGS where valid and replaced all bitwise
references to it with appropriate input flags.
Changed ride view dropdown to hold only as it should be.
2015-05-07 14:31:11 -04:00
Robert Jordan
1b269675d8
#1044
...
Fixed drop downs not staying open and music dropdown not working first
time after game opened.
2015-05-07 11:37:49 -04:00
Duncan Frost
503b330eb8
Fix bugs in viewport interaction and loadsave dialog
...
Part of the issue was comparing an int litteral when it should have been a short but the main issue was due to a wrong mask in the viewport interaction code.
Loadsave MS dialog box should now work correctly.
Fixes #1040 .
Fixes #1039 .
2015-05-05 19:11:35 +01:00
Timmy Weerwag
10c4722a86
Deciphered flags and z param of get_map_coordinates_from_pos
2015-05-03 13:54:08 +02:00
Duncan Frost
ebf9bb67ec
Fix #1032 scenery secondary colour
...
Forgot to pass the colour variable to the create scenery command.
2015-04-30 17:02:21 +01:00
Michael Steenbeek
d21cc0f731
Add extra comment
2015-04-29 12:09:52 +02:00
Michael Steenbeek
67656a46a9
Fix land tool size staying in window after unselect land ownership tool
2015-04-29 12:03:18 +02:00
Duncan Frost
0816a5fdf5
Fix footpath bit placement failing.
...
Fixes #1025
2015-04-28 17:07:36 +01:00
zsilencer
71e21c2a6c
refactor mixer, add support for streamed music
2015-04-25 09:28:28 -06:00
zsilencer
a8a434e261
game_command_place_banner
2015-04-25 09:21:35 -06:00
zsilencer
c40a6f4789
game_command_remove_banner
2015-04-25 09:21:11 -06:00
zsilencer
ed709b8353
game_command_remove_large_scenery
2015-04-25 09:21:11 -06:00
zsilencer
ea75926a6c
game_command_set_ride_appearance
2015-04-25 09:20:47 -06:00
zsilencer
68d7f84098
rename 0x80000000 to MONEY32_UNDEFINED
2015-04-25 09:20:46 -06:00
zsilencer
b98585255b
remove_peep_from_ride
2015-04-25 09:20:15 -06:00
zsilencer
26ab7c7b7e
#1011
2015-04-25 09:20:15 -06:00
Duncan Frost
4c6b444664
Addin missing breaks.
2015-04-23 21:09:01 +01:00
Duncan Frost
e04165eef4
Refactoring and bug fixing.
...
Noticed a bug that was causing path bits to fail to be changed.
Reduced compile warnings by using ints for coordinates.
Rearanged colour picker to stop bug that prevents its use when first clicked.
2015-04-23 20:40:53 +01:00
Duncan Frost
b950447330
Refactor of placement code
2015-04-23 20:00:18 +01:00
Duncan Frost
f2fd8d81ba
Added small scenery placement code
...
Requires major refactoring.
2015-04-23 18:03:52 +01:00