ddnet/src
Robert Müller 209a367ab2 Fix editor color picker when Vulkan image blitting used
When image blitting is supported by the Vulkan backend, the color picker was reading incorrect pixel values, because the offset positions for the blitting region are the positions of the top-left and bottom-right corners, but instead the top-left offset and size (width, height) were passed as arguments.

Closes #8040.
2024-03-02 12:32:11 +01:00
..
android Add tests for overloaded hash operators, use operator instead 2022-11-12 20:36:38 +01:00
antibot Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
base Define Windows header macros only once in CMakeLists.txt 2024-02-28 21:40:28 +01:00
engine Fix editor color picker when Vulkan image blitting used 2024-03-02 12:32:11 +01:00
game Always build switch entities layers 2024-02-29 21:45:53 +01:00
macos Add INotifications kernel interface 2023-12-16 18:15:43 +01:00
masterping update ci actions, update rust edition to 2021 since our MSRV covers it 2024-02-25 15:55:10 +01:00
mastersrv update ci actions, update rust edition to 2021 since our MSRV covers it 2024-02-25 15:55:10 +01:00
rust-bridge update ci actions, update rust edition to 2021 since our MSRV covers it 2024-02-25 15:55:10 +01:00
steam Replace all usages of C standard headers with C++ headers 2023-03-01 19:26:51 +01:00
test Allow background jobs to be aborted, refactoring 2024-02-25 17:03:45 +01:00
tools Fix undefined behavior on loading empty PNG files 2024-02-03 20:00:08 +01:00