def
|
569f17e3f3
|
No need to localize icons
|
2017-05-17 19:11:32 +02:00 |
|
Learath2
|
09552a6d9f
|
Get rid of trailing whitespaces
|
2017-02-21 19:11:43 +03:00 |
|
Freddie Wang
|
e5f23cd87c
|
Added full IME support
Now with display of editing text.
|
2016-08-14 22:16:06 -07:00 |
|
def
|
f1cdbe8696
|
More accurate ping by refreshing servers on second frame instead of first (might be caused by intial font rendering)
|
2016-06-03 19:50:49 +02:00 |
|
def
|
b7d4beccea
|
Fix buffer overflow when pasting text (thanks to Im 'corneum)
|
2016-05-11 17:51:27 +02:00 |
|
def
|
bfcf0c4067
|
Fix auto reconnect abortion
|
2016-05-07 16:12:23 +02:00 |
|
def
|
1b668047c8
|
Clean up auto reconnect and make it independent of rendering
|
2016-05-04 18:23:00 +02:00 |
|
def
|
bad26a3a8a
|
Pressing shift makes slider move slower (fixes #455)
|
2016-05-03 15:11:52 +02:00 |
|
def
|
a1151fd296
|
ban -> Timeout
|
2016-05-01 11:15:45 +02:00 |
|
def
|
13143eac23
|
Reconnect for timeout instead of bans, some simplification
|
2016-05-01 11:12:07 +02:00 |
|
def
|
4761608329
|
Input fixes from TW master for mouse wheel
|
2016-04-30 20:11:26 +02:00 |
|
def
|
a1403ef457
|
Make sure GetClipboardText's null returns are handled properly
|
2016-04-29 21:56:38 +02:00 |
|
def
|
632db36fe4
|
Add clipboard copy&paste support (by swick)
|
2016-04-29 21:56:38 +02:00 |
|
Henningstone
|
8279855bb0
|
Show ingame Ghost tab only on race servers
|
2016-04-28 22:40:46 +02:00 |
|
def
|
ec7d28ed86
|
Change ingame menu layout a bit: Browser, Ghost directly instead of Network tab
|
2016-04-27 20:14:03 +02:00 |
|
Tim Schumacher
|
6e7dbec76e
|
made fading border in menu more customizeable
|
2016-02-16 17:04:46 +01:00 |
|
def
|
ed49e3214a
|
Some more minor settings menu fixes
|
2015-08-28 20:44:07 +02:00 |
|
def
|
d95145819f
|
Fix oversize headers on Android
|
2015-06-22 01:39:08 +02:00 |
|
def
|
3cedbd5061
|
Revert "Add key binding for R to refresh serverbrowser"
This reverts commit db60bf6527 .
|
2015-05-12 23:28:10 +02:00 |
|
def
|
db60bf6527
|
Add key binding for R to refresh serverbrowser
|
2015-05-11 21:57:11 +02:00 |
|
def
|
b6008f5b20
|
Only refresh serverbrowser when necessary
|
2015-05-11 21:51:06 +02:00 |
|
def
|
32feea555f
|
Also fix popup title flow on disconnect extra text (not just title)
|
2015-04-27 23:17:28 +02:00 |
|
def
|
aa517af7c7
|
Don't let popup title flow out of box
|
2015-03-29 14:20:34 +02:00 |
|
Learath
|
09ce649238
|
First get rid of the old autoupdate
Conflicts:
src/engine/client/client.cpp
src/engine/client/client.h
Conflicts:
src/engine/shared/config_variables.h
|
2015-02-23 20:23:35 +02:00 |
|
def
|
ebf331febb
|
Show the function of search and exclusion edit boxes when empty (Suggestion by Saavik)
|
2014-12-24 03:38:40 +01:00 |
|
def
|
3c833bd93e
|
Make the initial ping in serverbrowser less wrong (still not perfect)
|
2014-09-20 16:20:27 +02:00 |
|
def
|
4ea77f1080
|
Oops
|
2014-09-20 16:11:29 +02:00 |
|
def
|
060b794a9d
|
Suggest Novice servers to new players
|
2014-09-20 16:08:11 +02:00 |
|
def
|
520b84328f
|
Fix 5:4 resolution in menu
|
2014-09-20 13:37:00 +02:00 |
|
east
|
e732008157
|
DDNet serverlist added
|
2014-09-13 16:36:25 +02:00 |
|
def
|
c6b63c34ba
|
Don't show quit popup on update
|
2014-08-26 22:06:35 +02:00 |
|
east
|
070ebe2895
|
merge fixed
|
2014-08-23 17:57:32 +02:00 |
|
east
|
8624d0a747
|
DemoPlayer: Save dialog added
|
2014-08-23 17:48:04 +02:00 |
|
def
|
1c4fac8afd
|
Display map name while downloading
|
2014-08-16 01:06:17 +02:00 |
|
def
|
5e89631637
|
Revert "Add 00Necrid skin"
This reverts commit b52afd5464 .
|
2014-07-10 16:46:46 +02:00 |
|
def
|
b52afd5464
|
Add 00Necrid skin
|
2014-07-10 16:19:56 +02:00 |
|
def
|
c1eb944057
|
Minor fix
|
2014-07-08 21:04:04 +02:00 |
|
def
|
15ff17d8f8
|
Cleanup of some menus, added editor button, added disconnect question
|
2014-07-08 20:21:19 +02:00 |
|
def
|
e6bcb528cd
|
Cleanup
|
2014-06-27 10:13:57 +02:00 |
|
CookieMichal
|
b9943706b3
|
Added:
* Second DDNet settings page with some settings
* Auto reconnect feature
* In-game commands:
- reconnect_ban
- reconnect_ban_timeout
- reconnect_full
- reconnect_full_timeout
Changed:
* Disconnected popup
* Name for first DDNet settings page
Signed-off-by: CookieMichal <MrCookieMichal@gmail.com>
|
2014-06-27 00:28:57 +02:00 |
|
def
|
7875c2ec36
|
Android support (by Pelya)
|
2014-06-16 13:29:18 +02:00 |
|
def
|
c67742f60a
|
Add news
|
2014-06-05 12:11:41 +02:00 |
|
def
|
1296b1bf49
|
Fix compile for Mac
|
2014-05-17 19:30:24 +02:00 |
|
def
|
42811dc896
|
Autoupdater asks for permission to update + Autoupdater fixes
|
2014-05-17 14:28:50 +02:00 |
|
def
|
4f8171fcde
|
Revert "Fix menus for 1280x1024"
This reverts commit 17478a4f17 .
|
2014-05-08 14:08:15 +02:00 |
|
def
|
17478a4f17
|
Fix menus for 1280x1024
|
2014-05-06 13:38:59 +02:00 |
|
def
|
9f509eeedb
|
Fix: Dummy setting updates
|
2014-04-28 15:19:57 +02:00 |
|
def
|
7bcc51d488
|
Basic updating (thanks to unsigned char*
|
2014-04-27 05:01:03 +02:00 |
|
def
|
c6c438fe02
|
Fix: Only set standard search when starting for the first time
|
2014-02-15 01:19:07 +01:00 |
|
def
|
e88e0698c7
|
Name stuff
|
2014-01-03 03:06:23 +01:00 |
|