- Aug 31, 2021
- Aug 14, 2021
-
-
James R. authored
Previously took only the filename, so the directory component was stripped. This broke dependencies for basically every file.
-
- Aug 07, 2021
-
-
SMS Alfredo authored
-
- Jul 31, 2021
-
-
Monster Iestyn authored
-
Monster Iestyn authored
P_ZMovement: add a P_MobjWasRemoved check after P_CheckPosition, so we can bail out if the mobj was removed (by Lua most likely)
-
- Jul 15, 2021
-
-
Claire Ellis authored
-
Claire Ellis authored
-
Claire Ellis authored
This was done by storing flag-for-removal status as a boolean inside the player struct. Bot players are instead removed at the start of G_Ticker, rather than being removed immediately by G_RemovePlayer.
-
Claire Ellis authored
-
Claire Ellis authored
-
- Jul 13, 2021
-
-
Nev3r authored
-
Nev3r authored
-
Nev3r authored
Bugfix - Fix sporadically occurring incorrect userdata types in Lua, caused by previously loaded userdata which didn't get invalidated in previous sessions. Invalidate userdata for line and mapthing args. Invalidate userdata for slopes and their normal, origin and direction vectors.
-
Claire Ellis authored
-
- Jul 12, 2021
- Jul 11, 2021
-
-
Monster Iestyn authored
-
- Jul 08, 2021
-
-
James R. authored
(Demos do not call CL_Reset BTW.)
-
- Jul 06, 2021
- Jun 30, 2021
-
-
Claire Ellis authored
-
Claire Ellis authored
-
Claire Ellis authored
-
Claire Ellis authored
-
- Jun 29, 2021
-
-
James R. authored
According to this answer-- https://stackoverflow.com/a/45952425 --Make will always prefer a unix shell, even on Windows, if one can be found in Path. So we can't check PATH to determine if it's a Windows shell... this is just too much bother.
-
James R. authored
-
James R. authored
-
-
James R. authored
-
James R. authored
-
James R. authored
-
- Jun 22, 2021
-
-
James R. authored
-
James R. authored
If a variable is defined as in 'make CC=gcc-10', then that definition overrides anything other definition in the Makefile.
-
James R. authored
After a checkout from before revision, old directories such as bin/Linux64 only remain if untracked files exist within. This may be confusing to the user. They may even use an outdated executable if it is one of those untracked files.
-
- Jun 21, 2021
- Jun 20, 2021
-
-
James R. authored
-
- Jun 16, 2021