Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Add error messages to `String::hex_to_int`, and accept capital X in prefix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now (normal, point)
|
|
Whenever we change the name (or remove) generated cpp files with the `.gen.cpp`
extension, users run into build issues when switching between branches (i.e.
switching before and after the name change/removal). This is because we glob
`*.cpp` so if a now-obsolete file from a previous build is present, we'll
include it too, potentially leading to bugs or compilation failure (due to
missing headers or invalid code).
So globbing patterns in `add_source_files` will now skip files ending with
`.gen.cpp`, which should instead be passed explicitly where they're used.
|
|
They're the same for all platforms so they don't need to be repeated in all
platform definitions.
|
|
Found by `scons dev=yes` on llvm-mingw.
|
|
So they don't reference to the old values anymore and instead refer to
a new value.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kdiduk/issue-52491-fix-value-conversion-in-hashfuncs-header
#52491 Cosmetic: fix type cast so that it matches return value type
|
|
Fix ClassDB API type mismatch bug between --editor and player
|
|
|
|
|
|
|
|
Was always reporting it to be a spawn, even for despawns.
|
|
|
|
Fix some LGTM errors of "Multiplication result converted to larger type"
|
|
Make the project data directory customizable
|
|
|
|
NodeAnimation"
|
|
|
|
|
|
|
|
Co-authored-by: Chaosus <chaosus89@gmail.com>
|
|
|
|
|
|
|
|
|
|
For consistency with the other user facing changes.
|