403 Commits (render)

Author SHA1 Message Date
Gleb Mazovetskiy c7fefd74b6 `LoggedFstream`: Fix `OpenFile` error check 3 years ago
Gleb Mazovetskiy bd0986ee73 Update NDK to v26 3 years ago
Gleb Mazovetskiy 13f6e34ebe Use an empty path for ini-based path detection 3 years ago
Gleb Mazovetskiy 74977f68f6 Windows 9x: Return "" from `SDL_GetPrefPath` 3 years ago
Gleb Mazovetskiy a44d1dfbf3 `ResizeFile`: Fix `SetFilePointer` return type check 3 years ago
Gleb Mazovetskiy a95bcc10f6
Windows 9x MinGW build (#6619) 3 years ago
Gleb Mazovetskiy e5c426c315 Make `IsWall` easier for the compiler to inline 3 years ago
Andrew James bb16b93836
move definition of non-templated function to cpp file (#6620) 3 years ago
ephphatha 3fda0586bd Add support for parsing fixed point decimal strings 3 years ago
Gleb Mazovetskiy 040c4fe82f Generalize support for Windows without wchar APIs 3 years ago
Gleb Mazovetskiy b83637add8 Use a C array for transparency LUT for debug perf 3 years ago
Gleb Mazovetskiy c2ad6da733 Add DEVILUTIONX_DISPLAY_TEXTURE_FORMAT 3 years ago
Stephen C. Wills 5e778431c3
Deterministic timer simulation for shrine messages in demo mode (#6516) 3 years ago
Gleb Mazovetskiy a3bf01f57b LoggedFread: Do not log EOF as an error 3 years ago
Anders Jenbo 02ca96ba67 Bump Android build chain to the latest from Google to not upset them 3 years ago
Gleb Mazovetskiy ba4def9382 Use utils/algorithm/container.hpp in more places 3 years ago
Gleb Mazovetskiy ebe8c6e576 Add `tl::expected` and use it in `ParseInt` 3 years ago
Gleb Mazovetskiy ecdf7380a8 PushAulibDecoder: Support 8-bit samples directly 3 years ago
Gleb Mazovetskiy d5446f2f01 Use `std::variant` in `StringOrView` 3 years ago
Gleb Mazovetskiy 8c1a847f41 Remove utils/stdcompat/string_view.hpp 3 years ago
Gleb Mazovetskiy 5960b20509 Remove a stray __cplusplus >= 201703L check 3 years ago
Gleb Mazovetskiy e9b5ec77f9 Remove AppendStrView 3 years ago
Gleb Mazovetskiy c19bfe87fa Remove utils/stdcompat/algorithm.hpp 3 years ago
Gleb Mazovetskiy 5cc1f98b8d Remove utils/stdcompat/invoke_result_t.hpp 3 years ago
Gleb Mazovetskiy 14540164a7 Remove utils/stdcompat/optional.hpp 3 years ago
Gleb Mazovetskiy 62d067b653 Remove utils/stdcompat/abs.hpp 3 years ago
Gleb Mazovetskiy 74755c8be7 Remove utils/stdcompat/cstddef.hpp 3 years ago
Gleb Mazovetskiy 53db86ee9a Use `std::from_chars` instead of `std::stoi` 3 years ago
Gleb Mazovetskiy 2f1290c5d2 Remove C++11 compatibility code 3 years ago
Gleb Mazovetskiy 8101e2c0ba Add `c_any_of` and friends 3 years ago
Gleb Mazovetskiy 6230ab34b6 Fix `-Wunused-result` for `std::fread` calls 3 years ago
Gleb Mazovetskiy d8cd147ac7 Re-encode CL2 on load 3 years ago
Gleb Mazovetskiy 14e9689e4c sdl_bilinear_scale.cpp: Fix `MixColorsWithAlpha` comment 3 years ago
Gleb Mazovetskiy 1167b92692 Remove uses of `std::tolower` 3 years ago
Gleb Mazovetskiy 5bf0b8bc96 Add more missing <cstdint> includes 3 years ago
Gleb Mazovetskiy 4fa3732526 Add missing <cstdint> includes 3 years ago
staphen 49574084e7 Use SDL_SetWindowDisplayMode() to resize fullscreen windows 3 years ago
qndel 731ad1ada5
use std::rotate (#6019) 3 years ago
staphen 3e60df5111 Apply u8path() to paths passed into std::filesystem API calls 3 years ago
Gleb Mazovetskiy f616214020 Fix suboptimal CLX encoding 3 years ago
Gleb Mazovetskiy e35595a1eb StrCat improvements 3 years ago
Gleb Mazovetskiy 957bd03b98 Remove `FMT_COMPILE` in "cold" places 3 years ago
Gleb Mazovetskiy f2cb9f0fa0 file_util: Implement `RecursivelyCreateDir` 3 years ago
Gleb Mazovetskiy 5c3f14d661 Fix crash with locale=ja and missing fonts.mpq 3 years ago
Gleb Mazovetskiy 1a1a282d9a Use C FILE instead of C++ streams throughout 3 years ago
Gleb Mazovetskiy 37f4d0cb97 `CreateHalfSizeItemSprites`: Reuse surfaces 3 years ago
Gleb Mazovetskiy 0fb9599e66 `StaticVector`: Replace `std::aligned_storage_t` 3 years ago
Gleb Mazovetskiy beb6fc2aaf `CreateAulibResampler`: Check the real sample rate 3 years ago
Gleb Mazovetskiy 0e0cc9d1b0 Reduce to just `STREAM_ALL_AUDIO_MIN_FILE_SIZE` 3 years ago
Gleb Mazovetskiy 0dd95adcd1 Add a minimum threshold for STREAM_ALL_AUDIO 3 years ago