Anders Jenbo
fbd86cd3c5
🎨 Mark noreturn functions as such
5 years ago
Anders Jenbo
3936f2f088
♻️ Initialize type with nullptr
5 years ago
Anders Jenbo
b68ad9394b
🚨 Fix warning about reaches end of non-void
...
Techinically this coudn't happen, unless someone added another monster
type
5 years ago
Juliano Leal Goncalves
1bf3fd6f35
🚩 Add ini toggle for displaying monster type. Disabled by default.
5 years ago
Juliano Leal Goncalves
1a8e09a7f5
✨ Expose monster types on monster info
5 years ago
Anders Jenbo
38fdf34c14
💄 Apply code style
5 years ago
Anders Jenbo
17803d5923
♻️ Apply proper types to PlayerStruct
5 years ago
Anders Jenbo
8b8caf5a7e
🐛 Fix quests not activating on Windows
...
Compare _uniqtype instead mName
Fixes #1152
5 years ago
Anders Jenbo
ad867a2f2b
💚 Fix 3DS build
5 years ago
Anders Jenbo
def2253386
♻️ Move monster.h related structs and enums and apply propper types
5 years ago
Anders Jenbo
d6ec6395e0
♻️ change QuestTalkData in to an array of _speech_id
...
This gets rid of casting QuestTalkData to DWORD/int in various parts of
the code.
5 years ago
Anders Jenbo
1284333765
♻️ Use explicit types and remove globals from save file logic
5 years ago
Anders Jenbo
39999791b3
Revamp ini options and sync in multiplayer
...
[NetMsg]
F12=Now you DIE!
F11=Here's something for you.
F10=Follow me.
F9=I need help! Come Here!
[Game]
Speed=50
Fast Walk=1
Grab Input=0
Theo Quest=0
Cow Quest=0
[Audio]
Sound Volume=0
Music Volume=0
Walking Sound=1
[Graphics]
Fullscreen=1
Fit to Screen=1
Scaling Quality=2
Integer Scaling=0
Vertical Sync=1
Blended Transparency=1
Gamma Correction=100
Color Cycling=1
[Diablo]
Intro=0
[Hellfire]
Intro=0
SItem=
[Phone Book]
Entry1=127.0.0.1
[Network]
Bind Address=0.0.0.0
5 years ago
Anders Jenbo
70ca20b59f
Clean up Hellfire special cases
5 years ago
Anders Jenbo
36a196389b
Fix remaning basic compiler errors and warnings
5 years ago
pionere
5e84fd715b
proper mWhoHit flag settings
...
implementation of MonstStartKill and M2MStartKill are synced a bit
5 years ago
pionere
486be4efeb
use defs instead of constants
5 years ago
pionere
ab7bc5e3d7
correct fallenfear direction
5 years ago
pionere
e240dcd606
code cleanup using std::max
5 years ago
Anders Jenbo
327042c2e5
Strip out debug features from the release builds
...
leveldebug and lightmax still remains
5 years ago
pionere
f5c1079d6f
eliminate unused code
5 years ago
Anders Jenbo
60d3e9ceb1
Clean up rendering
5 years ago
qndel
ab9911064f
unify checks for single and multiplayer
5 years ago
FluffyQuack
44d8b9fb3a
Refactored the monster functions DoWalk(), DoWalk2(), and DoWalk3() into one function.
5 years ago
Anders Jenbo
298092b81d
[hellfire] Make monster lights follow monsters when hidden
5 years ago
qndel
c0f5749728
Fix RNG diverging during level generation depending on the code path
...
The consequences has mostly mitigated after wards, but this will make things make more sens when analysing the state of the code.
5 years ago
Anders Jenbo
9c0bc202c8
Fix additional wrong checks for monsters lights
5 years ago
Anders Jenbo
8527d1e44a
Fix wrong _qlog state for Gharbad quest
5 years ago
Anders Jenbo
7313b10cfa
Fix Archbishop Lazarus entering a broken state when taking the teleport again
...
Fixes #889
5 years ago
qndel
6e096143f0
Add no-light define and fix usage
5 years ago
Anders Jenbo
61adc7b987
[hellfire] Fix Scavenger/Gravedigger AI
...
When done eating monsters where supose to return to normal behavior
instead they would just idle untill next turn.
5 years ago
Anders Jenbo
38224b4d98
Unify last of monster hellfire code
5 years ago
Anders Jenbo
3d2707b40e
Fix Golem check (again)
5 years ago
Anders Jenbo
973d95b9d4
Unify code, and fix bugs related to golems
...
- OOBs
- Not getting XP from monsters hit by golems
- Sneaks fleeing in the wrong direction of golem
- Monsters going in active when fighting golems offscreen
5 years ago
Anders Jenbo
f6a4eaf0bc
Apply 1.09 fixes to Hellfire monsters
5 years ago
Anders Jenbo
f05ae4c19a
Unify monster data
5 years ago
Anders Jenbo
f6b3e0156c
[diablo] Fix monsters seeing all missiles as firewalls
...
If any firewall was present monsters would treat all missiles as
firewalls
5 years ago
Anders Jenbo
9cd6bd96a9
[hellfire] Fix monster eating logic
...
- Nolonger drop health when not on normal difficulty
- Uniques will nolonger drop health
- All monsters heal at the same rate
5 years ago
Anders Jenbo
de72719826
[diablo] Fix wrong monster death sound
...
When a monster is killed by another monster both woul play there death
sound
5 years ago
Anders Jenbo
2b6286dd7f
Clean ups and BUGFIX notes
5 years ago
Anders Jenbo
00e3ff08ae
Unify majorty of monster.cpp
5 years ago
Anders Jenbo
9c786b3d42
Fix build
5 years ago
Anders Jenbo
c8a4cc1d1e
Unify trivial monster code
5 years ago
Anders Jenbo
21fe5b7daf
[hellfire] MissToMonst
5 years ago
Anders Jenbo
8a0ab18ae9
[hellfire] PrintMonstHistory
5 years ago
Anders Jenbo
578471a030
Clean up LineClear
5 years ago
Anders Jenbo
a6af2690f0
Clean up LineClearF
5 years ago
Anders Jenbo
966ae9c8f5
[hellfire] DirOK
5 years ago
Anders Jenbo
b5f3567400
[hellfire] MAI_Lazhelp
5 years ago
Anders Jenbo
e12f6a35bb
[hellfire] MAI_Lazurus
5 years ago