qndel
bafb09b506
MI_Flame cleanup
7 years ago
qndel
c0c2f82ab7
MI_Hbolt cleanup
7 years ago
qndel
35b5c33f00
MI_Lightball cleanup
7 years ago
qndel
d07c8b805f
Sentfire cleanup
7 years ago
qndel
ce9095fab2
AddFlamec cleanup
7 years ago
qndel
5a79b3c0f1
AddFlash2 cleanup
7 years ago
qndel
4654e753c8
AddEtherealize cleanup
7 years ago
qndel
adf7065579
AddNova cleanup
7 years ago
qndel
dba70750b9
AddFlame cleanup
7 years ago
qndel
d1d470ea87
AddInfra cleanup
7 years ago
qndel
3fd9ab5256
AddFireball cleanup
7 years ago
qndel
ae2bf1e3b4
AddAcidpud cleanup
7 years ago
qndel
914ab1b0b3
AddElement cleanup
7 years ago
qndel
965edd47ff
AddApoca cleanup
7 years ago
qndel
0e4ebc8745
AddGuardian cleanup
7 years ago
Anders Jenbo
fae3c2a237
Clean up AddPlrMonstExper
7 years ago
Anders Jenbo
9daea5be8a
Back port clean ups from Hellfire
7 years ago
qndel
d2362172fa
[hellfire] DRLG_L4 bin exact
7 years ago
Anders Jenbo
e24cbb2423
Clean up init_disable_screensaver
7 years ago
qndel
a0575d335f
random bin exact in vanilla/hellfire
7 years ago
jimmy-cell
99a200f44c
bin exact AddBoneSpirit
7 years ago
qndel
6cf1da4045
Apply enums to _mFlags
7 years ago
qndel
d4ae8e5606
Clean up CreatePlrItems
7 years ago
galaxyhaxz
8cddb57d08
Fix returning in gmenu_lmouse
7 years ago
Anders Jenbo
5169f3024c
RestartTownLvl clean up
7 years ago
qndel
7ab48ad756
UseMana clean up
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
a17e34c4bf
applied enums to _pmode and untangled ifs
7 years ago
galaxyhaxz
eaef0a197e
Fix returning in MonsterTrapHit ( #1463 )
7 years ago
qndel
a521da3ccf
[hellfire] PM_DoDeath bin exact
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
Robin Eklind
7ff591bd18
s/OptionMenu/OptionsMenu
...
As per the PSX debug info:
struct OMENUITEM MemcardLoadOptionsMenu[4]
struct OMENUITEM MemcardSaveOptionsMenu[4]
7 years ago
Robin Eklind
5e7abe4239
gamemenu: rename sgFooMenu to FooMenu
...
Rationale described in sanctuary/notes@c316cef7b71958e424ebfb81e9ffcd67c4e4be43
as included below:
Note, the names of SingleMenu, MultiMenu and OptionsMenu
are inferred from the PSX debug names:
struct OMENUITEM GameMenu[8]
struct OMENUITEM GameOverMenu[3]
struct OMENUITEM GameSpeedMenu[4]
struct OMENUITEM InfoMenu[2]
struct OMENUITEM MainMenu[9]
struct OMENUITEM MemcardGameMenu[6]
struct OMENUITEM MemcardLoadGameMenu[4]
struct OMENUITEM MemcardLoadGameOverMenu[4]
struct OMENUITEM MemcardLoadOptionsMenu[4]
struct OMENUITEM MemcardSaveGameMenu[4]
struct OMENUITEM MemcardSaveOptionsMenu[4]
struct OMENUITEM MonstViewMenu[3]
struct OMENUITEM QuitMenu[4]
struct OMENUITEM SoundMenu[6]
7 years ago
Robin Eklind
57213a4faa
update names as per @galaxyhaxz suggestion, use info from assert strings
7 years ago
Robin Eklind
fe839e90d9
diablo: rename spszMsgTbl and spszMsgKeyTbl to NetMsgStr and NetMsgHotKey
...
Rationale described in sanctuary/notes@3cd6417cdfafba340145939c2054ec614e1bd33e
as included below:
Infer the name of NetMsgStr and NetMsgHotKey from the
PSX debug names of:
char *PanBtnHotKey[8];
unsigned long PanBtnStr[8];
Note, the previous use of spsz hungarian notation has been removed
since searching for "spsz" gave no results in the merged output of
PSX debug info: https://github.com/diasurgical/scalpel/tree/master/psx/_dump_/_dump_merge_c_
7 years ago