ddnet/src/engine
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
..
client Fix editor color picker when Vulkan image blitting used 2024-03-02 12:32:11 +01:00
docs Merge #5918 2022-10-09 13:53:05 +00:00
external change cast of pointer to uintptr-t 2023-12-30 22:54:47 +01:00
gfx Handle all color channel counts in image loader 2023-11-20 21:58:29 +01:00
server Define Windows header macros only once in CMakeLists.txt 2024-02-28 21:40:28 +01:00
shared Define Windows header macros only once in CMakeLists.txt 2024-02-28 21:40:28 +01:00
antibot.h Remove unused ver parameter of MACRO_INTERFACE 2023-11-28 21:46:03 +01:00
Cargo.toml update ci actions, update rust edition to 2021 since our MSRV covers it 2024-02-25 15:55:10 +01:00
client.h Allow background jobs to be aborted, refactoring 2024-02-25 17:03:45 +01:00
config.h Better map settings input (autocomplete, validation) 2024-01-23 20:13:56 +01:00
console.h Refactor config manager, move config variable handling 2023-11-30 20:26:00 +01:00
console.rs Fix typos 2023-09-05 22:32:09 +03:00
demo.h add error handling for CDemoEdit job 2024-02-26 18:44:11 +01:00
discord.h Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
editor.h Remove unused ver parameter of MACRO_INTERFACE 2023-11-28 21:46:03 +01:00
engine.h Allow background jobs to be aborted, refactoring 2024-02-25 17:03:45 +01:00
favorites.h Remove unused ver parameter of MACRO_INTERFACE 2023-11-28 21:46:03 +01:00
friends.h Remove unused ver parameter of MACRO_INTERFACE 2023-11-28 21:46:03 +01:00
ghost.h Remove unused ver parameter of MACRO_INTERFACE 2023-11-28 21:46:03 +01:00
graphics.h rename Modes 2024-02-09 23:01:09 +03:30
http.h Remove debug statement, fix CI 2024-01-07 17:48:48 +03:00
input.h Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
kernel.h Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
keys.h Regenerate key lists with latest SDL version 2023-05-30 23:39:47 +02:00
lib.rs Add support for Rust code in DDNet 2022-10-19 23:46:06 +02:00
map.h Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
message.h Add a simpler IServer::SnapNewItem() API based on some more generated data 2023-02-10 23:12:24 +03:00
notifications.h Add INotifications kernel interface 2023-12-16 18:15:43 +01:00
rust.h Add support for Rust code in DDNet 2022-10-19 23:46:06 +02:00
server.h ClientEmptyClientSlotEmpty 2024-02-19 21:36:21 +01:00
serverbrowser.h Write DDNet info file only when it changed 2024-02-04 23:29:11 +01:00
sound.h Remove unused ver parameter of MACRO_INTERFACE 2023-11-28 21:46:03 +01:00
sqlite.h Remove useless typedef in c++ 2022-06-25 21:05:54 +02:00
steam.h Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
storage.h Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00
textrender.h Added dialog to fix invalid map settings on load 2024-01-23 20:13:57 +01:00
updater.h Remove unused ver parameter of MACRO_INTERFACE 2023-11-28 21:46:03 +01:00
uuid.h Make sure headers compile standalone 2020-09-26 21:50:27 +02:00
warning.h Fix warning title being uninitialized in some cases 2024-01-16 20:12:25 +01:00