OpenRCT2/src/openrct2/network
Silent 795144662a
Fix #11752: Track pieces with fractional cost are too cheap to build (#16477)
Fixes an inconsistency wuth RCT2 where track prices with a fractional part
did not have their price rounded up when building, but did when refunding.
This created an exploit where refunding such a track piece granted the player
0.50€ more than they spent on the piece.
2022-02-19 17:47:13 +00:00
..
DiscordService.cpp Improve network module in more C++ way 2022-02-09 21:57:25 +01:00
DiscordService.h Improve network module in more C++ way 2022-02-09 21:57:25 +01:00
NetworkAction.cpp Remove unnecessary game command ids 2021-11-11 16:44:16 +02:00
NetworkAction.h Closes #12419: Merge MISC_COMMAND and GAME_COMMAND into strong enum (#13103) 2020-12-22 20:53:37 -03:00
NetworkBase.cpp Fix #11752: Track pieces with fractional cost are too cheap to build (#16477) 2022-02-19 17:47:13 +00:00
NetworkBase.h Improve network module in more C++ way 2022-02-09 21:57:25 +01:00
NetworkClient.cpp Introduce NetworkClient and NetworkServer 2020-07-30 20:29:15 +02:00
NetworkClient.h Wrap code with macro test DISABLE_NETWORK 2020-07-30 20:29:16 +02:00
NetworkConnection.cpp Close #11437: Migrate old platform methods 2022-02-18 21:57:00 +01:00
NetworkConnection.h Improve network module in more C++ way 2022-02-09 21:57:25 +01:00
NetworkGroup.cpp Improve network module in more C++ way 2022-02-09 21:57:25 +01:00
NetworkGroup.h Improve network module in more C++ way 2022-02-09 21:57:25 +01:00
NetworkKey.cpp Improve network module in more C++ way 2022-02-09 21:57:25 +01:00
NetworkKey.h Improve network module in more C++ way 2022-02-09 21:57:25 +01:00
NetworkPacket.cpp Improve network module in more C++ way 2022-02-09 21:57:25 +01:00
NetworkPacket.h Improve network module in more C++ way 2022-02-09 21:57:25 +01:00
NetworkPlayer.cpp Improve network module in more C++ way 2022-02-09 21:57:25 +01:00
NetworkPlayer.h Improve network module in more C++ way 2022-02-09 21:57:25 +01:00
NetworkServer.cpp Introduce NetworkClient and NetworkServer 2020-07-30 20:29:15 +02:00
NetworkServer.h Wrap code with macro test DISABLE_NETWORK 2020-07-30 20:29:16 +02:00
NetworkServerAdvertiser.cpp Close #11437: Migrate old platform methods 2022-02-18 21:57:00 +01:00
NetworkServerAdvertiser.h Use [[nodiscard]] for allocator and RAII functions (#15244) 2021-08-23 20:09:43 +02:00
NetworkTypes.h Remove NetworkRideId 2022-02-12 18:11:18 +02:00
NetworkUser.cpp Improve network module in more C++ way 2022-02-09 21:57:25 +01:00
NetworkUser.h Improve network module in more C++ way 2022-02-09 21:57:25 +01:00
ServerList.cpp Close #11437: Migrate old platform methods 2022-02-18 21:57:00 +01:00
ServerList.h Improve network module in more C++ way 2022-02-09 21:57:25 +01:00
Socket.cpp Improve network module in more C++ way 2022-02-09 21:57:25 +01:00
Socket.h Use [[nodiscard]] for allocator and RAII functions (#15244) 2021-08-23 20:09:43 +02:00
network.h #15634: Refactor passing GameActions::Result by copy (#15951) 2021-11-24 07:35:08 +00:00