Dale Weiler
|
f892b32335
|
Major export cleanup. Anything that was exported but wasn't used outside where it was implemented has been turned into static, and their exports have been removed. This actually makes the compiler compile slightly faster.
|
2013-05-29 03:29:04 +00:00 |
|
Dale Weiler
|
df8b486c98
|
Prevent negitive numbers from being used as the left operand of shift operator.
|
2013-05-29 02:37:45 +00:00 |
|
Dale Weiler
|
f281de7a3c
|
Cleanups and fixes
|
2013-05-29 02:16:50 +00:00 |
|
Wolfgang Bumiller
|
3a4aba0b31
|
Grrrr
|
2013-04-24 17:47:42 +02:00 |
|
Dale Weiler
|
489ad486bc
|
Get it compiling in visual studio again.
|
2013-04-24 01:43:53 +00:00 |
|
Dale Weiler
|
160e7cf7ee
|
Remove trailing whitespace
|
2013-04-21 10:24:55 +00:00 |
|
Dale Weiler
|
eb2a74f7e7
|
Flatten more external functions
|
2013-04-14 01:25:11 +00:00 |
|
Dale Weiler
|
48d6375817
|
flatten the use of strcpy, 90% of the cases we already knew the length of the string either at compile-time, or already within the scope we where, thus letting us use strncpy, which can be further optimized (unrolled if static)
|
2013-04-14 01:00:25 +00:00 |
|
Dale Weiler
|
0b154d69e7
|
BOOM
|
2013-02-10 13:59:24 +00:00 |
|
Dale Weiler
|
b0c6dc5ab2
|
Fix mem leak.
|
2013-02-10 02:08:17 +00:00 |
|
Dale Weiler
|
fb8fb9f0f7
|
These includes are not required
|
2013-02-08 16:43:31 +00:00 |
|
Dale Weiler
|
02230ca992
|
endian swap on FOURCC for "PACK" on BE systems.
|
2013-02-08 16:40:47 +00:00 |
|
Dale Weiler
|
533b2144c5
|
Fix some memleaks.
|
2013-02-08 16:39:14 +00:00 |
|
Dale Weiler
|
eabb92f7b4
|
A command line interface for the PAK utility, made it a seperate build target too.
|
2013-02-08 16:32:15 +00:00 |
|
Dale Weiler
|
945aba6e10
|
Make it compile as C++ code AGAIN
|
2013-02-08 12:20:48 +00:00 |
|
Dale Weiler
|
8d59d7029d
|
Cleanup cargocult directory and file specific things, to fs.c (renamed file.c which also contains directory handling stuff). Also cleaned up some stuff, and added proper end comments to conditional inclusion stuff.
|
2013-02-08 12:06:59 +00:00 |
|
Dale Weiler
|
ece64dc779
|
fix build issue
|
2013-02-07 20:10:01 +00:00 |
|
Dale Weiler
|
aef60b7ec1
|
Add directory support for extract_all
|
2013-02-07 20:08:50 +00:00 |
|
Dale Weiler
|
8ecfc51799
|
Cleanups and fixes to the PAK utility, can now extract/insert, tested and functional for the most part.
|
2013-02-07 17:21:15 +00:00 |
|
Dale Weiler
|
1fa9fbb94b
|
Fixes to the PAK utility.
|
2013-02-07 17:07:29 +00:00 |
|
Dale Weiler
|
86df8c8a78
|
Work in progress PAK extractor/insterter.
|
2013-02-07 16:22:47 +00:00 |
|