Open main menu

Difference between revisions of "User:Buddha^/GSoC2007-ProjectDiary"

Added info on done work on 2007-08-08 and 2007-08-09.
(Added info on done work on 2007-08-06 and 2007-08-07.)
(Added info on done work on 2007-08-08 and 2007-08-09.)
Line 1,086: Line 1,086:


Worked on Apple IIGS instrument loading code for ScummVM.
Worked on Apple IIGS instrument loading code for ScummVM.
== 2007-08-08 (Wednesday) - Some more work on the Apple IIGS instrument loading ==
Worked some more on the Apple IIGS instrument and wave file loading code
(Here's today's tiny [http://scummvm.svn.sourceforge.net/viewvc/scummvm/scummvm/trunk/engines/agi/sound.cpp?r1=28501&r2=28505 commit]).
== 2007-08-09 (Thursday) - Committed Apple IIGS instrument and wave file loading code ==
Committed the Apple IIGS instrument and wave file loading code the the trunk.
Diffs:
* Small commits:
** [http://scummvm.svn.sourceforge.net/viewvc/scummvm/scummvm/trunk/engines/agi/sound.cpp?r1=28505&r2=28506 Removed old loadInstruments()]
** [http://scummvm.svn.sourceforge.net/viewvc/scummvm/scummvm/trunk/engines/agi/sound.cpp?r1=28506&r2=28507 Brought back and changed some variables from inside a #if 0 ... #endif]
* The main bulk of code:
** Added Apple IIGS instruments and wave file loading. (Apple IIGS music playing is broken at the moment)
*** [http://scummvm.svn.sourceforge.net/viewvc/scummvm/scummvm/trunk/engines/agi/sound.cpp?r1=28507&r2=28508 Code]
*** [http://scummvm.svn.sourceforge.net/viewvc/scummvm/scummvm/trunk/engines/agi/sound.h?r1=27024&r2=28508 Header definitions]
Also learned that the command line tool svn doesn't convert "\n" to a newline (I gave a commit log with the -m parameter
to the svn-tool with a "\n" in it. It didn't convert it at all but just copied it as it is to the commit log).
417

edits