Anders Jenbo
|
6d56058708
|
Move level generation to subfolder
|
4 years ago |
Gleb Mazovetskiy
|
de3c9874c7
|
Migrate large bool arrays to `std::bitset`
E.g. `dRendered` size is reduced by 10 KiB
|
4 years ago |
Anders Jenbo
|
4cc3a5264c
|
Make dPiece zero-indexed
|
4 years ago |
Anders Jenbo
|
60856fb724
|
Clean up ApplyCryptShadowsPatterns
|
4 years ago |
Anders Jenbo
|
0d5f07d93c
|
Clean up chamber generation
Share soom selection, remove unreachable cases
|
4 years ago |
Anders Jenbo
|
fd98aff9f1
|
Move shared dungeon level code to common function
|
4 years ago |
Anders Jenbo
|
6fa681e567
|
Clean up level initialization
|
4 years ago |
Anders Jenbo
|
6fffbb4676
|
Clean up selecting what chamber to spawn quests in
|
4 years ago |
Anders Jenbo
|
d17d7e018d
|
Use common function for loading .dun tile data
|
4 years ago |
Anders Jenbo
|
98a10d262e
|
Unify PlaceMiniSet
|
4 years ago |
Anders Jenbo
|
357d477f65
|
Update DRLG_L1 to use Miniset
|
4 years ago |
Anders Jenbo
|
655e879116
|
Lable Crypt tiles
|
4 years ago |
Anders Jenbo
|
359e31a900
|
Add PlaceMiniSetRandom1x1() helper for simple replacements
|
4 years ago |
Anders Jenbo
|
6962fcd63e
|
Clean up PlaceMiniSet()
|
4 years ago |
Anders Jenbo
|
b2278b85f8
|
Apply workaround for OOB in DRLG L1
|
4 years ago |
Anders Jenbo
|
d8e8be49d1
|
Remove unused code from l1 PlaceMiniSet
|
4 years ago |
Anders Jenbo
|
afec954c9a
|
Convert dflags to boolean
|
4 years ago |
Anders Jenbo
|
5c17c92b01
|
Clean up drlg_l1 door placement
|
4 years ago |
Anders Jenbo
|
1203514383
|
Clean up use of currlevel
|
4 years ago |
qndel
|
354e329644
|
Players[MyPlayerId] -> MyPlayer
|
4 years ago |
Gleb Mazovetskiy
|
ade8aba822
|
Fix some more warnings
|
4 years ago |
Juliano Leal Goncalves
|
ba66a9dc87
|
♻️ Replace 'dmaxx' and 'dmaxy' globals with single 'dmaxPosition'
|
5 years ago |
Juliano Leal Goncalves
|
6583410152
|
♻️ Replace 'dminx' and 'dminy' globals with single 'dminPosition'
|
5 years ago |
Juliano Leal Goncalves
|
940a120bf9
|
♻️ Replace 'ViewX' and 'ViewY' globals with single 'ViewPosition'
|
5 years ago |
BC Ko
|
40c804c0ba
|
Replace QuestStatus() with IsAvailable() in QuestStruct
|
5 years ago |
BC Ko
|
c85d3f4b21
|
Merge pull request #2555 from bcko/2348_bcko_refactor_FindTransparencyValues_2
|
5 years ago |
BC Ko
|
bcd60ea0b4
|
refactor 3 versions of FindTransparencyValues in: drlg_l1.cpp, drlg_l2.cpp, drlg_l4.cpp (#2554)
|
5 years ago |
Anders Jenbo
|
65d7b3c1eb
|
Use AdvanceRndSeed() when changing RNG with out use
|
5 years ago |
Anders Jenbo
|
74b57558c9
|
🚚 Move local code to anonymous namespace
|
5 years ago |
Anders Jenbo
|
85ee14710a
|
Align naming and style in DRLG algorithms
|
5 years ago |
Anders Jenbo
|
6fe4cb32b5
|
Move DRLG functions in to the same relative order
|
5 years ago |
Anders Jenbo
|
bc51e1616d
|
🎨 Apply clang-tidy
|
5 years ago |
Anders Jenbo
|
20262e4569
|
🚚 Move local symbols in to anon namespace
|
5 years ago |
Anders Jenbo
|
9ebdb6db69
|
General clean up
|
5 years ago |
Anders Jenbo
|
9b8bf92575
|
Rename quest globals
|
5 years ago |
Anders Jenbo
|
96bf75b502
|
Rename player globals
|
5 years ago |
Anders Jenbo
|
dce78dde62
|
Rename lighting globals
|
5 years ago |
Anders Jenbo
|
bc59218d0d
|
More clang-tidy/Android Studio cleanups
|
5 years ago |
Anders Jenbo
|
cb564a2d54
|
Clean up A-D
|
5 years ago |
Anders Jenbo
|
a7c7fa0030
|
Fully apply clang-tidy/format to all files
|
5 years ago |
Anders Jenbo
|
fc353fc799
|
Clang-tidy: FunctionCase
|
5 years ago |
Anders Jenbo
|
a350fb0b15
|
Clang-tidy: FunctionCase part 1
|
5 years ago |
Anders Jenbo
|
b71b0149a3
|
Clang-tidy: ConstexprVariableCase
|
5 years ago |
Anders Jenbo
|
99b84230ad
|
Give better names to Hellfire tile replacment patterns
|
5 years ago |
qndel
|
373f1db22e
|
If cleanup + bugfixes (#2273)
|
5 years ago |
Anders Jenbo
|
51b71b01c9
|
Clean up variable init in drlg files
|
5 years ago |
ephphatha
|
357f6f1dc3
|
Move RNG functions to their own header/source files
|
5 years ago |
Anders Jenbo
|
8a4d38dd74
|
Stabalize clang-tidy runs
|
5 years ago |
Anders Jenbo
|
f167bd4dfb
|
Clang-tidy: llvm-include-order
|
5 years ago |
Anders Jenbo
|
1ac8987c58
|
🐛 Fix drlg1 algo
|
5 years ago |