freesci-develop
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freesci-develop] FreeSCI glutton repository update


From: Christoph Reichenbach
Subject: [freesci-develop] FreeSCI glutton repository update
Date: Tue, 19 Feb 2008 10:56:08 -0700

ChangeLog updates:

        * src/sfx/iterator.c (_parse_sci_midi_command): Loop channels
        irrespectively of whether they have played notes or not.  The
        previous behaviour appears to have been an unneccessary
        optimisation that wound up breaking the cue iterators (since their
        channel mask is 0, they don't play notes, so they were always
        stopped, thereby causing the ``real'' song to be aborted also.)

        * src/engine/ksound.c (kDoSound_SCI0): Initialise songs with their
        own ID as handle (fixes SQ3 intro song breakage)

        * src/gfx/drivers/xlib_driver.c: Cleaned up warnings


----------

Tue Feb 19 10:07:08 MST 2008  address@hidden
  * Eliminated warnings in the xlib driver

    M ./ChangeLog +4
    M ./src/gfx/drivers/xlib_driver.c -20 +7

Tue Feb 19 10:53:20 MST 2008  address@hidden
  * SCI0: Set `handle' property in songs to song reference upon initialisation

    M ./ChangeLog +3
    M ./src/engine/ksound.c +2

Tue Feb 19 10:54:48 MST 2008  address@hidden
  * Loop channels even if they played 0 notes, to avoid premature cue iterator 
death

    M ./ChangeLog +7
    M ./src/sfx/iterator.c -11 +7





reply via email to

[Prev in Thread] Current Thread [Next in Thread]