bors[bot]
f2cb651075
Merge #2615
...
2615: Use player name from the Steam API as fallback r=def- a=heinrich5991
Fixes #2605 .
Co-authored-by: heinrich5991 <heinrich5991@gmail.com>
2020-08-25 15:23:42 +00:00
heinrich5991
bfe7b3cbeb
Use player name prefixed with "[D] " for the dummy name
2020-08-25 16:22:03 +02:00
heinrich5991
5d83e9177f
Use player name from the Steam API as fallback
...
Fixes #2605 .
2020-08-25 16:21:58 +02:00
bors[bot]
836863b213
Merge #2637
...
2637: Send larger distance when zooming r=heinrich5991 a=def-
since sometimes with dyncam it can be just at the border.
As reported by Lady Saavik
Co-authored-by: def <dennis@felsin9.de>
2020-08-25 11:07:16 +00:00
trml
4abe8caab8
Sort servers by a combination of players and ping as default
2020-08-24 23:25:45 +02:00
def
d24dbd01ae
Send larger distance when zooming
...
since sometimes with dyncam it can be just at the border.
As reported by Lady Saavik
2020-08-24 20:11:53 +02:00
Dennis Felsing
dbb9c662ba
Merge pull request #2617 from Jupeyy/pr_font_fallback
...
Font fallback
2020-08-20 20:34:48 +02:00
def
a388b709d6
Generalize loading fallback fonts
2020-08-20 19:48:08 +02:00
def
c458ee52b0
Remove need for custom certificate
...
in anticipation of using CloudFlare
2020-08-19 17:54:05 +02:00
bors[bot]
607f5f0014
Merge #2594
...
2594: Add support for PLATFORM_SUFFIX define, Don't bother Steam users with red update text r=Learath2 a=def-
Co-authored-by: def <dennis@felsin9.de>
2020-08-19 13:33:14 +00:00
def
99cf35d461
Don't bother Steam users with red update text
2020-08-19 13:41:11 +02:00
Edgar
05d19089ae
Add DoxyFile and document CUIRect
2020-08-18 12:50:25 +02:00
bors[bot]
ac1649d13b
Merge #2579 #2588
...
2579: Ship map_convert_07 executable, allow drag'n'drop and ship Gold Mine map (with sixup version) instead of Kobra 4 and Goo! r=def- a=def-
2588: Add instructions about how to kill and pause game r=def- a=def-
Co-authored-by: def <dennis@felsin9.de>
2020-08-18 08:52:26 +00:00
def
1c583e5569
Add instructions about how to kill and pause game
...
As suggested by Lukas Kawalec on Discord
2020-08-18 10:32:44 +02:00
def
3ca4dadb92
Allow server list key bindings when nothing was selected
2020-08-17 10:14:33 +02:00
def
bd3656f6ad
Implement ctrl-u in lineinput to clear
2020-08-17 10:14:24 +02:00
plsplsplslol
8abf00b52c
move checkpoint to debug
2020-08-15 17:00:02 -07:00
Arda Demir
35995322d7
Add +resetdummy
2020-08-13 11:19:13 +03:00
bors[bot]
026ac99895
Merge #2543
...
2543: Remove unlicensed skins (fixes #2518 ) r=heinrich5991 a=def-
Co-authored-by: def <dennis@felsin9.de>
2020-08-09 23:23:40 +00:00
bors[bot]
3fde3ac496
Merge #2538
...
2538: Add Client message color option in HUD setting r=Learath2 a=def-
As requested by reo
Co-authored-by: def <dennis@felsin9.de>
2020-08-09 16:58:41 +00:00
def
7be7160d9b
Remove unlicensed skins ( fixes #2518 )
...
and mention skin licenses (fixes #2544 )
Still missing: Which skin is by btd?
2020-08-09 15:07:08 +02:00
def
20eb5a5d86
Add Client message color option in HUD setting
...
As requested by reo
2020-08-05 12:39:13 +02:00
def
e2fde4d730
Fix utf8 handling in str_truncate ( fixes #2533 )
...
and rename to str_utf8_truncate since it's only used for utf8 strings
2020-08-02 18:32:42 +02:00
sirius
2394d49d34
update calling way of TextWidth()
2020-07-16 21:07:41 +08:00
sirius
a6181ce8d3
Merge branch 'master' of https://github.com/ddnet/ddnet
2020-07-16 21:07:04 +08:00
Fireball
ab9b96ddb2
Backported fix for Text() incorrect parameter type (int -> float)
...
The original fix was done by @oy for 0.7.4.
2020-07-15 20:49:14 +01:00
Fireball
b1c17c3248
Backported fix for TextWidth() parameter mix-up
...
Fixes #2511 (Stack-buffer-overflows in some UIs).
The original fix was done by @oy for 0.7.4.
2020-07-15 20:48:29 +01:00
trml
b354e034fc
Fix prediction when chat is enabled
2020-07-15 03:15:35 +02:00
trml
d57c8ef463
Fix desync of predicted reload timer
2020-07-15 02:47:51 +02:00
bors[bot]
69593a3191
Merge #2502
...
2502: Improved dummy switching r=def- a=Fireball-Teeworlds
- Fix a use-after-free when there are no new snapshots for the cl_dummy tee after the switch: #2499 .
- When one of the tees is hooked, cycling through them will no longer show phantom hook for the other tee: https://youtu.be/mxVT4pdyGnU .
- Dummy switch might happen a bit quicker since it doesn't depend on receiving new snapshots.
- Simplified code: m_LastDummy2 is no more.
Co-authored-by: Fireball <fireball.teeworlds@gmail.com>
2020-07-14 06:31:43 +00:00
sirius
ef85308a47
remove aBuf
2020-07-14 10:45:03 +08:00
def
4d34dd365b
Limit zooming out further ( fixes #2497 )
2020-07-13 20:23:49 +02:00
sirius
17bf1a9b38
change identifier style
2020-07-14 00:12:03 +08:00
sirius
9482ffa10a
change identifier style
2020-07-13 23:10:00 +08:00
sirius
d7646666f0
use array instead of string
2020-07-13 12:41:07 +08:00
Fireball
918f321dfb
Improved dummy switching
...
- Fix a use-after-free when there are no new snapshots for the cl_dummy tee after the switch.
- When one of the tees is hooked, cycling through them will no longer show phantom hook for the other tee.
- Dummy switch might happen a bit quicker since it doesn't depend on receiving new snapshots.
- Simplified code: m_LastDummy2 is no more.
2020-07-12 19:14:18 +01:00
def
3585d83196
Don't request IUpdater interface when built without updater
...
Fixes warning:
[kernel]: failed to find interface with the name 'updater'
2020-07-10 00:01:02 +02:00
bors[bot]
d7a0a914c3
Merge #2460
...
2460: Don't reset chat on map change (fixes #2451 ) r=heinrich5991 a=def-
Co-authored-by: def <dennis@felsin9.de>
2020-07-09 18:38:40 +00:00
bors[bot]
c4d5c8dfa2
Merge #2478 #2480
...
2478: Use (u)int64 from system.h instead of (u)int64_t from cstdint r=heinrich5991 a=def-
src/game/client/prediction/gameworld.h:62:90: error: ‘int64_t’ has not been declared
62 | void CreateExplosion(vec2 Pos, int Owner, int Weapon, bool NoDamage, int ActivatedTeam, int64_t Mask);
| ^~~~~~~
2480: Send zoom status for dummy too r=heinrich5991 a=def-
Co-authored-by: def <dennis@felsin9.de>
2020-07-09 18:31:32 +00:00
def
f4344dc420
Use (u)int64 from system.h instead of (u)int64_t from cstdint
...
src/game/client/prediction/gameworld.h:62:90: error: ‘int64_t’ has not been declared
62 | void CreateExplosion(vec2 Pos, int Owner, int Weapon, bool NoDamage, int ActivatedTeam, int64_t Mask);
| ^~~~~~~
2020-07-09 13:55:28 +02:00
def
6b7e1f54f4
Send zoom status for dummy too
2020-07-09 13:51:37 +02:00
def
b2b664bf53
Don't reset chat on map change ( fixes #2451 )
2020-07-09 13:47:48 +02:00
bors[bot]
5cc6a08c2b
Merge #2471
...
2471: Don't send zoom level while zooming (fixes #2470 ) r=heinrich5991 a=def-
Co-authored-by: def <dennis@felsin9.de>
2020-07-09 11:24:19 +00:00
bors[bot]
56ef688489
Merge #2467
...
2467: Add cl_smooth_zoom_time r=def- a=def-
as requested on Discord by nils & fokkonaut
Co-authored-by: def <dennis@felsin9.de>
2020-07-09 10:35:07 +00:00
def
2e8faac549
Don't send zoom level while zooming ( fixes #2470 )
2020-07-08 10:42:28 +02:00
sirius
edab0d097d
add variable to adjust size of health and armor nameplate
2020-07-08 15:41:44 +08:00
sirius
4a44b90b11
adjust distance between health and armor
2020-07-08 14:32:24 +08:00
sirius
00c4adf05b
add function to show health and armor in nameplates (only when client can get the health and armor data)
2020-07-08 13:34:24 +08:00
def
defe2439bd
Add cl_smooth_zoom_time
...
as requested on Discord by nils & fokkonaut
2020-07-07 22:59:20 +02:00
def
f9d2c14ff6
Make zoom reset respect cl_default_zoom ( fixes #2453 )
2020-07-07 18:02:21 +02:00