Updated.
This commit is contained in:
parent
dd3008f799
commit
19f5b8651d
|
@ -5,6 +5,14 @@
|
||||||
12292003 - Updated CodeWarrior projects from CW6 to CW7, and made a bunch of
|
12292003 - Updated CodeWarrior projects from CW6 to CW7, and made a bunch of
|
||||||
patches to get the Mac Classic target building again. Removed
|
patches to get the Mac Classic target building again. Removed
|
||||||
zlib114 from CVS repository. Updated OS/2 build batch file.
|
zlib114 from CVS repository. Updated OS/2 build batch file.
|
||||||
|
Added Z_PREFIX define to Unix builds that use internal zlib.
|
||||||
|
Patched up some (outdated?) Visual C project files for zlib121.
|
||||||
|
Patched Doxyfile and physfs.h for newer Doxygen. Fixed OS/2
|
||||||
|
build script. Tweaked Project Builder files to at least compile.
|
||||||
|
Added some last minute BeOS and Cygwin build fixes. Updated
|
||||||
|
Visual Studio projects and tweaked some Makefile.am crap. Made
|
||||||
|
changes so Visual Studio files would pack with DOS endlines and...
|
||||||
|
Upped version to 1.0.0 (woohoo!).
|
||||||
12222003 - Fixed a search-and-replace mistake in win32.c that preventing
|
12222003 - Fixed a search-and-replace mistake in win32.c that preventing
|
||||||
compiling on Windows. (thanks, Brian!) Converted VC6 .dsp to use
|
compiling on Windows. (thanks, Brian!) Converted VC6 .dsp to use
|
||||||
zlib121; made Z_PREFIX=1 enabled by default to avoid link clashes;
|
zlib121; made Z_PREFIX=1 enabled by default to avoid link clashes;
|
||||||
|
|
10
TODO
10
TODO
|
@ -1,16 +1,14 @@
|
||||||
Stuff that needs to be done and wishlist:
|
Stuff that needs to be done and wishlist:
|
||||||
|
|
||||||
These are in no particular order. A 1.0 release is reliant on doing some of
|
These are in no particular order.
|
||||||
this stuff. Some might be dupes, some might be done already.
|
Some might be dupes, some might be done already.
|
||||||
|
|
||||||
- Other archivers: perhaps tar(.gz|.bz2), RPM, ARJ, etc. These are less
|
- Other archivers: perhaps tar(.gz|.bz2), RPM, ARJ, etc. These are less
|
||||||
important, since streaming archives aren't of much value to games (which
|
important, since streaming archives aren't of much value to games (which
|
||||||
is why zipfiles are king: random access), but it could have uses for, say,
|
is why zipfiles are king: random access), but it could have uses for, say,
|
||||||
an installer/updater. I thought it might be neat to have MBOX and Maildir
|
an installer/updater.
|
||||||
support so that both "archives" look identical to an application; might be
|
|
||||||
nice for an email program. That's blue sky, unless someone wants to tackle
|
|
||||||
it.
|
|
||||||
- Stack allocate in stripAppleBundle() (platform/unix.c) instead of calloc().
|
- Stack allocate in stripAppleBundle() (platform/unix.c) instead of calloc().
|
||||||
|
- Reduce malloc() pressure all over the place. We fragment memory like mad.
|
||||||
- macclassic.c :
|
- macclassic.c :
|
||||||
"/* (Hmm. Default behaviour is broken in the base library. :) ) */"
|
"/* (Hmm. Default behaviour is broken in the base library. :) ) */"
|
||||||
- Platforms to port to: Amiga (needs platform driver), DOS4GW (platform driver).
|
- Platforms to port to: Amiga (needs platform driver), DOS4GW (platform driver).
|
||||||
|
|
Loading…
Reference in New Issue