1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00
Commit Graph

3802 Commits

Author SHA1 Message Date
IntelOrca
46178bb44f implement finish-map-window part 6 2015-07-02 17:00:39 +01:00
IntelOrca
55c509590f implement finish-map-window part 5 2015-07-02 01:50:13 +01:00
IntelOrca
6de7a38f53 implement finish-map-window part 4 2015-07-02 00:37:55 +01:00
IntelOrca
693e6127da implement finish-map-window part 3 2015-07-01 19:06:42 +01:00
IntelOrca
c441ee2d1b implement finish-map-window part 2 2015-07-01 15:17:25 +01:00
IntelOrca
7be91a5fac implement finish-map-window part 1 2015-07-01 00:58:13 +01:00
Duncan Frost
0b60465b65 Fix map element reorganise crash.
Fixes #1518. I've also refactored the code slightly. Issue was caused by memsetting the wrong buffer.
2015-06-30 18:08:49 +01:00
IntelOrca
cc54171443 remove / isolate several CALLPROCs 2015-06-30 17:13:34 +01:00
Ted John
ea88ae41a6 Merge Localisation/master into OpenRCT2/develop. 2015-06-30 04:00:16 +01:00
Ted John
7b71b18433 Merge pull request #1522 from zsilencer/decompiling
implement game_command_set_water_height
2015-06-29 19:12:30 +01:00
zsilencer
9578606251 implement game_command_set_water_height 2015-06-29 11:49:17 -06:00
IntelOrca
19edd8a3bb refactor game command enum 2015-06-29 17:36:07 +01:00
IntelOrca
40ba6a3efa remove various callprocs 2015-06-29 17:22:01 +01:00
IntelOrca
c3d5d5f6c2 implement game_command_set_ride_vehicles 2015-06-29 16:14:56 +01:00
IntelOrca
4ada15c972 implement ride_update_max_vehicles 2015-06-29 15:13:42 +01:00
Ted John
380d459dfb Merge Localisation/master into OpenRCT2/develop. 2015-06-29 04:00:15 +01:00
IntelOrca
c6e84181cb implement ride_entry_get_train_layout 2015-06-29 01:24:07 +01:00
IntelOrca
0da767fcea implement peep update real names and update ride vehicle colours 2015-06-29 00:51:03 +01:00
Duncan Frost
2c3c8dc188 Fix incorrect pointer maths. Fixes #1511. 2015-06-28 19:46:08 +01:00
IntelOrca
ed41c2b995 fix map_reorganise_elements 2015-06-28 18:59:55 +01:00
IntelOrca
3e200d0bd2 implement ride_fix_breakdown 2015-06-28 18:36:46 +01:00
Ted John
b1b61e7df5 Merge pull request #1509 from duncanspumpkin/map_functions
Map functions
2015-06-28 18:03:53 +01:00
IntelOrca
e2a694b96e implement format_string_toupper and litter_create 2015-06-28 17:45:19 +01:00
Duncan Frost
33c4698e06 Implemented map_reorganise_elements.
Fixed a potential issue that would cause cursors to become stuck.
2015-06-28 16:50:21 +01:00
IntelOrca
b4f8d3b753 add new shortcuts to shortcut window and fix bottom toolbar hiding in editor 2015-06-28 13:59:38 +01:00
Duncan
9b4d375707 Merge pull request #1501 from Gymnasiast/patch-2
Fix observation tower and launched freefall descriptions
2015-06-28 13:55:11 +01:00
Duncan
b2e4ef0be4 Merge pull request #1508 from danidoedel/patch-4
Fix window titles (cheats)
2015-06-28 13:54:12 +01:00
Duncan Frost
8167c24526 Implemented sub_68B044 some sort of check to make sure there is space for new element.
If there isn't then it will try reorganise the elements to make room.
2015-06-28 13:53:24 +01:00
danidoedel
06ee0342b7 Fix window titles (cheats) 2015-06-28 14:52:05 +02:00
Ted John
78c8ba09b3 Merge pull request #1490 from MaikelS11/toggle-top-bottom-toolbar
Toggle top bottom toolbar
2015-06-28 13:41:16 +01:00
IntelOrca
f452b4d39a fix #1506 2015-06-28 13:36:52 +01:00
IntelOrca
48268d50cc implement a couple of ride subroutines and refactor 2015-06-28 13:36:51 +01:00
Duncan Frost
5e3df22414 Implemented map element remove. Small tidy of functions in game.c. 2015-06-28 13:31:46 +01:00
Duncan
1889d49da3 Merge pull request #1507 from ThomasdenH/forced-park-rating
Add cheat to force park rating
2015-06-28 13:07:44 +01:00
Thomas
e72739dbd6 Add cheat to force park rating 2015-06-28 13:38:38 +02:00
Maikel Stuivenberg
9feff63c6d Remove viewport flag 2015-06-28 13:36:46 +02:00
IntelOrca
36d6ea7a6e fix setting brakes speed on current track and implement game command 2015-06-28 11:44:46 +01:00
IntelOrca
b8fa25bcb6 fix brakes speed not being set when building track 2015-06-28 11:44:45 +01:00
Maikel Stuivenberg
4f7fbaaeb7 Merge remote-tracking branch 'upstream/develop' into toggle-top-bottom-toolbar 2015-06-28 12:06:47 +02:00
Michael Steenbeek
fb9fe6615b Fix typo 2015-06-28 11:11:07 +02:00
Duncan
e2403d5a9b Merge pull request #1503 from Gymnasiast/patch-3
Add more translators to contributors.md
2015-06-28 09:08:50 +01:00
Michael Steenbeek
ae4340520c Add more translators to contributors.md 2015-06-28 08:20:05 +02:00
Ted John
0a1cd30597 Merge Localisation/master into OpenRCT2/develop. 2015-06-28 04:00:16 +01:00
IntelOrca
63698761fd remove some small callprocs 2015-06-28 01:57:50 +01:00
IntelOrca
2e1c449e91 use TRACK_BLOCK_END instead of random 255 arrays 2015-06-27 22:58:03 +01:00
IntelOrca
97e4a4d663 add track block and possible ride configuration tables 2015-06-27 22:53:52 +01:00
IntelOrca
457e7862b3 prepare track place and remove game commands 2015-06-27 17:53:28 +01:00
Michael Steenbeek
a4322cb855 Fix observation tower and launched freefall descriptions 2015-06-27 16:25:42 +02:00
IntelOrca
d45cf519e3 fix warnings 2015-06-27 15:21:32 +01:00
Ted John
19d3529028 Merge pull request #1494 from OpenRCT2/ride-construction-window-2
Implement ride construction window
2015-06-27 15:19:31 +01:00