aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-08-25more optimizationsMax Horn
svn-id: r4847
2002-08-25Fix for #556564Ralph Brorsen
svn-id: r4846
2002-08-25fixed VC6 linkingPaweł Kołodziejski
svn-id: r4845
2002-08-25optimized color/rect classes; cleanupMax Horn
svn-id: r4844
2002-08-25fixed dependency checking to consider smush code, tooMax Horn
svn-id: r4843
2002-08-25fixed some endian issues in the new SMUSH decoder; cleanupMax Horn
svn-id: r4842
2002-08-25fix for VC6 linkingPaweł Kołodziejski
svn-id: r4841
2002-08-25and more changesPaweł Kołodziejski
svn-id: r4840
2002-08-24oopsMax Horn
svn-id: r4839
2002-08-24use printf instead of echo -n -> work on Solaris, tooMax Horn
svn-id: r4838
2002-08-24endian fixes; cleanupMax Horn
svn-id: r4837
2002-08-24more changesPaweł Kołodziejski
svn-id: r4836
2002-08-24a little betterPaweł Kołodziejski
svn-id: r4835
2002-08-24support for VC6, not finished - not correct linking (duplicate default libs)Paweł Kołodziejski
svn-id: r4834
2002-08-24fixed warningsMax Horn
svn-id: r4833
2002-08-24added .cvsignoreMax Horn
svn-id: r4832
2002-08-24update clean target for smush filesMax Horn
svn-id: r4831
2002-08-24simplified code (thanks to MadMoose for pointing this out)Max Horn
svn-id: r4830
2002-08-24changed name from Chunck to ChunkPaweł Kołodziejski
svn-id: r4829
2002-08-24fixed the Makefile buildsystem for now to link in the new Smush player, and ↵Max Horn
disabling the old Smush player svn-id: r4826
2002-08-24fixed warningMax Horn
svn-id: r4825
2002-08-24some more configure stuffMax Horn
svn-id: r4824
2002-08-24missing changesPaweł Kołodziejski
svn-id: r4823
2002-08-24synced with scummvmPaweł Kołodziejski
svn-id: r4821
2002-08-24added some configure code which outputs a config.h file. Not near to ↵Max Horn
complete, nor checked for cross platform compatibility svn-id: r4820
2002-08-24placeholder for configure script (with a TODO list)Max Horn
svn-id: r4819
2002-08-24we are not using ncurses, are we?Max Horn
svn-id: r4818
2002-08-24added/corrected some missing opcodes - this fixes the issues with the voodoo ↵Max Horn
lady in MI1VGA svn-id: r4815
2002-08-24fixed some warningsMax Horn
svn-id: r4814
2002-08-24SDL_gl and normal SDL backend now share a common base classMax Horn
svn-id: r4813
2002-08-24seperated NULL driver into its own source module (*not* tested yet)Max Horn
svn-id: r4812
2002-08-23modified version of patch #598622: Round corners for flashlightMax Horn
svn-id: r4811
2002-08-23fix for some Loom oddities, might break other stuff -> in that case please ↵Max Horn
tell me so that I can find a correct solution svn-id: r4810
2002-08-23set proper initial values for flashlight sizeMax Horn
svn-id: r4808
2002-08-23patch #598375: SIMON: ugly hack to get beard workingMax Horn
svn-id: r4807
2002-08-23fix for bug #598938: sfx/music volume set 0 is not mute; some cleanupMax Horn
svn-id: r4805
2002-08-23fix for music loop, I think :)Paweł Kołodziejski
svn-id: r4804
2002-08-23Move scaler code from SCUMM-specific area.James Brown
svn-id: r4803
2002-08-22Split up headers. Forgot to add this fileRuediger Hanke
svn-id: r4802
2002-08-22Changed MorphOS MIDI code so that data sent from different threads are no ↵Ruediger Hanke
longer a problem. Ensure Midi driver is closed, otherwise no other MIDI application will run after ScummVM has exited. svn-id: r4801
2002-08-22Made MorphOS port use master makefile, few compilation fixesRuediger Hanke
svn-id: r4800
2002-08-21patch #598405Max Horn
svn-id: r4799
2002-08-21removed MorphOS Makefile for nowMax Horn
svn-id: r4798
2002-08-21don't use OS X rules by default for SDL backend; use cp instead of ln to ↵Max Horn
create the local build.rules file svn-id: r4797
2002-08-21first go at modularizing the build systemMax Horn
svn-id: r4796
2002-08-21fixed one-off-error (I hope this fix is right?); use calloc instead of ↵Max Horn
malloc to ensure struct is zeroed svn-id: r4795
2002-08-21engine.* moved to common (where it belongs); added distclean target which ↵Max Horn
gets rid of the .deps dirs, too; removed -Isound svn-id: r4794
2002-08-21really fixed dependency checking this time (I hope :-)Max Horn
svn-id: r4793
2002-08-21refixed #includeMax Horn
svn-id: r4792
2002-08-21oops, accidentally checked in a hacked up version of this :-)Max Horn
svn-id: r4791