Anders Jenbo
fcbf2802cb
Fix Celia's dialog when reciving Theodor
5 years ago
Anders Jenbo
3878c06bd0
Fix Complete Nut's dialog when reciving the gray suit
5 years ago
Anders Jenbo
a8a16d6083
Make Celia go home after stating so
...
When reciving Theodor Celia stats that she will be going home.
This makes her not spawn after the quest is done, same as the farmer.
5 years ago
Anders Jenbo
a3527b5f54
Update towner graphics when compleating quests
...
Previously Celia and the Complete Nut would not update there graphics
before your next visit to down, despite reciving there descried item.
5 years ago
BC Ko
ba5adc01f1
Use quest_id enum in QuestStatus
5 years ago
Thomas Christlieb
d06a36ea3c
make menus wrap around. fixes #2605 ( #2607 )
...
In this commit:
- Select Connection Menu
- Create or Join Game Menu
- Choose Class for new hero menu
-> Did not change Select Hero Menu, seems to be deliberately not wrapping around
5 years ago
vladtepesch
54b60101f5
No More Tears ( #2589 )
5 years ago
vladtepesch
7b33e8e856
Make farmer not wondering about explosion forever ( #2592 )
5 years ago
qndel
230c9a8d4e
Fix shop items morphing
...
Reverts ab0478319c
Except for the fix to SpawnQuestItem
5 years ago
Anders Jenbo
e9f1d6ad88
Fix crash on monster death with existing saves
...
fixes #2603
5 years ago
Anders Jenbo
96db759ba2
Disable mouse movment during demo playback
5 years ago
Anders Jenbo
38b1c96150
Control game speed during demo playback
5 years ago
staphen
c356db7d9f
Fix uninitialized variable exception raised in Visual Studio debugger
5 years ago
Vladimir Olteanu
3638a20c76
Make SdlThread constructor explicit
5 years ago
Anders Jenbo
c5e0966190
Clean up golem code
5 years ago
Anders Jenbo
fa7f3442e4
Fix loading monster missiles
5 years ago
Anders Jenbo
4a7fecb9c1
Fix OOB in inventory code
5 years ago
Anders Jenbo
f289fbcec5
Remove dead missile code
5 years ago
Vladimir Olteanu
403956221f
monster.cpp: get rid of MissileFileFlag
5 years ago
Anders Jenbo
36645019c2
🚨 Fix compiler warning
5 years ago
Vladimir Olteanu
a437cb1af9
Fix MissileFileData arrays not getting properly filled
5 years ago
qndel
045921813b
some useless code removal
5 years ago
Anders Jenbo
87f478d82f
Remove unnecessary indentation
5 years ago
BC Ko
a9754d664b
Reduce use of globals: VisionList
5 years ago
ephphatha
96e3ce6ea4
ensure std::min call uses correct types, cast result explicitly
...
No idea why template deduction was failing on 3ds builds only... It was using the context of the return type to deduce what the template arguments should be? Hopefully specifying the template explicitly works.
5 years ago
ephphatha
8f2e94ae4d
Use unsigned types for player experience and related values
5 years ago
Andrew James
f10005e0b6
use std::clamp and std::min for multiplayer experience gain caps
5 years ago
ephphatha
a561cb18de
Explicitly check values are in expected range instead of casting to unsigned for <0
5 years ago
BC Ko
b3e002de79
cleanup manual value clamping: sdl2_to_1_2_backports.cpp ( #2580 )
...
* cleanup manual value clamping: sdl2_to_1_2_backports.cpp
* static_cast Sint16 and int in SDL_BlitScaled
5 years ago
Anders Jenbo
7463d2c7dc
Update Source/lighting.cpp
5 years ago
BC Ko
c589ccb0ac
cleanup manual value clamping: lighting.cpp
5 years ago
BC Ko
2a7712794e
cleanup manual value clamping: stores.cpp 2 ( #2583 )
5 years ago
BC Ko
4853deb0e5
cleanup manual value clamping: monster.cpp ( #2581 )
5 years ago
qndel
bb4d087d60
fix resurrect ( #2577 )
5 years ago
Anders Jenbo
09cbbc30cf
🚨 format autofill_array.h
5 years ago
Anders Jenbo
ffc9b0e6a8
Apply clang-format
5 years ago
Vladimir Olteanu
b76e8c060b
Introduce MissileDataFlags
5 years ago
Vladimir Olteanu
4253ea7a39
Rename MisFileData to MissileFileData
5 years ago
Vladimir Olteanu
61f82d1944
Remove LoadMissileGFX
5 years ago
Vladimir Olteanu
040ca7b1e9
Remove logic related to unused MFLAG_ALLOW_SPECIAL
5 years ago
Vladimir Olteanu
7482b23473
MissileSpriteData: move checks for hidden sprites to class members
5 years ago
Vladimir Olteanu
b5d6758295
Introduce AutofillArray
5 years ago
Vladimir Olteanu
3364a4e00c
Refactor MisFileData
...
MisFileData: make pinnedMem private
5 years ago
vladtepesch
0e56e52c75
fixes casting level 0 spell says "not enough mana" ( #2568 )
5 years ago
obligaron
82cea78def
Apply clang-format
5 years ago
BC Ko
a02eaeecda
use abs
5 years ago
BC Ko
a293abc2a6
cleanup manual value clamping: inv.cpp
5 years ago
qndel
1538f84ddc
apply enum and fix invalid check
5 years ago
BC Ko
5951e2abb2
cleanup manual value clamping: player.cpp ( #2572 )
5 years ago
BC Ko
ff7891d66a
cleanup manual value clamping: stores.cpp
5 years ago