Commit Graph

19072 Commits

Author SHA1 Message Date
Michael Steenbeek 7646f1b7e4
Merge pull request #11896 from hdpoliveira/update_flags
Update flags
2020-06-07 23:03:48 +02:00
hdpoliveira 5b1469b8b7
Create Vehicle::GetTrackType() (#11895) 2020-06-07 21:43:32 +01:00
hdpoliveira 7bef44b020 Create Vehicle::SetUpdateFlag 2020-06-07 17:16:13 -03:00
hdpoliveira 480d1a6d6b Create Vehicle::ClearUpdateFlag 2020-06-07 17:16:12 -03:00
Tulio Leao 42cbd9bbc4
Merge pull request #11884 from hdpoliveira/newsitem_queue_array
Create NewsItemQueue class
2020-06-07 15:53:20 -03:00
Tulio Leao 2e9bbe15d5
Merge pull request #11881 from duncanspumpkin
Implement Sprite Is As functions
2020-06-07 14:14:10 -03:00
hdpoliveira 8c33bccc86 Create NewsItemQueue 2020-06-07 13:10:50 -03:00
hdpoliveira a35c779aef Rename NewsItemQueue to NewsItemQueues 2020-06-07 13:02:54 -03:00
duncanspumpkin efdabd8880 Make suggested changes 2020-06-07 15:54:07 +01:00
Peter Ryszkiewicz 3dba0d9ae6
Add mac user directory to scripting docs (#11888) 2020-06-07 10:41:34 -03:00
OpenRCT2 git bot 05c7615c2c Merge Localisation/master into OpenRCT2/develop. 2020-06-07 04:02:27 +00:00
Tulio Leao af36d0369f
Merge pull request #11838 from hdpoliveira
#9473: UpdateTrackMotionPoweredRideAcceleration
2020-06-06 17:29:14 -03:00
hdpoliveira ca1a107a8d Extract function modified_speed 2020-06-06 14:14:38 -03:00
hdpoliveira a66b23ffea Return new acceleration value 2020-06-06 14:13:13 -03:00
hdpoliveira 98ad3a23a4 Issue #9473: UpdateTrackMotionPoweredRideAcceleration 2020-06-06 14:12:49 -03:00
duncanspumpkin 5c48e5f0bb Remove AsPeep 2020-06-06 11:36:48 +01:00
duncanspumpkin 7ba795e96c Remove AsMoneyEffect 2020-06-06 11:36:48 +01:00
duncanspumpkin bee424585a Remove AsDuck 2020-06-06 11:36:48 +01:00
duncanspumpkin 6e78d8d654 Remove AsBalloon 2020-06-06 11:36:48 +01:00
duncanspumpkin 517ed57593 Remove IsPeep 2020-06-06 11:36:48 +01:00
duncanspumpkin 881afc7579 Remove IsMoneyEffect 2020-06-06 11:36:48 +01:00
duncanspumpkin f5772fae48 Remove IsDuck 2020-06-06 11:36:47 +01:00
duncanspumpkin 4485937560 Remove IsBalloon 2020-06-06 11:36:47 +01:00
duncanspumpkin 1758f2a133 Implement As and Is functions for SpriteBase 2020-06-06 11:36:42 +01:00
Michael Steenbeek f21ddb0723
Refactor checks for station pieces (#11876) 2020-06-05 17:55:15 -03:00
Duncan d145b64ab8
Move banner allocations to reduce chance of not freeing a banner id (#11879) 2020-06-05 17:05:48 -03:00
OpenRCT2 git bot d879c2fba4 Merge Localisation/master into OpenRCT2/develop. 2020-06-05 04:02:29 +00:00
Michael Steenbeek 4efd3dbfbf
Merge pull request #11866 from Gymnasiast/refactor/set_format_arg_be_gone
Move calls to set_format_arg to Formatter::Common()
2020-06-04 23:20:37 +02:00
Ted John d0a8c9fa92
Fix plugin, window update not being called (#11871)
For windows with no tabs.
2020-06-04 21:14:49 +01:00
Tulio Leao 6312b27fa7
Merge pull request #11853 from tupaschoal/prevent-shadow-peep-3
Rename some Peep member variables to use TitleCase
2020-06-04 14:32:09 -03:00
Tulio Leao 57a2dab064
Rename Peep::NoActionFrameNum to WalkingFrameNum 2020-06-04 19:16:25 +02:00
Tulio Leao c9f071a766
Rename Peep::TimeOnRide to GuestTimeOnRide 2020-06-04 19:16:25 +02:00
Tulio Leao ce952961b9
Rename Peep::PeepIsLostCountdown to GuestIsLostCountdown 2020-06-04 19:16:24 +02:00
Tulio Leao fabdb8cdef
Rename Peep::path_check_optimisation to PathCheckOptimisation 2020-06-04 19:16:24 +02:00
Tulio Leao 6dc08afdd0
Rename Peep:staff_id to StaffId 2020-06-04 19:16:24 +02:00
Tulio Leao d05e5f8dc7
Rename Peep::guest_heading_to_ride_id to GuestHeadingToRideId 2020-06-04 19:16:12 +02:00
Tulio Leao 9fbaf61e07
Rename Peep::staff_orders to StaffOrders 2020-06-04 19:16:12 +02:00
Tulio Leao 480009c0f6
Rename Peep::peep_is_lost_countdown to PeepIsLostCountdown 2020-06-04 19:16:11 +02:00
Tulio Leao 7357eeca60
Rename Peep::photo1_ride_ref to Photo1RideRef 2020-06-04 19:16:11 +02:00
Tulio Leao a2a0fad886
Rename Peep::peep_flags to PeepFlags 2020-06-04 19:16:11 +02:00
Tulio Leao 53bff03a3f
Rename Peep::pathfind_goal to PathfindGoal 2020-06-04 19:16:11 +02:00
Tulio Leao cad809275e
Rename Peep::pathfind_history to PathfindHistory 2020-06-04 19:16:11 +02:00
Tulio Leao f2808eecbe
Rename Peep:no_action_frame_num to NoActionFrameNum 2020-06-04 19:16:11 +02:00
Tulio Leao 0933cd4e57
Rename Peep::litter_count to LitterCount 2020-06-04 19:16:11 +02:00
Tulio Leao 7665d1386f
Rename Peep:time_on_ride to TimeOnRide 2020-06-04 19:16:11 +02:00
Tulio Leao 0e170d40d4
Rename Peep::staff_mowing_timeout to StaffMowingTimeout 2020-06-04 19:16:11 +02:00
Michael Steenbeek 0ba02dd91c
Fix suggestion 2020-06-04 12:41:03 +02:00
Gymnasiast 231b704fa7
en-GB: Fix speed display 2020-06-04 11:45:43 +02:00
Michael Steenbeek f9417cc5de
Apply suggestion from code review
Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
2020-06-04 10:16:23 +02:00
OpenRCT2 git bot 1a5b81027f Merge Localisation/master into OpenRCT2/develop. 2020-06-04 04:02:26 +00:00