From 8c51bbdb8d2dbbdbe234e52b17d2f72f9c0df17b Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sat, 7 Dec 2002 01:08:14 +0000 Subject: [PATCH] Updated git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@362 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 6 ++++++ sc2/TODO | 3 +++ 2 files changed, 9 insertions(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index ec8062551..5b7328989 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -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 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) diff --git a/sc2/TODO b/sc2/TODO index f5a04481e..726ab455c 100644 --- a/sc2/TODO +++ b/sc2/TODO @@ -185,4 +185,7 @@ Questions: 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. +- 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?