galaxyhaxz
ce9ace39ce
Wave.cpp bin exact
7 years ago
galaxyhaxz
aeb2d3a155
DRLG_L3.cpp bin exact
7 years ago
Anders Jenbo
f6c7465e4f
[hellfire] LoadPlrGFX
7 years ago
galaxyhaxz
d6ed6a657e
DRLG_L3/CreateL3Dungeon
7 years ago
galaxyhaxz
b72670a974
Add preliminary Crypt/Hive support
7 years ago
qndel
6689a19e3e
[hellfire] InitCursor and FreeCursor bin exact
7 years ago
qndel
936bda539a
[hellfire] CreatePlrItems bin exact ( #1473 )
7 years ago
Anders Jenbo
5169f3024c
RestartTownLvl clean up
7 years ago
qndel
7ab48ad756
UseMana clean up
7 years ago
qndel
098611c7d2
[hellfire] FindClosest bin exact
7 years ago
qndel
1b1b4e658d
init_read_test_file clean up
7 years ago
qndel
0a76a26b24
Clean up
7 years ago
Anders Jenbo
10c33575ac
Clean ups from hellfire branch
7 years ago
qndel
600f9307c4
[hellfire] InitDungMsgs bin exact
7 years ago
qndel
88417dbabb
[hellfire] SetPlrDex bin exact
7 years ago
qndel
dc6790562f
[hellfire] ModifyPlrVit bin exact
7 years ago
qndel
86c9ef84c0
[hellfire] AddHeal bin exact
7 years ago
qndel
d81e7915e9
[hellfire] SetPlrStr bin exact
7 years ago
qndel
db38e9fff6
[hellfire] SetPlrMag bin exact
7 years ago
qndel
a17e34c4bf
applied enums to _pmode and untangled ifs
7 years ago
galaxyhaxz
eaef0a197e
Fix returning in MonsterTrapHit ( #1463 )
7 years ago
qndel
9cac32d1b4
[hellfire] SetPlrVit bin exact
7 years ago
qndel
52043ae0f9
[hellfire] ModifyPlrDex bin exact
7 years ago
qndel
97a84f9067
[hellfire] ModifyPlrMag bin exact
7 years ago
qndel
792abba0fd
[hellfire] ModifyPlrStr bin exact
7 years ago
qndel
6d9587bbe3
[hellfire] CheckStats bin exact
7 years ago
Anders Jenbo
69a1c6db3f
[hellfire] On_ENDREFLECT
7 years ago
qndel
a521da3ccf
[hellfire] PM_DoDeath bin exact
7 years ago
qndel
b4b360c76d
[hellfire] MI_Chain bin exact
7 years ago
qndel
28166ba58f
[hellfire] DeleteMissile bin exact
7 years ago
Anders Jenbo
06bdf57f0d
[Hellfire] OperateSlainHero
7 years ago
Anders Jenbo
0abe56f006
[hellfire] RndSFX, stream_update and priv_sound_init
7 years ago
Anders Jenbo
b24d36b153
[Hellfire] items_get_currlevel
7 years ago
Anders Jenbo
6149abe281
[hellfire] init_archives, init_cleanup
7 years ago
Anders Jenbo
83e62ea8a1
[hellfire] Set up build intergration
7 years ago
galaxyhaxz
798e551ec3
[hellfire] fix PlayerStruct
7 years ago
Anders Jenbo
346f87fba8
[spawn] make GetPlrGFXSize bin exact
7 years ago
Anders Jenbo
1aa0b809e1
Clean up diablo_find_window
7 years ago
Anders Jenbo
1f715f86f6
Clean up
7 years ago
galaxyhaxz
12b9e8e8f7
Fix logic in themes.cpp
7 years ago
Robin Eklind
f4e8860297
objects: use boolean values for fileload
7 years ago
galaxyhaxz
8a22ab6f24
Fixes to item.cpp
7 years ago
Robin Eklind
9291827eaa
monster: add BUGFIX comment for monstkills
...
The size of the monstkills array is unnecessarily large,
as it maps from monster type to number of kills, and the
monster type enum goes from 0 to NUM_MTYPES-1.
7 years ago
galaxyhaxz
a3ce219891
Fix bug in InitItems
7 years ago
Anders Jenbo
faebce4c26
BUGFIX comment for assert left overes
7 years ago
Robin Eklind
0a0fe4277c
lighting: add X- and Y- axis to improve clarity of docs
7 years ago
Robin Eklind
1fe7d626e7
lighting: add docs for CrawlTable, remove TODO comment
7 years ago
Robin Eklind
2669223cc1
items: rename ItemDropStrs to ItemDropNames
...
The rationate for preferring Name over Str is that Str
suggest a string for printing and Name a file name,
also based on the following associated PSX debug info:
char *FileName;
unsigned char mAnimName;
ItemDropNames correspond to the base file name (e.g. foo) of
diabdat.mpq/items/foo.cel
7 years ago
Robin Eklind
2c18133c3d
s/sp/sg/
7 years ago
Robin Eklind
bc93e9523a
use names from assert for sgSingleMenu and sgMultiMenu
...
Infer name of spOptionsMenu from PSX debug data:
struct OMENUITEM MemcardLoadOptionsMenu[4]
struct OMENUITEM MemcardSaveOptionsMenu[4]
Use "sp" prefix for spOptionsMenu to conform with assert
information.
7 years ago