1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 21:13:05 +01:00
Commit Graph

97 Commits

Author SHA1 Message Date
Duncan Frost
fa7448bc97 Add remaining paint functions 2015-03-04 21:22:27 +00:00
Duncan Frost
fe21c56e5d Fix large bug. 2015-03-03 22:00:11 +00:00
Duncan Frost
ffb1370a7b Implemented paint_wall. 2015-03-03 18:25:14 +00:00
Duncan Frost
d36807333a Implemented paint_large_scenery 2015-03-02 18:21:32 +00:00
Duncan Frost
fe8bcf4d85 Implemented paint_small_scenery 2015-03-01 21:59:30 +00:00
Duncan Frost
013be11aed Refactored water and entrance paint functions 2015-03-01 21:06:51 +00:00
Duncan Frost
c0e957299f Refactored paint_path. Labelled known offsets 2015-03-01 17:45:45 +00:00
Gericom
1421109f46 Renamed ebp and eleminated edi in create_duck 2015-02-28 18:08:19 +01:00
Gericom
b560638e23 More refactoring and fixed bug in create_duck 2015-02-28 14:48:04 +01:00
Gericom
961a251dd0 Added rct_balloon and rct_duck structs 2015-02-28 11:47:09 +01:00
Gericom
ff79e98819 Implemented a couple of functions, memory leak fix
- create_duck
- viewport_set_underground_flag (0x006E7A15)
Free dpi in paint_park_entrance_entry
2015-02-27 16:34:52 +01:00
Gericom
69545bfbd9 Implemented create_balloon 2015-02-27 13:29:57 +01:00
Ted John
a91abfff57 Merge pull request #858 from duncanspumpkin/fix_banner_crash
Fix footpath banner remove crash
2015-02-22 18:58:03 +00:00
Duncan Frost
af5e802630 Fix crash caused by not passing x,y coordinates to remove banner 2015-02-22 18:53:27 +00:00
Thomas
a8f7868ec7 Fixed map smoothing issue 2015-02-22 12:31:26 +01:00
Duncan Frost
095f6e1216 Fix hack causing flags to not be passed to scenery clearing function 2015-02-19 18:42:45 +00:00
Jackson Davis
5ec0cd5e8e Decompile banner_init (6B9CB0) 2015-02-17 19:47:47 -08:00
Ted John
e39a220058 Merge pull request #814 from nbrochu/mapgen-simplex-tab
Added a 3rd tab to Map Generation (Simplex)
2015-02-17 18:54:20 +00:00
IntelOrca
2ab48c998e Merge branch 'set-ride-status' into develop
Conflicts:
	src/ride/track.h
2015-02-17 17:00:47 +00:00
IntelOrca
0d2bd68bd4 fix footpath bug, fixes #813 2015-02-16 15:16:28 +00:00
Nicholas Brochu
14d919819b Added a 3rd tab to Map Generation (Simplex)
Complete with sensible defaults.
2015-02-16 01:18:08 -05:00
IntelOrca
c0e4518972 refactor some of the footpath code after merging 2015-02-13 20:55:49 +00:00
IntelOrca
886f30d00c Merge branch 'develop' into footpath-commands 2015-02-13 19:32:13 +00:00
IntelOrca
e953fdc360 improve random map generator, change algorithm to simplex noise 2015-02-13 03:29:40 +00:00
IntelOrca
a978a931e7 fix issues with random map generator 2015-02-11 00:02:09 +00:00
IntelOrca
5b3c1b6764 finalise placing of trees 2015-02-10 19:52:24 +00:00
IntelOrca
9d2abf1925 add map generation window 2015-02-09 18:32:58 +00:00
IntelOrca
647d9a42a5 Merge branch 'develop' into random-map
Conflicts:
	projects/openrct2.vcxproj.user
2015-02-09 14:30:41 +00:00
IntelOrca
a6c95f1f38 Merge branch 'develop' into set-ride-status
Conflicts:
	src/ride/track.c
	src/windows/ride_construction.c
2015-02-08 16:04:35 +00:00
IntelOrca
4a9dfcc849 implement scenario_create_ducks 2015-02-08 15:37:33 +00:00
IntelOrca
dfc723573c fix expenditure table issues, fixes #762 2015-02-08 14:31:57 +00:00
IntelOrca
63ad70a0f3 fix errors 2015-02-08 03:19:24 +00:00
IntelOrca
1298031fd2 Merge branch 'develop' into random-map
Conflicts:
	projects/openrct2.vcxproj
	projects/openrct2.vcxproj.filters
	projects/openrct2.vcxproj.user
	src/editor.c
	src/input.c
	src/platform/osinterface.c
	src/rct2.c
	src/scenario.c
	src/world/map.h
2015-02-08 03:05:07 +00:00
Duncan Frost
0f6dd51736 Added load_palette. Labelled offset for paused and palette effect frame. Fixed fast moving water. 2015-02-07 17:40:20 +00:00
IntelOrca
5b4ec3621a refactor many functions to use rct_xy_element 2015-01-30 19:20:19 +00:00
Duncan Frost
359cc9aa99 Add upper bounds 2015-01-29 17:47:35 +00:00
Duncan Frost
fddcfc69e0 Add error logging to get_first_element_at 2015-01-29 17:45:08 +00:00
IntelOrca
36971b29cb implement game_command_set_park_name and game_command_remove_park_entrance 2015-01-27 21:18:41 +00:00
Ted John
1aee1825d1 Merge pull request #723 from duncanspumpkin/peep_update
Peep update
2015-01-26 17:38:18 +00:00
IntelOrca
ba4d9b3975 implement game_command_set_park_open 2015-01-25 00:20:53 +00:00
Duncan Frost
0725197758 Added peep_update_walking_find_bench 2015-01-24 19:48:20 +00:00
Duncan Frost
47e204e2fb Added more peep_walk. Fixed waving bug 2015-01-24 19:48:16 +00:00
IntelOrca
eec7e2e458 implement marketing_start_campaign 2015-01-24 18:22:06 +00:00
IntelOrca
164cf20ea4 use map iterator for calculate_park_size 2015-01-22 17:31:58 +00:00
IntelOrca
8774731f03 refactor map element iteration 2015-01-22 00:19:05 +00:00
IntelOrca
658d949733 add RCT1 SC6/SV6 data structure 2015-01-21 15:54:33 +00:00
IntelOrca
3a8f85b7d2 implement footpath remove and create, bugs exist 2015-01-14 23:51:59 +00:00
IntelOrca
0ff125b9b3 move across useful map functions and other bits from footpath branch to develop 2015-01-14 23:38:48 +00:00
Duncan Frost
974ecd904c Finish game command 20 change surface style 2015-01-12 18:39:53 +00:00
Duncan Frost
8a4e12a3f4 Started game_command_20 raise lower land 2015-01-12 18:39:52 +00:00