Robin Eklind
|
cc70c392e4
|
fix naming of setloadflag and pSetPiece (#1841)
|
6 years ago |
Gleb Mazovetskiy
|
329c6b89bc
|
Source/drlg_l[23].cpp: Use std::min/max instead of ternaries
Follow-up to #169
Also fixes a typo in drlg_l3.cpp
|
6 years ago |
Xadhoom
|
a1b7b8522a
|
Bugfixes
|
6 years ago |
galaxyhaxz
|
02b40e27c5
|
Fix function order [drlg_l2.cpp]
|
7 years ago |
Anders Jenbo
|
2348c3a8fd
|
Documentations, enums and clean ups
|
7 years ago |
Robin Eklind
|
e155a9423e
|
rename random to random_ to avoid collision with random in stdlib.h
Fixes #1813.
|
7 years ago |
Marlon Beijer
|
d641c65562
|
Some fixes for Big Endian systems
|
7 years ago |
qndel
|
6b286941f3
|
enums
|
7 years ago |
qndel
|
5fb15255a8
|
Apply enums to quests
|
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
|
aa50489569
|
Clean up generated comments
|
7 years ago |
Adam Newgas
|
c55c61f23a
|
Update comments to doxygen style.
|
7 years ago |
Adam Newgas
|
79ad7b9d9e
|
Add some comments to some tricky to understand functions.
|
7 years ago |
Adam Newgas
|
fc8882b7db
|
Add some bugfix notes.
|
7 years ago |
Adam Newgas
|
66a1c246e6
|
Add dlrg_flag enum.
|
7 years ago |
Adam Newgas
|
3d1d01ce86
|
More use of DMAXX/DMAXY
|
7 years ago |
Adam Newgas
|
f363cfa85f
|
Use DMAXX/DMAXY and BFLAG_EXPLORED in drlg_l2.cpp
|
7 years ago |
Xadhoom
|
3b203f7c50
|
BUGFIX comments for drlg_l?.cpp, gendung.cpp, monster.cpp
|
7 years ago |
Xadhoom
|
63847b0f33
|
Use DMAXX and DMAXY constants
|
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 |
Anders Jenbo
|
f71471eab7
|
Correct types related to glSeedTbl
Reference:
https://github.com/diasurgical/scalpel/blob/master/psx/_dump_/3/_dump_c_src_/global_0.cpp#L2431
https://github.com/diasurgical/scalpel/blob/master/psx/_dump_/3/_dump_c_src_/diabpsx/source/drlg_l1.cpp#L542
https://github.com/diasurgical/scalpel/blob/master/psx/_dump_/3/_dump_c_src_/diabpsx/source/drlg_l2.cpp#L538
https://github.com/diasurgical/scalpel/blob/master/psx/_dump_/3/_dump_c_src_/diabpsx/source/drlg_l3.cpp#L499
https://github.com/diasurgical/scalpel/blob/master/psx/_dump_/3/_dump_c_src_/diabpsx/source/drlg_l4.cpp#L484
|
7 years ago |
Anders Jenbo
|
7c071924ad
|
Format recently cleaned code
|
7 years ago |
Joan Karadimov
|
5279141836
|
Use the DMAXX/DMAXY constants where possible
|
7 years ago |
Sergey Semushin
|
83a9cd065c
|
Fix min diff in DL2_FillVoids.
|
7 years ago |
Anders Jenbo
|
565bb5aa7d
|
Adust dFlag enums
|
7 years ago |
Anders Jenbo
|
5cc368376f
|
Clean up drlg_l1.cpp
|
7 years ago |
galaxyhaxz
|
2a7f2b1d2d
|
KonnectHall
|
7 years ago |
galaxyhaxz
|
624ff58e69
|
KreateRoom
|
7 years ago |
galaxyhaxz
|
3a78eec6f2
|
L2Lockoutfix
|
7 years ago |
galaxyhaxz
|
1db78d96ef
|
DRLG_L2 CreateDungeon
|
7 years ago |
Anders Jenbo
|
55a0396f8f
|
Clean up mem_free_dbg style
|
7 years ago |
galaxyhaxz
|
777c517b8e
|
Change ASM macro
|
7 years ago |
galaxyhaxz
|
540892ff9d
|
Preliminary support for fixed header files
|
7 years ago |
galaxyhaxz
|
ebe8e75639
|
Cleanup DRLG_L2.cpp
|
7 years ago |
galaxyhaxz
|
4e01e03711
|
Cleanup default calling conventions
|
7 years ago |
galaxyhaxz
|
b4460ae55b
|
Clean DRLG_L3.cpp spawn
|
7 years ago |
Anders Jenbo
|
d2174e3454
|
Apply code style
|
7 years ago |
galaxyhaxz
|
d879a325e1
|
Fix dTransVal and pLightTbl (#825)
|
7 years ago |
Anders Jenbo
|
54c73f740c
|
clean up redundant code
|
7 years ago |
galaxyhaxz
|
992d521b31
|
DRLG_L1/2 Load Dungeon
|
7 years ago |
galaxyhaxz
|
b10b206efd
|
Cleanup DRLG Pass3 (#719)
|
7 years ago |
Anders Jenbo
|
ae2630cc46
|
Mem free dbg (#685)
* FreeQuestText
* DRLG_FreeL2SP
* GetHall
* FreeGMenu
* FreeObjectGFX
* DRLG_FreeL1SP
* FreeControlPan
* FreeLightTable
* Clean up DRLG_LoadDiabQuads
* DRLG_FreeL4SP
* FreeInterface
|
7 years ago |
Xadhoom
|
5283a9ffd1
|
Put everything into namespace dvl
|
7 years ago |
Xadhoom
|
15341fdae3
|
More temporary 64 bit fixes; we can walk in town
|
7 years ago |
Anders Jenbo
|
1e4e826a36
|
Remove delta to devilution
|
7 years ago |
Xadhoom
|
fa90e6720a
|
Revert random_ to random and remove extern "C" linkage
|
7 years ago |
Xadhoom
|
3dd6cf1671
|
First try, merge compiles, but immediate crash
|
7 years ago |
Anders Jenbo
|
4a62a7c678
|
Code style
|
7 years ago |