stk-code_catmod/src/network
2018-09-06 08:33:11 +08:00
..
protocols Get private port and server id from file 2018-09-06 08:33:11 +08:00
compress_network_body.hpp Save the uncompressed physics values to objects in server 2018-07-26 13:32:41 +08:00
crypto_nettle.cpp Use Nettle in linux if found 2018-09-01 01:05:22 +08:00
crypto_nettle.hpp Use Nettle in linux if found 2018-09-01 01:05:22 +08:00
crypto_openssl.cpp Fix compiler warning 2018-09-01 09:39:30 +08:00
crypto_openssl.hpp Use Nettle in linux if found 2018-09-01 01:05:22 +08:00
crypto.hpp Use Nettle in linux if found 2018-09-01 01:05:22 +08:00
dummy_rewinder.hpp Don't recreate locally destroyed projectile 2018-07-30 01:56:14 +08:00
event_rewinder.cpp
event_rewinder.hpp
event.cpp Remove token in network string 2018-06-04 13:25:10 +08:00
event.hpp Add AES encryption and validation for wan player 2018-06-02 12:28:29 +08:00
game_setup.cpp Use current team info to determine next player team 2018-08-31 19:00:14 +08:00
game_setup.hpp Use current team info to determine next player team 2018-08-31 19:00:14 +08:00
network_config.cpp Use Free-For-All for name instead 2018-08-13 09:00:37 +08:00
network_config.hpp Use 32bit for server version 2018-08-03 14:01:36 +08:00
network_console.cpp
network_console.hpp
network_player_profile.cpp
network_player_profile.hpp Rename soccer team to kart team for CTF 2018-08-15 15:13:55 +08:00
network_string.cpp Remove token in network string 2018-06-04 13:25:10 +08:00
network_string.hpp Fixed compilation with older gcc 2018-08-24 22:59:46 +02:00
network_timer_synchronizer.hpp Discard resend packet due to packet loss and adjust tolerance 2018-08-27 14:32:05 +08:00
network.cpp Add the remaining unreliable fragment flags 2018-07-27 22:40:28 +08:00
network.hpp Add --connection-debug for verbose packet logging 2018-06-08 12:12:59 +08:00
protocol_manager.cpp Add exception handling to prevent player hacking network string 2018-07-19 14:23:35 +08:00
protocol_manager.hpp
protocol.cpp Add support for joining server with ongoing game 2018-08-31 16:27:32 +08:00
protocol.hpp Add support for joining server with ongoing game 2018-08-31 16:27:32 +08:00
race_event_manager.cpp Use count up ticks on rewinding for time limit in soccer game 2018-07-13 23:34:50 +08:00
race_event_manager.hpp Removed execute permission (for unknown reasons VS makes source files 2018-06-08 10:59:13 +10:00
remote_kart_info.hpp Rename soccer team to kart team for CTF 2018-08-15 15:13:55 +08:00
rewind_info.cpp Optimize network state saving 2018-07-30 16:26:28 +08:00
rewind_info.hpp Optimize network state saving 2018-07-30 16:26:28 +08:00
rewind_manager.cpp Clean all pending rewind event functions when exit 2018-08-03 01:26:42 +08:00
rewind_manager.hpp Use a correct queue to save network state 2018-07-30 19:38:10 +08:00
rewind_queue.cpp Don't recreate locally destroyed projectile 2018-07-30 01:56:14 +08:00
rewind_queue.hpp Use a correct queue to save network state 2018-07-30 19:38:10 +08:00
rewinder.cpp Port rewinders to use shared_ptr 2018-07-24 14:22:20 +08:00
rewinder.hpp Make flyable to work with shared_ptr 2018-07-24 15:43:31 +08:00
server.cpp Allow search with unicode characters and space 2018-09-05 13:37:30 +08:00
server.hpp Get private port and server id from file 2018-09-06 08:33:11 +08:00
servers_manager.cpp Use new syntax for server xml 2018-09-04 07:37:21 +08:00
servers_manager.hpp Convert time-related code in network to 64bit to avoid overflow 2018-08-27 13:49:11 +08:00
smooth_network_body.cpp Make smoothing variable configurable 2018-07-15 12:49:07 +08:00
smooth_network_body.hpp Add explanation for smooth network body class 2018-08-28 10:17:59 +08:00
stk_host.cpp Get private port and server id from file 2018-09-06 08:33:11 +08:00
stk_host.hpp Add support for joining server with ongoing game 2018-08-31 16:27:32 +08:00
stk_peer.cpp Add support for joining server with ongoing game 2018-08-31 16:27:32 +08:00
stk_peer.hpp Add support for joining server with ongoing game 2018-08-31 16:27:32 +08:00
transport_address.cpp
transport_address.hpp