Anders Jenbo
3157885502
Correct shareware ifdefs
6 years ago
pionere
92646a8950
townwarps count has nothing to do with MAX_PLRS
6 years ago
Anders Jenbo
c1b4d3d8b5
Copy documentation from sanctuary/notes
6 years ago
Anders Jenbo
1ba96a6777
Add doxygen description to remaining engine files
6 years ago
Anders Jenbo
7e45f8bcc8
More cleanups
6 years ago
Anders Jenbo
f1c216e688
Make player struct x/y fields match monster struct
6 years ago
Anders Jenbo
f217b14e3e
Order variables logically
6 years ago
Anders Jenbo
8f635b779c
Correct style of checks
6 years ago
Anders Jenbo
10febf7e15
Decompose a few numbers
6 years ago
Anders Jenbo
cab3ebddf5
Avoid some arrays being of predefined size
...
This makes it easier to change the array size via content
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
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
Anders Jenbo
0c90ad0527
Set bool values TRUE/FALSE
6 years ago
Anders Jenbo
5fa0c5781b
Backport cleanups from Hellfire branch
6 years ago
qndel
13c957a445
Freeupstairs cleanup
7 years ago
galaxyhaxz
d0d6a8d051
Cleanup trigs.cpp
7 years ago
Anders Jenbo
68d51e7d27
Implementing Spawned Shareware version
7 years ago
Anders Jenbo
aa50489569
Clean up generated comments
7 years ago
Anders Jenbo
3bc8ba66b0
Use defines for more screen geometry values
7 years ago
Robin Eklind
105a583ce0
Use TRUE and FALSE enums for setlevel.
...
Also simplify if conditions to make
use of boolean values.
(If the cleanup4 PR ends up increasing
inserts/deletions, then this commit is
probably at fault.)
7 years ago
Anders Jenbo
a7788ccddf
Format bin exact code
7 years ago
Sergey Semushin
2edb45b670
Fix diff in ForceTownTrig.
7 years ago
Manuel K
896933f55e
Replace magic number 352 with VIEWPORT_HEIGHT ( #1232 )
7 years ago
Anders Jenbo
565bb5aa7d
Adust dFlag enums
7 years ago
Anders Jenbo
0dd98cab27
Clean up trigs
7 years ago
galaxyhaxz
82e8d6ed60
Fix trigflag, trigs.cpp bin exact
7 years ago
JustAnotherGuid
e47a2d4b5d
InitL4Triggers bin exact
7 years ago
galaxyhaxz
540892ff9d
Preliminary support for fixed header files
7 years ago
JustAnotherGuid
8de3f887fa
InitL2Triggers bin exact
7 years ago
JustAnotherGuid
192e9a93d1
Split up Trigflag array into separate vars
7 years ago
JustAnotherGuid
0c8e0e64d6
InitL3Triggers bin exact
7 years ago
JustAnotherGuid
e5a2fc9219
CheckTriggers [bin exact] ( #925 )
7 years ago
Anders Jenbo
5794c40f27
Clean up ForceL4Trig
7 years ago
Anders Jenbo
ebba03c2e9
Clean up ForceL3Trig
7 years ago
Anders Jenbo
6fd36ad7fb
Clean up ForceL2Trig
7 years ago
Anders Jenbo
8ad834d9fb
Clean up ForceL1Trig
7 years ago
galaxyhaxz
4e01e03711
Cleanup default calling conventions
7 years ago
Anders Jenbo
d2174e3454
Apply code style
7 years ago
galaxyhaxz
5238265702
Implement assert support ( #791 )
7 years ago
JustAnotherGuid
2e4f206306
ForceTownTrig bin exact
7 years ago
JustAnotherGuid
47d1cc954d
Freeupstairs bin exact
7 years ago
JustAnotherGuid
7df2cebe45
Clean-up InitL1Triggers (minimal differences) ( #588 )
...
* Clean-up AddChest.
* (Work in progress) Clean-up InitL1Triggers
* Clean-up InitL1Triggers (Binary-exact version)
7 years ago
Anders Jenbo
db3805ae05
Clean up Force*Trig ( #495 )
7 years ago
Anders Jenbo
507d12082f
Use MAXDUR* in most instances
7 years ago
Anders Jenbo
b1f6d3698f
Update style to use tabs
7 years ago
Anders Jenbo
2e9475f381
Format quest related files
8 years ago
Anders Jenbo
6576954831
Clean up types used in gamemenu.cpp
8 years ago
Anders Jenbo
5394f63dd7
Define diablo_message enum
8 years ago
Anders Jenbo
f1c8439c64
Change setlvlnum to BYTE
8 years ago
Anders Jenbo
4d8ceea32d
Types ( #395 )
...
* Apply plr_class
* Apply attribute_id
* NetSendCmd*(BOOL)
8 years ago