ScummVM daily builds

Date Source i586-linux i586-win32
20100731 bzipped (8.5M) stripped (3.2M)
unstripped (14M)
Build log (text | html)
stripped (3.2M)
unstripped (26M)
Build log (text | html)
20100730 bzipped (8.5M) stripped (3.2M)
unstripped (14M)
Build log (text | html)
stripped (3.2M)
unstripped (26M)
Build log (text | html)
20100729 bzipped (8.5M) stripped (3.2M)
unstripped (14M)
Build log (text | html)
stripped (3.2M)
unstripped (26M)
Build log (text | html)
20100728 bzipped (8.5M) stripped (3.2M)
unstripped (14M)
Build log (text | html)
stripped (3.2M)
unstripped (26M)
Build log (text | html)
20100727 bzipped (8.5M) stripped (3.2M)
unstripped (14M)
Build log (text | html)
stripped (3.2M)
unstripped (26M)
Build log (text | html)

Last updated: Sat Jul 31 08:25:48 UTC 2010
Build host: Linux trelane 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686 GNU/Linux

Recent changelog entries

r51533 | m_kiewitz | 2010-07-31 07:37:06 +0000 (Sat, 31 Jul 2010) | 1 line

SCI: fixing stupid typo

r51532 | lordhoto | 2010-07-31 02:11:05 +0000 (Sat, 31 Jul 2010) | 1 line

SCI: Whitespace cleanup.

r51527 | mthreepwood | 2010-07-31 00:54:32 +0000 (Sat, 31 Jul 2010) | 4 lines

SCI: Fix walking in GK1 later in the game

The Feature class uninit'd workaround needs to be extended to all levels of inheritance.

r51526 | m_kiewitz | 2010-07-31 00:48:03 +0000 (Sat, 31 Jul 2010) | 4 lines

SCI: fix kAddToPic called with view data

and adding workaround for pq2 when showing windows with pictures change to kAddToPic fixes bad coordinates of cels when restoring the game (should also fix lsl2)

r51524 | lordhoto | 2010-07-30 23:42:50 +0000 (Fri, 30 Jul 2010) | 3 lines

JANITORIAL: Some small explanation about stability of sorting algorithms.

Special thanks to lskovlun for his suggestion to add this.

r51523 | lordhoto | 2010-07-30 23:24:45 +0000 (Fri, 30 Jul 2010) | 1 line

SCI: Add comment about stability requirements in makeSortedList.

r51522 | lordhoto | 2010-07-30 23:24:22 +0000 (Fri, 30 Jul 2010) | 1 line

JANITORIAL: Add comment about the stability of Common::sort.

r51521 | lordhoto | 2010-07-30 22:47:01 +0000 (Fri, 30 Jul 2010) | 12 lines

SCI: Switch to Common::RandomSource.

Since I got no response to my mail to -devel, I just assume that there is no specific reason for using rand() in SCI.

As explained in my mail to -devel about why SCI uses rand, this might allow SCI to work with our event recording, when that ever gets finished.

I adapted kRandom so that it also supports negative random numbers. And furthermore that the toNumber argument is smaller than the fromNumber argument. I am not sure whether that really happens though, but it should be safer to have this. I marked that place with an TODO/CHECKME.

r51520 | m_kiewitz | 2010-07-30 22:44:23 +0000 (Fri, 30 Jul 2010) | 3 lines

SCI: fixing view scaling code

fixes crash in sq5 with elevator on goliath

r51518 | m_kiewitz | 2010-07-30 21:29:45 +0000 (Fri, 30 Jul 2010) | 1 line

SCI: speed throttler cleanup and iceman comment