- Jul 28, 2023
- Jul 26, 2023
-
-
SteelT authored
This combined with the previous commit fixes building the test suite
-
Sal authored
-
Sal authored
-
-
Warn in console instead of hard erroring when attempting to modify a vanilla skincolor (resolves #1046)
-
clang-tidy performs static analysis over the compilation unit, producing more comprehensive compile warnings than are normally generated by the compiler. For example, it will trace branches in a function to find the exact conditions in which a null dereference can occur. Note that this produces an absurd amount of warnings for our existing C code, and significantly slows compile times. It is pretty effective at its job though. I think it would be good to turn on by default for upcoming C++ code.
-
Sal authored
-
Sal authored
"Add some extra randomization" is not how RNG works
-
Lactozilla authored
-
Lactozilla authored
Co-authored-by:
Sally Coolatta <tehrealsalt@gmail.com>
- Jul 25, 2023
-
-
Sal authored
- Fix `lib_getSkinSprite` overshadowing `sprites` global - Rename terrible result_e `ok` so it stops overshadowing crap - Remove inlining from w_wad.c since it reached the inline limit (remember kids, your compiler knows better than you these days whenever or not to inline something) - Remove unused variable in G_PlayerReborn
-
-
Sal authored
Don't allow loading demos with invalid file lists at all. If you insist on doing this, it has to be done from the command line now.
-
Sal authored
-