440 Commits (dyn-players-param2)

Author SHA1 Message Date
Gleb Mazovetskiy 72660d9189
Migrate snprintf to fmt (#4845) 4 years ago
Anders Jenbo d82f2ebc9e Pass players by reference instead of an index 4 years ago
Gleb Mazovetskiy 8ba3387f54 Reduces `stext` stack use (16K -> 4K) 4 years ago
Gleb Mazovetskiy 8e9c9e0238 Reduced the size of `OwnedCelSprite*` by 8 bytes 4 years ago
Andrew James 0add7a8af6
Define sizes using Size type in control.cpp/stash.cpp (#4737) 4 years ago
Vladimir Olteanu 2cc9d70fa6
Use decimal separators for gold and XP (#4722) 4 years ago
Gleb Mazovetskiy 2386fd12a9 Fix a few warnings 4 years ago
Gleb Mazovetskiy 1fc8ecb6f6 Add fmt::runtime annotations for C++20 support 4 years ago
Gleb Mazovetskiy 779ccaca17 Overhaul translation fetching 4 years ago
qndel 354e329644 Players[MyPlayerId] -> MyPlayer 4 years ago
obligaron d86c4e5d84 Introduce GetUIRectangle() to distinguish between UI and main panel 4 years ago
Andrew James df8643ccf5
Use the count of store items instead of repairOk flag (#4576) 4 years ago
DakkJaniels fc1d699bb2 Restore randomization of stores for multiplayer games 4 years ago
ephphatha 64a2c41b2c Set clang-tidy config for MethodCase option 4 years ago
ephphatha 7e7798fd2b Add function to mark an item as empty 4 years ago
Anders Jenbo 4f0ddf5c17 Remove use of HoldItem from stores.cpp 4 years ago
Gleb Mazovetskiy a66ca44695 Zero-based frame indexing 4 years ago
Gleb Mazovetskiy ade8aba822 Fix some more warnings 4 years ago
staphen af9ab6d9e2 Restore durability to items in stores 4 years ago
Gleb Mazovetskiy 3488b2225c Split up store title from "Your gold" 4 years ago
staphen 95329fa72b Remove calls to NewCursor() from store functions 4 years ago
obligaron 84f19e6b29
Wirt: Ensure _iStatFlag is updated before getTextColorWithStatCheck is called (#4258) 4 years ago
Anders Jenbo 8a3cfb5acf
Enable buying with gold from stash (#4218) 4 years ago
Anders Jenbo 1ba817ca53
Unify gold handling (withdraw any amount from stash) 4 years ago
obligaron 3e9ca60460 Update _iStatFlag for stash items 4 years ago
Anders Jenbo 1409e604f5 Reduce string conversions 4 years ago
Anders Jenbo 718c46e7fe Remove use of tempstr 4 years ago
Anders Jenbo a48f89007d Implement stash 4 years ago
Anders Jenbo 770727b5a0
Correct Leave Pepin menu posision 4 years ago
Gleb Mazovetskiy bd5647fb06 Fix premium items reroll on level change 4 years ago
Gleb Mazovetskiy 1519e995cf Move store graphics out of `stores.cpp` 4 years ago
Anders Jenbo 6d346c7e18
Use std::string in PrintItemPower 4 years ago
Anders Jenbo af08a99691 Perform item requirement check when entering vendors 4 years ago
obligaron ff5de056fa
Add all (boolean) Game Settings to Settingsmenu (#3616) 4 years ago
Gleb Mazovetskiy dbdae7b389 Fix the divider line position in the help menu 4 years ago
Gleb Mazovetskiy e29c1d05a2 Improve Help screen layout + fix CJ 4 years ago
Gleb Mazovetskiy 4f64b87330 Fix talk/store text overlap for Chinese and Japanese 4 years ago
Anders Jenbo 6bb0c4db07 Mark store owner names for translation 4 years ago
Anders Jenbo b21e92baae Mark store owner names for translation 4 years ago
obligaron 98ecd0ecc5 Introduce CloseGoldDrop 4 years ago
qndel eba6d827bf
fix typos (#3238) 4 years ago
qndel 70d04916cd fix empty griswold shop 4 years ago
Anders Jenbo 7771a08d03 Translatable mainpanel 5 years ago
Juliano Leal Goncalves 379a27b64a ♻️ Convert 'ItemType' enum to enum class 5 years ago
Anders Jenbo 7169882b1f Implement new font rendering 5 years ago
Juliano Leal Goncalves ce23cd6bce 🚚 Rename 'QuestData' global array to 'QuestsData' 5 years ago
Juliano Leal Goncalves bb2dfdfb73 🚚 Rename 'ItemStruct' to 'Item' 5 years ago
Juliano Leal Goncalves a469f7906e ♻️ Replace 'cursW' and 'cursH' globals with single 'cursSize' 5 years ago
Juliano Leal Goncalves bbf529c65a 🚚 Rename 'PlayerStruct' to 'Player' 5 years ago
Anders Jenbo 4044fadeb5 Clean up some players references 5 years ago