Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-01 | Set GFX_NORMAL on WinCE | Nicolas Bacca | |
svn-id: r4162 | |||
2002-05-01 | Fix actor masking crash. | James Brown | |
svn-id: r4161 | |||
2002-05-01 | Removed ScummVM's private alloc / free / realloc functions. If I break | Lionel Ulmer | |
something, just yell :-) svn-id: r4160 | |||
2002-05-01 | Fix the AUTOFREE problem on TheDig sounds. 'Proper' fix may come later | Lionel Ulmer | |
if I get answers on my -devel post :-) svn-id: r4159 | |||
2002-05-01 | Initialize the private frame buffer at '0' to prevent a lot of | Lionel Ulmer | |
Valgrind errors in the first Smush movie of TheDig. svn-id: r4158 | |||
2002-05-01 | Fixes for Dig sound on big endian systems | Ruediger Hanke | |
svn-id: r4157 | |||
2002-05-01 | Another fix for LoomCD. Now Valgrind does not reports any error | Lionel Ulmer | |
anymore in LoomCD (well, with a small hack still active :-) ). svn-id: r4156 | |||
2002-05-01 | Fix sound crash in some games. Thanks Michael Karcher. | James Brown | |
svn-id: r4155 | |||
2002-05-01 | Zero-initialize the palette and the frame buffer. | Lionel Ulmer | |
svn-id: r4154 | |||
2002-05-01 | Fix some bad memory accesses in LoomCD. The masking is still bad but | Lionel Ulmer | |
at least Valgrind is not accusing ScummVM to be too buggy anymore :-) svn-id: r4153 | |||
2002-05-01 | Compile with new config-file support - not used yet, this will be fixed tomorrow | Nicolas Bacca | |
svn-id: r4152 | |||
2002-05-01 | Fixed packing for non GCC compilers - Loom & Zak work on WinCE now | Nicolas Bacca | |
svn-id: r4151 | |||
2002-04-30 | Fix Pawels name - sorry :) | James Brown | |
svn-id: r4150 | |||
2002-04-30 | updated %changelog with the same text as changelog.txt | Jeremy Newman | |
svn-id: r4149 | |||
2002-04-30 | Readme update, and WhatsNew tidy up. | James Brown | |
svn-id: r4148 | |||
2002-04-30 | cleaned up, and fixed | Jeremy Newman | |
svn-id: r4147 | |||
2002-04-30 | Fix cross compile | Travis Howell | |
svn-id: r4146 | |||
2002-04-30 | Fix my error in last commit | Travis Howell | |
svn-id: r4145 | |||
2002-04-30 | Add icon and resource file to mingw build | Travis Howell | |
svn-id: r4144 | |||
2002-04-30 | Fix MingW compilation. | James Brown | |
svn-id: r4143 | |||
2002-04-30 | Remove VC dependancy. | Paweł Kołodziejski | |
svn-id: r4142 | |||
2002-04-30 | Added icon and version resource to Visual C project. | James Brown | |
svn-id: r4141 | |||
2002-04-30 | Remove unused library and native Cygwin support | Travis Howell | |
svn-id: r4140 | |||
2002-04-30 | Added missing Dig smush codecs. Dig movies are now perfect, graphically. | James Brown | |
Thanks Aquadran. svn-id: r4139 | |||
2002-04-29 | Fixed properly the transparency problem. I would like people on BE | Lionel Ulmer | |
machines to test this to see if my code to load the XPM is endian-clean :-) svn-id: r4138 | |||
2002-04-29 | Added Jeremy's nice icon to the SDL port of ScummVM using a custom | Lionel Ulmer | |
hacky XPM loader :-) svn-id: r4137 | |||
2002-04-29 | Sped-up version of AdvMame2x scaler for MorphOS-native interface integrated | Ruediger Hanke | |
svn-id: r4136 | |||
2002-04-29 | replaced fragile hack (declaring class IMuse twice in two different places) ↵ | Max Horn | |
with a (hopefully) better proxy approach: class IMuse just proxies thru to the real IMuseInternal class svn-id: r4135 | |||
2002-04-29 | Updated MorphOS makefile | Ruediger Hanke | |
svn-id: r4134 | |||
2002-04-29 | Fix compile issue. | James Brown | |
svn-id: r4133 | |||
2002-04-29 | Fix compile error (old-style ANSI for scoping) | Ruediger Hanke | |
svn-id: r4132 | |||
2002-04-29 | Oops, bundle audio is UNSIGNED. | James Brown | |
svn-id: r4131 | |||
2002-04-29 | Updated SMUSH fix. Thanks aquadran. | James Brown | |
svn-id: r4130 | |||
2002-04-29 | Small inSANE patch for the dig, and start of Dig Audio support. | James Brown | |
It seems to crash using AUTOFREE for some reason. Can someone Valgrind/Purify this for me? svn-id: r4129 | |||
2002-04-28 | MI1 CD audio should work better now. Still a bit flaky but should be | Lionel Ulmer | |
better than before :-) svn-id: r4128 | |||
2002-04-28 | Update readme bug list | James Brown | |
svn-id: r4127 | |||
2002-04-28 | Added cd audio stop patch from Gregory Montoir | Travis Howell | |
svn-id: r4126 | |||
2002-04-28 | Prevent debugger attach when we have switched to full-screen. | Lionel Ulmer | |
svn-id: r4125 | |||
2002-04-28 | Commit FIXME to fix Largo bridge actor-direction bug | James Brown | |
svn-id: r4124 | |||
2002-04-28 | updated legal header | Max Horn | |
svn-id: r4123 | |||
2002-04-28 | moved scummfg to config-file.h - seems more logical. Also added a legal header | Max Horn | |
svn-id: r4122 | |||
2002-04-28 | run indent over config-file.cpp; added legal header, removed some unused ↵ | Max Horn | |
junk, etc. svn-id: r4121 | |||
2002-04-28 | cleanup; implemented close() for CoreAudio driver | Max Horn | |
svn-id: r4120 | |||
2002-04-28 | spaces to tabs; don't hard code midi driver ID on MacOS | Max Horn | |
svn-id: r4119 | |||
2002-04-27 | More command line and config file bug fixes: | Nicolas Noble | |
-) fixed the save of the gfx_mode -) fixed the help line for gfx_mode -) adding some error messages in the config file loading svn-id: r4118 | |||
2002-04-27 | Fixed the 'config-file is predominant upon command line' bug... | Nicolas Noble | |
svn-id: r4117 | |||
2002-04-27 | Applied Triskelios's patch for Unix-style configuration file (ie | Lionel Ulmer | |
.scummvmrc instead of scummvm.ini) svn-id: r4116 | |||
2002-04-27 | Fixed the tempo argument. | Nicolas Noble | |
svn-id: r4115 | |||
2002-04-27 | Fix (in an ugly way for now :-) ) the building of the Xv mode. | Lionel Ulmer | |
svn-id: r4114 | |||
2002-04-27 | Implemented shaking in the X11 driver the 'easy' way :-) | Lionel Ulmer | |
Added also the possibility to capture the sound played during the game. To convert to a WAV file, do : 'sox -r 22050 -w -s -c 2 sound.raw sound.wav' svn-id: r4113 |