zsilencer
e2d386edbc
game_command_remove_fence
2015-04-25 09:20:15 -06:00
zsilencer
9bd620cd99
game_command_raise_water, game_command_lower_water, suggested changes
2015-04-25 09:20:15 -06:00
zsilencer
af46537667
game_command_raise_land, game_command_lower_land
2015-04-25 09:20:15 -06: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
9749d7d602
Added path bit placement
...
Fixed bug in footpath_place_real that causes it to not place path bits.
2015-04-23 17:23:01 +01:00
Duncan Frost
d0420eef0b
Refactor to use defined pathBit entry address.
2015-04-22 21:03:44 +01:00
Duncan Frost
e8d27b0424
Finished scenery repaint tool down
...
Renamed map_element variables that were badly named
Changed scenerymultiple(large) to use the correct size for type. This will cause merge issues with anyone working on large scenery.
2015-04-17 17:36:28 +01:00
Duncan Frost
f9c9e9b9aa
Added scenery_remove_ghost_tool_placement
2015-04-17 17:36:26 +01:00
Ted John
e08e4b7f61
Merge pull request #988 from Garogolun/footpath-stuff
...
Added two footpath functions
2015-04-12 23:15:20 +01:00
Timmy Weerwag
930a9d61dd
Fixes for a couple of warnings
2015-04-12 23:26:15 +02:00
Timmy Weerwag
05fa87ad5d
Fixed warnings
2015-04-04 15:22:37 +02:00
Timmy Weerwag
b20efdada8
Refactored common code into viewport_coord_to_map_coord
2015-04-03 21:11:03 +02:00
Timmy Weerwag
8e11c6528d
Coding style
2015-04-02 17:19:21 +02:00
Timmy Weerwag
585f85c725
Improved footpath_get_coordinates_from_pos a bit
2015-04-02 16:38:40 +02:00
IntelOrca
d86f15c87d
Fix bug in rct1_fix_entrance_positions.
...
Refactor RCT1 import.
Allow rotate shortcut to rotate park entrance placement.
2015-04-01 21:23:05 +01:00
Timmy Weerwag
6cb205c9cc
Added footpath_get_coordinates_from_pos
2015-04-01 02:28:47 +02:00
Timmy Weerwag
fe799f03a5
Added footpath_bridge_get_info_from_pos
2015-04-01 01:45:18 +02:00
IntelOrca
b1d6c34a00
implement money_effect_create
2015-03-31 03:23:40 +01:00
IntelOrca
bbbf928f50
implement duck_remove_all and staff_reset_stats
2015-03-31 02:48:26 +01:00
IntelOrca
d1e4fe8060
implement scenery_set_default_placement_configuration
2015-03-29 02:29:07 +01:00
Duncan Frost
bba61bd891
Fix on ride photos staying flashed
2015-03-27 08:47:47 +00:00
Duncan Frost
0e04189951
Fix potential future bug
2015-03-26 22:08:56 +00:00
IntelOrca
758a973b49
remove left over test code in duck update code
2015-03-26 17:59:26 +00:00
IntelOrca
fa217c80ae
implement duck_update
2015-03-25 23:57:09 +00:00
IntelOrca
aacd6b9db0
implement balloon_press and duck_press
2015-03-25 21:42:58 +00:00
Duncan Frost
f252a8c8ac
Added sub_state_17
2015-03-25 18:36:24 +00:00
Duncan Frost
e67f8a45ad
Fix rebase errors. Added PEEP_ACTION_CHECK_TIME.
2015-03-25 18:36:08 +00:00
Duncan Frost
356079834a
Added start of peep_update_patrolling
2015-03-25 18:36:00 +00:00
Duncan Frost
17bc13f1a1
Started 69b8cc
2015-03-25 18:35:55 +00:00
Duncan Frost
4bdf05b59f
Labelled next_in_quadrant
2015-03-25 18:34:21 +00:00
Duncan Frost
d11ddc3ec2
Labeled found sprite and peep offsets.
2015-03-25 18:34:19 +00:00
IntelOrca
8d9ff5daf1
implement balloon_update and money_effect_update
2015-03-25 14:31:23 +00:00
IntelOrca
743c508065
finish implementing jumping fountains
2015-03-25 01:43:36 +00:00
IntelOrca
83aae61e34
implement sprite_misc_update
2015-03-24 16:48:38 +00:00
Ted John
eac4e28efd
Merge pull request #952 from Garogolun/footpath-functions
...
Decompiled some footpath stuff
2015-03-23 21:03:33 +00:00
IntelOrca
745614c959
refactor misc. sprites and implement jumping_fountain_begin
2015-03-23 10:39:47 +00:00
Timmy Weerwag
d4f495cc0e
Renamed sub_6A7831 to footpath_provisional_update
2015-03-22 22:18:36 +01:00
Ted John
8013807f68
Merge pull request #948 from kevinburke/downtime
...
Name var_199 as the downtime parameter
2015-03-22 19:32:34 +00:00
Kevin Burke
6423c857a7
Name var_199 as the downtime parameter
2015-03-22 12:28:55 -07:00
IntelOrca
74fd9dc5a2
fix queue banners not invalidating properly
2015-03-22 17:43:44 +00:00
IntelOrca
7d383a586e
implement map_update_tiles, grass growing and scenery aging
2015-03-22 17:04:50 +00:00
Ted John
956d6688d3
Merge pull request #946 from kevinburke/var_198_docs
...
Name reliability variables
2015-03-22 15:40:16 +00:00
Kevin Burke
5fc72d354d
Rename fair_value to value
2015-03-22 08:38:42 -07:00
Kevin Burke
3862a85666
Name reliability variables
...
- Rename var_146 to fair_value (it is not reliability)
- Add a helper method get_age_penalty which computes the age penalty for
a ride.
- Adds a constant for a ride's initial reliability
- Names a subroutine
2015-03-22 08:21:13 -07:00
IntelOrca
d67335d0c7
implement remaining map animation invalidate event handlers and create map animation
2015-03-22 01:19:23 +00:00
IntelOrca
cd16af0f60
add some event handlers for invalidating map objects
2015-03-18 19:52:45 +00:00
Ted John
3f1f8162a5
Merge pull request #929 from duncanspumpkin/fix_intense_rides
...
Fix intense rides flag
2015-03-18 19:41:16 +00:00
Duncan Frost
b5b2ae263a
Fix intense rides causing peeps not to use rides at all
2015-03-18 19:23:15 +00:00
IntelOrca
058f10845f
implement map_invalidate_animations
2015-03-17 23:47:54 +00:00
IntelOrca
488282d653
name some of the ride type flags
2015-03-07 19:56:30 +00:00