Andrew Dunstan
|
50d3db3ec2
|
add an enum for types of shrines
|
8 years ago |
Anders Jenbo
|
3a67faf5bb
|
Use enum for directions in PlrDirOK
|
8 years ago |
Anders Jenbo
|
c9027a5271
|
Clean up PlrDirOK, PlrClrTrans and PlrDoTrans
|
8 years ago |
Dennis Duda
|
5143c8dea7
|
Matched parameters and local variables to the PSX symbols.
Reindented the switch cases to match IDA and other cleanups.
|
8 years ago |
Andrew Dunstan
|
1b364aa3dc
|
Clean SetAutomapView
|
8 years ago |
Robin Eklind
|
07844812c4
|
Merge pull request #135 from AJenbo/Start4
Clean up StartSpell
|
8 years ago |
Anders Jenbo
|
0153568657
|
Merge pull request #134 from AJenbo/Start3
Clean up StartAttack, StartRangeAttack & StartPlrBlock
|
8 years ago |
Anders Jenbo
|
1e2dd4f236
|
StartSpell
|
8 years ago |
Anders Jenbo
|
6902983e21
|
Merge pull request #133 from AJenbo/StartWalk
Clean up StartWalk
|
8 years ago |
Anders Jenbo
|
f550b618ed
|
Clean up StartAttack, StartRangeAttack & StartPlrBlock
|
8 years ago |
Anders Jenbo
|
ebd39fc266
|
Clean up StartWalk,2&3
|
8 years ago |
Anders Jenbo
|
3a0e40597b
|
Clean up InitPlayer
|
8 years ago |
Anders Jenbo
|
e42cee1bb5
|
Clean up AddPlrExperience
|
8 years ago |
Anders Jenbo
|
6de288a011
|
Set max players via const
|
8 years ago |
Dennis Duda
|
67a7d3bed3
|
[travis/riivaaja] Update to devilution-comparer 0.3.3
|
8 years ago |
Anders Jenbo
|
f055f7ba18
|
Adjust InitMonsterGFX
Fixes #20
|
8 years ago |
Dennis Duda
|
c614acd242
|
Changed `PFILE_ALL` to `PFILE_NONDEATH` to not be misleading
|
8 years ago |
Dennis Duda
|
6097ed3f65
|
LoadPlrGFX is now binary exact.
|
8 years ago |
Anders Jenbo
|
6e50ec5337
|
Work on LoadPlrGFX
|
8 years ago |
Dennis Duda
|
86704b0803
|
Merge remote-tracking branch 'devilution/master'
|
8 years ago |
galaxyhaxz
|
ee5675108e
|
Fix bug with incorrect door tiles
|
8 years ago |
galaxyhaxz
|
4bdd50440d
|
Fix lighting of some floor tiles
Devilution is now basically bug free!
|
8 years ago |
Dennis Duda
|
6792078180
|
Merge remote-tracking branch 'devilution/master'
|
8 years ago |
galaxyhaxz
|
5c8ff23b9e
|
Fix signature of PlaceMiniSet (#202)
|
8 years ago |
galaxyhaxz
|
f1bc820113
|
Fix data type in plrmsg.cpp (#201)
|
8 years ago |
galaxyhaxz
|
38b498ac4b
|
Add 'const' to data to match original binary (#200)
|
8 years ago |
Dennis Duda
|
244ad84766
|
Removed unused variable
|
8 years ago |
Anders Jenbo
|
43adc136c6
|
Clean up FreePlayerGFX
|
8 years ago |
Anders Jenbo
|
d7383deda0
|
Clean up code style in player.cpp
|
8 years ago |
Anders Jenbo
|
9fe38c5805
|
Clean up 7 functions in player.cpp
SetPlayerOld PlrHitObj PlrDeathModeOK CheckCheatStats ClrPlrPath and
SyncInitPlr are now bin exact
Further clean up ShieldDur
|
8 years ago |
Dennis Duda
|
dcc7c8bb2f
|
Moved the now const globals under the rdata comment.
|
8 years ago |
Anders Jenbo
|
ac616d054e
|
Clean up InitPlrGFXMem
|
8 years ago |
Anders Jenbo
|
71a627ae8b
|
Clean up GetPlrGFXSize
|
8 years ago |
Anders Jenbo
|
cbf08f290e
|
Enable PCH for both builds
/Zi is needed for PCH as well as PDB, since it dosn't change the
resulting exe and can speed up build time a lot this switches it on for
all builds
|
8 years ago |
Anders Jenbo
|
44b1349529
|
Clean up CheckMonsterHit
|
8 years ago |
Anders Jenbo
|
fd4b1f4246
|
Clean up 6 small functions in player.cpp
SetPlayerHitPoints, SetPlrStr, SetPlrMag, SetPlrDex, SetPlrVit and
InitDungMsgs are now bin exact
|
8 years ago |
Andrew Dunstan
|
59fad44d4c
|
L5roomGen: correct type of dir (bool -> BOOL), fixes "reference to variable dir exceeds its storage space" warning
|
8 years ago |
Dennis Duda
|
53955c120c
|
ModifyPlrDex and ModifyPlrVit are now binary exact
|
8 years ago |
Anders Jenbo
|
f066410d44
|
Clean up ModifyPlrVit
|
8 years ago |
Anders Jenbo
|
8525142fa8
|
Clean up ModifyPlrDex
|
8 years ago |
Dennis Duda
|
4f3a9b0032
|
Update TODO to reflect the current state
|
8 years ago |
Dennis Duda
|
f9d78fb7e4
|
Merge remote-tracking branch 'devilution/master'
|
8 years ago |
Dennis Duda
|
dcf9d3ac88
|
Merge commit '6d07e15f4ee67ad3cb0636ad7cd70a3ee9d490ff'
Fix itemhold and add pfile def
(https://github.com/diasurgical/devilution/pull/199)
|
8 years ago |
Dennis Duda
|
4183da03ee
|
Merge commit '7e50e6f1d55468ff26382e132bbde42546f67124'
Fix invalid "unusable" spells
(https://github.com/diasurgical/devilution/pull/198)
Switched types to UINT64 and removed the remaining cleaned
up casts.
|
8 years ago |
nomdenom
|
e9b3b79a41
|
VS project files: Enable parallel compilation & edit-and-continue (by turning off SafeSEH) (#180)
|
8 years ago |
galaxyhaxz
|
6d07e15f4e
|
Fix itemhold and add pfile def (#199)
|
8 years ago |
galaxyhaxz
|
7e50e6f1d5
|
Fix invalid "unusable" spells (#198)
|
8 years ago |
Dennis Duda
|
0cb555478f
|
Merge remote-tracking branch 'devilution/master'
|
8 years ago |
galaxyhaxz
|
4f602885a6
|
Fixed lighting of objects/items in dungeon
|
8 years ago |
galaxyhaxz
|
a057c95707
|
Update TODO.md
|
8 years ago |