CVSROOT: /home/cvs
Module name: freesci
Changes by: cvsuser 01/03/10 13:56:25
Modified files:
. : ChangeLog acconfig.h config.h.in configure
configure.in
src : main.c
src/engine : Makefile.am savegame.c savegame.cfsml
src/gfx : Makefile.am alpha_mvi_crossblit.c
gfx_pixmap_scale.c gfx_support.c
src/include : gfx_tools.h
src/sound : Makefile.am midiout_alsaraw.c sfx_save.c
sfx_save.cfsml sound.c
Log message:
* (a) Fixed my ALSA fixes
* (b) Added MVI runtime detection and Alpha target compile-time detection
* (c) Fixed braindead trilinear filtering bug
* Included cfsml code generation in Makefiles
* (d) Added recovery from older savegame versions to sound subsystem
(a) ALSA 0.9.0 is now fully supported (mt32 ALSA, that is). Has anybody tried
GM yet? I'd really like to know whether it works, but I can't test it here
myself ATM.
(b) fixes the build process on pre-ev56pc system, and removes the need for
CC="gcc -mcpu=ev6" to be specified explicitly
(c) That bug only bit at scaling levels beyond 2, but some of you might have
noticed it
(d) The new fields are substituted with default values. Solomon, please have
a look at whether those values make any sense (recover_version0() in
sfx_save.cfsml)
I guess I ought to add version management to the CFSML.
-- Christoph