Robert Müller
5f9d6b208c
Merge pull request #7667 from furo321/rest-of-string
...
Use rest of string parameter for `save_replay`
2023-12-16 18:39:04 +00:00
furo
d2efc936cf
Use rest of string parameter for save_replay
2023-12-16 19:02:56 +01:00
Robert Müller
013b8dffa5
Add INotifications
kernel interface
...
Add a proper kernel interface `INotifications` for the notifications component instead of using a C style interface.
Add parameter for the application name when initializing notifications to avoid hardcoding the application name.
The implementation for macOS is kept in Objective-C and a TODO is added, as the API we are currently using appears to be deprecated.
2023-12-16 18:15:43 +01:00
Robert Müller
b067ccafc6
Improve vote config variable descriptions and value range
...
Closes #7584 .
2023-12-16 18:01:06 +01:00
furo
67c101b43d
Add /join [player]
.
2023-12-16 17:33:10 +01:00
Dennis Felsing
5aa4b58d4e
Merge pull request #7661 from archimede67/editor-qol-quads
...
Editor: Add QoL features for quads
2023-12-16 11:09:16 +00:00
Dennis Felsing
66262971f9
Merge pull request #7663 from eghwand/pr_sameclancolor_setting
...
Add ui setting cl_same_clan_color
2023-12-16 10:26:03 +00:00
Dennis Felsing
2993d3ad11
Fix style
2023-12-16 11:10:02 +01:00
Egehan
5da5eb79bb
Add ui setting cl_same_clan_color
2023-12-16 11:06:29 +03:00
archimede67
5dbd5a1f49
Added quad alignment/snapping to other quads/points
2023-12-16 01:29:09 +01:00
archimede67
a41da8182b
Preserve and show axis when dragging quad points while holding Shift
2023-12-16 00:29:10 +01:00
Dennis Felsing
5b5253c4ec
Merge pull request #7659 from furo321/render-spectated-last
...
Render the tee being spectated after everyone else.
2023-12-15 22:09:49 +00:00
furo
25ffc421cc
Render the tee being spectated after everyone else.
2023-12-15 21:34:33 +01:00
Dennis Felsing
61c4ffcf69
Merge pull request #7658 from Robyt3/UI-Lineinput-Fixes
...
Fix various lineinput issues/regressions
2023-12-15 18:31:04 +00:00
Robert Müller
184ada3c95
Fix various lineinput issues/regressions
...
Fix Ctrl+C not working to copy text in console when the command input already contains text, as the changed flag was never reset properly.
Fix scroll position of UI editboxes not being updated when moving cursor without changing text.
Fix lineinput selection change being detected as content change, causing the editor modified state to be set incorrectly.
Fix cursor blinking not being disabled correctly after changing text without changing cursor position.
2023-12-15 17:49:06 +01:00
Dennis Felsing
4fe5fcca09
Merge pull request #7656 from heinrich5991/pr_ddnet_canjointeam_error
...
Returning `false` commits you to setting a message
2023-12-15 12:34:35 +00:00
heinrich5991
1feee077ca
Returning false
commits you to setting a message
2023-12-15 13:00:43 +01:00
Edgar
8be0ba3a84
Merge pull request #7655 from def-/pr-discord-build
...
Fix discord build
2023-12-15 09:32:28 +00:00
Edgar
726ffe35d0
Merge pull request #7654 from def-/pr-curlopt-share
...
Disable CURL_LOCK_DATA_CONNECT (fixes #7636 )
2023-12-15 09:26:34 +00:00
Dennis Felsing
255cf408cd
Fix discord build
...
/home/deen/isos/ddnet/ddnet-source/src/engine/client/discord.cpp: In member function ‘bool CDiscord::Init(FDiscordCreate)’:
/home/deen/isos/ddnet/ddnet-source/src/engine/client/discord.cpp:39:17: error: ‘mem_zero’ was not declared in this scope
39 | mem_zero(&m_ActivityEvents, sizeof(m_ActivityEvents));
| ^~~~~~~~
2023-12-15 00:55:26 +01:00
Dennis Felsing
5ff8697be1
Disable CURL_LOCK_DATA_CONNECT ( fixes #7636 )
2023-12-15 00:51:02 +01:00
Dennis Felsing
12ed9f8d6b
Merge pull request #7651 from furo321/fix-teamjoin-error
...
Don't broadcast error if `CanJoinTeam` returned true
2023-12-14 23:48:20 +00:00
Dennis Felsing
514e528be7
Merge pull request #7649 from furo321/chat-command-netmsg
...
Add `Sv_CommandInfo` netmsg for autocompletion of chat commands.
2023-12-14 23:46:52 +00:00
Dennis Felsing
a333d723e5
Merge pull request #7653 from Robyt3/Clang-Tidy-Cleanup
...
Fix more clang-tidy errors: mark functions as `const` when possible
2023-12-14 23:46:19 +00:00
Dennis Felsing
7d37db6d6e
Version 17.4.1
2023-12-15 00:58:09 +01:00
Robert Müller
f50eeab690
Fix performance-inefficient-vector-operation
2023-12-14 23:38:05 +01:00
Robert Müller
bab382f4cc
Fix modernize-use-emplace
2023-12-14 23:38:05 +01:00
Robert Müller
aacd37b412
Fix readability-static-accessed-through-instance
2023-12-14 23:38:05 +01:00
Robert Müller
6a12e209b6
Fix readability-make-member-function-const
2023-12-14 23:38:03 +01:00
Robert Müller
b9cce63bc7
Merge pull request #7577 from archimede67/pr-console-search
...
Added search in console (ctrl+f)
2023-12-14 21:19:42 +00:00
Corantin H
af77ebac54
Added console search function
2023-12-14 21:58:27 +01:00
furo
035e7a1068
Add Sv_CommandInfo
netmsg for autocompletion of chat commands.
2023-12-14 19:01:35 +01:00
furo
a440e0e917
Don't broadcast error if CanJoinTeam
returned true
2023-12-14 16:19:31 +01:00
heinrich5991
efe593c7b0
Merge pull request #7602 from ChillerDragon/pr_create_switcherscontroller
...
Move switcher snapping code to own method
2023-12-13 22:10:49 +00:00
Dennis Felsing
a16d8dd6c7
Merge pull request #7643 from Robyt3/Menus-Callvote-Margin
...
Add small margin to callvote label
2023-12-13 17:53:30 +00:00
Robert Müller
68508e1b81
Add small margin to callvote label
2023-12-13 17:47:10 +01:00
ChillerDragon
1723554288
Move switcher snapping code to own method
2023-12-13 17:29:02 +01:00
heinrich5991
b458890f08
Merge pull request #7639 from ChillerDragon/pr_canjoinmsg
...
Move chat message into CanJoinTeam()
2023-12-13 15:27:25 +00:00
heinrich5991
0075d85581
Merge pull request #7642 from BlaiZephyr/GfxRefactor
...
changed GFX → Gfx
2023-12-13 15:26:31 +00:00
BlaiZephyr
6521344eca
changed GFX → Gfx
2023-12-13 15:46:49 +01:00
Dennis Felsing
a36feebf71
Merge pull request #7640 from heinrich5991/pr_ddnet_rm_appdata
...
Remove ddnet.appdata.xml
2023-12-13 14:08:19 +00:00
ChillerDragon
157e8b7302
Pass error message as buffer to CanJoinTeam()
...
Now `CGameContext` no longer assumes the `IGameController`
declined the team join due to slots.
This enables custom gametypes to disallow joining the game if the player
died, an active tournament is running or the player is not logged in
yet. And then the controller can print the correct error message
accordingly.
2023-12-13 14:46:37 +01:00
heinrich5991
5efceb64f2
Merge pull request #7641 from furo321/set-correct-authcolor
...
Set correct colour for authed colour reset button
2023-12-13 12:48:47 +00:00
furo
09e222c39f
Set correct colour for authed colour reset button
2023-12-13 13:23:33 +01:00
heinrich5991
9a1644982e
Remove ddnet.appdata.xml
...
It was outdated already.
Fixes #7607 .
2023-12-13 11:58:29 +01:00
Dennis Felsing
bcc92fa0fb
Merge pull request #7638 from Robyt3/Engine-Refactoring
...
Ensure network log files are closed when shutting down engine
2023-12-12 20:12:00 +00:00
Robert Müller
187120dd31
Ensure network log files are closed when shutting down engine
...
Previously, the network log files were not explicitly closed unless the `dbg_lognetwork` command is used again manually.
2023-12-12 20:00:52 +01:00
Robert Müller
10b486a6b0
Remove unnecessary use of GetCompletePath
...
The result `aFullPath` is unused.
2023-12-12 20:00:48 +01:00
Edgar
082c44889a
Merge pull request #7635 from archimede67/fix-escape-key-lineinput
...
Fix escape key not working when lineinput is focused
2023-12-12 08:14:51 +00:00
Edgar
3cb510a2e6
Merge pull request #7637 from heinrich5991/pr_ddnet_even_less_system_h
...
Remove `#include <system.h>` from one more header
2023-12-12 08:14:32 +00:00