stk-code_catmod/src/modes
hilnius 9aa25a4e97 Modifications in protocols to use the http connector and xml to get information from the database. Correcting the --server option which wasn't working. Now launching supertuxkart --server will connect the user 'server':'serverpass' and start automatically a ServerLobbyRoomProtocol that listens to incoming peer connections.
Improvement of logging. Some were fatal whereas they shouldn't.
Improvement of the protocol system. There were mutex permanent locking.
Protocols that do not use http are now non-blocking (except maybe one).
A user can 'quick join' the server by logging then pressing the 'quick play' button in the online panel.
Improvement of packet serialization/unserialization
Added a ping protocol to ping peers as long as they don't respond


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/networking@13112 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2013-07-07 19:49:51 +00:00
..
cutscene_world.cpp Remove trailing space, git doesn't like it 2013-05-29 22:04:35 +00:00
cutscene_world.hpp Space cleanup pass on the headers 2013-05-30 19:47:39 +00:00
demo_world.cpp correcting the ai kart bug due to the former networking removal 2013-07-05 12:01:29 +00:00
demo_world.hpp Space cleanup pass on the headers 2013-05-30 19:47:39 +00:00
easter_egg_hunt.cpp Apply patch by KroArtem to fix minor issues : unused variables and other minor warnings from cppcheck, crash when launching from terminal with AI karts in a mode where AI is not supported 2013-06-09 20:04:07 +00:00
easter_egg_hunt.hpp Space cleanup pass on the headers 2013-05-30 19:47:39 +00:00
follow_the_leader.cpp Remove some unused irr_driver includes 2013-06-26 13:31:38 +00:00
follow_the_leader.hpp Space cleanup pass on the headers 2013-05-30 19:47:39 +00:00
linear_world.cpp correcting the ai kart bug due to the former networking removal 2013-07-05 12:01:29 +00:00
linear_world.hpp Space cleanup pass on the headers 2013-05-30 19:47:39 +00:00
overworld.cpp correcting the ai kart bug due to the former networking removal 2013-07-05 12:01:29 +00:00
overworld.hpp Space cleanup pass on the headers 2013-05-30 19:47:39 +00:00
profile_world.cpp Remove trailing space, git doesn't like it 2013-05-29 22:04:35 +00:00
profile_world.hpp Space cleanup pass on the headers 2013-05-30 19:47:39 +00:00
soccer_world.cpp Remove some unused irr_driver includes 2013-06-26 13:31:38 +00:00
soccer_world.hpp Space cleanup pass on the headers 2013-05-30 19:47:39 +00:00
standard_race.cpp Likewise for userconfigparams 2013-06-26 13:32:02 +00:00
standard_race.hpp Space cleanup pass on the headers 2013-05-30 19:47:39 +00:00
three_strikes_battle.cpp Fix #981: karts are sometimes rescued when restarting, or facing the 2013-06-06 23:08:52 +00:00
three_strikes_battle.hpp Space cleanup pass on the headers 2013-05-30 19:47:39 +00:00
tutorial_world.cpp Fix #981: karts are sometimes rescued when restarting, or facing the 2013-06-06 23:08:52 +00:00
tutorial_world.hpp Space cleanup pass on the headers 2013-05-30 19:47:39 +00:00
world_status.cpp correcting the ai kart bug due to the former networking removal 2013-07-05 12:01:29 +00:00
world_status.hpp Space cleanup pass on the headers 2013-05-30 19:47:39 +00:00
world_with_rank.cpp Remove trailing space, git doesn't like it 2013-05-29 22:04:35 +00:00
world_with_rank.hpp Space cleanup pass on the headers 2013-05-30 19:47:39 +00:00
world.cpp Modifications in protocols to use the http connector and xml to get information from the database. Correcting the --server option which wasn't working. Now launching supertuxkart --server will connect the user 'server':'serverpass' and start automatically a ServerLobbyRoomProtocol that listens to incoming peer connections. 2013-07-07 19:49:51 +00:00
world.hpp On modern hw, you do want to always clear at the start of frame. 2013-06-02 10:34:32 +00:00