heinrich5991
0da500400d
Merge pull request #7114 from def-/pr-country-flags
...
Update country flags by JuralBOZO (fixes #7090 )
2023-08-31 13:32:17 +00:00
Dennis Felsing
ba09a3a30d
Update country flags by JuralBOZO ( fixes #7090 )
2023-08-31 11:15:14 +02:00
Robert Müller
cbc1044b98
Fix some menus tooltips not working anymore
...
For some tooltips, the associated UI element ID was not being set as hot item, which is required for tooltips.
The tooltip for the "Dummy settings" checkbox was only present on the tee settings page but not on the player settings page.
Closes #7107 .
2023-08-30 21:57:04 +02:00
Jupeyy
16115c204e
Merge pull request #7094 from Robyt3/Variable-Desc-Fixes
...
Remove `gfx_finish` config variable, remove `dbg_hitch` config variable, improve config variable descriptions, add missing descriptions
2023-08-30 18:28:25 +00:00
Robert Müller
98b3fe460a
Fix typo in internal name of cl_assets_entities
config variable
...
The name used in config is unchanged.
2023-08-30 20:07:12 +02:00
Robert Müller
943f98dc92
Improve config variable descriptions, add missing descriptions
2023-08-30 20:07:11 +02:00
Robert Müller
1028cedee3
Remove dbg_hitch
config variable
...
This config variable was only settable in the server console but only read in the client, so it was effectively unusable. It also has no use case right now.
2023-08-30 20:07:11 +02:00
Robert Müller
31a80c976b
Remove gfx_finish
config variable
...
This config variable does not have any use case right now and only causes the rendering to be slowed down.
2023-08-30 20:07:11 +02:00
Dennis Felsing
693fec28ff
Merge pull request #7108 from h-kaan/update-turkish
...
Update turkish.txt
2023-08-30 17:57:31 +00:00
Dennis Felsing
7d6ec23437
Merge pull request #7109 from Robyt3/CLocConstString-Removal
...
Remove `CLocConstString`
2023-08-30 17:47:50 +00:00
Robert Müller
bc82a450c3
Remove CLocConstString
...
This makes it more obvious where text is localized. This class was also broken for localized strings with context, since the member variable `m_ContextHash` was uninitialized.
2023-08-30 19:24:38 +02:00
heinrich5991
ddb3c2ddee
Merge pull request #7110 from Robyt3/Serverbrowser-Enum-Cleanup
...
Remove unused enum literals
2023-08-30 16:29:21 +00:00
Robert Müller
0a290bc501
Remove unused enum literals
2023-08-30 17:58:21 +02:00
Kaan
cf3f90f62d
add the modification date
2023-08-30 01:53:11 +03:00
h-kaan
ca306b9007
kesim -> kesit
& improvements
2023-08-30 01:43:50 +03:00
furo
38ad2e956a
Update Swedish Translations
2023-08-29 23:49:03 +02:00
Dennis Felsing
7231d8317f
Merge pull request #7100 from Robyt3/Lineinput-Selection-Desync
...
Fix lineinput selection getting desynchronized from cursor
2023-08-29 20:37:43 +00:00
Dennis Felsing
7ad18dec6d
Merge pull request #7104 from Robyt3/Client-Demo-Record-Verbose
...
Hide `client is not online` log message except when using `record`
2023-08-29 20:35:37 +00:00
marmare314
c3a07dd977
let CEditorSound
inherit CEditorComponent
2023-08-29 22:28:07 +02:00
marmare314
d68029a252
extract CEditorSound
into separate header file
2023-08-29 22:08:12 +02:00
marmare314
5f60d68e8b
extract CEditorImage
into separate header
2023-08-29 22:08:12 +02:00
marmare314
a1ea2f1ff1
Split up io.cpp
2023-08-29 22:08:07 +02:00
Robert Müller
95b1c7dc2b
Hide client is not online
log message except when using record
...
The log message is otherwise shown multiple times when starting the client.
Now it's only shown when the `record` command is used manually, i.e. not for automatically recorded demos anymore.
2023-08-29 22:05:16 +02:00
Robert Müller
e3700ac4e4
Merge pull request #7016 from k-i-o/k-i-o-patch-1-3
...
Update gameclient.cpp
2023-08-29 16:10:39 +00:00
Robert Müller
b7773d2b4c
Fix lineinput selection getting desynchronized from cursor
...
When the text cursor/selection mode is set to calculate, values of `-1` are used when the selection is empty. These values were not being handled anymore due to a regression from #7028 . This was causing the selection to be set to the last position instead, which was causing text to subsequently be inserted there instead of at the cursor position.
An assertion is added to ensure that the selection cannot be desynchronized from the cursor position anymore.
Closes #7099 .
2023-08-29 18:01:09 +02:00
Samuele Radici
73f68c73f4
done i hope
2023-08-29 13:52:31 +00:00
Samuele Radici
6534728744
fix style
2023-08-29 11:01:58 +00:00
Samuele Radici
d7d635881b
I found out he didn't save himself...
2023-08-29 10:09:55 +00:00
Dennis Felsing
04f71333b0
Merge pull request #7096 from furo321/fix-demo-sorting
...
Fix demo sorting
2023-08-28 22:11:04 +00:00
heinrich5991
ee32ceb1da
Merge pull request #7092 from furo321/pr_fix_ipv4only_registering
...
Don't register to ipv6 when sv_ipv4only is enabled. (fixes #7091 )
2023-08-28 21:09:59 +00:00
furo
b24b11f48e
Move sv_ipv4only check to OnConfigChange
2023-08-28 22:45:53 +02:00
furo
28fda865c5
Keep selection after sort
2023-08-28 21:47:48 +02:00
furo
2dcc0b9db3
Fix demo sorting
2023-08-28 21:11:12 +02:00
heinrich5991
812231449b
Merge pull request #7093 from HiRavie/master
...
Fix all envelopes being saved as bezier
2023-08-28 14:51:49 +00:00
Ravie
6705cccb72
Fix all envelopes being saved as bezier
2023-08-28 16:19:41 +02:00
Dennis Felsing
ff1a2a44d3
Merge pull request #7076 from dobrykafe/pr-fix-map-drag-and-drop
...
Add warning for unsaved editor changes when dragging a map file into the game
2023-08-28 13:49:58 +00:00
Dennis Felsing
baffa8d817
Merge pull request #7080 from heinrich5991/pr_ddnet_teehistorian_prev_game_uuid
...
Record previous game ID in teehistorian
2023-08-28 11:28:00 +00:00
Dennis Felsing
c7f3be7d75
Merge pull request #7082 from Marmare314/editor-seperate-mapitems
...
extract code from editor mapitems into separate files
2023-08-28 10:23:17 +00:00
Dennis Felsing
07c330275a
Merge pull request #7081 from JuraIBOZO/patch-1
...
Update serbian.txt
2023-08-28 10:22:52 +00:00
furo
8f73a9ea8c
Fix style
2023-08-27 21:40:32 +02:00
furo
2b07832b9e
Don't register to ipv6 when ipv4only is enabled.
2023-08-27 21:23:55 +02:00
Robert Müller
3988877e8e
Merge pull request #7002 from Marmare314/pixelart
...
Add pixelart tool to editor
2023-08-27 18:42:35 +00:00
Robert Müller
225603e8c4
Merge pull request #7089 from heinrich5991/pr_ddnet_antibot_after_teehistorian
...
Notify antibot of round start after initializing teehistorian
2023-08-27 18:13:09 +00:00
heinrich5991
70bf739b6f
Notify antibot of round start after initializing teehistorian
...
This allows the antibot to start pushing data into teehistorian
immediately.
2023-08-27 17:35:13 +02:00
heinrich5991
a48d14fac0
teehistorian: Omit "prev_game_uuid"
instead of setting it to null
2023-08-27 16:11:45 +02:00
heinrich5991
cbdb3b1d2e
Record previous game ID in teehistorian
...
This allows to trace a complete server execution.
2023-08-27 16:11:45 +02:00
heinrich5991
330d1ebaf6
Add possibility to persist game data past map changes
2023-08-27 16:11:45 +02:00
marmare314
946be50807
Add tileart tool to editor
2023-08-27 16:07:56 +02:00
marmare314
e19b1e4da6
extract code from editor mapitems into separate files
2023-08-27 16:04:53 +02:00
Robert Müller
d11bbbc921
Merge pull request #7083 from Marmare314/style-7017
...
improve code style in proofmode, mapgrid and mapview
2023-08-27 10:03:07 +00:00