duncanspumpkin
|
47b0c779de
|
Use correct function call.
SMALL_SCENERY_FLAG_ANIMATED is for SmallScenery not for SmallSceneryElements
|
2019-02-27 10:49:48 +00:00 |
|
duncanspumpkin
|
83f7547bf2
|
Use Is/Set BlockBrakeClosed
|
2019-02-27 10:49:48 +00:00 |
|
duncanspumpkin
|
92cdbfb0a8
|
Use Is/Set Indestructible
|
2019-02-27 10:49:48 +00:00 |
|
duncanspumpkin
|
411e5c47a2
|
Use Is/Set Accounted
|
2019-02-27 10:49:48 +00:00 |
|
duncanspumpkin
|
fae15fceca
|
Use IsBroken
|
2019-02-27 10:49:48 +00:00 |
|
duncanspumpkin
|
7840f6a7f7
|
Use SetIsBroken
|
2019-02-27 10:49:48 +00:00 |
|
duncanspumpkin
|
6495ffdb34
|
Use IsBlockedByVehicle
|
2019-02-27 10:49:48 +00:00 |
|
duncanspumpkin
|
354cce71eb
|
Introduce new functions to stop direct access
|
2019-02-27 10:49:48 +00:00 |
|
duncanspumpkin
|
c68af628c2
|
Increment network version
|
2019-02-27 10:18:52 +00:00 |
|
Duncan
|
170568d802
|
Merge pull request #8740 from duncanspumpkin/ride_set_setting_ga
Ride Set Setting GameAction
|
2019-02-27 10:18:03 +00:00 |
|
Tom Lankhorst
|
60dcd402a7
|
Drop xc-pretty due to Travis formatting issues
|
2019-02-27 10:05:20 +01:00 |
|
Tom Lankhorst
|
dfcc4b57c3
|
Add files to xcode project (#22)
|
2019-02-27 08:54:50 +00:00 |
|
duncanspumpkin
|
93873c5e74
|
Make review changes. Fix formating
Reorder includes
|
2019-02-27 08:15:11 +00:00 |
|
duncanspumpkin
|
9d76c609f3
|
Provide conversion from gamecommand in replay manager
|
2019-02-27 08:15:11 +00:00 |
|
duncanspumpkin
|
e1977d1a2f
|
Remove references to game command
|
2019-02-27 08:15:11 +00:00 |
|
duncanspumpkin
|
d01dfe44d5
|
Add RideSetSettingAction
Use game action for calling
Use correct error titles for operation mode changes
|
2019-02-27 08:15:07 +00:00 |
|
duncanspumpkin
|
d5ad6b7b0f
|
Move game command calls to a single call site
|
2019-02-26 12:47:44 +00:00 |
|
Michael Steenbeek
|
5b0367ea0e
|
Merge pull request #8774 from duncanspumpkin/ghost_refactor
Use IsGhost() to access ghost state
|
2019-02-26 12:46:16 +01:00 |
|
Duncan
|
921568edd3
|
Merge pull request #8738 from duncanspumpkin/ride_set_vehicles_ga
Implement RideSetVehicleAction
|
2019-02-26 09:03:06 +00:00 |
|
duncanspumpkin
|
eb9ecea92e
|
Add IsGhost to the testpaint calls
|
2019-02-26 08:50:04 +00:00 |
|
duncanspumpkin
|
5facc32100
|
Increment network version
|
2019-02-26 08:15:32 +00:00 |
|
duncanspumpkin
|
07b372f4c6
|
Make review changes fix clang format
|
2019-02-26 08:14:57 +00:00 |
|
duncanspumpkin
|
c1546a92b7
|
Implement RideSetVehicleAction
Move all callees to the new action.
Required rework on how the ride type change worked.
|
2019-02-26 08:14:57 +00:00 |
|
duncanspumpkin
|
ab058fe659
|
Remove unnecessary compare with zero
|
2019-02-26 08:13:21 +00:00 |
|
Ted John
|
cf1a4c9d66
|
Fix #8754: Crash when downloading objects due to race condition
Use stack allocated buffer for string format arguments instead of the
global argument buffer as this is performed on a background thread.
|
2019-02-26 09:06:02 +01:00 |
|
Michał Janiszewski
|
b957ad5e9e
|
Remove redundant move (#8778)
|
2019-02-26 06:41:01 +01:00 |
|
ζeh Matt
|
facb95da73
|
Merge pull request #8776 from ZehMatt/fix-rideshopconnected
Fix ride_shop_connected dereferencing null.
|
2019-02-25 21:47:16 +01:00 |
|
duncanspumpkin
|
112b40910b
|
Pass a bool to the set function. Make review changes
|
2019-02-25 20:44:12 +00:00 |
|
Matt
|
f0366b84e4
|
Fix ride_shop_connected dereferencing null.
|
2019-02-25 20:58:41 +01:00 |
|
duncanspumpkin
|
737c308e4e
|
Use IsGhost() to access ghost state
Added set and clear ghost to further prevent direct access to flags
|
2019-02-25 15:12:35 +00:00 |
|
Duncan
|
f769779f0d
|
Merge pull request #8722 from duncanspumpkin/quarter_tile
Quarter tile refactor
|
2019-02-25 14:37:22 +00:00 |
|
duncanspumpkin
|
6890f4f756
|
Use quarter tile for map can construct at
Make callees of map_can_construct_with_clear use QuarterTile
Use quarter tile for small scenery rotation
Fix clang format
Further clang format
|
2019-02-25 13:51:08 +00:00 |
|
duncanspumpkin
|
f9fe09634c
|
Move quarter tile class to the tile element header.
Refactor flags slightly
|
2019-02-25 13:51:07 +00:00 |
|
duncanspumpkin
|
921062d073
|
Start transferring trackdata to use the seperate values
Finish the conversion
|
2019-02-25 13:51:04 +00:00 |
|
duncanspumpkin
|
dffa56aca2
|
Create a class for the quarter tile
Finish implementing TrackQuarterTile
Rename class
|
2019-02-25 13:51:00 +00:00 |
|
Ted John
|
08e560da28
|
Merge pull request #8735 from IntelOrca/refactor/sprite-import-export
Refactor sprite import / export
|
2019-02-25 12:25:59 +00:00 |
|
Duncan
|
94b5133388
|
Merge pull request #8737 from duncanspumpkin/load_or_quit_ga
Add LoadOrQuitAction
|
2019-02-25 11:28:57 +00:00 |
|
Michael Steenbeek
|
336e2cafce
|
Fix #4094: Long flat-to-steep pieces are offered in diagonal building mode
|
2019-02-25 12:02:27 +01:00 |
|
Michael Steenbeek
|
ec2d609200
|
Merge pull request #8734 from Broxzier/feature/multiplayer-tweaks
Disable kick button when unable to use it + slight refactor
|
2019-02-25 10:34:56 +01:00 |
|
OpenRCT2 git bot
|
68730b30b2
|
Merge Localisation/master into OpenRCT2/develop.
|
2019-02-25 04:00:38 +00:00 |
|
Ted John
|
08508cc638
|
Fix #8739: savegame from original game crashes when cruising through map (#8746)
|
2019-02-24 23:23:41 +00:00 |
|
Ted John
|
a6e7041f49
|
Fix #8769: Segmentation fault on host
|
2019-02-24 23:22:43 +00:00 |
|
Duncan
|
da03305242
|
Merge pull request #8768 from duncanspumpkin/fix_console
Fix interactive console staff set costume command.
|
2019-02-24 18:40:10 +00:00 |
|
Michael Steenbeek
|
d7ec0b2ecc
|
en-GB: Correct name of 'Deutsche mark' [ci skip]
|
2019-02-24 19:27:27 +01:00 |
|
duncanspumpkin
|
2d1ed8ce05
|
Fix interactive console staff set costume command.
After the refactor to GameActions, forgot to actually issue the command after generating it.
|
2019-02-24 18:10:07 +00:00 |
|
Ted John
|
8def463360
|
Fix #8513: invalid read access in window_footpath_set_provisional_path_at_point
|
2019-02-24 17:39:22 +01:00 |
|
ζeh Matt
|
92b6ed5a94
|
Merge pull request #8751 from ZehMatt/fix-8741
utf8* string refactor.
|
2019-02-24 17:33:37 +01:00 |
|
Duncan
|
6a0cff2676
|
Fix being unable to refund when in negative money
|
2019-02-24 17:31:43 +01:00 |
|
Ted John
|
d31e92e652
|
Fix #8742: access violation in vehicle_update_sound_params
|
2019-02-24 16:49:03 +01:00 |
|
Ted John
|
81d41895d2
|
Fix divide by zero in ride_prepare_breakdown
|
2019-02-24 11:57:05 +00:00 |
|