Planet zoomng now uses GraphicScale, which cleans up a lot of

memory alloc/deallocs
Fixed a big (3.5MB) memory leak in BlurImage


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@877 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
ghaushe
2003-03-08 18:04:53 +00:00
parent ed9997b9fa
commit d490e09467
6 changed files with 16 additions and 57 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.3:
- Fixed a long standing memory leak relating to planet surface -PhracturedBlue
- Scaled images no longer allocate/free memory all the time -McMartin
- Planet spin on lander launch/return is now enabled -PhracturedBlue
- Fix skipping after planet scan, landing (closes bug 31) -PhracturedBlue