9189 Commits (eb7673e0ee067bd94dbd2dc3af42dc71815b3df6)
 

Author SHA1 Message Date
Anders Jenbo eb7673e0ee
Fix building on VS2017 (#4795) 4 years ago
Vladimir Olteanu 2588cc12d7
Reduce reliance on `bool done` for control flow, part 2 of x (#4741) 4 years ago
nunotexbsd c64b20ef04 Update installing.md 4 years ago
obligaron 88a0b5ba60 IsValidLevelForMultiplayer: Fix last set level is wrongly assumed as invalid 4 years ago
obligaron 7a27fcd249 Fix pfile_compare_hero_demo: Close MpqWriter before reading (for comparsion) 4 years ago
k-bar 05bcfd4ad6 FallenFear retreat distance based on level 4 years ago
obligaron d94380953e Fix automap not saved in multiplayer quest/set-maps 4 years ago
obligaron 3cb55c95a4 DebugCmdLoadQuestMap: Don't load entry quest lvl if the hero is already on this level 4 years ago
k-bar 6a6f1263dc lazarus minion missile fix 4 years ago
obligaron 07de7e2d7c Fix "Restart in Town" when dying on a quest/set map 4 years ago
k-bar 4bb6bfbf79 fix fallen retreat direction bug 4 years ago
k-bar 046bd0c356 M_FallenFear refactor 4 years ago
Anders Jenbo 72656b3011 Move path and palette to the engine folder 4 years ago
Gleb Mazovetskiy 8ba3387f54 Reduces `stext` stack use (16K -> 4K) 4 years ago
k-bar f685eb2704 Fallen warcry dungeon inbound fix for vanilla bug 4 years ago
k-bar 4934eb465f redundant GoatAi removal 4 years ago
k-bar 62bcd4b393
AiRangedAvoidance rafactor 4 years ago
Anders Jenbo 99181fd709 Move more files to the engine folder 4 years ago
Anders Jenbo b870ebf115 order src files 4 years ago
k-bar 2dfe958fff
AiRanged refactors (#4779) 4 years ago
ephphatha c68fcf3cb1 Apply MethodCase config to Rectangle::Contains 4 years ago
Anders Jenbo 6d56058708 Move level generation to subfolder 4 years ago
Kalebe Alves 4130c37d17 Enforce override virtual methods 4 years ago
Gleb Mazovetskiy c6e107433a CMake: Fix SimpleIni on vcpkg 4 years ago
ephphatha c1ef9c8255 Use Rectangle::contains for IsNearThemeRoom check 4 years ago
ephphatha 3354c57ca8 Rename SkipThemeRoom/invert logic to match use 4 years ago
ephphatha de05ce6562 Use theme room attributes directly instead of recalculating 4 years ago
Gleb Mazovetskiy d2d9fcb5b5 Update SDL_audiolib 4 years ago
ephphatha 306a92b897 Remove duplicated anvil size/area calc in PlaceAnvil 4 years ago
ephphatha 3af11ad355 Use the same function when checking and actually dropping an item 4 years ago
Gleb Mazovetskiy 39afeaf8b1 CMake: gc-sections + no-rtti/exceptions options 4 years ago
Gleb Mazovetskiy de3c9874c7 Migrate large bool arrays to `std::bitset` 4 years ago
Gleb Mazovetskiy 127c6bc9e1 Fix finding SimpleIni 4 years ago
Yuvraj Tetarwal 8a3b81cd7b
Check for system version of simpleini. (#4751) 4 years ago
Andrew James 812d9f83dd Remove duplicate defines 4 years ago
Gleb Mazovetskiy 01ad1814ea Make path finding index-based 4 years ago
ephphatha 96c38c7f34 Add tests for path length edge case 4 years ago
Andrew James f846263462
Restore change to trigger position when advancing betrayer quest (#4752) 4 years ago
Gleb Mazovetskiy 8e9c9e0238 Reduced the size of `OwnedCelSprite*` by 8 bytes 4 years ago
Gleb Mazovetskiy c54ddbc98d locale.cpp: Fix windows.h include 4 years ago
Gleb Mazovetskiy 112f01c960 Remove unused overload of `LoadArt` 4 years ago
Gleb Mazovetskiy 1933e237da Remove `FallbackPalette` 4 years ago
Gleb Mazovetskiy c69173e9bd Fix `-Wsign-compare` in `SetDungeonMicros` 4 years ago
Gleb Mazovetskiy 73f9dd45ab Move embedded dialog assets to the MPQ 4 years ago
Gleb Mazovetskiy ba71949ebb Add 2 options to reduce static memory use 4 years ago
ephphatha 0fc06924fb Restructure test conditions to avoid tautology warnings 4 years ago
Andrew James 13a3424ff0
Add helpers for creating/using Rectangles in UI contexts (#4734) 4 years ago
Gleb Mazovetskiy ee3096d2da Fix heap-use-after in hero selection 4 years ago
Andrew James 60b835214b
Address warnings in Utf8 functions (#4748) 4 years ago
Gleb Mazovetskiy de10b96bfb Fix PCX `LoadFrameOffsets` 4 years ago