41 Commits (install)

Author SHA1 Message Date
Gleb Mazovetskiy 88f706e0d1 SDL3: Add some backports / compat helpers 5 months ago
Gleb Mazovetskiy 8f6e9810d0 SDL3: Make `text_render_integration_test` build 5 months ago
Anders Jenbo 01507d532c
Add basic DOS port (#8155) 7 months ago
Anders Jenbo 1c76897f2c Apply simple const rules using clang-tidy 7 months ago
Gleb Mazovetskiy 58fe44f836 init.h -> init.hpp 10 months ago
staphen d9dc49199f Do not depend on FileExists() when opening save files for writing 1 year ago
staphen a4f38d5dd4 Avoid write mode when opening save files 1 year ago
pionere 96392116e0 prevent the overwrite of existing mpq files (requires C++17) 1 year ago
Gleb Mazovetskiy d7647d6c63 More dependency untangling 1 year ago
Gleb Mazovetskiy c31836eab8 Split up `engine.{h,cpp}` 1 year ago
Gleb Mazovetskiy dd76f17e4b Rename endian.hpp to endian_read.hpp 1 year ago
Gleb Mazovetskiy 3d716f74d3 Add dun_render_benchmark 2 years ago
obligaron 9964ff8721 Fix MSVC warning in SDL1 2 years ago
Gleb Mazovetskiy 76c90e34a9 mpq_sdl_rwops: Fix -Wtype-limits 2 years ago
obligaron 95205294e8 Fix MSVC x86 warnings 2 years ago
obligaron 780015bfd4 Fix warnings in MpqWriter 2 years ago
obligaron 63f4f3896e Fix warnings in SDL_RWops_FromMpqFile 2 years ago
Gleb Mazovetskiy 16a6fc62e1 Deduplicate some of the MPQ handling 3 years ago
Gleb Mazovetskiy 4a4735e908 `string_view`-based asset lookup 3 years ago
Gleb Mazovetskiy 14540164a7 Remove utils/stdcompat/optional.hpp 3 years ago
Gleb Mazovetskiy 74755c8be7 Remove utils/stdcompat/cstddef.hpp 3 years ago
Gleb Mazovetskiy 4fa3732526 Add missing <cstdint> includes 3 years ago
Gleb Mazovetskiy c858ab4d2c Fix some compilation warnings 3 years ago
Gleb Mazovetskiy f2cb9f0fa0 file_util: Implement `RecursivelyCreateDir` 3 years ago
Gleb Mazovetskiy 1a1a282d9a Use C FILE instead of C++ streams throughout 3 years ago
Gleb Mazovetskiy 6d274c9547 `UNPACKED_SAVES`: Saves without MPQs 3 years ago
Gleb Mazovetskiy 8fe8023542 Create save and config directories 3 years ago
Gleb Mazovetskiy ea1087dfeb Use `StrCat` in a few more places 4 years ago
Gleb Mazovetskiy 04c3d85179 Remove `MAX_PATH` 4 years ago
Anders Jenbo 2d21fc372e Remove more miniwin code 4 years ago
Gleb Mazovetskiy 197e1180b2 Add StrCat and StrAppend 4 years ago
Gleb Mazovetskiy ac15c3bbb4 MpqWriter: No `std::ios::in` for new archives 4 years ago
Gleb Mazovetskiy a23ad0113b MpqWriter constructor: Better error message 4 years ago
Gleb Mazovetskiy 72660d9189
Migrate snprintf to fmt (#4845) 4 years ago
obligaron 7afe7d2a70 Save Methods in loadsave gets MpqWriter passed 4 years ago
Gleb Mazovetskiy 0bddde1644 Reduce debug log output of MpqWriter 4 years ago
Gleb Mazovetskiy 67581033d7 Remove "MpqFileRwRead beyond EOF by %u" warning 4 years ago
Gleb Mazovetskiy 8d74b99c72 MpqWriter: Cleanups and renames 4 years ago
Gleb Mazovetskiy a4bc8fea7d Fix warnings: `-Wsign-compare`, `-Wnarrowing` 4 years ago
Gleb Mazovetskiy 7e1fea6f76 clang-format all files in {Source,test}/ 4 years ago
Gleb Mazovetskiy 720d210d95 utils/mpq* -> mpq/* 4 years ago