qndel
5cb4e9ad25
AddMagicCircle cleanup
6 years ago
qndel
dd7a8d7b2d
Obj_Trap cleanup
6 years ago
qndel
8ab71cb98b
AddL1Door cleanup
6 years ago
galaxyhaxz
67fedd9e99
Fix unknown struct field and drawpanflag
6 years ago
Anders Jenbo
0e578ffb11
Enable assertions
6 years ago
Robin Eklind
e155a9423e
rename random to random_ to avoid collision with random in stdlib.h
...
Fixes #1813 .
6 years ago
galaxyhaxz
80840b4d69
PlrHasItem: change pointer to reference
7 years ago
Anders Jenbo
2079b67475
Drop dpiece_defs_map_1 memory access optimization
...
This also gets rid of IsometricCoord. They where used to map tiles in a
way that had a simpler access pattern when rendering the screen in
visual oriented rows.
See
https://github.com/diasurgical/devilution/pull/544#issuecomment-450968761
7 years ago
Anders Jenbo
73a7a1ae6d
Remove unimplemented functions that aren't needed with SDL
7 years ago
qndel
a89a719f09
[hellfire] OperateMushPatch bin exact
7 years ago
arczi84
1ab2fb2666
Endian madness
7 years ago
qndel
06e7b4dbdb
more enums
7 years ago
qndel
7129558d0b
apply enums
7 years ago
qndel
124b8a60c3
DIABOOL ( #1768 )
7 years ago
qndel
3aecd74ae3
[hellfire] Obj_BCrossDamage
7 years ago
qndel
9bad773566
newline
7 years ago
qndel
2db89b61f1
[hellfire] AddChestTraps bin exact
7 years ago
qndel
93f7c5f935
AddWeaponRack cleanup
7 years ago
qndel
2cef74bd57
AddArmorStand cleanup
7 years ago
qndel
42a9775d6a
[hellfire] ClrAllObjects
7 years ago
qndel
95ac201909
[hellfire] InitRndBarrels bin exact
7 years ago
bloom7ech
0ea5fc015d
[hellfire] BreakCrux bin exact
7 years ago
galaxyhaxz
3a37b4fc0b
Add music code+quest ( #1575 )
7 years ago
qndel
7daee74e3d
BreakCrux cleanup
7 years ago
qndel
f29b3f10a3
[hellfire] SyncCrux bin exact
7 years ago
qndel
705c17dc63
[hellfire] RndLocOk bin exact
7 years ago
Anders Jenbo
06bdf57f0d
[Hellfire] OperateSlainHero
7 years ago
Anders Jenbo
1f715f86f6
Clean up
7 years ago
Robin Eklind
f4e8860297
objects: use boolean values for fileload
7 years ago
Anders Jenbo
f605138c79
Strip ASM code
7 years ago
Anders Jenbo
68d51e7d27
Implementing Spawned Shareware version
7 years ago
Anders Jenbo
b023104434
Remove u from values
7 years ago
Anders Jenbo
5ab9f4609a
Clean up signedness
7 years ago
Anders Jenbo
aa50489569
Clean up generated comments
7 years ago
Robin Eklind
7441f29867
Use TRUE value for _iIdentified.
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
32a51d17ca
Align function signatures with PSX symbols
...
Using
https://github.com/diasurgical/scalpel/tree/master/psx/_dump_/3/_dump_c_src_/diabpsx/source
as a reference
7 years ago
Joan Karadimov
fce804a09a
Use the dungeon_type enum for leveltype
7 years ago
Anders Jenbo
a7788ccddf
Format bin exact code
7 years ago
Manuel K
ce1f397658
Use MAX_PLRS
7 years ago
Anders Jenbo
58bbfcf8ad
Fix OperateLazStand
7 years ago
Anders Jenbo
635deebbd4
Apply enums to SpawnQuestItem
7 years ago
Anders Jenbo
565bb5aa7d
Adust dFlag enums
7 years ago
Sergey Semushin
6ec6e3c530
Make MonstrStruct::_msquelch and DMonstrStr::_mactive unsigned.
...
Also utilize UCHAR_MAX for value of 255 used extensively for those flags.
7 years ago
Sergey Semushin
33e9005239
Make OperateL{1-3}Door bin exact.
7 years ago
Sergey Semushin
187bf5844e
Make ActivateTrapLine bin exact.
7 years ago
Sergey Semushin
94632eb2a6
Make Obj_Circle bin exact.
7 years ago
Sergey Semushin
43d63110f1
Make AddTorturedBody bin exact.
7 years ago
Anders Jenbo
46d96eacad
Clean up objects.cpp
7 years ago
Sergey Semushin
8bc995e681
Add _uniq_monsterid enum for indexes in UniqMonst for special unique monsters.
...
Apply it where necessary.
7 years ago