Juliano Leal Goncalves
aa89fb838d
Replace 'Left Click' with 'Left Mouse Button' on help screen shortcuts
5 years ago
Anders Jenbo
f87bc0ca8b
Clea up some duplicate item code
5 years ago
Juliano Leal Goncalves
c81a1efb55
Standardize colon alignment on text ( #816 )
5 years ago
Anders Jenbo
5cbcb1b8c5
[diablo] Fix unique item items morphing on new game
...
Fixes #441
_iCreateInfo was not cleared for unique items, given the right garbage
value this would cause them to morph. To fix existing save games we
check for CF_UNIQUE before recreating useful or town items.
5 years ago
Gleb Mazovetskiy
8283f85e24
Engine: Functions to render to any buffer
...
Refactor the rendering functions to allow rendering to any output
buffer.
New functions that accept a buffer have the `To` suffix.
The functions that render to the global buffer now always accept
coordinates.
5 years ago
Anders Jenbo
8cebb84475
Remove unused function
5 years ago
Anders Jenbo
3593266ef7
Converte all Levels when cross loading saves
5 years ago
Anders Jenbo
5035ac8062
Strip Hellfire items in Diablo sessions
5 years ago
Andi
df7ed584fd
biggest commit ever ( #1060 )
...
fixes leaving pepin
5 years ago
Anders Jenbo
7cf40d3c7c
Clean up missile function names
5 years ago
qndel
ba37c8618f
fixtypos ( #1053 )
5 years ago
Anders Jenbo
61729c1eb6
Clean up missile types
5 years ago
Anders Jenbo
c690d433af
Add damage calculation for Hellfire spells
5 years ago
Anders Jenbo
173d9c5b1d
Use sized types for network messages
5 years ago
Anders Jenbo
4d47d513ce
Implement Hellfire multiplayer saves
5 years ago
Anders Jenbo
f8f454c61d
[diablo] Automatiacally recive healing from Pepin
5 years ago
Anders Jenbo
4563ef4e83
[hellfire] Disable jogging by default
5 years ago
Anders Jenbo
70ca20b59f
Clean up Hellfire special cases
5 years ago
Anders Jenbo
b4e78c5e79
Remove some unused junk
5 years ago
Anders Jenbo
e73f31f104
Correct printing multiple requirements
...
Fixes #906
Fixes #1045
5 years ago
Anders Jenbo
36a196389b
Fix remaning basic compiler errors and warnings
5 years ago
Anders Jenbo
90d59998f2
Correctly handle mouse leaving the window
5 years ago
Anders Jenbo
0da09df7d6
Fix a few compiler warnings
5 years ago
Anders Jenbo
713f74e8d5
Implement Support menu
5 years ago
Anders Jenbo
a5ca521f0d
Fix item morphing in Hellfire
5 years ago
qndel
be0bdbe495
fix slain hero (and other stuff?)
5 years ago
Ivan Epifanov
1e53f32049
[vita] Initial port
5 years ago
Anders Jenbo
732d070b75
Handle color cyceling when using blended transparancy
5 years ago
Anders Jenbo
5593ca2982
Fix loading order of poison water palette
...
Fixes #593
5 years ago
Anders Jenbo
879077de7d
Fix missing tile peases when using blended transparancy
5 years ago
Anders Jenbo
ccb81d66e6
Correct properties for the Blodboil (Rage) spell
5 years ago
MrHuu
b8eac1929c
[3DS] use -O2 / exclude DRLG_L4FloodTVal from optimizing
5 years ago
MrHuu
1fa8b6f4e4
[3DS] Initial port
5 years ago
qndel
b707b09b18
fix compiling ( #1029 )
5 years ago
pionere
2cbe239d6d
Revert "bugfix for vanilla diablo (set archive size to zero in case the file did not exists)"
...
This reverts commit 5fb3b6fa66 .
5 years ago
qndel
0958cd456c
fix typos ( #1028 )
5 years ago
Anders Jenbo
3dae37501c
Fix partial screen updating
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
606b9f09a0
prevent mana gain from books when nomana flag is set
5 years ago
pionere
e240dcd606
code cleanup using std::max
5 years ago
Anders Jenbo
97f638321a
Correct diablos walk direction on death
5 years ago
Anders Jenbo
a90922939f
Log errors in game state during rendering
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
pionere
97d53ced7e
get rid of a few warnings (strncpy)
5 years ago
pionere
d5a0fa8e85
get rid of a few warnings
5 years ago
pionere
40eaf8a6f5
SeedCount is _DEBUG-only
5 years ago
Anders Jenbo
f1d92d5b9d
bugfix for vanilla code (check numitems before spawning rock/rewardItem)
...
Copied from @pionere
5 years ago