85 Commits (M_RoundWalk)

Author SHA1 Message Date
Anders Jenbo d9e0658643 Clang-tidy: basic naming 5 years ago
Anders Jenbo 0f2ad469ea ♻️Clean up variable initialization 5 years ago
Anders Jenbo 8e07ef8fe5 Clang-tidy: misc-unused-parameters 5 years ago
Juliano Leal Goncalves fd9f2099d0 ♻️ Leverage 'Point' to represent mouse position 5 years ago
Anders Jenbo 57caa192fb Clang-tidy: performance-move-const-arg 5 years ago
Anders Jenbo 51d5c8bcab Clang-tidy: performance-unnecessary-value-param 5 years ago
Anders Jenbo f167bd4dfb Clang-tidy: llvm-include-order 5 years ago
Anders Jenbo 5bb8f184db Clang-tidy: modernize-use-nodiscard 5 years ago
Anders Jenbo 8f3266244a Clang-tidy: readability-else-after-return 5 years ago
Anders Jenbo 790f42d078 Clang-tidy: readability-inconsistent-declaration-parameter-name 5 years ago
Anders Jenbo de4ced7e4f Clang-tidy: readability-qualified-auto 5 years ago
Anders Jenbo 48113d064a Clang-tidy: readability-redundant-declaration 5 years ago
Anders Jenbo 22b632f04a ♻️Clean up implicit bool conversions 5 years ago
Gleb Mazovetskiy e40b1963f9 🚚 engine.h: Extract `CelSprite` and file loading 5 years ago
staphen 9ca9de3eba Add virtual keyboard hints and 3DS keyboard improvements 5 years ago
Gleb Mazovetskiy 43bc08bd63 Hardware Cursor: Fall back to software on failure 5 years ago
Gleb Mazovetskiy c875c0c213 Optimize FadeIn/Out palette updates 5 years ago
Gleb Mazovetskiy f9d20b44d6 🎉 Hardware cursor (SDL2-only) 5 years ago
Anders Jenbo e2ead2cc5e Port engine to Android 5 years ago
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