SuperTuxKart
|
Directories | |
directory | protocols |
Files | |
file | child_loop.hpp [code] |
file | compress_network_body.hpp [code] |
file | crypto.hpp [code] |
file | crypto_mbedtls.hpp [code] |
file | crypto_openssl.hpp [code] |
file | dummy_rewinder.hpp [code] |
file | event.hpp [code] |
Contains an interface to store network events, like connections, disconnections and messages. | |
file | event_rewinder.hpp [code] |
file | game_setup.hpp [code] |
file | kart_data.hpp [code] |
file | network.hpp [code] |
Defines an interface to use network low-level functions easily. | |
file | network_config.hpp [code] |
Defines network configuration for server and client. | |
file | network_console.hpp [code] |
file | network_player_profile.hpp [code] |
file | network_string.hpp [code] |
Defines functions to easily manipulate 8-bit network destinated strings. | |
file | network_timer_synchronizer.hpp [code] |
file | peer_vote.hpp [code] |
file | protocol.hpp [code] |
Generic protocols declarations. | |
file | protocol_manager.hpp [code] |
Contains structures and enumerations related to protocol management. | |
file | race_event_manager.hpp [code] |
file | remote_kart_info.hpp [code] |
file | rewind_info.hpp [code] |
file | rewind_manager.hpp [code] |
file | rewind_queue.hpp [code] |
file | rewinder.hpp [code] |
file | server.hpp [code] |
file | server_config.hpp [code] |
file | servers_manager.hpp [code] |
file | smooth_network_body.hpp [code] |
This class help to smooth the graphicial transformation of network controlled object. In case there is any difference between server and client predicted values, instead of showing the server one immediately, it will interpolate between them with an extrapolated value from the old predicted values stored in m_adjust_control_point estimated by current speed of object. | |
file | socket_address.hpp [code] |
file | stk_host.hpp [code] |
Defines an interface to use network low-level functions easily. | |
file | stk_ipv6.hpp [code] |
file | stk_peer.hpp [code] |
Defines functions to easily manipulate 8-bit network destinated strings. | |
file | stun_detection.hpp [code] |