3993 Commits (224f06ca033b010e867dac28356e3907e1c8a030)

Author SHA1 Message Date
Anders Jenbo 224f06ca03
Split up OperateShrine (#1459) 5 years ago
Anders Jenbo 819fd40376
🎨 Consistent enum value style (#1458) 5 years ago
Anders Jenbo e7ae8ddd04 🚚 Move all enums to there respective headers 5 years ago
Anders Jenbo 52401c9677 💚 Correct include headers 5 years ago
Anders Jenbo dc84643fe6 🚚 Move dx.cpp and sound.cpp back in to Source now that the name space is clean 5 years ago
Anders Jenbo ba6b031fa1
Enable all remaning assertions (#1453) 5 years ago
Anders Jenbo 9d037bafff 🚨 Fix remaning clang warnings 5 years ago
Anders Jenbo b46750ace3 ♻️ Change _qflags to a meaningful bool 5 years ago
Anders Jenbo 6530780980 🎨 Apply enums to towners 5 years ago
Anders Jenbo 2732aea1b2 ♻️ Use GameInfo instead of individual globals 5 years ago
Anders Jenbo 61244c4d93 ♻️ Rearange and apply more enums 5 years ago
Anders Jenbo 4f8b5e2f5f 🎨 Correct style of true comparisons 5 years ago
Anders Jenbo 36ebd857ad 🎨 Correct style of false comparisons 5 years ago
Anders Jenbo 20186e0370 🎨 Replace TRUE/FALSE with true/false 5 years ago
Anders Jenbo 93d42b62b8 ♻️ Change BOOL to bool 5 years ago
Anders Jenbo 4ee84aea1a ♻️ Change BOOLEAN to bool 5 years ago
FluffyQuack 9c850a1ab0 🐮 Removed redundant init of gameplay variables from config. 5 years ago
qndel b845f2d8f2
small griswold cleanup (#1440) 5 years ago
Gleb Mazovetskiy 461da3cda0 Optimize ItemStruct sizeof: 360 -> 296 5 years ago
Gleb Mazovetskiy ec4da72f9e Optimize TownerStruct 5 years ago
Gleb Mazovetskiy cafa956bf3 Reduce sizes of THEME_LOC (20->10) and ThemeStruct 5 years ago
Gleb Mazovetskiy 29b5526064 dMonster array: int -> int16_t 5 years ago
Anders Jenbo 6fcca51ec6 🐛 Fix loading missiles 5 years ago
Gleb Mazovetskiy cc75b7a948 loadsave: Fix off-by-one in RemoveEmptyLevelItems 5 years ago
Anders Jenbo 779e6cf950 ♻️ Apply more enums 5 years ago
Geoffroy Warin b54df1af38 add an ini option to configure gamepad deadzone 5 years ago
qndel 7a9aaed4b4 proper heroitems size 5 years ago
Gleb Mazovetskiy 7fd79c5c40 SaveLoad/Helper: Rename member fields 5 years ago
Gleb Mazovetskiy 642472cce8 pfile: extract pfile_get_password() 5 years ago
Anders Jenbo b1ffdca0a3 ♻️ make better use of enums 5 years ago
Anders Jenbo af96de4038 ♻️ Move a large part of enums to there respective headers 5 years ago
Anders Jenbo ebc27082e7 🔥 remove unused parts of init_test_access 5 years ago
Gleb Mazovetskiy 6a3ae9e35b Optimize MonsterData layout: sizeof 160 -> 80 5 years ago
Gleb Mazovetskiy a6c353ddc7 Specify more enum storage types 5 years ago
Gleb Mazovetskiy b22265277d Optimize ItemDataStruct layout: sizeof 96 -> 48 5 years ago
Gleb Mazovetskiy 1326df189a Optimize layout of MissileData: sizeof 40 -> 32 5 years ago
Gleb Mazovetskiy ff5d0c8512 Optimize layout of MisFileData: sizeof 341 -> 240 5 years ago
Gleb Mazovetskiy 14a21010a4 Simplify LoadMissileGfx 5 years ago
Juliano Leal Goncalves 30cd12c000 ♻️ Eliminate global 'MaxStats' variable 5 years ago
Juliano Leal Goncalves 25db7743dd ♻️ Reuse 'player.GetMaximumAttributeValue' for max stats 5 years ago
Juliano Leal Goncalves 1c1cf41eae 🔥 Remove unnecessary cursor-related logic in StoreAutoPlace 5 years ago
Juliano Leal Goncalves b9e19fe84f ♻️ Simplify adding items to inventory by reusing 'AutoPlaceItemInInventory' 5 years ago
Juliano Leal Goncalves da18b0f97b ♻️ Reuse 'AutoPlaceItemInInventory' inside 'StoreAutoPlace' 5 years ago
Juliano Leal Goncalves bb61dfc68b ♻️ Reuse 'AutoPlaceItemInBelt' inside 'StoreAutoPlace' 5 years ago
Juliano Leal Goncalves 0b8a35f4b0 🔥 Remove now useless 'SpecialAutoPlace' function 5 years ago
Juliano Leal Goncalves cae4461c39 ♻️ Reuse existing functions in place of 'SpecialAutoPlace' 5 years ago
Juliano Leal Goncalves 7430109f7e 💡 Add proper comments to 'AutoPlaceItemInInventorySlot' 5 years ago
Juliano Leal Goncalves 1bc44bc969 🎨 Rename 'AutoPlaceItemInInventorySlot' arguments for readability/consistency 5 years ago
Juliano Leal Goncalves 462acd9422 ♻️ Replace 'BOOL' macro with 'bool' type on 'AutoPlaceItemInInventorySlot' 5 years ago
Juliano Leal Goncalves 1c15e244b2 🚚 Rename 'AutoPlace' to 'AutoPlaceItemInInventorySlot' 5 years ago