Anders Jenbo and GitHub
e60d490bc9
Document bug in DRLG_WillThemeRoomFit ( #2277 )
2022-08-04 22:49:01 +02:00
Robin Eklind and Anders Jenbo
3626759011
gendung: update out-of-bounds BUGFIX comment of DRLG_WillThemeRoomFit
2021-09-01 19:43:40 +02:00
Anders Jenbo
cad24e0ee0
Correct preprossesor operator
2020-12-12 08:24:41 +01:00
Anders Jenbo
9899657f87
[hellfire] MakeSpeedCels
2020-12-11 06:41:42 +01:00
Anders Jenbo
38dbcf7641
Format source
2020-12-02 00:52:38 +01:00
Anders Jenbo
7e04c63977
Merge branch 'hellfire' of github.com:diasurgical/devilution
2020-10-11 23:53:07 +02:00
Anders Jenbo
c1b4d3d8b5
Copy documentation from sanctuary/notes
2020-07-06 05:43:25 +02:00
Anders Jenbo and GitHub
8c2fb7605e
Use defines for tile and screen related magic numbers
2020-05-11 23:21:27 +02:00
Anders Jenbo
630655d9e4
Merge branch 'master' of github.com:diasurgical/devilution into hellfire
2020-04-08 21:58:34 +02:00
Anders Jenbo
c3cdc1c4ab
Decompose magic numbers
2020-04-08 20:34:31 +02:00
Anders Jenbo
6704657e71
Apply sematic codestyle
2020-04-08 20:34:29 +02:00
Anders Jenbo
7db4ed749a
Apply more enums, defines and types
2020-04-08 20:18:11 +02:00
Anders Jenbo
c384711a5f
Backport cleanups from hellfire branch
2020-04-08 20:16:32 +02:00
Anders Jenbo
b040c04a18
Merge branch 'master' of github.com:diasurgical/devilution into hellfire
2020-04-04 07:56:06 +02:00
galaxyhaxz and GitHub
c632e2d1d0
Names and bug fixes ( #1974 )
2020-03-12 04:32:53 +01:00
Anders Jenbo
0383f9abcd
Add documentation to more files
2020-03-02 02:29:28 +01:00
Anders Jenbo
21b62274b9
Document .SOL value tables
2020-02-29 18:32:02 +01:00
Anders Jenbo and GitHub
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).
2020-02-14 13:12:54 +01:00
qndel and Anders Jenbo
3008439bc7
enums and stuff
2020-01-15 15:46:21 +01:00
galaxyhaxz and Anders Jenbo
50f3afd318
[test] Fix variable order [gendung.cpp]
2020-01-14 00:28:38 +01:00
Anders Jenbo
85ab626437
Merge branch 'master' of github.com:diasurgical/devilution into hellfire
2019-12-15 02:22:17 +01:00
galaxyhaxz and Anders Jenbo
f620c0f34e
Fix function order [gendung.cpp]
2019-11-06 22:24:52 +01:00
Robin Eklind and Anders Jenbo
cc70c392e4
fix naming of setloadflag and pSetPiece ( #1841 )
2019-11-05 00:37:09 +01:00
Robin Eklind and Anders Jenbo
e155a9423e
rename random to random_ to avoid collision with random in stdlib.h
...
Fixes #1813 .
2019-10-21 09:56:36 +02:00
Anders Jenbo
babddf2921
Merge branch 'master' of github.com:diasurgical/devilution into hellfire
2019-10-08 00:35:03 +02:00
qndel and Anders Jenbo
06e7b4dbdb
more enums
2019-10-05 15:25:54 +02:00
galaxyhaxz and Anders Jenbo
4658959f44
DRLG_L5 cleanups (Crypt support) ( #1491 )
2019-09-02 21:05:38 +02:00
Anders Jenbo
68d51e7d27
Implementing Spawned Shareware version
2019-08-12 16:04:20 +02:00
Anders Jenbo
9d3ce818f0
Correct BOOLS
2019-07-21 19:11:11 +02:00
Anders Jenbo
b023104434
Remove u from values
2019-07-21 00:57:53 +02:00
Anders Jenbo
3bc8ba66b0
Use defines for more screen geometry values
2019-07-20 17:10:49 +02:00
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.)
2019-07-17 20:42:26 +02:00
Xadhoom and Anders Jenbo
3b203f7c50
BUGFIX comments for drlg_l?.cpp, gendung.cpp, monster.cpp
2019-07-10 01:21:48 +02:00
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
2019-07-08 04:12:12 +02:00
Anders Jenbo
7c071924ad
Format recently cleaned code
2019-07-06 05:13:01 +02:00
Joan Karadimov
fce804a09a
Use the dungeon_type enum for leveltype
2019-06-28 11:58:44 +03:00
Anders Jenbo
a7788ccddf
Format bin exact code
2019-06-17 04:55:41 +02:00
Anders Jenbo
121eebdea5
Clean up DRLG_PlaceThemeRooms
2019-06-15 13:59:22 +02:00
Sergey Semushin and Anders Jenbo
2aa37dccc1
Make MakeSpeedCels bin exact.
2019-06-15 13:57:00 +02:00
Manuel K and Anders Jenbo
896933f55e
Replace magic number 352 with VIEWPORT_HEIGHT ( #1232 )
2019-06-02 17:51:33 +01:00
Anders Jenbo
565bb5aa7d
Adust dFlag enums
2019-05-29 16:23:08 +01:00
galaxyhaxz and Anders Jenbo
6a68d6b271
DRLG_MRectTrans
2019-05-27 08:44:22 +01:00
galaxyhaxz
87c63ffb34
DRLG_HoldThemeRooms
2019-05-26 21:39:17 -05:00
galaxyhaxz and Anders Jenbo
31cbaed01e
fix name type
2019-05-22 08:30:59 +01:00
galaxyhaxz and Anders Jenbo
6d308fe088
DRLG_CreateThemeRoom
2019-05-12 15:12:54 +01:00
Anders Jenbo
5cc368376f
Clean up drlg_l1.cpp
2019-05-02 00:16:46 +01:00
Sergey Semushin and Anders Jenbo
908720efa1
Clean up InitMonsters.
2019-05-01 10:12:50 +01:00
galaxyhaxz and Anders Jenbo
029b15f298
Fix type for Dungeon Micros
2019-04-26 03:17:06 +02:00
galaxyhaxz
777c517b8e
Change ASM macro
2019-04-22 02:23:12 -05:00
galaxyhaxz and Anders Jenbo
540892ff9d
Preliminary support for fixed header files
2019-04-21 17:20:38 +02:00