hiker
|
4c0a195fdd
|
Moved handling of peers from NetworkManager to STKHost.
|
2015-10-26 08:33:07 +11:00 |
|
hiker
|
1f4f2bce86
|
Coding style changes.
|
2015-10-22 16:03:11 +11:00 |
|
hiker
|
d6e7ddf000
|
Avoid copying STK Events for networking.
|
2015-10-22 00:02:40 +11:00 |
|
hiker
|
40629d9816
|
Changed Event's m_peer from STKPeer** to STKPeer *. Fixes some minor memory leaks.
|
2015-10-21 08:11:35 +11:00 |
|
hiker
|
9cdf7058a7
|
More coding style fixes.
|
2015-10-21 08:07:00 +11:00 |
|
hiker
|
94e87796f5
|
Coding style fixes.
|
2015-10-21 07:51:53 +11:00 |
|
Deve
|
375e7ea0ed
|
More fixes for 64-bit mingw
|
2015-10-13 01:05:41 +02:00 |
|
hiker
|
8d07d26c25
|
Updated (c) year to include 2015.
|
2015-03-30 11:42:50 +11:00 |
|
KroArtem
|
c4fd2eda08
|
fixing some memleaks
|
2014-02-09 01:36:32 +04:00 |
|
hilnius
|
b394bd9295
|
lot of code refactoring, now protocols can choose whether they receive network messages (and more generally events) in a synchronous mode (along with the main loop) or in an asynchronous mode
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13403 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-08-01 19:49:57 +00:00 |
|
hilnius
|
38f32b14cc
|
adding protocols for game events (still not written) and controller events (partially written)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13298 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-20 17:32:23 +00:00 |
|
hilnius
|
07d0e5560b
|
server changes
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13289 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-19 16:09:32 +00:00 |
|
hilnius
|
5c3251e797
|
stupid pointer not initialized error made the server crash when a second person was connecting to it
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13288 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-19 16:04:44 +00:00 |
|
hilnius
|
2567602ef3
|
adding address printing debug info
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13287 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-19 15:36:52 +00:00 |
|
hilnius
|
3327e609c6
|
stupid mistake in a line was making everything bug
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13272 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-18 17:56:32 +00:00 |
|
hilnius
|
12075a19b7
|
fixing some memory leaks
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13194 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-12 14:08:33 +00:00 |
|
hikerstk
|
706c231691
|
Avoid crash in case of ENENT_..._NONE messages (which typically
don't have packet data).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13189 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-11 22:41:56 +00:00 |
|
hilnius
|
09bccbe3e2
|
may fix things on hiker's windows :)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13187 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-11 22:07:38 +00:00 |
|
hilnius
|
4334472a3a
|
event more pointers, now everything works
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13182 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-11 13:30:16 +00:00 |
|
hilnius
|
ea8cb2f5c4
|
fixing other pointer multi-thread problems
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13180 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-11 12:22:35 +00:00 |
|
hilnius
|
dfc55a2f0b
|
silly error causing double delete correction
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13175 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-11 00:38:33 +00:00 |
|
hilnius
|
7665f30828
|
sync work
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13173 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-11 00:03:47 +00:00 |
|
hilnius
|
3c3868210f
|
improving again the protocol system, fixing some pointer issues that might appear
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13164 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-10 22:46:23 +00:00 |
|
hilnius
|
212b77fef3
|
adding features in the client lobby room protocol, separating client and server lobby room protocols in their own files to have clearer code
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13162 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-10 20:15:17 +00:00 |
|
hilnius
|
6199524440
|
fixing buts appearing after some time being connected
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13158 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-09 23:46:09 +00:00 |
|
hilnius
|
4446f530db
|
adding command line features for a client to connect to a server
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13155 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-09 22:05:06 +00:00 |
|
hilnius
|
60e4a2bb5e
|
adding possibilities to connect directly with command-line options, adding console entry for the client server manager'
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/networking@13144 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-09 12:42:44 +00:00 |
|
hilnius
|
dc4a32c204
|
correcting some bug in message exchanging
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/networking@13132 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-08 22:47:24 +00:00 |
|
hilnius
|
e0e64680a5
|
merging trunk and networking. 'data/gui/menu_story_focus.png' has its networking version kept (dunno why the two files were different, they seemed same to me)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/networking@13101 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-06 11:48:23 +00:00 |
|
hilnius
|
78b9a7d6a7
|
adding a new string class to easily format packets. added features in the lobby protocol
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/networking@13089 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-05 16:16:02 +00:00 |
|
hilnius
|
253a3ec1e8
|
cleaning destructors, using log:: instead of printf or std::cout, cleaning more paths, removed useless fnctions
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13076 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-04 16:59:30 +00:00 |
|
hilnius
|
7a174fd122
|
cleaning the includes to meet stk's standard
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13075 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-07-04 13:19:32 +00:00 |
|
hilnius
|
613e97d0d6
|
breaking everything that was working. cannot even start a race now, need to rewrite the network manager and part of the race startup sequence
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13032 178a84e3-b1eb-0310-8ba1-8eac791a3b58
|
2013-06-29 22:57:18 +00:00 |
|