8794 Commits (master)

Author SHA1 Message Date
Trihedraf b8feddb38e Move FPS to top, Adjust Map Text if FPS is on 5 months ago
Trihedraf ae0b8c27c0 Add mana display to Party Panel 5 months ago
Gleb Mazovetskiy c0975bfa8b Add USE_SDL3 build option 5 months ago
Anders Jenbo 0b18bda64f
Translate hero names in create menu (#8201) 5 months ago
Oleksandr Kalko 22dae6896c
Update translation files 6 months ago
staphen cd18ec35fb Fix compiler warnings: NUM_MAX_CLASSES not handled in switch 6 months ago
Gleb Mazovetskiy 3bcc869d85 Replace fmt with utils/str_cat in a few places 6 months ago
Gleb Mazovetskiy c31258b0f5 text_render: Support per-glyph overrides 6 months ago
Andrettin d246223f29 Fixed out-of-range vector subscription access for unique monster indices greater than 127 6 months ago
Andrettin d87c0dcf8a
Player Class Flags (#8173) 6 months ago
Andrettin f6b4665e94
Make Player Class Data Data-Driven (#8167) 6 months ago
Anders Jenbo eab6358c45
Remove unused header charconv (#8172) 6 months ago
Andrettin bda02c4a54
Allow Providing the Item Cursor Frame Number instead of ID in itemdat (#8150) 6 months ago
Gleb Mazovetskiy c6f635f881 RenderPresent: Update PalSurface in SDL2 7 months ago
Gleb Mazovetskiy ea8a348371
SDL2: Improve best display mode selection (#8166) 7 months ago
Gleb Mazovetskiy 50ac397013 Add 8-bit video mode for SDL2 and use it in DOS 7 months ago
Gleb Mazovetskiy 469d57ce68 dos: Load on main thread 7 months ago
Gleb Mazovetskiy f99475657a dos: Clean up paths for better logging 7 months ago
Gleb Mazovetskiy c7b26690c4 dos: Switch to dos-vbe-rebase branch 7 months ago
Anders Jenbo 01507d532c
Add basic DOS port (#8155) 7 months ago
Gleb Mazovetskiy 50e35166a6 Add a `--log-to-file` flag 7 months ago
Gleb Mazovetskiy fd02564a85 magic_enum: Customize enums where they're declared 7 months ago
Cyril SIX 5fd8af76ee log.hpp: fix lack of return when FMT_EXCEPTIONS is disabled 7 months ago
Andrettin 76feb78b4e
Parse Text/Speech Data from TSV (#8138) 7 months ago
Gleb Mazovetskiy 79b74f6f72 Add `AsHexPad2` to `utils/str_cat` 7 months ago
Gleb Mazovetskiy a3d2b360f9 Palette KD-tree: Fix compilation speed 7 months ago
Andrettin 0c3fe1345c
Parse Quest Data from TSV 7 months ago
Andrettin 7d1aebd91b Added support for mapping IDs for item types 7 months ago
Andrettin 19f50e34f4 Added support for defining additional unique base items via TSV loading 7 months ago
Andrettin ae4264b202 Added Lua binding for defining new item types 7 months ago
Andrettin 528c1ad0e6 Use the size of the AllItemsList vector instead of IDI_LAST for getting how many items are there 7 months ago
Andrettin e2e8446be1
Added Lua Bindings for Adding Unique Items 7 months ago
Anders Jenbo e7b91432ba clang-tidy: simple clean up of missiles 7 months ago
Anders Jenbo 04ce8a97c5 clang-tidy: simple cleanup of items 7 months ago
Anders Jenbo a977a76392 clang-tidy: simple cleanup of monsters 7 months ago
Anders Jenbo 62d2ff607c Only resize monster data vectors when needed 7 months ago
Andrettin 20b63ba201 Simplified ParseAiId(), ParseMonsterClass() and ParseMonsterResistance(), ParseUniqueMonsterPack() with magic_enum 7 months ago
Andrettin 1ca8fcf460 Removed the unused ParseMonsterIdIfNotEmpty() function 7 months ago
Andrettin 5d21bfae37 Reworked the unique monster Lua bindings to load from a TSV file 7 months ago
Andrettin be956f0608
Added Lua Bindings for Adding New Monster Types 7 months ago
Anders Jenbo df82616df1 clang-tidy: auto fix headers for DiabloUI 7 months ago
Anders Jenbo 1c76897f2c Apply simple const rules using clang-tidy 7 months ago
Eatitup_86 b7da47f9c3 Resolved Controller Inventory Issue 7 months ago
wkdgmr c92c768787 standardizing more ini indicators 7 months ago
Anders Jenbo 6a4c5e42ec Clean up const and shadow variables 7 months ago
Nick Wicked 120993c9a9
Fix Automap movement being hardcoded to right stick on gamepad (#7921) 7 months ago
Anders Jenbo 2d710174b2 Extract Hellfire table text for translation 7 months ago
Andrettin 1724f8a68f
Fixed IsUniqueMonsterValid() so that it doesn't wrongly return false for Zhar the Mad and the Warlord of Blood (#8104) 7 months ago
Andrettin d7404c070c
Simplified ParseMonsterId() by using the magic_enum library 7 months ago
Anders Jenbo 5fce934bdc Fix linting 7 months ago