hiker
|
6c022cec6b
|
Use sendMessageToPeershangingToken instead of creating new messages
in a loop.
|
2016-02-28 16:41:54 +11:00 |
|
hiker
|
ceb831d852
|
Removed STKHost::sendMessage function.
|
2016-02-28 16:26:48 +11:00 |
|
hiker
|
4b9d9cfc92
|
Replaced Protocol::sendMessage (which was either a send or a broadcast
depending on if the caller is a client or server) with explicitly named
functions.
|
2016-02-28 16:18:08 +11:00 |
|
hiker
|
c9d3577a13
|
Removed unnecessary sendMessage function in ProtocolManager.
|
2016-02-28 15:57:41 +11:00 |
|
hiker
|
58505eeb88
|
Started to set token in the 'lower level' functions, removing the need
to set the token in each protocol. Started to remove some of the
unnecessary send* functions.
|
2016-02-28 15:54:43 +11:00 |
|
hiker
|
9a16595261
|
Renamed NewNetworkString to NetworkString.
|
2016-02-28 14:58:15 +11:00 |
|
hiker
|
1e49595c53
|
Further improved look of NetworkString log messages. Added unit testing.
|
2016-02-28 14:55:48 +11:00 |
|
hiker
|
be815e4234
|
Fixed various bugs caused by switching to new NetworkString class.
|
2016-02-26 16:38:59 +11:00 |
|
hiker
|
5c32cbe1be
|
Fixed crash (getUInt takes m_current_offset into account, which made
the indices partially invalid).
|
2016-02-26 09:20:13 +11:00 |
|
hiker
|
8621437e07
|
Use NetworkString's log function.
|
2016-02-25 17:02:51 +11:00 |
|
hiker
|
2357e965b4
|
Fixed crash, and started to improve log output.
|
2016-02-25 17:00:08 +11:00 |
|
hiker
|
6f55877e94
|
Fixec various crashes.
|
2016-02-25 16:54:31 +11:00 |
|
Marianne Gagnon
|
ba4e9d1a79
|
Tweak default config as suggested in ticket #2438, it's not perfect but seems much better that what we had previously in most cases
|
2016-02-24 19:20:14 -05:00 |
|
hiker
|
03f4339cee
|
Handle error in lan connection.
|
2016-02-25 09:49:45 +11:00 |
|
hiker
|
9d546d4980
|
Use BareNetworkString to correctly decode requests-for-servers.
|
2016-02-25 09:49:09 +11:00 |
|
hiker
|
1655a4889d
|
Use BareNetworkString.
|
2016-02-25 09:48:47 +11:00 |
|
hiker
|
28bb228914
|
Added missing initialisation.
|
2016-02-25 09:46:17 +11:00 |
|
hiker
|
2e8ddb1c50
|
Added a new base class 'BareNetworkString' for NetworkString,
used it for some of the messages exchanged before the ProtocolManager
is started (i.e. establishment of initia connection).
|
2016-02-24 20:32:11 +11:00 |
|
hiker
|
98ba11d9ba
|
Started to introduce new network string. It compiles, but certainly
does not work yet.
|
2016-02-23 16:29:57 +11:00 |
|
Benau
|
abdd32c070
|
Fix warning
|
2016-02-22 07:43:29 +08:00 |
|
Benau
|
8f1daabbe1
|
Merge remote-tracking branch 'origin/master' into fix_replay
|
2016-02-22 07:26:26 +08:00 |
|
auriamg
|
c0bfd46ee9
|
Merge pull request #2441 from tobbi/missing_override
Add forgotten override's where necessary
|
2016-02-21 18:18:25 -05:00 |
|
Benau
|
dafde30077
|
Fix crash when press save replay key when it's not initialized.
|
2016-02-21 15:13:32 +08:00 |
|
Tobias Markus
|
d8cce95b0e
|
Add forgotten override's where necessary
|
2016-02-21 01:36:15 +01:00 |
|
Benau
|
abd9ed189c
|
Merge remote-tracking branch 'origin/master' into fix_replay
|
2016-02-19 08:43:11 +08:00 |
|
auriamg
|
91bd844dca
|
Merge pull request #2439 from Odd0002/master
Update AngelScript to version 2.30.2
|
2016-02-18 18:37:03 -05:00 |
|
Odd0002
|
0289e93bcc
|
Silence AngelScript warning as in 6af30b68f0
|
2016-02-18 09:50:49 -06:00 |
|
Odd0002
|
e69e96af19
|
Fixed cmake based on https://github.com/supertuxkart/stk-code/issues/2325 and the related commit
|
2016-02-17 23:48:59 -06:00 |
|
Odd0002
|
fdd6f36b46
|
Update angelscript to 2.30.2
|
2016-02-17 22:07:55 -06:00 |
|
Benau
|
64522d9d13
|
Merge remote-tracking branch 'origin/master' into fix_replay
|
2016-02-17 14:03:58 +08:00 |
|
Benau
|
c65b0aaae0
|
Save jumping event in replay file
|
2016-02-17 14:02:33 +08:00 |
|
Marianne Gagnon
|
1e0586dc40
|
Add missing files forgotten in previous commit
|
2016-02-16 18:52:54 -05:00 |
|
Marianne Gagnon
|
9c49312714
|
Work on networking GUI, combine older server interfaces with the newer online/profile screens
|
2016-02-16 18:33:09 -05:00 |
|
Benau
|
ee68b5ccce
|
Merge remote-tracking branch 'origin/master' into fix_replay
|
2016-02-16 10:55:53 +08:00 |
|
Benau
|
51bfc327d7
|
Make race end-able
|
2016-02-16 10:20:05 +08:00 |
|
Benau
|
71c1fadcd3
|
Merge remote-tracking branch 'origin/master' into fix_replay
|
2016-02-16 09:57:41 +08:00 |
|
hiker
|
05a1a8a785
|
Merge branch 'master' of https://github.com/supertuxkart/stk-code
|
2016-02-16 12:37:43 +11:00 |
|
hiker
|
2f0a69525a
|
Use kart id instead of kart name to identify kart that has collected an item.
|
2016-02-15 18:16:31 +11:00 |
|
Benau
|
c8ecb78ffa
|
Remove useless header
|
2016-02-15 15:16:26 +08:00 |
|
hiker
|
132ecfe409
|
Created separate function for handling received collectedItem messages.
|
2016-02-15 18:00:09 +11:00 |
|
hiker
|
d15a234ace
|
Let only the server decide when a kart finished the race. Notify
all clients if this happens.
|
2016-02-15 17:45:24 +11:00 |
|
Benau
|
a6412d7a07
|
Add ghost icon, use it in race setup screen
|
2016-02-15 09:28:36 +08:00 |
|
Benau
|
bd1380a240
|
Do not crash if used addon track not found in local STK
|
2016-02-15 01:19:53 +08:00 |
|
Benau
|
05093852bc
|
Add sorting support in ghost replay selection screen
|
2016-02-15 01:12:13 +08:00 |
|
Benau
|
4ea6ea8ea6
|
Add confirm dialog when deleting replay file
|
2016-02-14 13:52:16 +08:00 |
|
Marianne Gagnon
|
52b3d533f5
|
Fix memory management issue
|
2016-02-13 21:18:03 -05:00 |
|
Benau
|
aa81925860
|
Don't crash if kart not found loaded by replay files
|
2016-02-14 09:25:04 +08:00 |
|
Benau
|
c46bccc6e3
|
Finished GUI
|
2016-02-13 11:55:42 +08:00 |
|
Benau
|
8a121ed32b
|
Add Ghost replay GUI
|
2016-02-13 01:34:00 +08:00 |
|
Benau
|
5cd27f8f99
|
Seperate directory for replay files
It allows replay GUI to load them easier
|
2016-02-12 10:01:54 +08:00 |
|