Nado
|
97de0cbc34
|
Fixing clang only warnings
|
2015-11-17 11:42:28 +01:00 |
|
Marianne Gagnon
|
708608177a
|
Fix audio listener positionning issue
|
2015-11-16 19:13:28 -05:00 |
|
hiker
|
29e0b50e14
|
Removed friend declaration; fixed crash caused by deleting the
ENetPeer when deleting an (STK) Event.
|
2015-11-17 08:11:07 +11:00 |
|
hiker
|
0ed22d0d6e
|
Fixed debug message.
|
2015-11-16 18:46:04 +11:00 |
|
hiker
|
980cdf835d
|
Avoid crash when clicking on (empty) list while server list is being refreshed.
|
2015-11-16 18:44:14 +11:00 |
|
hiker
|
785b9a9130
|
Don't try to hide address in LAN networking, other minor fixes.
|
2015-11-16 18:43:46 +11:00 |
|
auriamg
|
794908681d
|
Merge pull request #2379 from Benau/skin_color_font
Color the text base on current skin
|
2015-11-15 18:13:25 -05:00 |
|
Benau
|
f4b723de82
|
Merge remote-tracking branch 'origin/battleAI' into battleAI
|
2015-11-15 12:29:01 +08:00 |
|
Benau
|
f1982c1bee
|
Fix coloring
|
2015-11-15 01:24:06 +08:00 |
|
Benau
|
0deb065fe9
|
Two new skin (Ruby and Forest)
Also fix some alignment issue when the multiplayer selection boxes.
|
2015-11-14 16:28:37 +08:00 |
|
Benau
|
2b0e3b8828
|
Reverse type and state
|
2015-11-14 10:38:14 +08:00 |
|
Benau
|
962fe919d2
|
Color the text (mainly border including title and billboard) base on current skin
|
2015-11-14 01:06:28 +08:00 |
|
auriamg
|
bc712b5a44
|
Merge pull request #2378 from Benau/custom_font
Allow configurable fonts file names in stk-config
|
2015-11-12 19:59:26 -05:00 |
|
hiker
|
4a3c4c552e
|
LAN clients now start to connect to the server.
|
2015-11-13 08:50:03 +11:00 |
|
Benau
|
7cf4d662ee
|
Allow configurable fonts file names in stk-config
|
2015-11-13 02:25:52 +08:00 |
|
hiker
|
af9018ea64
|
Moved Server and ServersManager into network directory.
|
2015-11-12 17:52:04 +11:00 |
|
hiker
|
6716dfce97
|
Removed unnecesary #include.
|
2015-11-12 12:04:36 +11:00 |
|
hiker
|
2e65b23539
|
Don't poll stk server if this is a LAN server.
|
2015-11-12 09:58:21 +11:00 |
|
hiker
|
5fc830825f
|
Refactoring: Created a separate NetworkConfiguration class which stores
all information to create the STKHost.
|
2015-11-12 09:53:12 +11:00 |
|
hiker
|
8b916a7565
|
Fixed sfx not playing at right location (e.g. bridge in Green Valley).
|
2015-11-11 23:14:00 +11:00 |
|
Marianne Gagnon
|
6afc34c06b
|
Try to fix audio potential issues
|
2015-11-10 21:31:38 -05:00 |
|
hiker
|
51411a796a
|
Minor refactoring of lan handling, added client's ip address and port
to the answer from the client (which can later be used when the
client requests a connection from a server).
|
2015-11-10 17:00:47 +11:00 |
|
Marianne Gagnon
|
bf14e49ea4
|
Create OpenAL sound sources asychronously
|
2015-11-09 19:22:06 -05:00 |
|
Marianne Gagnon
|
86d18c0c3e
|
Merge branch '2360_fix_attempt'
|
2015-11-09 18:15:02 -05:00 |
|
hiker
|
833c20ceff
|
Added comment.
|
2015-11-10 08:34:45 +11:00 |
|
hiker
|
8953547305
|
Store TransportAddress of server in servers data structure. Avoid
copying the currently connected server, instead avoid modifying the
server data structure while while a client is connected to a server.
|
2015-11-10 08:31:07 +11:00 |
|
hiker
|
3a9576f109
|
Removed unnecessary #include.
|
2015-11-10 08:11:03 +11:00 |
|
hiker
|
0074550f57
|
Fixed typo.
|
2015-11-10 08:09:05 +11:00 |
|
hiker
|
0a23198be1
|
Cosmetic changes only.
|
2015-11-10 08:08:41 +11:00 |
|
hiker
|
36ebe29649
|
Fixed typo.
|
2015-11-10 08:08:22 +11:00 |
|
hiker
|
cdbc5cf15d
|
One more linux compilation fix.
|
2015-11-09 21:51:05 +11:00 |
|
hiker
|
d4856f6d64
|
Added missing #include for memcpy.
|
2015-11-09 21:38:18 +11:00 |
|
hiker
|
453ce8cf60
|
Added LAN server discovery.
|
2015-11-09 20:51:00 +11:00 |
|
hiker
|
4ea8bfd4ab
|
Fixed typo.
|
2015-11-09 09:17:45 +11:00 |
|
hiker
|
a7547dff23
|
Try to fix compilation by reducing number of threads.
|
2015-11-09 09:14:44 +11:00 |
|
hiker
|
a6ea57d09a
|
Used leyyins code to dynamically adjust number of threads.
|
2015-11-09 09:07:12 +11:00 |
|
hiker
|
ce219f2fd4
|
Merge branch 'master' of github.com:supertuxkart/stk-code
|
2015-11-09 09:04:43 +11:00 |
|
hiker
|
fbff4db589
|
Increase number of threads to 32.
|
2015-11-09 09:03:59 +11:00 |
|
Marianne Gagnon
|
b1803b8dff
|
Apply fix by Benau
|
2015-11-07 21:48:12 -05:00 |
|
Marianne Gagnon
|
35316c447d
|
Merge remote-tracking branch 'Benau/ftcleanup#2'
|
2015-11-07 21:37:47 -05:00 |
|
Benau
|
09a6b9b502
|
Remove unneeded variable
|
2015-11-08 10:34:48 +08:00 |
|
Benau
|
cee7cf0b37
|
Implement better error detection
|
2015-11-08 10:24:31 +08:00 |
|
auriamg
|
32e54d4f87
|
Merge pull request #2374 from Benau/ftcleanup#2
More clean up freetype-related code
|
2015-11-07 20:21:55 -05:00 |
|
Benau
|
0b5a916980
|
Remove unused header
Also fix some spacing
|
2015-11-08 01:36:40 +08:00 |
|
Benau
|
09101e923c
|
More clean up freetype-related code
1. Remove useless get font properties class
2. Pre-set the face dpi
3. Make all freetype related code to have a better coding style
|
2015-11-07 16:24:31 +08:00 |
|
hiker
|
9d9b83059d
|
Fixed deadlock (when while handing a request another request was queued).
|
2015-11-07 00:19:16 +11:00 |
|
hiker
|
60f550e9d1
|
Fixed coding style, removed unnecessary #include in hpp file.
|
2015-11-06 16:50:58 +11:00 |
|
hiker
|
47a7bd1caf
|
Print correct protocol name in 'has been terminated" message.
|
2015-11-06 16:32:18 +11:00 |
|
hiker
|
00843b8685
|
Fixed typos.
|
2015-11-06 16:30:34 +11:00 |
|
hiker
|
541509f29a
|
Added new requestPause and requestUnpause commands for protocols,
minor code cleanups and improvements.
|
2015-11-06 16:11:12 +11:00 |
|