Anders Jenbo
d4ff81ce90
Correct typo
6 years ago
Anders Jenbo
d503434731
[hellfire] alltext
6 years ago
qndel
6a8e2f0e25
SetupObject cleanup
6 years ago
qndel
b01f1907b5
Obj_Circle cleanup
6 years ago
qndel
ba3537d655
[hellfire] gamemenu_music_volume bin exact ( #1903 )
6 years ago
Anders Jenbo
1b19118d1f
[hellfire] Add _uniq_monsterid and dungeon_type
6 years ago
qndel
1e3ca438ae
[hellfire] SyncOpL2Door, SyncOpL3Door bin exact
6 years ago
qndel
cfd65da227
[hellfire] SyncOpL1Door bin exact
6 years ago
qndel
f3dd3615c3
[hellfire] OperateSarc bin exact ( #1912 )
6 years ago
qndel
7678daee74
[hellfire] OperateSkelBook bin exact ( #1911 )
6 years ago
qndel
c77bcbf7b8
[hellfire] OperateBookCase bin exact ( #1910 )
6 years ago
qndel
6e847f9821
[hellfire] OperateArmorStand bin exact ( #1908 )
6 years ago
qndel
a3f539849b
[hellfire] OperateDecap bin exact
6 years ago
qndel
1abb61cb64
OperateCauldron cleanup
6 years ago
qndel
422dedb6af
[hellfire] OperateWeaponRack bin exact
6 years ago
qndel
4f90964841
[hellfire] OperateInnSignChest bin exact
6 years ago
qndel
3a66af638d
OperateTrapLvr cleanup
6 years ago
qndel
3f9398812a
SyncDoors cleanup
6 years ago
qndel
c58ae84ccb
[hellfire] DoorSet bin exact
6 years ago
qndel
6dd9e0dffd
gamemenu_gamma cleanup
6 years ago
Anders Jenbo
f761c73723
Correct CelBlitWidth signature
6 years ago
qndel
402e336bd9
[hellfire] GetSBookTrans bin exact
6 years ago
qndel
d961599456
[hellfire] TalktoMonster bin exact
6 years ago
qndel
f20c3df0c3
[hellfire] CanTalkToMonst bin exact
6 years ago
qndel
a5fb1f4cf8
[hellfire] PlaceQuestMonsters bin exact
6 years ago
qndel
a0a658951d
[hellfire] PlaceUniqueMonst bin exact
6 years ago
qndel
b44bfd983f
missing semicolon
6 years ago
qndel
8a114fc269
[hellfire] monster_some_crypt bin exact
6 years ago
Anders Jenbo
71d8a0071c
Fix Windows build
6 years ago
Anders Jenbo
2c541816e6
Track the mouse through the life of the application
6 years ago
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