1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 12:33:17 +01:00
Commit Graph

3657 Commits

Author SHA1 Message Date
Duncan Frost
eac5cea701 Implement left and right parts of the entrance. 2015-06-21 16:23:22 +01:00
Duncan Frost
dc7f83d667 Implement more of park entrance paint setup
I've changed the order of some of this code so its possible this wont display quite the same. Will need extensive testing.
2015-06-21 16:23:22 +01:00
Duncan Frost
4911ad5a9d Started implementing entrance_paint_setup 2015-06-21 16:23:21 +01:00
Duncan Frost
cb7d579c9a Refactor of sprite_paint_setup and litter_setup.
Also generalized entrance_setup so that it can be used for exits as well
2015-06-21 16:23:20 +01:00
Duncan Frost
3781918957 Added viewport_ride_entrance_paint_setup 2015-06-21 16:23:20 +01:00
Duncan Frost
b20513187c Start viewport_entrance_paint_setup 2015-06-21 16:23:19 +01:00
Duncan Frost
5ba52e3688 Refactor of map_element_paint_setup 2015-06-21 16:23:18 +01:00
Duncan Frost
c004d0e73f Refactor viewport_paint_setup 2015-06-21 16:23:17 +01:00
Duncan Frost
55d3b67cfe Refactor of scrolling_text_setup 2015-06-21 16:23:17 +01:00
Duncan Frost
9958ffc0f7 Started refactor of viewport drawing
Renabled banner paint setup
2015-06-21 16:23:16 +01:00
IntelOrca
d5bf01e22c refactor ride type flags 2015-06-21 15:32:28 +01:00
Ted John
9a1b09f022 Merge pull request #1416 from Gymnasiast/portuguese
Add support for Portuguese, closes #711
2015-06-21 14:29:05 +01:00
Gymnasiast
0dfdb33028 Complete support, read .DAT entries from correct table 2015-06-21 15:13:40 +02:00
IntelOrca
c6b7ab2ff4 Merge branch 'pre-release-0.0.2' into develop 2015-06-21 13:56:07 +01:00
Gymnasiast
d10d38a128 First version (crashy) 2015-06-21 14:53:04 +02:00
IntelOrca
8c263b4bbc update distribution for 0.0.2 2015-06-21 13:44:22 +01:00
Ted John
e28f44f480 Merge pull request #1415 from duncanspumpkin/place_fence
Implement Place fence
2015-06-21 12:55:49 +01:00
Duncan
ce2846ec88 Merge pull request #6 from Gymnasiast/duncan-place-fence
Adjust game_command_place_fence for sandbox mode and build in pause mode
2015-06-21 12:47:12 +01:00
IntelOrca
d193348792 fix game_command_set_fence_colour 2015-06-21 12:42:31 +01:00
Gymnasiast
858faa3303 Adjust game_command_place_fence for sandbox mode and build in pause mode. 2015-06-21 13:40:44 +02:00
Ted John
362003142c Merge pull request #1414 from duncanspumpkin/fix_object
Fix using object selection during scenario
2015-06-21 12:29:29 +01:00
Duncan Frost
b1183757ec Fix banner bug. Small refactor 2015-06-21 12:07:44 +01:00
Duncan Frost
f36d17651d Implemented game_command_place_fence.
There are a couple of bugs involveing signs.
2015-06-21 11:43:52 +01:00
Duncan Frost
2ab1e316a9 Fix using object selection during scenario
Made a small mistake where it would unload the selected objects instead of unloading the unselected objects.
2015-06-21 11:38:58 +01:00
Ted John
6dbdce88d4 Merge pull request #1409 from trigger-death/console-fix
Fixed console open and set commands
2015-06-20 22:44:02 +01:00
Robert Jordan
eea2a9f7c4 Fixed console open command 2015-06-20 17:39:40 -04:00
Ted John
fe31d92654 Merge pull request #1406 from ThomasdenH/load-save-window-improvement
Load save window improvement (#1378)
2015-06-20 17:58:34 +01:00
Ted John
0381b0e1f6 Merge pull request #1407 from ThomasdenH/invert-drag
Add option to invert viewport dragging (#1332)
2015-06-20 17:57:50 +01:00
IntelOrca
8416596bf8 implement park_update_histories 2015-06-20 17:28:17 +01:00
Thomas
fd914094a7 Add option to invert viewport dragging (#1332) 2015-06-20 17:52:38 +02:00
IntelOrca
926f6838b4 Merge branch 'pre-release-0.0.2' into develop 2015-06-20 16:26:56 +01:00
IntelOrca
b5fcdcf32a fix placement of large scenery 2015-06-20 16:26:42 +01:00
IntelOrca
18f33f806c implement sub_68ADBC 2015-06-20 16:24:38 +01:00
Thomas
cb89f040b4 Remove debugging 2015-06-20 16:42:34 +02:00
Thomas
b8eab9ec93 Add path abbreviation for load/save window 2015-06-20 16:31:06 +02:00
IntelOrca
4d4a000117 add object selection to debug dropdown 2015-06-20 15:07:36 +01:00
Ted John
218b654537 Merge Localisation/master into OpenRCT2/develop. 2015-06-20 04:00:16 +01:00
Ted John
1d59983c33 Merge pull request #1401 from duncanspumpkin/editor
Refactor and implement remaining object selection functions
2015-06-20 02:08:24 +01:00
Duncan Frost
895d4a81e4 finish implementing remove_selected_objects_from_research
Fixed bug due to freeing rct2 memory.
2015-06-19 21:34:42 +01:00
Duncan Frost
15b2360e13 Implemented object_create_identifier_name and start of last func.
Note requires modification of the strings.
2015-06-19 21:34:41 +01:00
Duncan Frost
d67d9349b9 Implement setup in use selection flags. 2015-06-19 21:34:40 +01:00
Duncan Frost
07752aa1b4 Implemented free object selection flags 2015-06-19 21:34:39 +01:00
Duncan Frost
468806337c Implement more of the setup functions.
Fix bug in object counting.
Split up required and optional objects.
Corrected optional objects.
2015-06-19 21:34:39 +01:00
Duncan Frost
bed75bb2cf Refactor and start implementing setup functions for object selection 2015-06-19 21:34:38 +01:00
Duncan Frost
f7bbfa80a8 Start refactoring 2015-06-19 21:34:37 +01:00
Duncan Frost
7a5887f67a Fix size bug.
Implemented reset_required_object_flags and reset_selected_object_count_and_size.
2015-06-19 21:34:36 +01:00
Duncan Frost
8935503b86 Implemented select object in object selection window. 2015-06-19 21:34:35 +01:00
Ted John
96b7eec981 Merge pull request #1398 from zsilencer/1396
#1396
2015-06-19 17:51:04 +01:00
zsilencer
2a82491514 #1396 2015-06-19 10:26:22 -06:00
Ted John
d17a731b56 Merge pull request #1397 from trigger-death/title-console
Console can be used on title screen
2015-06-19 16:08:36 +01:00