Ted John
|
cce979f96b
|
Remove logic for required objects (#8718)
This allows TARMAC to be removed when `remove_unused_objects` is called.
|
2019-02-19 11:55:43 +00:00 |
|
ζeh Matt
|
8a6dd5c4dd
|
Fix #8720: Desync due to boats colliding with ghost pieces
|
2019-02-19 11:39:48 +01:00 |
|
Matt
|
d7ff3854a9
|
Bump up network version.
|
2019-02-18 17:20:18 +01:00 |
|
Matt
|
a6c6d6ddc3
|
Update checks for when money is required.
|
2019-02-18 17:19:44 +01:00 |
|
Matt
|
21e4c52853
|
Use finance_check_affordability instead of CheckActionAffordability
|
2019-02-18 17:19:44 +01:00 |
|
Matt
|
914bf3a0c6
|
Add finance_check_money_required and finance_check_affordability helper functions.
|
2019-02-18 17:19:44 +01:00 |
|
ζeh Matt
|
a1d1669492
|
Merge pull request #8713 from ZehMatt/replay-bpb
Add bpb.sv6 to the replays with 7000 ticks.
|
2019-02-18 13:38:22 +01:00 |
|
Matt
|
3f07fd6bed
|
Bump up network version.
|
2019-02-17 10:12:02 +01:00 |
|
Matt
|
7a18fc4b96
|
Fix ClearAction breaking out of the loop too early.
|
2019-02-17 10:12:02 +01:00 |
|
Matt
|
597b0956fc
|
Fix SmallSceneryRemoveAction returning no error on invalid coordinates.
|
2019-02-17 10:12:02 +01:00 |
|
Matt
|
5f02c480c2
|
Fix FootpathRemoveAction crashing with invalid coordinates.
|
2019-02-17 10:12:02 +01:00 |
|
Matt
|
2d78eace05
|
Use QueryInternal in ExecuteInternal.
|
2019-02-17 10:12:02 +01:00 |
|
Matt
|
a630c17e92
|
Fix ReplayManager testing checksums out of order.
|
2019-02-16 09:10:05 +01:00 |
|
ζeh Matt
|
416915c883
|
Merge pull request #8711 from ZehMatt/ga-toplevel
Refactor direct calls to Query and Execute on game actions.
|
2019-02-15 17:07:53 +01:00 |
|
Matt
|
00be865ff1
|
Use ExecuteNested/QueryNested instead of passing a parameter.
|
2019-02-15 16:32:11 +01:00 |
|
Duncan
|
79ccc8ca32
|
Merge pull request #8705 from phillipwalters/develop
Removed dead code per issue 8677 (https://github.com/OpenRCT2/OpenRCT2/issues/8677)
|
2019-02-15 13:58:57 +00:00 |
|
Matt
|
16e371c792
|
Bump up network version.
|
2019-02-15 09:01:38 +01:00 |
|
Matt
|
60ec1da0f8
|
Remove direct calls to Execute Query on action.
|
2019-02-15 08:55:01 +01:00 |
|
Matt
|
22811e0e85
|
Remove direct calls to Execute Query on action.
|
2019-02-15 08:50:48 +01:00 |
|
Matt
|
46c9bcc4bc
|
Remove direct calls to Execute Query on action.
|
2019-02-15 08:47:07 +01:00 |
|
Matt
|
caa490642c
|
Refactor GameActions to allow non-top level actions.
|
2019-02-15 08:43:05 +01:00 |
|
Michael Steenbeek
|
2a4215a30f
|
Create constant for SCROLLING_MODE_NONE
|
2019-02-14 22:41:48 +01:00 |
|
ζeh Matt
|
d143c7b7c6
|
Fix 8698 (#8709)
|
2019-02-14 22:09:16 +01:00 |
|
Ted John
|
8c2872ad1e
|
Fix gcc
|
2019-02-13 22:51:10 +00:00 |
|
Ted John
|
eaa671632f
|
Fix formatting
|
2019-02-13 20:31:55 +00:00 |
|
Ted John
|
ba445cb6ef
|
Pass Ride* instead of ride_id_t
|
2019-02-13 20:16:42 +00:00 |
|
Phillip Walters
|
b7787daa9f
|
More formatting changes.
|
2019-02-12 18:02:33 -08:00 |
|
Phillip Walters
|
11ff0b6688
|
Cleaned up some formatting
|
2019-02-12 17:53:39 -08:00 |
|
Ted John
|
fdf9f36fab
|
Pass Ride* instead of ride_id_t
|
2019-02-12 23:58:45 +00:00 |
|
Ted John
|
9e461b2e34
|
Pass Ride* instead of ride_id_t
|
2019-02-12 23:29:38 +00:00 |
|
Ted John
|
fd090f5ef3
|
Refactor PickRideToGoOn
|
2019-02-12 23:29:38 +00:00 |
|
Ted John
|
9706dd8675
|
Pass Ride* instead of ride_id_t
|
2019-02-12 23:29:37 +00:00 |
|
Ted John
|
e361655b10
|
Pass Ride* instead of ride_id_t
|
2019-02-12 23:29:37 +00:00 |
|
Ted John
|
aaacece0ea
|
Pass Ride* instead of ride_id_t
|
2019-02-12 23:29:37 +00:00 |
|
Phillip Walters
|
28d4446da4
|
Re-added some code that shouldn't have been removed and removed some other code that I missed last time.
|
2019-02-11 18:58:56 -08:00 |
|
duncanspumpkin
|
af65bc33e7
|
Increment network version
|
2019-02-11 10:57:58 +00:00 |
|
duncanspumpkin
|
c87430e09d
|
Turn off clang format
|
2019-02-11 10:57:31 +00:00 |
|
duncanspumpkin
|
866d143930
|
Move Pause Toggle into the GameAction framework
|
2019-02-11 10:46:12 +00:00 |
|
Phillip Walters
|
14835b9e31
|
Removed dead code per issue 8677 (https://github.com/OpenRCT2/OpenRCT2/issues/8677)
|
2019-02-10 18:17:05 -08:00 |
|
Michael Steenbeek
|
76603ad1b3
|
Fix #8696: Setting land height costs money in no-money scenarios
|
2019-02-10 22:14:23 +01:00 |
|
Michał Janiszewski
|
5e74f7487d
|
Merge pull request #8700 from janisozaur/icc-fixes
Icc fixes
|
2019-02-10 12:21:33 +01:00 |
|
ζeh Matt
|
20989ae4d8
|
Merge pull request #8675 from tomlankhorst/compress-replays
.sv6r version 2: introducing compression
|
2019-02-10 11:01:26 +01:00 |
|
Michał Janiszewski
|
9da931d5e7
|
Remove offsetof for non-POD data
|
2019-02-10 00:20:34 +01:00 |
|
Michał Janiszewski
|
838289abce
|
Mark functions as static
|
2019-02-10 00:20:34 +01:00 |
|
Michał Janiszewski
|
379fd42dc4
|
Fix types passed to ride_type_has_flag
|
2019-02-10 00:04:52 +01:00 |
|
Michał Janiszewski
|
70ef8151fc
|
Fix types passed to printf-like functions
|
2019-02-10 00:04:52 +01:00 |
|
ζeh Matt
|
be491d3c6f
|
Bump network version
|
2019-02-09 23:27:26 +01:00 |
|
Matt
|
02a14d3883
|
Move setting common price into RideSetCommonPrice
|
2019-02-08 18:03:06 +01:00 |
|
Matt
|
34260cb6ca
|
Replace old game command reference.
|
2019-02-08 18:03:06 +01:00 |
|
Matt
|
9508044aa7
|
Add missing member to serialisation.
|
2019-02-08 18:03:06 +01:00 |
|