Anders Jenbo
71c4c71796
Clean up player NewPlrAnim and ClearPlrPVars
8 years ago
Dennis Duda
59b841c450
Merge remote-tracking branch 'devilution/master'
8 years ago
galaxyhaxz
5abc4058a0
render.cpp -> add comments on cel type
8 years ago
galaxyhaxz
60c065ca93
render.cpp -> i don't even remember
8 years ago
Dennis Duda
c9c5acb859
Merge remote-tracking branch 'devilution/master'
8 years ago
Dennis Duda
c056e67de7
Some minor adjustments from more asm comparison work
8 years ago
Dennis Duda
93ee15d70f
Removed `ptrplr` since that was only used in the PSX version.
8 years ago
Dennis Duda
258b6fe7ec
Reverted the Str/Mag/Dex/Vit checks back to `plr[myplr]`
8 years ago
Dennis Duda
dbd4b11821
Further cleanup of `CalcPlrItemVals`
...
The stack var setup is now 100% correct, and the function is only 5 bytes larger than the original now.
Some minor differences remain, but it's very close now!
8 years ago
Dennis Duda
634ae12ede
Updated `CalcPlrItemVals` with the new player class enum vals
...
and completed docs.
8 years ago
Dennis Duda
e7065a0b02
Added `plr_class` enum, moving the define `NUM_CLASSES` into it.
8 years ago
Dennis Duda
9e7ad91000
Added actual names to the typedef'd anonymous enums.
8 years ago
Dennis Duda
5eae298035
Cleaned up `CalcPlrItemVals`
8 years ago
Anders Jenbo
19867748fa
Build using riivaaja
8 years ago
Dennis Duda
36b81c6865
Added devil-nightly travis badge.
8 years ago
galaxyhaxz
6713958b0d
render.cpp -> fix left-shifting
8 years ago
galaxyhaxz
c255a70eac
render.cpp -> fix right-bit macro
8 years ago
galaxyhaxz
bb3ab09f9a
render.cpp -> OFSUB fix
8 years ago
galaxyhaxz
0d5a7f6878
render.cpp -> fix switch/case
8 years ago
Dennis Duda
fc315b1e2c
Merge remote-tracking branch 'devilution/master'
8 years ago
nomdenom
798beff9d5
Speed up build with WIN32_LEAN_AND_MEAN ( #173 )
8 years ago
Dennis Duda
2a492cf9c3
Merge remote-tracking branch 'devilution/master'
8 years ago
galaxyhaxz
d49bdeaae6
Fix portals/quests in multiplayer
8 years ago
galaxyhaxz
6fbb559a30
Fix sgJunk array ( #177 )
8 years ago
galaxyhaxz
5ed2336e90
Fix types of animation data ( #176 )
8 years ago
Dennis Duda
27b1fea2f7
Merge remote-tracking branch 'devilution/master'
8 years ago
galaxyhaxz
5ff8756116
Fix junk ( #174 )
8 years ago
Dennis Duda
4272b18daf
Cleaned up `SetPlrHandItem`
...
Binary exact
8 years ago
Dennis Duda
bf0fc729c3
Updated readme with current info.
8 years ago
Dennis Duda
444a5f2011
Updated `MakefileVC` so that only the two paths to VC5 and VS6 have to be supplied.
8 years ago
Dennis Duda
1e1bbecf1a
Added `Win32 Release with PDB` target; moved output to `bld/` folder
8 years ago
Dennis Duda
06d4e8a64e
Converted workspace, projects, makefile to VC++6
...
updated Makefile to compile with VC++ 6, link/generate the DLLs with link.exe 6, but link Diablo.exe with link 5.10
8 years ago
Dennis Duda
fd70d0933b
Merge remote-tracking branch 'devilution/master'
8 years ago
galaxyhaxz
0a3503dd55
Fix operating objects from top (sarcophagus)
8 years ago
galaxyhaxz
3d80117763
Fix tile transparency in "Hell" ( #172 )
8 years ago
galaxyhaxz
05ccc9e2ec
Prevent confusion with local types using pkplr
8 years ago
galaxyhaxz
0699ff0402
Update multi.h
8 years ago
nomdenom
b8eb6c54fb
Fix signature of multi_send_pinfo(...) ( #164 )
8 years ago
ChaosMarc
c14f946acf
updated ubuntu build instructions + compatibility information ( #168 )
8 years ago
Dennis Duda
ce997eceff
Merge pull request #2 from seritools/monster-refactor
...
monster.cpp: first cleanups
8 years ago
galaxyhaxz
c68923ae33
Fix catacombs generation ( #167 )
...
All dungeons are working now.
8 years ago
galaxyhaxz
9f5883f4c4
Fix dungeon generation of the Cathedral ( #165 )
...
Devilicious!!
8 years ago
Dennis Duda
9d31a6e29c
Flip check in `AddMonsterType` to make it near binary perfect
8 years ago
Dennis Duda
50cbbded0c
Flipped setlevel check for better matching with the original binary
8 years ago
Dennis Duda
4391b247a8
Moved `monst->MData` to temporary variable to get the code very close to the original
8 years ago
Dennis Duda
302d1c6507
Flipped branches of PlaceQuestMonster to make it near byte-perfect.
8 years ago
Dennis Duda
22fcf9a074
Fixed stuff after rebase
8 years ago
Dennis Duda
834db70385
Cleaned up `PlaceGroup`
8 years ago
Dennis Duda
2e3a2f7544
Cleaned up `PlaceUniqueMonst`
8 years ago
Dennis Duda
375d0d469b
Fixed InitMonsterGFX, it now actually works!
8 years ago