Migrated the GraphicsLock to an ordinary mutex; it is used exclusively

for maintaining critical sections.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1253 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2003-09-20 07:38:23 +00:00
parent 3e17b20d47
commit 51aa717fc6
54 changed files with 642 additions and 640 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.4:
- Downgraded the GraphicsLock to an ordinary Mutex -Michael
- Extra fallback for the unlikely situation that $HOME isn't set on a
unix system. (#493) - SvdB
- Accept spaces in --contentdir argument (#492) - SvdB