66 Commits (LineClear)

Author SHA1 Message Date
Gleb Mazovetskiy b76f7656f3 🧹 LoadArt: BYTE -> uint8_t 5 years ago
qndel 69b903743a fix typos 5 years ago
Anders Jenbo 9e2206a673 Format code 5 years ago
Jmgr bbd39aa513 Replace sprintfs with strcpy for translatable strings 5 years ago
Jmgr 6e85cde978 Update format strings 5 years ago
Jmgr 0c27e756f7 Add fmt::format 5 years ago
staphen 635f760815 Add options for DISABLE_TCP and DISABLE_ZERO_TIER. 5 years ago
thebigMuh 7fbcfeb35c Adding text rendering flag to adjust spacing to fit horizontally 5 years ago
Anders Jenbo 34744c068f ♻️Consitantly use %i and not %d 5 years ago
arcas 6502a3ca4d
Adding resources for translation (#1973) 5 years ago
obligaron 76103eeb7f Replace C++ RUN_TEST define with gbQuietMode 5 years ago
Anders Jenbo a095bc0bf7 ♻️Migrate more code away from miniwin 5 years ago
Gleb Mazovetskiy 1181cc68ac 🎉 Remove buffer padding 5 years ago
Anders Jenbo e3c0c0a216 Fix some compiler warnings 5 years ago
staphen 6f71fd5b21 Use OS GUI to display error if font fails to load. 5 years ago
Anders Jenbo 68923c6c33 Generic game text render function 5 years ago
staphen 3e5e5b2696 Synchronize SFileCloseFile() access 5 years ago
Gleb Mazovetskiy 59dd42692f 🚚 Move render.cpp to engine/render/dun_render.cpp 5 years ago
Anders Jenbo fa0b286693 ♻️Typed file loading 5 years ago
Gleb Mazovetskiy 987ab2533b 🐞 Synchronize SFileReadFile access 5 years ago
Gleb Mazovetskiy f33f7ae7eb 💨 Do not zero-initalize arrays we write to 5 years ago
Gleb Mazovetskiy 3d03990cb8 ♻️ Replace `SBmpLoadImage` with a simpler method 5 years ago
Gleb Mazovetskiy 052b4c12f5 ♻️ LoadFileInMem: Remove `nullptr` at call sites 5 years ago
Gleb Mazovetskiy 1b8b62a8c2 ♻️ Store CEL width with the sprite itself 5 years ago
Anders Jenbo c66604c7ad 🐛 Do not render text as UTF8 for now 5 years ago
Anders Jenbo 2b7fad2a68 🐛 Do not render text as UTF8 for now 5 years ago
Anders Jenbo 3b04f67194 🔥 Remove a chunk of miniwin types 5 years ago
Anders Jenbo e3526a5ff6 🌐 Convert all src to UTF8 5 years ago
Anders Jenbo 187d547fb8 🌐 Remove unused string from the translation list 5 years ago
Jmgr d4f62870b8 Remove globals from paths.h 5 years ago
Anders Jenbo b69d18f12d 🌐 Enable translation of all remaning strings 5 years ago
Anders Jenbo dbfa9c27a5 Enable translation for all menus 5 years ago
John Törnblom b86743db25 add translation macros to the main menu 5 years ago
John Törnblom 51e7a169a6 add initial language support using a simple MO parser 5 years ago
Jmgr c33182d6de Modernize deprecated headers 5 years ago
Jmgr 1b7e0d2cb3 Migrate existing log entries 5 years ago
Jmgr ef0ca794bc Use system libfmt by default if version >= 7.0.0 5 years ago
Jmgr f3a401b5f6 Add the fmt library as a dependency and add some examples 5 years ago
Anders Jenbo 7912e510f0 🎨 Clean up overuse of SDL types 5 years ago
Anders Jenbo cc164985a3 🎨 Correct type checks in src sub-folder 5 years ago
Anders Jenbo 41f35840af
🐛 Fix size of m_game_data 5 years ago
Trihedraf cfd63a9ad0 Fix SDL1 Builds 5 years ago
Anders Jenbo 2969b80163 🎨 Run readability-identifier-naming on all src sub-folders 5 years ago
Anders Jenbo 191d98207b 🎨 readability-identifier-naming on DiabloUI 5 years ago
Anders Jenbo 1e3ed903be 🎨 strip redundant else 5 years ago
Anders Jenbo c9af65affe 🎨 Use empty instead of size to check for empty lists 5 years ago
Anders Jenbo d392f70509 🎨 Do not pass item lists by value 5 years ago
Anders Jenbo 251dce6c89 🧹 Use empty to check if vector is empty 5 years ago
Anders Jenbo f004c78824 🧹 performance-unnecessary-value-param 5 years ago
Anders Jenbo d846a30157 🧹 acceptable parts of bugprone-* 5 years ago