Switch SetFlashRect() to the new flash code, as the next step towards getting rid of threads. Also some small cleanups.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3749 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2012-01-23 20:14:45 +00:00
parent ca5ead9d65
commit 20e2ea337f
9 changed files with 234 additions and 251 deletions
+2
View File
@@ -1,4 +1,6 @@
Changes towards version 0.8:
- Switch SetFlashRect() to the new flash code -- SvdB
- Add C++ support to the build system, from Scott A. Colcord
- Cleaning up DoModifyShips() - SvdB
- Added Valgrind suppression file, from Louis Delacroix
- Fix several memory leaks, from Loius Delacroix