git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@362 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2002-12-07 01:08:14 +00:00
parent 6b07850600
commit 8c51bbdb8d
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -1,4 +1,10 @@
0.2: 0.2:
- Fixed typo in Thraddash text, from Dan Plimak.
- Make HMalloc abort when no memory available, from Abaddon.
- Replace malloc() calls by HMalloc, from Abaddon.
- #include <SDL.h> in main program, for OSX, from Max Horn.
- Use sources for getopt() for all systems that don't support it, not only
for Windows, from Max Horn.
- Planet code cleanups, from PhracturedBlue - Planet code cleanups, from PhracturedBlue
- Changed some types to SDLKey in input.c to prevent overflows, from tamlin - Changed some types to SDLKey in input.c to prevent overflows, from tamlin
- Slider now moves in communications (OpenAL) - Slider now moves in communications (OpenAL)
+3
View File
@@ -185,4 +185,7 @@ Questions:
If we want, we could allocate a block of reserve memory at the start, If we want, we could allocate a block of reserve memory at the start,
which we can free when no more memory is available, to allow an emergency which we can free when no more memory is available, to allow an emergency
save. save.
- If we want, we could allocate a block of reserve memory at the start,
which we can free when no more memory is available, to allow an emergency
save.
- How about an ISO image for a self-contained linux CD which boots into SC2? - How about an ISO image for a self-contained linux CD which boots into SC2?