Native message box on MacOSX; platform-specific separation of box drivers

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3252 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-10-25 22:21:08 +00:00
parent 9ef9d69622
commit 90945cf8df
9 changed files with 205 additions and 46 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.7:
- Added a native error box for MacOSX (like we have for Windows) - Alex
- Fix for weird colors problem on MacOSX w/ SDL 1.2.14; also improves
overall compatibility on all platforms - Alex
- Unix build system cleanups, fix detection of SDL, libmikmod, pthread - SvdB