Anders Jenbo
1ba96a6777
Add doxygen description to remaining engine files
6 years ago
Anders Jenbo
f62f983622
Fix broken wall tile
6 years ago
Anders Jenbo
2ec7c78eae
Format source
6 years ago
Anders Jenbo
c384711a5f
Backport cleanups from hellfire branch
6 years ago
Anders Jenbo
f1c216e688
Make player struct x/y fields match monster struct
6 years ago
Anders Jenbo
a291939a7d
Value types
6 years ago
Anders Jenbo
53ccf38a8c
Bool types
6 years ago
Anders Jenbo
31181b77c4
Bool comparisons
6 years ago
galaxyhaxz
c632e2d1d0
Names and bug fixes ( #1974 )
6 years ago
galaxyhaxz
71565b9c02
Several updates [enums+names] ( #2002 )
...
* Several updates
* Correct msg_get_next_packet
* Update enums.h
Co-Authored-By: Robin Eklind <mewmew@users.noreply.github.com>
Co-authored-by: Robin Eklind <mewmew@users.noreply.github.com>
6 years ago
Anders Jenbo
3c276a3cd3
Add documentation
...
- Add file documentation to about 1/4 of the files in Source
- Copy over a lot of the documentation from the sanctuary/notes repo
- Standardise all the existing documentation
- Create a configuration for Doxygen
- Add more documentation (engine.cpp is now fully documented)
6 years ago
Robin Eklind
27b40436a9
Use pointers instead of references for Devilution exported API
...
With this change, all exported declarations of Devilution are now
compatible with the C-ABI; that is, all declarations of Source/*.h.
This makes it possible to link against DevilutionX from mods written in
other languages than C++, for instance Rust, Go or Python.
Updates #612 .
6 years ago
Anders Jenbo
20621a0642
add all.h and use in place of diablo.h ( #2005 )
...
Now diablo.h is treated in the same way as all other header files of
Source, as it only contains the declarations of global variables and
functions of diablo.cpp.
Besides consistency, this also enables mods to include diablo.h just
like any other header file without having to include every header file
(and without having to include C++ specific aspects of the now all.h).
6 years ago
qndel
c2587d9786
use enums ( #1997 )
6 years ago
qndel
760b89138e
[hellfire] new functions
6 years ago
qndel
3008439bc7
enums and stuff
6 years ago
Marco
29b9c99e5a
added some more values from enums ( #1955 )
6 years ago
qndel
c11804d11f
[hellfire] OperateStoryBook bin exact
6 years ago
qndel
c685a03a0e
[hellfire] OperateL1LDoor bin exact
6 years ago
qndel
2cab17027e
[hellfire] InitObjects bin exact
6 years ago
qndel
18abb94604
[hellfire] some loop fixes
6 years ago
Anders Jenbo
2751ecedd2
[hellfire] Add missing enums
6 years ago
qndel
937e64ff62
[hellfire] Obj_Door bin exact
6 years ago
qndel
2aaaa844ea
[hellfire] OperateShrine ( #1931 )
6 years ago
qndel
a38b4c6f51
[hellfire] AddShrine bin exact
6 years ago
qndel
726235089b
[hellfire] OperateL1RDoor bin exact
6 years ago
qndel
12676f6753
[hellfire] TryDisarm bin exact
6 years ago
qndel
0579cb3f6f
[hellfire] OperateBook bin exact
6 years ago
qndel
220e05d1b2
[hellfire] OperateSChambBk bin exact
6 years ago
qndel
11a1533f42
[hellfire] OperateChest bin exact
6 years ago
qndel
f9558c81c4
AddObject cleanup
6 years ago
qndel
59ccb89e12
ProcessObjects cleanup
6 years ago
Marco
a939a7f0be
Enum for object trap
6 years ago
qndel
6a8e2f0e25
SetupObject cleanup
6 years ago
qndel
b01f1907b5
Obj_Circle cleanup
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
Marco
4626450e11
some more item based enum consts
6 years ago
Marco
d6d60f0109
OperateSkelBook const IMISC_SCROLL
6 years ago