Go to file
Aleric Inglewood d89f3d25c3 Bug / compile error - fix.
path is treated as a null-terminated string, which is only guaranteed
when the buffer that strncpy copies to is at least one larger than
the maximum number of characters copied (the third argument).

Without this patch, g++ 13.2.1 gives a warning turned into an error.
2023-08-21 19:39:43 +02:00
.github bad indents kill yaml... 2023-08-06 20:08:43 +01:00
doc Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2023-05-18 13:43:48 +02:00
etc Merge axon 2017-09-20 01:09:14 +02:00
fsutils Don't strip the leading md5sum char unless its a '\' 2023-05-15 00:27:08 +01:00
indra Bug / compile error - fix. 2023-08-21 19:39:43 +02:00
scripts Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2023-05-02 17:52:00 +02:00
.clang-format DRTVWR-497 tweak clang-format rules for argument packing 2020-08-24 13:52:57 -06:00
.gitattributes More line ending normalization madness 2020-01-16 09:35:33 +01:00
.gitignore Odd merge issue and ignore more crap. 2023-04-03 12:39:43 +01:00
.pre-commit-config.yaml SL-15741: Add pre-commit configuration 2022-01-24 18:47:10 +02:00
BuildParams Merge branch 'SL-15742' into DRTVWR-527-maint 2021-12-16 00:58:44 +02:00
FIRESTORM-SOURCE_LICENSE_HEADER.txt Flip dates to 2023 2023-01-02 19:19:28 +01:00
LICENSE Renamed LICENSE.txt to follow naming scheme of other repos 2022-11-18 17:10:03 -05:00
README_BUILD_FIRESTORM_LINUX.txt Add example for using multithreaded xz compression to linux build instructions 2022-02-15 17:10:52 +01:00
README_BUILD_FIRESTORM_MACOSX.txt tip to default branch. 2014-12-12 09:36:00 +01:00
README_BUILD_FIRESTORM_WINDOWS.txt Update configure script and Windows readme file for VS2017 tools update 2020-07-24 00:20:08 +02:00
autobuild.xml FMOD Studio 2.02.15 update for OSX 2023-06-23 23:23:30 +02:00
build.sh Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2021-11-16 21:01:05 +01:00
build_target.sh Add simple script to allow parallel build of OS/SL 2020-10-10 01:39:14 +01:00
requirements.txt remove commented out old cruft from requirements.txt 2023-07-10 00:24:54 +01:00