Jupeyy
8eac8b0afc
Only remove windowed fullscreen and restore mouse focus loss behavior
2021-04-02 22:45:49 +02:00
Jupeyy
f0160b5313
Differenciate better between window modes
2021-03-30 10:07:41 +02:00
def
9a0243821a
Fix scrolling in controls settings with ui_scale < 100 ( fixes #3727 )
2021-03-23 23:16:28 +01:00
def
03c2caaa1a
Different comparators for skins in UI (no case) and regular skins (with case)
...
Broke x_ skins, caused by https://github.com/ddnet/ddnet/pull/3214
2021-03-23 13:39:54 +01:00
Jupeyy
331ee9aa56
Center tees in more places
2021-03-12 21:23:29 +01:00
def
9ea88f1197
Remove 45° aim too
2021-03-07 23:12:57 +01:00
def
fb8f689460
Remove deepfly binds ( fixes #3667 )
...
Anyone have a better idea?
2021-03-07 23:11:53 +01:00
def
5e4481d9cc
Fix color picker positioning ( fixes #3574 )
2021-02-01 19:34:41 +01:00
def
32f7a7979e
Fix sizing in graphics menu
...
As reported by louis
2021-01-31 20:27:10 +01:00
Alexander Akulich
c2f276cee1
Port CConfig API from the upstream (0.7.5)
...
The old (g_Config) API is kept to not break the stuff.
See commits:
de5859b371
78076761eb
2021-01-10 17:10:19 +03:00
Дядя Женя
eb796c6b5c
More fixes
2021-01-08 11:43:26 +01:00
Дядя Женя
38e6878c48
Temp fixes for controls
2021-01-08 11:43:26 +01:00
def
98aec6bffc
Fewer repetitions
2020-12-27 10:57:50 +01:00
def
21886f2741
Fix spacing of cl_show_ids by using figure space (U+2007)
2020-12-27 01:19:36 +01:00
def
89e2371b9b
Improve some chat settings
2020-12-27 01:14:34 +01:00
bors[bot]
440337eb5c
Merge #3384 #3437
...
3384: Add w as default bind for dummy hammer r=heinrich5991 a=def-
<!-- What is the motivation for the changes of this pull request -->
## Checklist
- [ ] Tested the change ingame
- [ ] Provided screenshots if it is a visual change
- [ ] Tested in combination with possibly related configuration options
- [ ] Written a unit test if it works standalone, system.c especially
- [ ] Considered possible null pointers and out of bounds array indexing
- [ ] Changed no physics that affect existing maps
- [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck ) (optional)
3437: Update .clang-tidy file to 11 r=heinrich5991 a=def-
<!-- What is the motivation for the changes of this pull request -->
## Checklist
- [ ] Tested the change ingame
- [ ] Provided screenshots if it is a visual change
- [ ] Tested in combination with possibly related configuration options
- [ ] Written a unit test if it works standalone, system.c especially
- [ ] Considered possible null pointers and out of bounds array indexing
- [ ] Changed no physics that affect existing maps
- [ ] 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-12-22 11:40:35 +00:00
def
93a0dc3eee
Add more commonly used binds
...
from https://forum.ddnet.tw/viewtopic.php?t=2537
2020-12-22 12:36:01 +01:00
Дядя Женя
b745feec73
Format
2020-12-18 23:35:22 +03:00
Дядя Женя
2c3d24d5b3
Merge branch 'pr_color_picker' of https://github.com/Banana090/ddnet into pr_color_picker
2020-12-18 23:29:52 +03:00
Дядя Женя
b57d934b69
Polish
2020-12-18 23:28:33 +03:00
def
fc75e95e35
Merge branch 'master' into pr_color_picker
2020-12-18 19:13:51 +01:00
Дядя Женя
f4b8033056
Fixes
2020-12-16 07:55:41 +03:00
Дядя Женя
c084c9cde2
Fix Mac & Linux build
2020-12-14 04:18:04 +03:00
Дядя Женя
77f84ac831
Ready
2020-12-14 03:51:31 +03:00
Дядя Женя
9b4dfc142a
Merge branch 'master' into pr_color_picker
...
# Conflicts:
# src/game/client/components/chat.h
# src/game/client/components/menus_settings.cpp
2020-12-13 20:40:33 +03:00
Дядя Женя
e234776de2
Merge branch 'master' into pr_animations_hud
2020-12-13 20:34:53 +03:00
Jupeyy
cafd1a4e8f
Allow windows resizing
2020-12-13 00:52:57 +01:00
Jupeyy
f83d528f5d
Fix vector constructor impl & remove useless operator
2020-11-20 12:14:33 +01:00
Jupeyy
df4c7a08c8
Add skin metrics
2020-11-08 10:28:47 +01:00
bors[bot]
be06146c49
Merge #3252
...
3252: cl_chat_tee + cl_chat_background => cl_chat_old (fixes #3106 ) r=Jupeyy a=def-
![screenshot-20201105@131601](https://user-images.githubusercontent.com/2335377/98240075-30760480-1f69-11eb-91ab-4be84ab84aab.png )
![screenshot-20201105@131537](https://user-images.githubusercontent.com/2335377/98240077-310e9b00-1f69-11eb-8454-71d2c6612a2a.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 21:27:19 +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
b03b75146c
cl_chat_tee + cl_chat_background => cl_chat_old ( fixes #3106 )
2020-11-05 13:16:25 +01:00
def
165857a5a8
Fix variable names manually
2020-11-02 22:40:40 +01:00
def
b1f0fd8969
Enable modernize-loop-convert clang-tidy check
...
and run clang-format afterwards
https://clang.llvm.org/extra/clang-tidy/checks/modernize-loop-convert.html
2020-11-02 22:40:24 +01:00
Дядя Женя
119625d1c3
Merge branch 'master' into pr_animations_hud
2020-10-31 01:48:52 +03:00
Дядя Женя
c77648362d
Some fixes to color picker
2020-10-30 22:30:06 +03:00
Дядя Женя
0f0e0caab9
ColorPicker
2020-10-30 00:39:07 +03:00
Дядя Женя
94e227c8c3
Color picker: Settings UI + Picker Logic, Editboxes left
2020-10-29 03:55:01 +03:00
Дядя Женя
e817a179da
Started making color picker
2020-10-28 05:59:50 +03:00
bors[bot]
b0803b26e0
Merge #3077
...
3077: UI Elements r=def- a=Jupeyy
Build will fail bcs of clang-format,
i'll update this comment to explain.
Co-authored-by: Jupeyy <jupjopjap@gmail.com>
2020-10-26 08:37:25 +00:00
Дядя Женя
9b3d9965fb
More UI Animation settings, more tabs animated
2020-10-26 05:48:05 +03:00
Дядя Женя
c02086a689
Fixes
2020-10-26 04:43:34 +03:00
Дядя Женя
e40539c9fd
Settings Tabs Animations
2020-10-26 04:10:55 +03: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
3397869b31
Show option to disable system messages in settings
2020-10-20 18:27:58 +02:00
Jupeyy
74515d4b95
UI Elements
2020-10-19 23:52:29 +02:00
def
ad3bc98578
Revert "Make GL 1.5 default"
...
As discussed with Lerath2, we should try to debug
This reverts commit 537f47d11d
.
2020-10-17 23:34:16 +02:00
Дядя Женя
6708a7a69d
Chat visual update
2020-10-17 15:50:35 +02:00
Jupeyy
537f47d11d
Make GL 1.5 default
2020-10-15 18:47:06 +02:00
TsFreddie
6006c9d85b
smooth camera
2020-10-14 08:43:30 +08:00