From c14c2b010d8416c97f28015b356369622a3e6eb2 Mon Sep 17 00:00:00 2001 From: avolkov Date: Sun, 21 Sep 2003 15:58:12 +0000 Subject: [PATCH] Movie player message (video playback support phase 2) git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1256 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 4f2e0ea36..bede24951 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,5 +1,8 @@ Changes towards version 0.4: - 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 + from decoder by SvdB) -Alex - Extra fallback for the unlikely situation that $HOME isn't set on a unix system. (#493) - SvdB - Accept spaces in --contentdir argument (#492) - SvdB