1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00
Commit Graph

135 Commits

Author SHA1 Message Date
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
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
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
IntelOrca
6ae0c10350 refactor ride type flag checks 2015-03-07 19:15:47 +00:00
Duncan Frost
ddcf766fea More refactoring of object.c 2015-03-07 09:44:34 +00:00
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