208 Commits (7b33e8e856a011f3972ad36167a4e4b46bf6052c)

Author SHA1 Message Date
vladtepesch 7b33e8e856
Make farmer not wondering about explosion forever (#2592) 5 years ago
Anders Jenbo d523fc1e81 Cleanups 5 years ago
Anders Jenbo 9b8bf92575 Rename quest globals 5 years ago
Anders Jenbo 96bf75b502 Rename player globals 5 years ago
Anders Jenbo bc59218d0d More clang-tidy/Android Studio cleanups 5 years ago
Anders Jenbo d9e0658643 Clang-tidy: basic naming 5 years ago
Juliano Leal Goncalves cbb84199c2 ♻️ Replace Point addition with 'Point + Displacement' 5 years ago
ephphatha 357f6f1dc3 Move RNG functions to their own header/source files 5 years ago
Andrew James 20190ee687
Update random number functions to avoid IB (#2226) 5 years ago
ephphatha f4f6a8a51e Refactor PlaySfxLoc to take a Point instead of x/y params 5 years ago
Anders Jenbo 22b632f04a ♻️Clean up implicit bool conversions 5 years ago
Gleb Mazovetskiy 8a9618aea2 ♻️ Clean up `cel_header.hpp` 5 years ago
Gleb Mazovetskiy 14218080b6 🚚 engine.h: Extract `CelGetFrame` and friends 5 years ago
Gleb Mazovetskiy e40b1963f9 🚚 engine.h: Extract `CelSprite` and file loading 5 years ago
qndel 816b244689 HasItem/RemoveInvItem combo refactor 5 years ago
qndel 8aec2faed0 Fix clang format in towners.cpp 5 years ago
Vladimir Olteanu cc9783b8d9 Use WalkingDistance in TalkToTowner 5 years ago
Juliano Leal Goncalves b04047ba4d ♻️ Leverage 'Point' struct on 'SpawnUnique' 5 years ago
Juliano Leal Goncalves d55cd99dd5 🚚 Rename 'direction' enum to 'Direction' 5 years ago
Juliano Leal Goncalves 07e6a98fc4 ✏️ Fix typos and spelling mistakes on 'HeroSpeech' members 5 years ago
Juliano Leal Goncalves 15c46b9eb0 💬 Rename HeroSpeech members to improve discoverability 5 years ago
Juliano Leal Goncalves 5350250a76 🚚 Rename speech functions to 'Say' variations 5 years ago
Juliano Leal Goncalves 8c620ce29e ♻️ Extract 'HeroSpeech' enum class for hero sounds instead of using raw `int`s 5 years ago
Vladimir Olteanu 0c7c71d579
Cleanup of items.cpp (#1967) 5 years ago
Anders Jenbo ad97ebe980 🔥 Remove redundant code from towners.cpp 5 years ago
Gleb Mazovetskiy 2b690137a3 🧹 towners.cpp: Avoid allocations for animOrder 5 years ago
Anders Jenbo 9f00de73c3 🐛 [Diablo] Fix Ogden's animation cycle 5 years ago
Anders Jenbo 4c217ec4fc ♻️Use a vector to more sensibly assign NPC animation cycles 5 years ago
Anders Jenbo 05f8f9524f ♻️Handle towner talk logic via initialization list instead of switch 5 years ago
Anders Jenbo 0477e86aa1
🐛 Fix Griswold animation cycle 5 years ago
Anders Jenbo 4b577329f4 ♻️Refactor towner initialization 5 years ago
Anders Jenbo e4e924eb72 🎨 Clean up code style in towners.cpp 5 years ago
Anders Jenbo 6321bf04d5 ♻️Pass player to towner by reference instead of index 5 years ago
Anders Jenbo c98a1409f9 ♻️Pass towners by reference instead of index 5 years ago
Anders Jenbo f263e4e9d1 ♻️Split TalkToTowner in to a per towner sub-function 5 years ago
Anders Jenbo 48da58669d
Golden elixir remains usable in new games (#2234) 5 years ago
Anders Jenbo f579b2f287 Handle cel/cl2 files as byte arrays 5 years ago
Anders Jenbo fa0b286693 ♻️Typed file loading 5 years ago
Vladimir Olteanu d9a4ff8729
Use std::string_view for towners' names (#1750) 5 years ago
Gleb Mazovetskiy 28182ca5e3 🧹 Fix a couple more compilation warnings 5 years ago
Gleb Mazovetskiy 052b4c12f5 ♻️ LoadFileInMem: Remove `nullptr` at call sites 5 years ago
Gleb Mazovetskiy 1b8b62a8c2 ♻️ Store CEL width with the sprite itself 5 years ago
obligaron 239a43cc1c
Remove "AnimWidth2" expect for missiles (#1680) 5 years ago
Anders Jenbo dbfa9c27a5 Enable translation for all menus 5 years ago
Anders Jenbo 2bd13451a1 ♻️Apply point positioning to all remaning entities 5 years ago
Anders Jenbo e4cfad3196 ♻️Use points instead of individual fileds for player structure 5 years ago
Anders Jenbo a32ac83090 🎨 cleanup trivial trype comparisons 5 years ago
Anders Jenbo 593c6a6f17 🎨 Drop unused param and rename random_ to GenerateRnd 5 years ago
Anders Jenbo f004c78824 🧹 performance-unnecessary-value-param 5 years ago
Jmgr 1d84156509 Simplify bitshift divisions/multiplications 5 years ago