Anders Jenbo
c3f283429b
Fix high CPU load when game is minimized
6 years ago
Anders Jenbo
171323b987
Make sure that sgbSaveSoundOn is initialized
...
Fixes #480
6 years ago
Marco
4626450e11
some more item based enum consts
6 years ago
Marco
d6d60f0109
OperateSkelBook const IMISC_SCROLL
6 years ago
Anders Jenbo
5f661034d2
Fix Windows buidls
6 years ago
Anders Jenbo
40d272241b
Implement --data-dir for setting mpq path
...
This also implements a much cleaner version of diablo_parse_flags
Fixes #219
6 years ago
Christopher M. Hobbs
436e25207a
Add preliminary command line options to main.cpp
...
- Add -h, --help and --version
- Address most of Issue #219 .
6 years ago
Anders Jenbo
e577f9bdc7
Remove more old save game format code
...
Multiplayer save games from before 1.08 where using the system name as
the password, so they would need to be converted on the original machine
by 1.08-1.09b before they can be transfered to another system.
6 years ago
Anders Jenbo
40cea40aa4
Remove windows call types collisions
6 years ago
Anders Jenbo
f2133b6e2b
Fix exiting movie
...
- Replaying the intro would translate the exter and then interupt the
movie immediately.
- It was not possible to exit the application while a movie was playing.
6 years ago
Anders Jenbo
edb2f774d4
Fix Devil Kin Brute being enabled
6 years ago
Anders Jenbo
34238dc30a
UITYPE_INVALID
6 years ago
Marek Majkowski
15b021f8b7
Misc: "typedef enum" is not correct. Just "enum" is fine.
6 years ago
Marek Majkowski
d6f268545c
Misc: Don't call SwapLE32 on unaliged memory
...
On some architectures it's illegal to do unaligned memory fetches. Just
don't load 4 bytes at once, instead load byte-by-byte. A smart compiler
is supposed to recognize the pattern as little-endian unaligned load.
6 years ago
Anders Jenbo
0c90ad0527
Set bool values TRUE/FALSE
6 years ago
Anders Jenbo
7273e6a32d
Fix mouse clicks not registering on 0x* and *x0
...
Fixes #507
6 years ago
Anders Jenbo
7d8d10f00e
[controller] Correctly prioritice multiple talkers
...
This makes is easier to deal with Lazurus when skipping his trigger
6 years ago
qndel
59ccee969e
[hellfire] InitPlayer bin exact
6 years ago
Anders Jenbo
4610b50d1e
[controller] Handle edge cases for cursor state
6 years ago
qndel
b200317d17
[hellfire] SyncInitPlrPos bin exact
6 years ago
qndel
6348672faf
[hellfire] ProcessPlayers bin exact ( #1883 )
...
* [hellfire] ProcessPlayers bin exact
* newline
6 years ago
qndel
f7a9005204
lighting_color_cycling cleanup
6 years ago
qndel
db0ac8845f
[hellfire] ValidatePlayer bin exact
6 years ago
Anders Jenbo
33bf216a88
Fix two OOB issues in drlg_l3 DRLG_L3Wood
6 years ago
Anders Jenbo
9def907915
Revert correct appfat.cpp for VC5
...
Borken in c62a9086b7 .
6 years ago
Anders Jenbo
c62a9086b7
[hellfire] Fix broken data
6 years ago
Anders Jenbo
5fa0c5781b
Backport cleanups from Hellfire branch
6 years ago
galaxyhaxz
e250c269c1
Fix scrollrt draw cursor back
6 years ago
qndel
da74a3c3a9
snd_init cleanup
6 years ago
qndel
6d4f4ded07
sound_DirectSoundCreate cleanup ( #1877 )
6 years ago
qndel
1534e58350
[hellfire] palette_update_crypt , hive bin exact
6 years ago
qndel
ea0d122e4c
[hellfire] palette_init bin exact ( #1873 )
6 years ago
Anders Jenbo
e24574897c
[controller] Target portals
...
This will target portals and stairs found within 2 steps if no other
targets are found.
This is naive and doesn't prefer portals propperly.
6 years ago
Anders Jenbo
b3d1283844
Enum for Lazarus stairs
6 years ago
Anders Jenbo
73816dce93
Update drlg_l3.cpp
6 years ago
Anders Jenbo
89dd6a6889
Fix pause mode
6 years ago
galaxyhaxz
eab1de117f
Fix missing assert for FindGetItem
6 years ago
Anders Jenbo
046064fcfe
Fix PostMessageA an remove more unused event code
6 years ago
Gleb Mazovetskiy
6bb3c14073
Fix OOB in ItemSpaceOk ( #484 )
6 years ago
Anders Jenbo
e847108b78
Clean up event handeling
6 years ago
Anders Jenbo
284b96cb45
Add bugfix note to ItemSpaceOk
6 years ago
qndel
981c9b9c00
some cleanup ( #1823 )
6 years ago
galaxyhaxz
9c98c1e43d
Fix all "pass by ref" functions
6 years ago
galaxyhaxz
a0b0591826
Fix function order [capture.cpp]
6 years ago
galaxyhaxz
6c0bc83115
Fix type for panelstr
6 years ago
galaxyhaxz
6a54a4d6fc
[capture.cpp] fix functions
6 years ago
qndel
1414b7e2aa
apply enum to max shrines
6 years ago
qndel
80ee6b2668
apply TRUE/FALSE
6 years ago
qndel
7f893a1037
[hellfire] add_crypt_objs bin exact ( #1864 )
6 years ago
qndel
e100afe60c
[hellfire] GetRndObjLoc bin exact
6 years ago