Jupeyy
e4cb348db2
Add new mouse state
2021-10-07 16:48:25 +02:00
def
e8bc6fcb47
Add notes for settings only available
...
with specific compile options or on specific builds
Also applies to https://ddnet.tw/settingscommands/
2021-10-03 12:23:31 +02:00
Ilya
adb4729464
add description for bind
2021-08-14 16:53:43 +05:00
BloodWod
75289d1272
add strong/weak icon
2021-08-14 03:48:49 +05:00
BloodWod
b44dabd00d
add bind and diff arrows
2021-08-12 16:22:28 +05:00
BloodWod
49686d81be
delete hud and config variables
2021-07-25 01:22:36 +05:00
BloodWod
f66abb79bf
Added color for strong and weak states
2021-07-20 22:39:44 +05:00
Jupeyy
403803df4f
Give mouse settings a maximum
2021-06-06 23:38:11 +02:00
def
5a6da005a0
Clear up documentation of cl_dummy_control
2021-03-23 14:54:47 +01:00
def
e16dd5c1d2
HTTP Map Download: Time out faster
...
Since our maps2.ddnet.tw doesn't work well for players in China
2021-01-26 00:19:19 +01:00
Jupeyy
56d81678bd
Remove hardcoded zoom level
2020-12-20 18:32:16 +01:00
bors[bot]
3d00ae4414
Merge #3257
...
3257: Add cl_showhud_timer option (requested by hussainx3) r=heinrich5991 a=def-
![screenshot-20201106@092559](https://user-images.githubusercontent.com/2335377/98343428-1a704e80-2012-11eb-8fa2-37fe734c5056.png )
## Checklist
- [x] Tested the change ingame
- [x] Provided screenshots if it is a visual change
- [x] Tested in combination with possibly related configuration options
- [ ] Written a unit test if it works standalone, system.c especially
- [x] Considered possible null pointers and out of bounds array indexing
- [x] Changed no physics that affect existing maps
- [x] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck ) (optional)
Co-authored-by: def <dennis@felsin9.de>
2020-11-07 18:54:32 +00:00
def
d0437df51d
Smooth Camera -> Smooth Dynamic Camera, only show if dyncam active
...
As suggested by Pipou
2020-11-07 12:10:59 +01:00
def
75b7474443
Add cl_showhud_timer option (requested by hussainx3)
2020-11-06 09:25:21 +01:00
bors[bot]
6332f90852
Merge #3115
...
3115: Smooth Camera r=def- a=TsFreddie
closes #3096
Since nobody expressed any opinions, how about we get this in and see some reactions. it is off by default anyway.
Co-authored-by: TsFreddie <tsfreddiewang@gmail.com>
2020-10-23 11:39:52 +00:00
def
5ba8d8ecdb
Disallow cl_text_entities_size 0 ( fixes #3145 )
2020-10-19 13:49:38 +02:00
Learath2
ba7b95f7ad
Revert #3066
...
This reverts commits:
a2b3f45f8b
26a07c804f
2020-10-17 17:32:52 +02:00
TsFreddie
6006c9d85b
smooth camera
2020-10-14 08:43:30 +08:00
bors[bot]
ea1acfd22c
Merge #3067
...
3067: Document highest and lowest values for cl_video_crf r=heinrich5991 a=def-
Co-authored-by: def <dennis@felsin9.de>
2020-10-11 14:54:03 +00:00
def
612f665a6e
Document highest and lowest values for cl_video_crf
2020-10-11 16:29:39 +02:00
heinrich5991
a2b3f45f8b
Reintroduce CMDFLAG_TEST
...
Add some more helpful messages for executing test/game commands.
2020-10-11 16:27:28 +02:00
def
10e7b2ed7b
Fix ui_page/ui_settings_page ranges
...
For ui_page makes no difference since we limited in code
For ui_settings_page assets page is now remembered
2020-10-09 22:51:16 +02:00
def
3be8a592e5
Run clang-format
...
Purely automatic change. In case of conflict with this change, apply the
other change and rerun the formatting to restore it:
$ python scripts/fix_style.py
2020-09-26 21:50:15 +02:00
def
4e157c64e3
clang-format fix
2020-09-20 02:24:51 +02:00
def
dfa072353d
Fix skin lookup
...
Thanks for Jupeyy for looking into this with me
2020-09-20 02:19:58 +02:00
def
8ef6a0da16
Revert "Revert "Fix clang-format""
...
This reverts commit 833e3640b4
.
2020-09-20 02:19:32 +02:00
def
a09be98df9
Revert "Revert "Implement on-demand skin downloader ( fixes #1166 )""
...
This reverts commit cc2f05b6df
.
2020-09-20 02:19:24 +02:00
def
cc2f05b6df
Revert "Implement on-demand skin downloader ( fixes #1166 )"
...
This reverts commit 3cc1e47ec4
.
2020-09-20 01:51:23 +02:00
def
833e3640b4
Revert "Fix clang-format"
...
This reverts commit f42a5a0431
.
2020-09-20 01:49:26 +02:00
def
f42a5a0431
Fix clang-format
2020-09-15 22:17:09 +02:00
def
3cc1e47ec4
Implement on-demand skin downloader ( fixes #1166 )
...
Seems to work on first try, I'm somewhat surprised :D
Future ideas (not for this change):
- I haven't checked how the performance impact is of a new skin joining,
might want to move the loading to a separate thread?
- Use the skins from download directory instead of redownloading? Might
want to compare modified time.
- Make all skins load on demand only to save some memory?
2020-09-15 22:17:08 +02:00
def
f7b37eaf6a
clang-format fixes
2020-09-10 20:16:09 +02:00
def
2cdc7d0faf
Adapt 0.7 start menu
...
- Working Local Server button (needs fixing for Windows)
- Highlight buttons if server is running, new news is out and editor has
unsaved changes
2020-09-10 20:13:01 +02:00
def
28cd437684
Document which commands only work in initial config ( fixes #2773 )
2020-09-07 12:31:00 +02:00
def
b7c3a6dfd8
Allow different timeouts for different downloads
2020-09-04 19:58:32 +02:00
def
92766b796c
Update cl_nameplates_friendmark documentation
2020-09-04 12:16:28 +02:00
Andrii
e0616b38d7
add cl_nameplates_friendmark 2
2020-08-30 14:54:42 +03:00
Andrii
90d1a93f40
add friend nameplate marks
2020-08-30 02:06:31 +03:00
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
def
d5045ce691
Enable "Switch weapon on pickup" by default
...
As voted in Discord
2020-08-23 10:33:49 +02:00
def
c458ee52b0
Remove need for custom certificate
...
in anticipation of using CloudFlare
2020-08-19 17:54:05 +02: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
sirius
a6181ce8d3
Merge branch 'master' of https://github.com/ddnet/ddnet
2020-07-16 21:07:04 +08:00
sirius
edab0d097d
add variable to adjust size of health and armor nameplate
2020-07-08 15:41:44 +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
dc92626a3b
Support cl_show_hook_coll_own/other 2 to always show ( fixes #2383 )
...
hook collision, without broadcasting to other players.
Removed cl_show_hook_coll_always in return
Renamed cl_video_showhookcollother to cl_video_show_hook_coll_other for consistency
2020-06-26 23:58:07 +02:00
def
42ab24794f
Remove unused cl_show_spec_tee config ( fixes #2378 )
2020-06-26 08:07:34 +02:00
Edgar
f3466e05ba
Show /spec tees with a dashed skin
2020-06-21 17:48:33 +02:00