aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-01Set GFX_NORMAL on WinCENicolas Bacca
svn-id: r4162
2002-05-01Fix actor masking crash.James Brown
svn-id: r4161
2002-05-01Removed ScummVM's private alloc / free / realloc functions. If I breakLionel Ulmer
something, just yell :-) svn-id: r4160
2002-05-01Fix the AUTOFREE problem on TheDig sounds. 'Proper' fix may come laterLionel Ulmer
if I get answers on my -devel post :-) svn-id: r4159
2002-05-01Initialize the private frame buffer at '0' to prevent a lot ofLionel Ulmer
Valgrind errors in the first Smush movie of TheDig. svn-id: r4158
2002-05-01Fixes for Dig sound on big endian systemsRuediger Hanke
svn-id: r4157
2002-05-01Another fix for LoomCD. Now Valgrind does not reports any errorLionel Ulmer
anymore in LoomCD (well, with a small hack still active :-) ). svn-id: r4156
2002-05-01Fix sound crash in some games. Thanks Michael Karcher.James Brown
svn-id: r4155
2002-05-01Zero-initialize the palette and the frame buffer.Lionel Ulmer
svn-id: r4154
2002-05-01Fix some bad memory accesses in LoomCD. The masking is still bad butLionel Ulmer
at least Valgrind is not accusing ScummVM to be too buggy anymore :-) svn-id: r4153
2002-05-01Compile with new config-file support - not used yet, this will be fixed tomorrowNicolas Bacca
svn-id: r4152
2002-05-01Fixed packing for non GCC compilers - Loom & Zak work on WinCE nowNicolas Bacca
svn-id: r4151
2002-04-30Fix Pawels name - sorry :)James Brown
svn-id: r4150
2002-04-30updated %changelog with the same text as changelog.txtJeremy Newman
svn-id: r4149
2002-04-30Readme update, and WhatsNew tidy up.James Brown
svn-id: r4148
2002-04-30cleaned up, and fixedJeremy Newman
svn-id: r4147
2002-04-30Fix cross compileTravis Howell
svn-id: r4146
2002-04-30Fix my error in last commitTravis Howell
svn-id: r4145
2002-04-30Add icon and resource file to mingw buildTravis Howell
svn-id: r4144
2002-04-30Fix MingW compilation.James Brown
svn-id: r4143
2002-04-30Remove VC dependancy.Paweł Kołodziejski
svn-id: r4142
2002-04-30Added icon and version resource to Visual C project.James Brown
svn-id: r4141
2002-04-30Remove unused library and native Cygwin supportTravis Howell
svn-id: r4140
2002-04-30Added missing Dig smush codecs. Dig movies are now perfect, graphically.James Brown
Thanks Aquadran. svn-id: r4139
2002-04-29Fixed properly the transparency problem. I would like people on BELionel Ulmer
machines to test this to see if my code to load the XPM is endian-clean :-) svn-id: r4138
2002-04-29Added Jeremy's nice icon to the SDL port of ScummVM using a customLionel Ulmer
hacky XPM loader :-) svn-id: r4137
2002-04-29Sped-up version of AdvMame2x scaler for MorphOS-native interface integratedRuediger Hanke
svn-id: r4136
2002-04-29replaced 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-29Updated MorphOS makefileRuediger Hanke
svn-id: r4134
2002-04-29Fix compile issue.James Brown
svn-id: r4133
2002-04-29Fix compile error (old-style ANSI for scoping)Ruediger Hanke
svn-id: r4132
2002-04-29Oops, bundle audio is UNSIGNED.James Brown
svn-id: r4131
2002-04-29Updated SMUSH fix. Thanks aquadran.James Brown
svn-id: r4130
2002-04-29Small 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-28MI1 CD audio should work better now. Still a bit flaky but should beLionel Ulmer
better than before :-) svn-id: r4128
2002-04-28Update readme bug listJames Brown
svn-id: r4127
2002-04-28Added cd audio stop patch from Gregory MontoirTravis Howell
svn-id: r4126
2002-04-28Prevent debugger attach when we have switched to full-screen.Lionel Ulmer
svn-id: r4125
2002-04-28Commit FIXME to fix Largo bridge actor-direction bugJames Brown
svn-id: r4124
2002-04-28updated legal headerMax Horn
svn-id: r4123
2002-04-28moved scummfg to config-file.h - seems more logical. Also added a legal headerMax Horn
svn-id: r4122
2002-04-28run indent over config-file.cpp; added legal header, removed some unused ↵Max Horn
junk, etc. svn-id: r4121
2002-04-28cleanup; implemented close() for CoreAudio driverMax Horn
svn-id: r4120
2002-04-28spaces to tabs; don't hard code midi driver ID on MacOSMax Horn
svn-id: r4119
2002-04-27More 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-27Fixed the 'config-file is predominant upon command line' bug...Nicolas Noble
svn-id: r4117
2002-04-27Applied Triskelios's patch for Unix-style configuration file (ieLionel Ulmer
.scummvmrc instead of scummvm.ini) svn-id: r4116
2002-04-27Fixed the tempo argument.Nicolas Noble
svn-id: r4115
2002-04-27Fix (in an ugly way for now :-) ) the building of the Xv mode.Lionel Ulmer
svn-id: r4114
2002-04-27Implemented 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