1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00
Commit Graph

2397 Commits

Author SHA1 Message Date
Robert Jordan
c48645a67a Changed Title Logo
Started placing g2.dat sprites in resources/g2
2015-05-18 23:33:21 -04:00
IntelOrca
c1260fc11f add command line sprite editor and additional custom graphics (g2.dat) 2015-05-19 00:26:31 +01:00
Ted John
27737cc086 Merge pull request #1092 from trigger-death/game-speed-button
Added game speed button and other changes
2015-05-19 00:01:02 +01:00
Robert Jordan
77767a6bc5 Didn't update top_toolbar 2015-05-18 18:16:43 -04:00
Robert Jordan
6faaca53aa Added game speed button and other changes
Game speed button with up to 4/5 speeds.
Debugging tools option to enable non-playable changes.
Cheat window is now a setting.
Game speeds 5-7 are removed.
Game speed 8 added with enabling debugging tools.
Windows and news ticker update once per tick instead of based on game
speed.
2015-05-18 18:15:43 -04:00
Duncan Frost
5180c247d6 Fix scenario bugs.
Number of guests and currency were accidentaly being truncated to bytes. This was causing display issues when creating custom scenarios in OpenRCT2.
There was a small bug in research loading that was causing a crash due to exiting of a loop to early. As this was after a call to random this would only occur occasionally.
2015-05-18 22:21:12 +01:00
Duncan Frost
a69575dbea Refactor of update_park_fences
Now uses functions to work out map location ownership.
Also uses mapElements instead of tileIdxs.
2015-05-18 18:27:01 +01:00
Ted John
7a22ff57cf Merge pull request #1085 from Gymnasiast/disable-all-breakdowns
Add cheat option to disable breakdowns completely.
2015-05-17 23:01:58 +01:00
Ted John
372ab2f685 Merge pull request #1082 from trigger-death/decompiled-functions
Decompiled sub_6EC847 & sub_664D05
2015-05-17 18:21:42 +01:00
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
Gymnasiast
dc524c1b6a Add cheat option to disable breakdowns completely. 2015-05-17 18:55:57 +02:00
Robert Jordan
eb85b8f4dd One small mispelled function fix 2015-05-17 12:42:43 -04: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
Robert Jordan
9eed7dc614 renamed functions
renamed gfx_invalidate_scrollingtext to gfx_invalidate_tile_if_zoomed
2015-05-17 12:38:02 -04:00
Robert Jordan
9529f3e179 Decompiled sub_6EC847 & sub_664D05
sub_6EC847 is named invalidate_viewport_tile
sub_664D05 is named update_park_fences
both functions are in world/park.c
2015-05-17 12:36:16 -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
Duncan Frost
328abd1d45 Fix out of bounds errors
Changed get_surface_element to bubble up the null mapElement to be taken care of by the calling function.
Added checks on the track functions to ensure that invalid coordinates do not call get_surface_element_at.
Fixes #1066 and Fixes #1057
2015-05-17 07:58:51 +01:00
IntelOrca
b762fccdb2 fix format codes that did not backtrack the null terminator. 2015-05-16 16:42:23 +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
aacdc12733 Finished mirror code. 2015-05-14 18:00:49 +01: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
88a43b34b0 Finish maze track placement
Fixed bugs related with maze placement as well.
2015-05-13 19:19:46 +01:00
Duncan Frost
fbdc2dad7b Added start of maze placement. Refactored slightly. 2015-05-13 19:19:45 +01:00
Duncan Frost
1f02b47a6c Implemented large/small scenery placement. Fix bugs.
There was a bug that was causing track creation to place scenery items in the incorrect location. This was caused by assuming a global variable was no longer in use.
2015-05-13 19:19:45 +01:00
Duncan Frost
ac55dd3e04 Add wall scenery support 2015-05-13 19:19:44 +01:00
Duncan Frost
9603e35834 Fix bugs in path placement 2015-05-13 19:19:43 +01:00
Duncan Frost
ed685688e2 More scenery_place.
There is a bug in the path code
2015-05-13 19:19:43 +01:00
Duncan Frost
49e02fdab8 Added more of scenery place 2015-05-13 19:19:42 +01:00
Duncan Frost
054bc8cac2 Started scenery placement 2015-05-13 19:19:41 +01:00
Duncan Frost
d7db2e27e0 Added entrance/exit placement. 2015-05-13 19:19:41 +01:00
Duncan Frost
01eb40de08 Fix bugs in ride placement
Tracks should now place and remove correctly.
Next task will be entrances/exits followed by scenery.
2015-05-13 19:19:40 +01:00
Duncan Frost
69c708b75d Added more to track_place 2015-05-13 19:19:39 +01:00
Duncan Frost
a8912e0696 Added more of track_place 2015-05-13 19:19:39 +01:00
Duncan
f367746964 Fix small mistake in flags 2015-05-13 19:19:38 +01:00
Duncan Frost
7d13cb9ac3 Started track_place 2015-05-13 19:19:38 +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
66de066901 Added save_track_file. Fixed bugs.
Encountered bug where incorrect tracks would be displayed if the loading process failed.
Added checksum validation to loading code.
Increased the max rle length to match rct2.
2015-05-13 19:19:36 +01:00
Duncan Frost
64374e5ac4 Added maze to td6 code.
Small refactor of td6 struct to use flags with a note.
Refactor to split up td6 creation code
2015-05-13 19:19:35 +01:00