- Mar 23, 2024
-
-
Deucе authored
-
Rob Swindell authored
C++ <sigh> We don't need a .ini section separator anyway.
-
Deucе authored
This should help debug if multiple jobs are writing the same archives.
-
Rob Swindell authored
Just about everything in here has been implemented in v3.20 already
-
Rob Swindell authored
I suppose this should've been part of the previous commit. Again, this is almost verbatim what v4upgrade.c did (though never actually used).
-
Rob Swindell authored
This will allow us to change scfg_t.event[].last to a time_t value (from time32_t) whenever we abandon Borland C/C++ in the future. Now it's trival for sysops to view/edit when their timed events 'last run' values. And there's no more endianness concerns. Bad .dab files, bad, go away. After I wrote this change, I found the original conversion code in v4upgrade.c which is almost exactly the same (except I was going to write to different filename). Finally actually implemented this. Next up: qnet.dab
-
Rob Swindell authored
-
Rob Swindell authored
DDFileLister: (Hopefully) Fix for descLines being undefined in getFileInfoLineArrayForTraditionalUI() See merge request !428
-
Eric Oulashin authored
DDFileLister: (Hopefully) Fix for descLines being undefined in getFileInfoLineArrayForTraditionalUI()
-
- Mar 22, 2024
-
-
Rob Swindell authored
For Dumas Walker (CAPCITY2)
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
-
Deucе authored
More compatible with C++ that way.
-
Deucе authored
Also, for DEBUG builds, add a static assertion that sizeof(dst) != sizeof(void*) to catch the most common breakage.
-
Deucе authored
-
Deucе authored
Need to update the parameter names as well.
-
Deucе authored
While we're here, Update strlcpy() to slightly more optimal FreeBSD-13.3 version.
-
Deucе authored
-
Deucе authored
We really need strlcpy()/strlcat() wrappers in xpdev.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
-
Deucе authored
artifacts before deleting temp files. :(
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
Also, allow tests to run as soon as jsdoor is done, and don't use the artifact file, use the local copy instead.
-
- Mar 21, 2024