Gleb Mazovetskiy
|
052e38e59c
|
Xbox NXDK: Use diasurgical fork of libfmt
|
4 years ago |
ephphatha
|
e8a50f104e
|
Restore legacy behaviour
Ensures that tests pass
|
4 years ago |
Anders Jenbo
|
acc4f27f63
|
Remove last usage of DWORD
|
4 years ago |
Vladimir Olteanu
|
75ea31e89c
|
Remove unused misc items
|
4 years ago |
Anders Jenbo
|
16b65120ea
|
Clean up LevelMonsterTypes related code
|
4 years ago |
Gleb Mazovetskiy
|
7ad0ec925f
|
Reduce sizes of Monster (goal)Vars
sizeof(Monster): 168 -> 144
|
4 years ago |
Mikołaj Piróg
|
262fa9ac2d
|
Rename MonsterData members (#5000)
|
4 years ago |
Gleb Mazovetskiy
|
9cdb9e9585
|
rg99: Enable `-fmerge-all-constants`
|
4 years ago |
Gleb Mazovetskiy
|
ca408b1ebc
|
Bump simpleini
Includes
56499b5af5
which fixes a warning
|
4 years ago |
Anders Jenbo
|
9cae6dad7d
|
Clean up most usages of DWORD
|
4 years ago |
Mikołaj Piróg
|
c38db60d0b
|
Remove monster name member from monster struct (#4986)
|
4 years ago |
Stephen C. Wills
|
224e3ef0ea
|
Replace issue template with issue form
|
4 years ago |
Gleb Mazovetskiy
|
f460405818
|
Fix warnings
Note that in test/utf8_test.cpp, the first comparison was redundant.
For a signed char, this iterates from -128 to -1, unsigned from 0 to 128.
|
4 years ago |
Gleb Mazovetskiy
|
2a7f771bd8
|
CMake: Use the mold linker where available
Linking a debug build:
GNU LD: 1.82s
Mold: 0.03s
|
4 years ago |
Gleb Mazovetskiy
|
304c62d943
|
Fix a HeadlessMode typo in monster.cpp
Fixes #4990
|
4 years ago |
Anders Jenbo
|
ac2bf9aaac
|
Limit what gets called in headless mode
|
4 years ago |
Anders Jenbo
|
4c01871ec9
|
Fetch shareware data for tests
|
4 years ago |
obligaron
|
ebfb519ee0
|
Rename gbQuietMode to HeadlessMode
|
4 years ago |
obligaron
|
40283ca69e
|
Introduce timedemo based tests
|
4 years ago |
obligaron
|
bab9baa42a
|
Handle gbQuietMode for paths in StartGame
|
4 years ago |
obligaron
|
0d00d75cd3
|
Items: Handle if CelSprite is not present
|
4 years ago |
Cesar Canassa
|
ce349789cf
|
♻️ Refactor M_StartKill to receive a Monster reference (#4943)
|
4 years ago |
Cesar Canassa
|
f0d1d58499
|
♻️ Remove monsterId from delta_kill_monster
|
4 years ago |
Cesar Canassa
|
2c558a7aa0
|
♻️ Adds distanceToEnemy method
|
4 years ago |
Cesar Canassa
|
fcd5928846
|
♻️ Refactor RandomWalk to receive a Monster reference (#4905)
|
4 years ago |
Andrew James
|
d9d1385f6c
|
Take const reference in DirOK (#4985)
|
4 years ago |
ephphatha
|
073b62549c
|
Cleanup AddTrap
|
4 years ago |
ephphatha
|
16b8530375
|
Object reference in AddObjectLight
|
4 years ago |
ephphatha
|
90c8f41e52
|
Object reference in AddChest
|
4 years ago |
ephphatha
|
019b52c247
|
Remove temporary variables in SpawnRock
|
4 years ago |
ephphatha
|
c2ccaf2080
|
Use ObjectAtPosition helpers for dun export
|
4 years ago |
ephphatha
|
fe62359dbd
|
Add helper to map unique types to monster types
|
4 years ago |
ephphatha
|
1337ff6ea2
|
Add check if a monster potentially has leashed minions
|
4 years ago |
ephphatha
|
ff1e67ae73
|
Rework PlaceGroup to not use UniqueMonsterPack enum
|
4 years ago |
ephphatha
|
b60bdf8b9b
|
Unset leader of minions when the leader dies
|
4 years ago |
ephphatha
|
4fef842b0b
|
Remove use of ID/index from PlaceGroup
use getId helper for leader id
Co-authored-by: Anders Jenbo <anders@jenbo.dk>
|
4 years ago |
ephphatha
|
1e0f2c149c
|
Add getLeader helper for monsters in a pack
|
4 years ago |
qndel
|
5438a67752
|
Revert "artifacts as releases (#4892)" (#4982)
This reverts commit 7612fb4bb5.
|
4 years ago |
Gleb Mazovetskiy
|
51115d730f
|
OpenDingux: Set ccache directory explicitly
The latest OpenDingux buildroot default to the `/__w/` ccache directory
due to a bug.
Set the ccache directory explicitly to work around that.
|
4 years ago |
obligaron
|
34f2871e12
|
Only upload artifacts to sotrage repo in diasurgical org
|
4 years ago |
M0Rf30
|
dc2acbfa8a
|
Update Italian language
|
4 years ago |
Ivan
|
b13953406c
|
Update uk.po
attacker is translated to ukrainian as нападник, not володар
|
4 years ago |
Gleb Mazovetskiy
|
33ac2cca8e
|
♻️ Make Monster counters `size_t`
|
4 years ago |
Gleb Mazovetskiy
|
ae6a3dbe5e
|
Add missing <ctime> includes for `std::tm`
|
4 years ago |
Gleb Mazovetskiy
|
2be823a468
|
Fix progress bar on already-visited levels
Fixes #4970
|
4 years ago |
Gleb Mazovetskiy
|
850c99a714
|
Fixup "Identify which item?" translation
|
4 years ago |
Nicholas Calaway
|
67aaced610
|
Fix bad interaction between hold to attack and quick cast (#4965)
|
4 years ago |
Gleb Mazovetskiy
|
ff3f2da054
|
Update OpenDingux toolchains
|
4 years ago |
Anders Jenbo
|
ac4c754430
|
Add test for borken Catacombs generatrion
|
4 years ago |
Gleb Mazovetskiy
|
6181e53c10
|
OpenDingux: rg99 port
|
4 years ago |