Matt
e9523caeb4
Bump up network version.
2019-03-09 13:58:49 +01:00
Matt
d7a4570a1c
Fix #8802 : public key signature being null terminated.
2019-03-09 13:58:23 +01:00
duncanspumpkin
cfeeeab9b9
Increment network version
2019-03-04 16:58:57 +00:00
Aaron van Geffen
a6773584b0
Amend changelog; increase network version.
2019-03-03 12:09:19 +01:00
duncanspumpkin
47de289ca2
Increment network version
2019-03-02 16:06:44 +00:00
duncanspumpkin
87a21d6cda
Increment network version
2019-03-02 07:25:28 +00:00
ζeh Matt
4805c1c082
Merge pull request #8801 from ZehMatt/mp-playerinfo
...
Synchronize player info
2019-02-28 20:41:00 +01:00
Ted John
cdec457abd
Refactor peep struct
2019-02-28 20:28:58 +01:00
Matt
d14b07a748
Bump up network version.
2019-02-28 20:15:32 +01:00
duncanspumpkin
6c91d54255
Increment network version
2019-02-28 09:13:11 +00:00
duncanspumpkin
de1ec264b0
Increment network version
2019-02-28 08:03:00 +00:00
duncanspumpkin
cbb02ec98a
Use game action for track design. Fix error titles.
...
Add files to xcode project (#20 )
Finally get the placement code working
Use game action for ghosts. Fix basequarter
Remove references to old command
Fix formating remove unused var
Fix clang format
2019-02-27 18:51:54 +00:00
jensj12
89066759eb
Fix #8264 : Rides and scenery placeable outside of map with ZC and Sandbox mode enabled ( #8715 )
...
* Fix #8264 : Rides and scenery placeable outside of map with ZC and Sandbox mode enabled
map_can_construct_with_clear_at first checks whether it is inside the map, and then checks gCheatsDisableClearanceChecks, making earlier checks for gCheatsDisableClearanceChecks unnecessary.
* Increase network version
2019-02-27 18:46:18 +00:00
duncanspumpkin
c68af628c2
Increment network version
2019-02-27 10:18:52 +00:00
duncanspumpkin
5facc32100
Increment network version
2019-02-26 08:15:32 +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
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
ζ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
Matt
a7f8c8aa36
Refactor utf8* use over std::string
2019-02-24 00:08:05 +01:00
duncanspumpkin
b60d97ef55
Use enum values for the savePromptMode
2019-02-22 09:08:04 +00:00
duncanspumpkin
c24c6bdf0a
Remove references to old game command
2019-02-22 09:01:39 +00:00
duncanspumpkin
eadef45ffd
Add LoadOrQuiteAction
2019-02-22 09:00:38 +00:00
Hielke Morsink
d460443305
Introduce network permission enum
...
This enum needs to match the vector. To make sure their sizes are equal,
the vector has been changed to an std::array.
2019-02-21 19:50:07 +01:00
duncanspumpkin
71bdd28022
Increment network version
2019-02-21 16:00:31 +00:00
duncanspumpkin
768321c517
Increment network version
2019-02-20 19:14:24 +00:00
duncanspumpkin
d959657346
Increment network version
2019-02-19 15:22:29 +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
3f07fd6bed
Bump up network version.
2019-02-17 10:12:02 +01:00
Matt
16e371c792
Bump up network version.
2019-02-15 09:01:38 +01:00
ζeh Matt
d143c7b7c6
Fix 8698 ( #8709 )
2019-02-14 22:09:16 +01:00
duncanspumpkin
af65bc33e7
Increment network version
2019-02-11 10:57:58 +00:00
duncanspumpkin
866d143930
Move Pause Toggle into the GameAction framework
2019-02-11 10:46:12 +00:00
Michael Steenbeek
76603ad1b3
Fix #8696 : Setting land height costs money in no-money scenarios
2019-02-10 22:14:23 +01:00
ζeh Matt
be491d3c6f
Bump network version
2019-02-09 23:27:26 +01:00
duncanspumpkin
640337159a
Increment network version
2019-02-08 14:08:55 +00:00
ζeh Matt
436f15f22e
Merge pull request #8692 from ZehMatt/gameaction-things
...
Handle unregistered game actions with error logging.
2019-02-07 23:39:11 +01:00
ζeh Matt
f5e24bd973
Merge pull request #8652 from ZehMatt/network-window
...
Network window
2019-02-07 21:10:03 +01:00
Duncan
d03bd95598
Register the ride set appearance action to prevent server crash ( #8691 )
...
* Register the ride set appearance action to prevent server crash
* Bump network version
* Copy the type back when deserialising
This should really be fixed by adding RideSetAppearanceType to the dataserialiser
* Switch the types to prevent possible serialiser issues
2019-02-07 19:53:09 +00:00
Matt
ecd4f61115
Add Network window
2019-02-07 18:50:58 +01:00
Matt
2931ac6e31
Track bytes sent and received in Network.
2019-02-07 18:50:58 +01:00
Matt
1553cf8c58
Bump up network version.
2019-02-07 18:36:44 +01:00
Matt
b071be49bd
Add checks for unregistered game actions and report errors.
2019-02-07 18:35:03 +01:00
duncanspumpkin
5e319a4a37
Increment network version
2019-02-07 10:16:20 +00:00
Duncan
b27923093c
Fix #7987 : Broken track designs increase money by MONEY32_UNDEFINED
2019-02-06 22:20:42 +01:00
duncanspumpkin
752df2607a
Increment network version
2019-02-05 20:39:53 +00:00
Christopher G. Dolan
19a58fa5fe
Fix format, move validation logic to query, update network version
2019-02-04 17:30:45 -08:00
Michał Janiszewski
604da7ce01
Merge pull request #8661 from tomlankhorst/refactor-random
...
Refactor random engine
2019-02-03 23:29:10 +01:00
Tom Lankhorst
16691b22ba
Use state struct
2019-02-01 19:29:43 +01:00