Nikita Zyuzin
|
0b9e2f144c
|
Add prefix Cl to dummy and player variables
|
2015-08-07 00:16:33 +04:00 |
|
def
|
eb29a21142
|
Improve friends and foes feature
- Add friends and foes commands to list them
- Make clan optional for adding and removing
|
2015-07-28 16:13:29 +02:00 |
|
def
|
e97c8ac08f
|
Add foes (permanently ignored players)
|
2015-07-22 22:16:49 +02:00 |
|
def
|
d815193d86
|
Merge branch 'DDRace64' of github.com:def-/ddnet into DDRace64
|
2015-07-22 18:24:09 +02:00 |
|
def
|
4e658c1057
|
Minor cleanups
|
2015-07-22 18:23:40 +02:00 |
|
east
|
63cfc09017
|
make add_demomarker working in all recorders
|
2015-07-22 15:37:59 +02:00 |
|
def
|
76e4ca1bf6
|
Sort players in scoreboard by name too
|
2015-07-10 22:26:55 +02:00 |
|
def
|
6e8ada1ac8
|
Fix whitespaces a bit
|
2015-07-09 02:12:35 +02:00 |
|
def
|
7c665a7b97
|
Add auto-antiping based on ping
|
2015-06-21 18:00:09 +02:00 |
|
east
|
458e83e794
|
Further revert of auto demo recorder (fixes continuous recording on TILE_BEGIN)
|
2015-06-17 12:54:41 +02:00 |
|
Nikita Zyuzin
|
12652985c3
|
Hide scoreboard if statboard is present
|
2015-05-21 13:55:51 +04:00 |
|
Nikita Zyuzin
|
d8d20b0c1a
|
Rename detailed_stats to statboard
|
2015-05-21 13:41:59 +04:00 |
|
Nikita Zyuzin
|
42759e8909
|
Fix restart on new round and grabs count
|
2015-05-21 00:23:58 +04:00 |
|
Nikita Zyuzin
|
245ebccd7b
|
Add initial detailed stats board code
|
2015-05-20 02:51:02 +04:00 |
|
def
|
b6008f5b20
|
Only refresh serverbrowser when necessary
|
2015-05-11 21:51:06 +02:00 |
|
def
|
33c0420edf
|
Don't stop Autoupdater downloads just because they're slow
|
2015-05-10 01:53:26 +02:00 |
|
def
|
ad151e5aba
|
Enable timeouts and low speed limits for HTTP downloads
|
2015-05-10 01:36:29 +02:00 |
|
def
|
a3ac203b0c
|
Fix autoupdater on non-Windows
|
2015-05-08 20:46:48 +02:00 |
|
def
|
4c8834dc6a
|
Fix autoupdater on non-Windows
|
2015-05-08 20:45:47 +02:00 |
|
def
|
360be2b727
|
Fix autoupdater
|
2015-05-08 20:40:47 +02:00 |
|
east
|
9d50085782
|
Fix dummy connect on servers without security token protocol
|
2015-04-19 23:09:55 +02:00 |
|
east
|
93305aef74
|
Fix dummy connect delay (Fullfill securitytoken handshake)
|
2015-04-19 19:53:37 +02:00 |
|
def
|
8f02de318b
|
Make dummy connecting a bit nicer: Show that dummy is being connected, disable unusable buttons
|
2015-04-19 14:40:05 +02:00 |
|
def
|
a77cd039a6
|
Get rid of all Clang warnings
|
2015-04-18 22:29:28 +02:00 |
|
def
|
710a786f88
|
Rename AutoUpdater to Updater because you have to press a button now
|
2015-04-18 21:17:27 +02:00 |
|
def
|
aead2631b6
|
Fix os_compare_version a bit
|
2015-04-18 16:23:43 +02:00 |
|
Learath Lea
|
df57a981de
|
Add os_compare_version. Check for WinXP.
|
2015-04-18 15:53:11 +03:00 |
|
def
|
b55bf7ef90
|
Try to add back WinXP compatibility for autoupdater (untested)
|
2015-04-18 13:42:56 +02:00 |
|
def
|
3992b1346b
|
Hopefully fix compilation on new OS X systems
Names collided with some new OS X defined names, fixes #189
|
2015-04-07 19:07:38 +02:00 |
|
def
|
3c496c62e1
|
Rename gfx_quads_as_triangles to gfx_quad_as_triangle and set default to 1
|
2015-03-31 16:41:51 +02:00 |
|
BeaR
|
2d3202862b
|
Change the way quads are split into triangle splits (conform with intel/nvidia drivers)
|
2015-03-31 16:18:49 +02:00 |
|
BeaR
|
462d88eac4
|
Reduce amount of drawcalls when using triangles instead of quads
|
2015-03-31 13:35:18 +02:00 |
|
Learath Lea
|
1839025732
|
Do call the callback even if it fails
|
2015-03-29 00:46:43 +02:00 |
|
Learath Lea
|
0024a4370c
|
Catch an IO error
|
2015-03-29 00:41:58 +02:00 |
|
def
|
04c64a1794
|
Don't ask to autoupdate if we're on a newer version already
|
2015-03-15 01:09:34 +01:00 |
|
def
|
d835826461
|
Use proper path for autoupdater on *nix
|
2015-03-14 20:01:18 +01:00 |
|
def
|
8ae27f81b6
|
Improve autoupdater a bit
- Only ask for restart when we're ingame or unsaved changes in editor
- Otherwise restart directly
|
2015-03-14 16:10:46 +01:00 |
|
def
|
6af7510cc5
|
Some more compilability
|
2015-03-14 11:31:06 +01:00 |
|
def
|
0fd857b410
|
Compiling on Android
|
2015-03-14 11:29:20 +01:00 |
|
def
|
ba4f961594
|
Some more autoupdater changes and a button to check for autoupdates
|
2015-03-14 10:45:11 +01:00 |
|
def
|
8a5fda61d5
|
Remove unused "Ignored" parts
|
2015-03-13 22:33:48 +01:00 |
|
Learath Lea
|
a164458f70
|
Add a messag for last file too
|
2015-03-13 21:27:37 +02:00 |
|
Learath Lea
|
b75a756367
|
Don't get stuck on a manifest fail.
|
2015-03-13 21:18:00 +02:00 |
|
Learath Lea
|
1f34ed6740
|
Call the completion callback even on a fail.
|
2015-03-13 21:17:23 +02:00 |
|
def
|
aa4453da40
|
Fix autoupdate to show download bar again
|
2015-03-13 16:27:57 +01:00 |
|
def
|
f893ed6ec4
|
Fix and clean up autoupdater
|
2015-03-13 15:14:00 +01:00 |
|
Learath Lea
|
a4d16a2713
|
Fix bug with replacing executables.
|
2015-03-08 19:45:37 +02:00 |
|
Learath Lea
|
7e22c77184
|
Fix small bugs. Update the server executable too.
Conform to fetcher interface.
|
2015-02-27 23:09:04 +02:00 |
|
Learath Lea
|
488db9b4fb
|
Can't autoupdate on OSX and Android.
|
2015-02-27 23:08:34 +02:00 |
|
Learath Lea
|
8ee294a412
|
Fix use after free. Fix thread launching.
|
2015-02-27 23:06:19 +02:00 |
|