Updated
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@362 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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?
|
||||||
|
|||||||
Reference in New Issue
Block a user