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: Sat, 19 Jan 2008 16:02:41 -0700

ChangeLog updates:
2008-01-18  Lars Skovlund  <address@hidden>
        
        * src/engine/kgraphics.c (_k_draw_control): Treat lsTop as a
        memory offset instead of as a string offset.
        
        * src/engine/kstrings.c (kMessage): More sensible dummy message.
        
        * src/gfx/font.c (gfxr_draw_font): Don't complain about memory
        allocation when all input colors are black.
        
2008-01-17  Christoph Reichenbach  <address@hidden>

        * Makefile.am (EXTRA_DIST): Removed ``reconf'', thereby fixing
        distcheck
2008-01-19  Christoph Reichenbach  <address@hidden>
@ -17,2 +3,5 @@
        * src/sfx/iterator.c (_ff_read_next_command): Changed semantics to
        return all events
        * src/sfx/iterator.c (songit_handle_message): extract method,
        move method, inline method refactorings to push ``delegate''
        handling into fast_forward_song_iterator_t->handle_message()
        (_ff_handle_message): first clone self, then recurse-- on the
        clone only-- if we get a clone message.
@ -20,56 +9,2 @@
        * src/sfx/test-iterator.c: Added unit tests for the song iterator

2008-01-17  Lars Skovlund  <address@hidden>

        * src/engine/vm.c (game_restore): Bring back Quick-restore

2008-01-14  Christoph Reichenbach  <address@hidden>

        * src/gfx/gfx_pixmap_scale.c (FUNCNAME): Workaround for gcc 4.2.3
        bug on EMT64/AMD64

2007-11-07  Lars Skovlund  <address@hidden>

        * src/sfx/sfx_player.h: Interface to inject MIDI messages into a
        playing song.

        * src/sfx/core.c: MIDI Send based on the above interface.

        * src/sfx/iterator.c: Reset pitch bend setting when a song
        stops (based on the same interface).

2007-10-28  Lars Skovlund  <address@hidden>

        * src/sfx/softseq/opl2.c: Pitch bend support.

        * src/tools/musicplayer.c: New tool.

2007-10-01  Lars Skovlund  <address@hidden>

        * src/engine/ksound.c (kDoAudio): Stub added.

        * doc/sci.tex: Added section on message and audio files, written
        but then forgotten.

2007-09-04  Lars Skovlund  <address@hidden>

        * src/scicore/resource_map.c (sci1_read_resource_map): Determine
        resource map entry size explicitly in all cases.

2007-08-28  Walter van Niftrik  <address@hidden>

        * src/dc/Makefile: Dreamcast build fix.

2007-08-27  Walter van Niftrik  <address@hidden>

        * reconf: Removed (autoreconf can be used instead)

        * config.guess, config.sub, depcomp, install-sh, libtool, ltconfig,
        ltmain.sh, missing, mkinstalldirs: Removed (can be installed with
        autoreconf -i).

        * configure.ac: Renamed from configure.in, changed version to
        0.7.0-devel.
        * output.logs, stamp-h, stamp-h.in: Removed.
        * src/graphics, src/sound: Removed empty directories.
        * src/python.tar.gz: Removed.
        * src/include/sfx_iterator.h (_song_iterator): push down field
        refactoring: ``delegate'' now in fast_forward_song_iterator_t
@ -77 +11,0 @@
*************
@ -160 +93,0 @@
^ ^ ^ ^ ^ ^ ^

----------

Sat Jan 19 16:01:12 MST 2008  address@hidden
  * Fixed improper cloning in fast-forward iterator

    M ./ChangeLog +11
    M ./src/include/sfx_iterator.h -4
    M ./src/include/sfx_iterator_internal.h +1
    M ./src/sfx/iterator.c -11 +17
    M ./src/sfx/test-iterator.c -1





reply via email to

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