- Jun 29, 2021
- Jun 24, 2021
-
-
James R. authored
Some issues with the Makefile See merge request STJr/SRB2!1553
-
- 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 16, 2021
- Jun 08, 2021
-
-
James R. authored
-
- Jun 06, 2021
-
-
sphere authored
Fix console text bleeding See merge request STJr/SRB2!1434
-
- Jun 01, 2021
-
- May 20, 2021
-
-
SteelT authored
-
https://github.com/rjpfonseca/SRB2SteelT authored
-
- May 12, 2021
-
-
SteelT authored
-
- May 09, 2021
-
-
RJPFonseca authored
-
LJ Sonic authored
The year is 2021 See merge request STJr/SRB2!1500
-
- May 08, 2021
-
-
James R. authored
Some of these integers exceed the precision of float. In that case the number is rounded. The rounding shouldn't matter too much anyway, so just shut the compiler up.
-
James R. authored
-
James R. authored
- target_sources from correct directory - enable_language must be used in add_executable directory
-
- May 07, 2021
- May 06, 2021
-
-
sphere authored
Stop using metatables with light userdata See merge request STJr/SRB2!1495
-
sphere authored
Update URL on the addon screen See merge request STJr/SRB2!1489
-
James R. authored
-
James R. authored
Fix MusicChange hook not returning some values correctly See merge request STJr/SRB2!1496
-
- May 05, 2021
-
-
James R. authored
This establishes (near) parity of source code file lists between the Makefile and CMakeLists.txt To make that change I messed around CMakeLists.txt a bit. It now uses target_sources and target_compile_definitions. I also removed some MSVC stuff since we don't actually care about MSVC--it made things easier. CMake minimum version 3.0 -> 3.13 for target_sources.
-
James R. authored
- Quotes were not removed by ECHO. - DEL would print an error on nonexistent file. - MD would do this plus return a nonzero exit code.
-