Louis Gombert
|
5372e01323
|
Run clang-format on legacy code
|
2024-06-15 20:13:59 +02:00 |
|
GravisZro
|
1c7e3053f2
|
Replace "PSPATHNAME_LEN" and "MAX_PATH" with "_MAX_PATH"
|
2024-06-01 22:19:41 -04:00 |
|
GravisZro
|
f7ae658fe2
|
Modernize struct/enum/unions type declarations
|
2024-05-30 03:35:17 -04:00 |
|
GravisZro
|
9cf9781369
|
Properly format/use variadic macros
|
2024-05-24 20:57:17 -04:00 |
|
GravisZro
|
26b7776f43
|
Replace "ubyte" with "uint8_t"
|
2024-05-23 23:07:26 -04:00 |
|
GravisZro
|
a3a3797067
|
Replace "uint" with "uint32_t"
|
2024-05-23 22:57:25 -04:00 |
|
GravisZro
|
c18b6d0b39
|
Win64 fixes for legacy code
|
2024-05-22 18:30:56 -04:00 |
|
Louis Gombert
|
31b63bb79f
|
Add license to legacy utilities
Generated using script:
for file in \$(find ./legacy -type f | \grep -E "\.cpp|\.h")
do
mv $file temp.xxx
cp gplheader $file
cat temp.xxx >> $file
done
|
2024-04-20 18:33:12 +02:00 |
|
Louis Gombert
|
b0f7dc1437
|
Add D3 utilities source (from kevinbentley/add-missing)
Kevin Bentley <kevin.bentley@gmail.com>
|
2024-04-20 18:33:12 +02:00 |
|