347 Commits (959f576115dfb3378604ee5a68fb6ebdc1ed1c19)

Author SHA1 Message Date
Anders Jenbo dbfa9c27a5 Enable translation for all menus 5 years ago
Jmgr ef0ca794bc Use system libfmt by default if version >= 7.0.0 5 years ago
Jmgr f3a401b5f6 Add the fmt library as a dependency and add some examples 5 years ago
Anders Jenbo 7912e510f0 🎨 Clean up overuse of SDL types 5 years ago
Anders Jenbo 593c6a6f17 🎨 Drop unused param and rename random_ to GenerateRnd 5 years ago
Anders Jenbo d024f79b0e 🧹 performance-unnecessary-value-param 5 years ago
Jmgr 1d84156509 Simplify bitshift divisions/multiplications 5 years ago
Anders Jenbo 9e307a0d4a 🎨 Rename towner[] to towners[] 5 years ago
Anders Jenbo 373f28736f 🎨 Acceptable parts of modernize-* 5 years ago
Anders Jenbo bb4e1960e7 🎨 modernize-use-nullptr 5 years ago
Anders Jenbo c89bd9c001 🚨 Fix remaning warnings for clang and gcc 5 years ago
Gleb Mazovetskiy 95946e3a7c
🧹 Cleanup unused variables (#1584) 5 years ago
qndel 76b8aca1c4 remove unique item line from shops 5 years ago
qndel 2302ee27aa make unique items display gold in stores 5 years ago
Anders Jenbo 997c1dba55 🚚 Split up all.h in to proper header relations 5 years ago
Austin Wagner 1b5b8e3ef1 Fix manual gold stacking when max is modified 5 years ago
Austin Wagner c46d31c993 Fix manual gold stacking when max is modified 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
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 cae4461c39 ♻️ Reuse existing functions in place of 'SpecialAutoPlace' 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
Juliano Leal Goncalves 8e22f3a056 ♻️ Pass ItemStruct on inv AutoPlace function 5 years ago
Anders Jenbo bfb3c11c2b 🎨 Change namespace to devilution 5 years ago
Anders Jenbo 630e507f63 🚚 Apply namespace 5 years ago
Juliano Leal Goncalves bcf63dfc1a 🐛 Allow shift+click to equip weapons on monk 5 years ago
Anders Jenbo ca2c2ba5e7 🚨 Handle a bunch of warnings from CLang 5 years ago
Anders Jenbo 2362ff82f7 Add black text color 5 years ago
Juliano Leal Goncalves 800dbce066 ♻️ Move options-related structs to new 'options.h' file 5 years ago
Anders Jenbo 1d537e0a93 🚨 Add missing cases to most switches 5 years ago
Anders Jenbo 83e783a796 🔥 Remove ITYPE_FOOD (unused) 5 years ago
Gleb Mazovetskiy 70d1d633bd Get rid of SCREEN_X / SCREEN_Y 5 years ago
Anders Jenbo 14074608be 🐛 Correct requirement line in stores 5 years ago
Gleb Mazovetskiy cd59a1c323 Completely replace gpBuffer with CelOutputBuffer 5 years ago
Gleb Mazovetskiy fd70879577 Migrate DrawSLine away from gpBuffer 5 years ago
Anders Jenbo e7ec90932a 💚 Expose AddStoreHoldRepair to the tests 5 years ago
Juliano Leal Goncalves 95ae8fd5c6 Autoequip items on purchase 5 years ago
Anders Jenbo f16ebb349d 🐛 Fix broken text cursort after buying an item from Wirt 5 years ago
Anders Jenbo ede55e0914 ♻️ Document variables in stores.cpp 5 years ago
Anders Jenbo 37bdeb74db 🐛 Fix overflow in Qtalklist 5 years ago
Anders Jenbo d6ec6395e0 ♻️ change QuestTalkData in to an array of _speech_id 5 years ago
Juliano Leal Goncalves 103cde53ff ♻️ Make options struct hierarchical 5 years ago
Yuri Pourre 2351bb368d
QoL: Fill mana when speaking with Adria (#1143) 5 years ago
Gleb Mazovetskiy b43325028f Migrate `CelDraw` to `CelDrawTo` 5 years ago
Juliano Leal Goncalves 37466890e0 ♻️ Extract 'ItemStruct.isEmpty()' function 5 years ago