ζeh Matt
|
a065806b20
|
Merge pull request #8374 from ZehMatt/replay-feature
Add support to record and replay game commands/actions.
|
2019-01-02 09:15:10 +01:00 |
|
Matt
|
045e72e863
|
Add more replays to test.
|
2019-01-02 08:30:33 +01:00 |
|
Matt
|
7955dba9ba
|
Add warning for mismatching network version.
|
2019-01-02 06:58:36 +01:00 |
|
Matt
|
fc4e45562d
|
Use stringstream to log integral values.
|
2019-01-02 06:39:59 +01:00 |
|
Matt
|
74668c6188
|
Use correct file path on replay info output.
|
2019-01-02 05:39:32 +01:00 |
|
Matt
|
8615690891
|
Fix timestamp not being stored.
|
2019-01-02 05:36:31 +01:00 |
|
Matt
|
6aee1cba28
|
Remove deprecated function std::asctime.
|
2019-01-02 05:35:57 +01:00 |
|
Matt
|
1f20fdf65b
|
Log more replay information to console.
|
2019-01-02 05:20:10 +01:00 |
|
Matt
|
a8254aa292
|
Add 64 bit serialisation support.
|
2019-01-02 05:18:36 +01:00 |
|
Matt
|
fafd2081e3
|
Result NewsItem when adding to queue.
|
2019-01-02 05:03:42 +01:00 |
|
Michał Janiszewski
|
f27e51e54f
|
Update APK paths for uploading Android builds
|
2019-01-02 00:06:36 +01:00 |
|
Michał Janiszewski
|
51c88d85fd
|
Add missing repository to Android project
|
2019-01-01 22:38:04 +01:00 |
|
OpenRCT2 git bot
|
d4dc94ff83
|
Merge Localisation/master into OpenRCT2/develop.
|
2019-01-01 04:00:23 +00:00 |
|
OpenRCT2 git bot
|
d71531fc98
|
Merge Localisation/master into OpenRCT2/develop.
|
2018-12-31 04:00:21 +00:00 |
|
Ted John
|
153ab15428
|
Fix #8493: Remove_unused_scenery removes map data
Do not try to remove (unused) terrain surfaces, edges and stations.
|
2018-12-30 23:40:22 +00:00 |
|
Matt
|
8721bef807
|
Fix TileElementWantsFootpathConnection test not releasing context.
|
2018-12-30 12:24:41 +01:00 |
|
Matt
|
f868c23077
|
Update replay.
|
2018-12-30 00:07:39 +01:00 |
|
Matt
|
38dc762f62
|
Initialize gCommandPosition with LOCATION_NULL in case its not set.
|
2018-12-30 00:04:34 +01:00 |
|
Matt
|
19ffc6208f
|
Add version to replay file.
|
2018-12-30 00:03:20 +01:00 |
|
Matt
|
c7ab757a86
|
Cleanup.
|
2018-12-29 23:06:15 +01:00 |
|
Matt
|
0ba42d6899
|
Fix TileElementWantsFootpathConnection test not releasing context.
|
2018-12-29 22:58:33 +01:00 |
|
Matt
|
5497036f01
|
Add missing static keyword.
|
2018-12-29 19:23:28 +01:00 |
|
Matt
|
871a24c410
|
Rename replay file.
|
2018-12-29 19:23:28 +01:00 |
|
Matt
|
0a62938e42
|
Pretty print the test parameter.
|
2018-12-29 19:23:28 +01:00 |
|
Matt
|
3a9c0dda81
|
Update changelog.txt
|
2018-12-29 19:23:28 +01:00 |
|
Matt
|
b0ca9ff7c5
|
Prevent replay manager from recording nested commands.
|
2018-12-29 19:23:28 +01:00 |
|
Matt
|
bf03de4755
|
Focus camera on last replay event.
|
2018-12-29 19:23:28 +01:00 |
|
Matt
|
d3a20df682
|
Fix track designs ignoring ghost/preview flags.
|
2018-12-29 19:23:28 +01:00 |
|
Matt
|
14695e9b41
|
Fix game actions with ghost flags being recorded to replays.
|
2018-12-29 19:23:28 +01:00 |
|
Matt
|
d1ee19efd4
|
Fix track design previews not passing flags down.
|
2018-12-29 19:23:28 +01:00 |
|
Matt
|
5a8b611b83
|
Update.
|
2018-12-29 19:23:28 +01:00 |
|
Michael Steenbeek
|
4993c9ff7c
|
Fix Xcode project
|
2018-12-29 19:23:28 +01:00 |
|
Matt
|
711d93cb30
|
Update replay test.
|
2018-12-29 19:23:27 +01:00 |
|
Matt
|
5cfc06573e
|
Ignore replay test when network is disabled.
|
2018-12-29 19:23:27 +01:00 |
|
Matt
|
ccc3227113
|
Cleanup.
|
2018-12-29 19:23:27 +01:00 |
|
Matt
|
669fbd62dd
|
Add missing source file.
|
2018-12-29 19:23:27 +01:00 |
|
Matt
|
040522b708
|
Fix include.
|
2018-12-29 19:23:27 +01:00 |
|
Matt
|
017f190a52
|
Add basic regression tests via the replay system.
|
2018-12-29 19:23:27 +01:00 |
|
Matt
|
7fa9ce3054
|
Store state important park parameters in the replay.
|
2018-12-29 19:23:27 +01:00 |
|
Matt
|
df0cc72887
|
Add normalisation support to remove gaps.
|
2018-12-29 19:23:27 +01:00 |
|
Matt
|
b6c2dca849
|
Adjust replay notification position.
|
2018-12-29 19:23:27 +01:00 |
|
Matt
|
f6dbf5f1a2
|
Add std::array serialiser support.
|
2018-12-29 19:23:27 +01:00 |
|
Matt
|
6e2514cd0d
|
Refactor sprite_checksum, returns rct_sprite_checksum now.
|
2018-12-29 19:23:27 +01:00 |
|
Matt
|
bf8108c2d6
|
Lock game actions and commands to replay commands if replay is active.
|
2018-12-29 19:23:27 +01:00 |
|
Matt
|
6e8216d7c7
|
Add GAME_COMMAND_FLAG_REPLAY
|
2018-12-29 19:23:27 +01:00 |
|
Matt
|
624427259b
|
Draw text notice if replay system is active.
|
2018-12-29 19:23:27 +01:00 |
|
Matt
|
3ea8ab4bb3
|
Cleanup serialization.
|
2018-12-29 19:23:27 +01:00 |
|
Michał Janiszewski
|
d9b91055ca
|
Fix include
|
2018-12-29 19:23:27 +01:00 |
|
Matt
|
b573d5ddaa
|
Add missing virtual destructor.
|
2018-12-29 19:23:27 +01:00 |
|
Matt
|
000a9694f9
|
Fix DataSerialiser not accepting temporary values.
|
2018-12-29 19:23:27 +01:00 |
|