392 Commits (25095b2ee66fc65a4c29d4e16f28e3c073a2c823)

Author SHA1 Message Date
Anders Jenbo a6292e23ff 🐛 Set the default save game state 5 years ago
Anders Jenbo e7ae8ddd04 🚚 Move all enums to there respective headers 5 years ago
Anders Jenbo 9d037bafff 🚨 Fix remaning clang warnings 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 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
Geoffroy Warin b54df1af38 add an ini option to configure gamepad deadzone 5 years ago
Anders Jenbo b1ffdca0a3 ♻️ make better use of enums 5 years ago
Gleb Mazovetskiy da7567f06e InitPlrGfx: Only alloc enough for the class 5 years ago
Anders Jenbo bfb3c11c2b 🎨 Change namespace to devilution 5 years ago
Anders Jenbo 630e507f63 🚚 Apply namespace 5 years ago
Gleb Mazovetskiy 87dcbcb6d7 Save 1.5 MiB RAM in-game by freeing more DiabloUI art 5 years ago
Anders Jenbo bc3dc545da 🔥 Remove unused parts of game creation logic 5 years ago
Juliano Leal Goncalves 9021f8daa5 ♻️ Pluralize global 'item' array variable 5 years ago
Gleb Mazovetskiy 9dd91d1c2c Save 1.3 MiB RAM in-game by freeing menu resources 5 years ago
Gleb Mazovetskiy 0f3951744f
diablo.ini: Rename "Fast Walk" to "Run in Town" (#1326) 5 years ago
Anders Jenbo 7965c03606 🎨 Swap more BOOL for bool 5 years ago
Anders Jenbo edffe223df 🐛 Only save options if they where also loaded 5 years ago
FluffyQuack 489a32d19a 🐮 Minor typo fixes for options struct 5 years ago
Anders Jenbo ca2c2ba5e7 🚨 Handle a bunch of warnings from CLang 5 years ago
Anders Jenbo cc4802eab5 🐛 Save options when shutting down the game 5 years ago
Anders Jenbo 699e451611 💄 Adjust visual style of new UI elements 5 years ago
Juliano Leal Goncalves 800dbce066 ♻️ Move options-related structs to new 'options.h' file 5 years ago
Anders Jenbo 8425a23585 ♻️ Only write ini file once 5 years ago
Anders Jenbo fbd86cd3c5 🎨 Mark noreturn functions as such 5 years ago
Anders Jenbo a69a76941e ♻️ Clean up InitCutscene 5 years ago
Trihedraf 508e4c635c
Add --ttf-dir to specify location of path to ttf (#1253) 5 years ago
Anders Jenbo f2140688e7
Load and save all ini values the same way (#1260) 5 years ago
Anders Jenbo c5b407f7a6 🐛 Fix mouse moving to 0x0 on window events 5 years ago
Anders Jenbo 72ebba0591 🚩 Implement -j debug command 5 years ago
Anders Jenbo d9c1bc4579 ♻️ Clean up debug options 5 years ago
Anders Jenbo d2a10a717e ♻️ Renmae "Enable All Quests for Single Player" to !"Randomize Quests" 5 years ago
Anders Jenbo 9edea1b968 🔧 Make network port configurable 5 years ago
Juliano Leal Goncalves 1bf3fd6f35 🚩 Add ini toggle for displaying monster type. Disabled by default. 5 years ago
Gleb Mazovetskiy 1ab18d8b1b Move plrctrls_every_frame(); to ProcessInput 5 years ago
Gleb Mazovetskiy 5977679e60 Handle D-Pad / Left stick in UI every frame 5 years ago
Anders Jenbo 8e8e31627f 🐛 Only load hotkeys on new game 5 years ago
Anders Jenbo 12658a0b3d 🐛 Fix console output on Windows and SDL1 targets 5 years ago
Trihedraf a4c34112af 🚩 Add ini toggle for FPS Limit. Enabled by default. (#1165) 5 years ago
Trihedraf 049b9325c4 Add ini toggle for All Quests for Single Player. Disabled by default. 5 years ago
Juliano Leal Goncalves 95ae8fd5c6 Autoequip items on purchase 5 years ago
Juliano Goncalves fc1d9b684f Allow shift+click moving to inventory 5 years ago
Juliano Goncalves 5287d6e329 Allow shift+click moving to belt 5 years ago
Anders Jenbo def2253386 ♻️ Move monster.h related structs and enums and apply propper types 5 years ago
Anders Jenbo 08a9746d56 🐛 Fix Leoric not saying his infamous line 5 years ago
Juliano Leal Goncalves 6ec679319e 🚩 Add ini toggle for auto-equip item sounds. Disabled by default. 5 years ago
Juliano Leal Goncalves 103cde53ff ♻️ Make options struct hierarchical 5 years ago
Juliano Leal Goncalves eef97eaabb 🚩 Add ini toggle for auto-equipping jewelry. Disabled by default. 5 years ago