22 Commits (master)

Author SHA1 Message Date
Gleb Mazovetskiy f99475657a dos: Clean up paths for better logging 7 months ago
Eric Robinson 071303357e
Dynamic mod detection 12 months ago
qndel 24f108f193
fix many typos (#7322) 2 years ago
Gleb Mazovetskiy 040c4fe82f Generalize support for Windows without wchar APIs 3 years ago
Gleb Mazovetskiy 8c1a847f41 Remove utils/stdcompat/string_view.hpp 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 dc3908e360 assets.cpp: Switch to C FILE for UNPACKED_MPQS 3 years ago
Gleb Mazovetskiy 41f43ea3f5 Support unpacked MPQs from devilutionx-mpq-tools 3 years ago
Anders Jenbo 6f44b48f4e Use SDL for creating file during RW test 4 years ago
Gleb Mazovetskiy 4063afb792 Xbox NXDK platform 4 years ago
Anders Jenbo 1409e604f5 Reduce string conversions 4 years ago
Gleb Mazovetskiy 7e1fea6f76 clang-format all files in {Source,test}/ 4 years ago
Vladimir Olteanu b853559573 Make CreateFileStream return optional, rather than unique_ptr 5 years ago
Trihedraf 38cf99a423 Add IsWriteable to file_util.cpp 5 years ago
Gleb Mazovetskiy 6a27b37d62 Windows: Handle Unicode paths in language.cpp 5 years ago
Gleb Mazovetskiy a3423cbc92 🧹 Move Storm code out of file_util 5 years ago
obligaron 60bfd5db34 Move SFileOpenArchive calls to new helper SFileOpenArchiveDiablo 5 years ago
obligaron a64f94d580 Move creation of file stream to new helper CreateFileStream 5 years ago
Gleb Mazovetskiy 86afa95d2a Move file_util.h implementations to file_util.cpp 5 years ago
Anders Jenbo 8c821e98d3 🚚 Restructure files 5 years ago
Anders Jenbo e7ae8ddd04 🚚 Move all enums to there respective headers 5 years ago
Anders Jenbo bfb3c11c2b 🎨 Change namespace to devilution 5 years ago
Anders Jenbo a2656637e4 🎨 Format source 5 years ago
Anders Jenbo 12658a0b3d 🐛 Fix console output on Windows and SDL1 targets 5 years ago
Gleb Mazovetskiy a091a56e8e
Remove MAX_PATH restriction (#898) 5 years ago
Anders Jenbo 0da3461d35 Use explicit types instead of auto 6 years ago
Anders Jenbo 69ad34f58f Consistently use NULL instead of nullptr 6 years ago
Gleb Mazovetskiy c9c1c323cd
mpqapi cleanup (#624) 6 years ago
Anders Jenbo 08aa6a860a Move generic helpers out of miniwin 6 years ago
Gleb Mazovetskiy cfe288a28e mpqapi: Use <fstream> instead of custom functions 6 years ago
Gleb Mazovetskiy c8605f79bd capture.cpp: Replace WriteFile with <fstream> 6 years ago