1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00
Commit Graph

46 Commits

Author SHA1 Message Date
duncanspumpkin
53df541a39 Relabelled sprite_flags to flags. Relabelled peep/fountain flags 2016-02-23 17:22:19 +00:00
duncanspumpkin
5340af4a12 Refactor sprite_flags 2016-02-23 17:09:53 +00:00
IntelOrca
88ae952db2 implement peep_easter_egg_peep_interactions 2016-01-17 00:57:37 +00:00
Michał Janiszewski
133096cd64 Merge branch 'develop' into vehicle-update 2016-01-05 09:59:53 +01:00
Jonathan Haas
4d26e4c4a1 Refactor peep code
Name various fields and constants related to peeps. This includes:
  - Flags for flashing peeps in map window
  - Animation frames for picked up peeps
  - Function checking if peep should start to fall
  - Special sprite handling for slide boards and lawn mowers
  - Created array for peep sprite entries, renamed some variables and constants
2015-12-31 13:57:06 +01:00
IntelOrca
c2c41ec118 implement steam_particle_create 2015-12-20 12:50:33 +00:00
Michał Janiszewski
7d0ce00bab Strip all whitespace 2015-10-20 20:48:51 +02:00
IntelOrca
7228e42768 implement litter_remove_at 2015-09-05 13:59:12 +01:00
IntelOrca
745365ca69 implement crash particles 2015-08-22 16:39:24 +01:00
IntelOrca
3062bbf3b6 refactor balloon, duck and money effect 2015-08-22 12:11:20 +01:00
IntelOrca
1a877e637d refactor sprite_invalidate 2015-08-22 11:56:32 +01:00
IntelOrca
1662b18a7e fix #1662, consistent location sign 2015-07-23 18:38:43 +01:00
IntelOrca
067fbb59a4 implement sprite_misc_3_create and sprite_misc_5_create 2015-07-19 00:06:27 +01:00
IntelOrca
8acd9e73ca implement rct1_fix_colours 2015-07-14 21:58:45 +01:00
IntelOrca
b66b503be8 isolate remaining callprocs in peep.c 2015-07-02 18:22:49 +01:00
IntelOrca
40ba6a3efa remove various callprocs 2015-06-29 17:22:01 +01:00
IntelOrca
e2a694b96e implement format_string_toupper and litter_create 2015-06-28 17:45:19 +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
IntelOrca
2888494faa implement three functions used in save scenario 2015-06-08 21:35:09 +01:00
Duncan Frost
17abada57e Fix invalid locations breaking viewports
Fixes #1183. Note this isn't the same fix that rct2 uses. But I feel it solves the main issue
2015-06-03 19:00:16 +01: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
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
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
IntelOrca
745614c959 refactor misc. sprites and implement jumping_fountain_begin 2015-03-23 10:39:47 +00:00
IntelOrca
cd16af0f60 add some event handlers for invalidating map objects 2015-03-18 19:52:45 +00: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
IntelOrca
4a9dfcc849 implement scenario_create_ducks 2015-02-08 15:37:33 +00:00
IntelOrca
e887311219 add more cheats to cheat window and a small amount of refactoring 2014-12-10 01:44:30 +00:00
IntelOrca
73a6b1acea implement editor_read_s6, partial fix for #433 2014-11-24 02:58:48 +00:00
Duncan Frost
bd06488450 Fix peeps sitting. Renamed a function to sprite_move 2014-11-12 17:45:39 +00:00
Duncan Frost
502b4c4cbd Fix peeps walking on water after entering. Added some known offsets. 2014-11-10 17:23:13 +00:00
IntelOrca
d111c715d6 implement viewport_interaction_get_item_left 2014-11-10 00:40:59 +00:00
Duncan Frost
22df12c1c8 Added sub_69e9d3 a sprite moving function 2014-11-05 16:35:18 +00:00
IntelOrca
70a33f6593 refactor game_logic_update 2014-10-09 20:31:58 +01:00
IntelOrca
daf231a2e9 organisation: move peep and staff to sub directory of its own 2014-10-06 19:41:43 +01:00
IntelOrca
c8df6174b8 organisation: fix includes 2014-10-06 17:36:58 +01:00
IntelOrca
554e1fe70e organisation: move files and update project 2014-10-06 10:21:07 +01:00