345 Commits (f54cc5aa95d70ff1bfecea4e5963d5e8bc40e84a)

Author SHA1 Message Date
Juliano Leal Goncalves 8cf972e843 ♻️ Move 'HeroClass::ClassCount' to external tracking template 5 years ago
Juliano Leal Goncalves 28ad9d43c5 🎨 Rename 'plr_class' enum to 'HeroClass' 5 years ago
Juliano Leal Goncalves 7d95bfed39 ♻️ Convert 'plr_class' to a scoped enumeration 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 4f8b5e2f5f 🎨 Correct style of true 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 af96de4038 ♻️ Move a large part of enums to there respective headers 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 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
Juliano Leal Goncalves e33ea53086 ♻️ Pass ItemStruct on inv AutoGetItem function 5 years ago
Juliano Leal Goncalves 3b015085de ♻️ Pass ItemStruct on item RespawnItem function 5 years ago
Juliano Leal Goncalves b5a89578f0 ♻️ Pass ItemStruct on inv InvGetItem function 5 years ago
Juliano Leal Goncalves 01606ea4df ♻️ Pass ItemStruct on inv CleanupItems function 5 years ago
Juliano Leal Goncalves 8e22f3a056 ♻️ Pass ItemStruct on inv AutoPlace function 5 years ago
Anders Jenbo 433edc63ea ♻️ Consistently use pragma once to guard the headers 5 years ago
Anders Jenbo bfb3c11c2b 🎨 Change namespace to devilution 5 years ago
Anders Jenbo 630e507f63 🚚 Apply namespace 5 years ago
Juliano Leal Goncalves 9021f8daa5 ♻️ Pluralize global 'item' array variable 5 years ago
Juliano Leal Goncalves bcf63dfc1a 🐛 Allow shift+click to equip weapons on monk 5 years ago
FluffyQuack c0f57f3020
🐮 Draw outline for color in index 0 for inventory icons. (#1318) 5 years ago
Anders Jenbo bba73ea20f Handle mixed item origins in multiplayer 5 years ago
Anders Jenbo c659afa9d6 🐛 [hellfire] Fix "0 gold" sometimes spawning on the corner stone 5 years ago
Anders Jenbo ca2c2ba5e7 🚨 Handle a bunch of warnings from CLang 5 years ago
Anders Jenbo bb7d0368d0 🐛 Correctly initialize empty objects 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 38fdf34c14 💄 Apply code style 5 years ago
Anders Jenbo 1d537e0a93 🚨 Add missing cases to most switches 5 years ago
Gleb Mazovetskiy 70d1d633bd Get rid of SCREEN_X / SCREEN_Y 5 years ago
Gleb Mazovetskiy cd59a1c323 Completely replace gpBuffer with CelOutputBuffer 5 years ago
Gleb Mazovetskiy 764781e111 Migrate InvDrawSlotBack away from gpBuffer 5 years ago
Juliano Leal Goncalves 95ae8fd5c6 Autoequip items on purchase 5 years ago
Juliano Goncalves 53e1d6b50d Equip & unequip items with shift click. 5 years ago
Juliano Goncalves 68de2388cb ♻️ Leverage C++ references in 'CheckInvCut' 5 years ago
Juliano Goncalves 8166dfa137 ♻️ Generalize 'moveToFromBelt' variable name to 'automaticMove' 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
Juliano Goncalves 15f48da070 ♻️ Extract function for inventory placement logic 5 years ago
Juliano Goncalves a7cd58e670 ♻️ Reuse belt logic inside 'AutoGetItem' 5 years ago
Anders Jenbo d6ec6395e0 ♻️ change QuestTalkData in to an array of _speech_id 5 years ago
Juliano Leal Goncalves 6ec679319e 🚩 Add ini toggle for auto-equip item sounds. Disabled by default. 5 years ago
Juliano Leal Goncalves d67cfe1cca Play item sound on auto-equip 5 years ago