ScummVM daily builds

Date Source i586-linux i586-win32
20100313 bzipped (8.3M) stripped (3.1M)
unstripped (13M)
Build log (text | html)
stripped (3.1M)
unstripped (26M)
Build log (text | html)
20100312 bzipped (8.3M) stripped (3.1M)
unstripped (13M)
Build log (text | html)
stripped (3.1M)
unstripped (26M)
Build log (text | html)
20100311 bzipped (8.3M) stripped (3.1M)
unstripped (13M)
Build log (text | html)
stripped (3.1M)
unstripped (26M)
Build log (text | html)
20100310 bzipped (8.3M) stripped (3.1M)
unstripped (13M)
Build log (text | html)
stripped (3.1M)
unstripped (26M)
Build log (text | html)
20100309 bzipped (8.3M) stripped (3.1M)
unstripped (13M)
Build log (text | html)
stripped (3.1M)
unstripped (26M)
Build log (text | html)

Last updated: Sat Mar 13 08:10:38 UTC 2010
Build host: Linux trelane 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:01:29 UTC 2009 i686 GNU/Linux

Recent changelog entries

r48248 | fingolfin | 2010-03-12 23:02:24 +0000 (Fri, 12 Mar 2010) | 1 line

Fix from LordHoto for bug #2859401: GUI: GMM crashes when running in 320x200 and 320x240

r48246 | fingolfin | 2010-03-12 22:34:54 +0000 (Fri, 12 Mar 2010) | 1 line

Fix bug #2969282: DW2: Weird "PC SPEAKER-like" sound distortion.

r48245 | lordhoto | 2010-03-12 13:10:37 +0000 (Fri, 12 Mar 2010) | 1 line

This hopefully fixes building on win64.

r48244 | fingolfin | 2010-03-12 10:31:58 +0000 (Fri, 12 Mar 2010) | 1 line

GP2x: Oops, forgot to checkin this file

r48243 | fingolfin | 2010-03-12 00:46:54 +0000 (Fri, 12 Mar 2010) | 1 line

GP2X: Try to fix compile error

r48242 | fingolfin | 2010-03-12 00:37:25 +0000 (Fri, 12 Mar 2010) | 1 line

Fix typos

r48241 | fingolfin | 2010-03-11 23:41:28 +0000 (Thu, 11 Mar 2010) | 1 line

GUI: Remove GuiObject::getMillis()

r48240 | fingolfin | 2010-03-11 23:40:40 +0000 (Thu, 11 Mar 2010) | 1 line

cleanup

r48239 | fingolfin | 2010-03-11 23:40:19 +0000 (Thu, 11 Mar 2010) | 6 lines

MIXER: Change MixerImpl::playInputStream to error out when mixer is not ready

My previous commit which tried to support this does not work correctly when using QueuingAudioStream; it then just leads to nasty crashes. Hence I am removing this again for now, until I get around to implement one of the better alternatives.

r48238 | fingolfin | 2010-03-11 23:39:51 +0000 (Thu, 11 Mar 2010) | 1 line

Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the MixerImpl constructor