Benau
|
901c5eabec
|
Allow specifying server password in dialog
|
2018-03-13 16:04:59 +08:00 |
|
Benau
|
c73536263f
|
Add password protected and version info to server
|
2018-03-13 14:39:20 +08:00 |
|
Benau
|
fe0adadd16
|
Simplify linebreak
|
2018-03-13 12:52:04 +08:00 |
|
Benau
|
a33a9a040b
|
Allow text box widget to listen enter event
|
2018-03-13 09:00:44 +08:00 |
|
Benau
|
b72cf4f406
|
Don't assert peer size for client as the listening thread is delayed-start
|
2018-03-13 01:03:02 +08:00 |
|
Benau
|
8330919a3a
|
Add missing stkgui for lobby chat
|
2018-03-13 00:51:08 +08:00 |
|
Benau
|
0f6dbbb4a0
|
Add default-disabled lobby chatting
|
2018-03-12 16:51:30 +08:00 |
|
Benau
|
25da48634d
|
Add kick ban in network console configurable in config.xml
|
2018-03-12 13:59:38 +08:00 |
|
Benau
|
bb3bcdca3e
|
Change int to int map to uint32_t for server ban list
|
2018-03-12 12:39:16 +08:00 |
|
Benau
|
93c910f18b
|
Use a uniform translated timed out string
|
2018-03-12 11:38:37 +08:00 |
|
Benau
|
d527c0eee2
|
Use icon to identify server owner, online and offline players
Also hide the friend request button for offline players
|
2018-03-12 11:28:13 +08:00 |
|
Benau
|
95208967cf
|
Add kicking player for server owner
|
2018-03-12 02:05:38 +08:00 |
|
Benau
|
3bbec8aa27
|
Initial work on lobby redesign
|
2018-03-12 00:18:53 +08:00 |
|
Benau
|
4dea283965
|
Only run enet command in listening thread
And use sleep instead of timeout for new code
|
2018-03-10 14:56:32 +08:00 |
|
Benau
|
c50cdd9d68
|
Only start listening after trying connect to a server
|
2018-03-10 13:20:18 +08:00 |
|
Benau
|
98e3d82921
|
Add kicking players and properly recieve disconnect events
|
2018-03-10 12:34:33 +08:00 |
|
Benau
|
22ca1cb751
|
Avoid sending to wrong peer in case of disconnection
|
2018-03-10 01:07:23 +08:00 |
|
Benau
|
8e1cc2b0c8
|
Make latency protocol work with weak pointer of STKPeer
|
2018-03-10 01:00:10 +08:00 |
|
Benau
|
5600d01b2c
|
Use shared_ptr of STKPeer if needed
|
2018-03-09 23:54:13 +08:00 |
|
Benau
|
e439e68b60
|
Move protocol start after creation of STKHost
|
2018-03-09 23:01:20 +08:00 |
|
Benau
|
5756fd5f48
|
Use a mutex to make only 1 enet_peer_send happening
In reality we need mutex to protect enet_host_service, but it leads
to seriously increased locked time
|
2018-03-09 23:00:47 +08:00 |
|
Benau
|
d538dfc7e6
|
Header cleanup
|
2018-03-09 21:17:31 +08:00 |
|
Benau
|
9c46b70042
|
Use peerExists to check for establishment of connection
|
2018-03-09 19:05:25 +08:00 |
|
Benau
|
dd2e32a953
|
Implement a thread-safe list of STKPeer
Block re-connect from the same ip and port and clean up add or
remove of peers
|
2018-03-09 18:33:19 +08:00 |
|
Benau
|
db68756fd6
|
Use mutex to prevent joining of players when start selection
|
2018-03-09 09:22:13 +08:00 |
|
Benau
|
2d86adce3c
|
Fix quitting the server
|
2018-03-08 13:19:24 +08:00 |
|
Benau
|
0b00640760
|
Let stk host clean up server id file
|
2018-03-08 12:00:36 +08:00 |
|
Benau
|
cd713f6c99
|
Move hiding icons for android to beforeAddingWidget
|
2018-03-07 11:04:00 +08:00 |
|
Benau
|
aa06d3f4e2
|
Always use lan connection for connect-now
|
2018-03-07 00:56:43 +08:00 |
|
Benau
|
269c9318e5
|
Send a broadcast in case of lan connection for wan server
|
2018-03-07 00:51:59 +08:00 |
|
Benau
|
177c7b147c
|
Fix connect to wan server in lan network
|
2018-03-06 16:18:57 +08:00 |
|
Benau
|
1dc7f3aa4e
|
Move port configuration to user and stk config
|
2018-03-06 15:38:51 +08:00 |
|
Benau
|
88e9d6a34c
|
Fix server selection screen loading dots
|
2018-03-06 14:40:29 +08:00 |
|
Benau
|
821a00c039
|
Fix some corruption in server only stk
|
2018-03-06 13:11:05 +08:00 |
|
Benau
|
66626e4ea8
|
Fix uninitialized value
|
2018-03-06 11:59:08 +08:00 |
|
Benau
|
03285a33a3
|
Move ModalDialog::dismiss() after setJoinedServer
|
2018-03-06 01:38:09 +08:00 |
|
Benau
|
d5c1ac30ab
|
Fix signin leaking
|
2018-03-05 16:34:15 +08:00 |
|
Benau
|
eec166c90d
|
Always clean up server id file in case client failed to connect
|
2018-03-05 13:55:35 +08:00 |
|
Benau
|
4ab04bc546
|
Don't overwrite user id and token if using client-server
|
2018-03-05 13:52:04 +08:00 |
|
Benau
|
ebcaa2c1ad
|
Fix auto connect
|
2018-03-05 13:04:17 +08:00 |
|
auria.mg
|
aa027bd09c
|
Fix GUI bug
|
2018-03-04 18:38:58 -05:00 |
|
Benau
|
2b56a97b08
|
Clean up Server, ServersManager and quick play
For now we choose the server with the least player for quick play
|
2018-03-05 01:54:44 +08:00 |
|
Benau
|
58757c2927
|
Hide create server buttons for android
|
2018-03-03 14:31:38 +08:00 |
|
Benau
|
594780a758
|
Don't use setVisible for IconButtonWidget in beforeAddingWidget
|
2018-03-03 14:22:44 +08:00 |
|
auria.mg
|
89596af654
|
UI bugfix
|
2018-03-02 20:44:00 -05:00 |
|
auria.mg
|
0cd5b5672e
|
Fix assert failure
|
2018-03-02 19:46:43 -05:00 |
|
Deve
|
402b2ffb7a
|
Fixed compilation
|
2018-03-02 20:29:25 +01:00 |
|
Benau
|
4e2863294d
|
Use stun servers that return XOR mapped address
|
2018-03-02 22:38:04 +08:00 |
|
Benau
|
4f9af9d438
|
Don't use getifaddrs as it crashes android
|
2018-03-02 20:03:04 +08:00 |
|
Benau
|
43cf29af86
|
Merge remote-tracking branch 'origin/network_improvements'
|
2018-03-02 17:39:16 +08:00 |
|