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
Benau
a6c4a72e2c
Make lap counting works for ghost kart
...
As no m_terrain_info->update in ghost kart update
2016-02-12 01:18:26 +08:00
hiker
1ad782e6a6
Added comments.
2016-02-11 17:24:55 +11:00
Benau
7765b43d42
Merge remote-tracking branch 'origin/master' into fix_replay
2016-02-11 13:45:16 +08:00
Benau
ece95cbb81
Use MessageQueue to show whether the replay file is saved successfully
2016-02-11 13:42:25 +08:00
Benau
1278394740
More clean
2016-02-11 10:09:31 +08:00
Benau
80152d2989
Clean up
2016-02-11 10:05:40 +08:00
Benau
4daa752bb6
Don't hurt a kart when it's already hurt enough
2016-02-11 09:08:12 +08:00
Benau
3f89512b34
Remove most isGhostKart() hack when avoidable
2016-02-11 09:01:09 +08:00
Marianne Gagnon
fe6bbb80c4
Delete unused da_DK translation, closes #2435
2016-02-10 19:56:45 -05:00
hiker
7e6711e163
Renamged NetworkWorld to RaceEventManager (since this class is
...
not a 'world' in the sense our game modes are).
2016-02-11 09:03:51 +11:00
Benau
bb88a0f0ec
Allow auto-save replay when specified in time trial mode.
...
It will disable AI when recording, also it will only save if the
race is completed, ie no one gave up or all events fit in max frame recorded.
2016-02-11 00:42:33 +08:00
hiker
99bc5477a2
Use a password to authenticate the client that is allowed to
...
control a server (now the controlling client can reconnect in
case it gets disconnected, previously with only allowing the host
with id 1 to control, the server could not be controlled anymore).
2016-02-10 18:03:42 +11:00
Benau
5a9fdd7a8d
Allow replay reverse track
2016-02-10 12:43:45 +08:00
Benau
61d6e572c0
Remove unnused file
2016-02-10 10:38:27 +08:00
hiker
bfced53aaf
Started to add password support for a controlling a server.
2016-02-10 13:32:39 +11:00
Benau
0181ba0bc9
Add Ghost Controller
2016-02-10 10:27:13 +08:00
hiker
cebf395939
Only allow the first connected client to control the server.
2016-02-10 08:28:15 +11:00
hiker
ee320588d5
Merge remote-tracking branch 'origin/master' into support_nw_splitscreen
2016-02-09 17:40:59 +11:00
hiker
354770f564
Added 0 number of laps to configuration to test ending a race.
2016-02-09 13:38:25 +11:00
hiker
8f492d8480
Updated documentation.
2016-02-09 13:38:06 +11:00
hiker
f5a344ccb4
Fixed voting for laps and reverse.
2016-02-09 09:41:35 +11:00
Benau
bf080421a7
Allow showing speed of ghost karts in replay
...
Use when change camera target to ghost karts
2016-02-08 12:28:40 +08:00
Benau
b6b644ecb5
Clean up
2016-02-07 10:20:37 +08:00
Benau
af5b23e5c6
Fix potential crash
2016-02-07 00:56:14 +08:00
Benau
c3f589561c
Initial work on supporting real race with ghost karts
...
To test, you need to pass --ghost to supertuxkart with choosing a
track that has replay recorded, you can record one with artist
debug mode.
TODO: correct position handling
2016-02-06 14:52:50 +08:00
hiker
52460d02de
Made start/terminate/pause/unpause-Protocol private, so that now all
...
calls to those functions from the ProtocolManager event loop (which
avoids locking problems).
2016-02-05 16:28:58 +11:00
hiker
af6ecfec3a
Removed unused function.
2016-02-05 16:15:58 +11:00
hiker
89979a46f5
Removed unused variables.
2016-02-05 16:09:31 +11:00
Benau
647f42e984
Update comment
2016-02-05 09:40:34 +08:00
Benau
0091c1555a
Save nitro and zipper GFX in replay
2016-02-05 09:30:40 +08:00
hiker
2d0fd0260e
Added file forgotten in previous commit.
2016-02-05 10:08:58 +11:00
hiker
6a9a8565d0
Replaced exit mutex with Synchronised.
2016-02-05 09:02:32 +11:00
hiker
89c972c316
Cosmetic changes only.
2016-02-05 08:33:35 +11:00