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:
- 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
- Changed some types to SDLKey in input.c to prevent overflows, from tamlin
- Slider now moves in communications (OpenAL)