Threadlib refactoring, phase 2.

This is a near-total reorganization.  Full details will appear in
doc/devel/threads when that document is completed.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1257 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2003-09-23 16:33:50 +00:00
parent c14c2b010d
commit e94b959c9d
27 changed files with 309 additions and 290 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.4:
- Major refactoring of threadlib; see doc/devel/threads -Michael
- Downgraded the GraphicsLock to an ordinary Mutex -Michael
- Added movie player; only movies defined are intro and ending;
only .duk decoder present (.duk audio decoder mostly derived