ca78c78
Use C++17 (requires Debian 9 to build) - def-
4c8e33e
Fix MSVC build - def-
1afd1a3
Fix Linux build with C++20 - def-
e31f255
Use ninja instead of makefiles - def-
0d06193
gnu++17 - def-
62756db
Enable modernize-make-unique clang-tidy check - def-
984aed2
Add more clang-tidy modernize-* checks - def-
68e4eb2
Add modernize-use-bool-literals - def-
2da5d7d
Add modernize-use-emplace - def-
b58470f
Add modernize-use-equals-default - def-
de17e99
Add modernize-unary-static-assert - def-
7da9f1b
Add modernize-use-equals-delete - def-
dbfc62d
Add modernize-deprecated-headers - def-
fef7af8
Add some more modernize-* checks - def-
18d9997
Fix clang-format - def-
e615d4b
Fix tools - def-
218f4a4
Merge #4710 - bors[bot]leak_ip_address_to_all_servers
edit_map
, let me check the options used--remove-everything-unused --shrink-tiles-layers
--shrink-layers
, but I think Ravie and maybe others were against that--shrink-layers
should be harmlessvk::PipelineLayoutCreateInfo PipelineLayoutInfo = {};
for example is even more verbose than c version
vkPipelineLayoutCreateInfo PipelineLayoutInfo{};
vk::PipelineLayoutCreateInfo PipelineLayoutInfo{};
should be fine in C++ too, no?vk::PipelineLayoutCreateInfo PipelineLayoutInfo{};
should be fine in C++ too, no? cond.notify_all();
cond.wait(mutex);
what happens here? CAutoreleasePool AutoreleasePool;
fix btw?d153ed9
Version 15.9 - def-
5e8a337
Update spanish.txt - n0Ketchp
7084b0d
Update translations - def-
775faf0
Update German translation - def-
526a64e
newJumps
→ NewJumps
- heinrich5991
fcd559c
Add "groundjump-only" tile - heinrich5991
6f26ec4
Client: Fix projectiles rendering for demo playback - Kaffeine
8bb3d18
Update Chinese translations (by cheeser0613) - def-
9952cde
Delay double click handling one frame after item activation - Robyt3
83db924
Lower the sound volume even further after #4568 - heinrich5991
8d66175
Update Portuguese translations (by Rockus) - def-
78d8ef9
Always destroy bullets/lasers on kill when in practice team (fixes #4694) - def-
7798bdc
Add live freeze graphics by Soapy Sandwich - def-
054bb0b
Initialize m_aErrorString earlier (fixes #4707) - def-
e54319d
Fix #4714 - def-
e64eb8f
Version 15.9.1 - def-