aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-08-24missing changesPaweł Kołodziejski
2002-08-24synced with scummvmPaweł Kołodziejski
2002-08-24added some configure code which outputs a config.h file. Not near to complete...Max Horn
2002-08-24placeholder for configure script (with a TODO list)Max Horn
2002-08-24we are not using ncurses, are we?Max Horn
2002-08-24added/corrected some missing opcodes - this fixes the issues with the voodoo ...Max Horn
2002-08-24fixed some warningsMax Horn
2002-08-24SDL_gl and normal SDL backend now share a common base classMax Horn
2002-08-24seperated NULL driver into its own source module (*not* tested yet)Max Horn
2002-08-23modified version of patch #598622: Round corners for flashlightMax Horn
2002-08-23fix for some Loom oddities, might break other stuff -> in that case please te...Max Horn
2002-08-23set proper initial values for flashlight sizeMax Horn
2002-08-23patch #598375: SIMON: ugly hack to get beard workingMax Horn
2002-08-23fix for bug #598938: sfx/music volume set 0 is not mute; some cleanupMax Horn
2002-08-23fix for music loop, I think :)Paweł Kołodziejski
2002-08-23Move scaler code from SCUMM-specific area.James Brown
2002-08-22Split up headers. Forgot to add this fileRuediger Hanke
2002-08-22Changed MorphOS MIDI code so that data sent from different threads are no lon...Ruediger Hanke
2002-08-22Made MorphOS port use master makefile, few compilation fixesRuediger Hanke
2002-08-21patch #598405Max Horn
2002-08-21removed MorphOS Makefile for nowMax Horn
2002-08-21don't use OS X rules by default for SDL backend; use cp instead of ln to crea...Max Horn
2002-08-21first go at modularizing the build systemMax Horn
2002-08-21fixed one-off-error (I hope this fix is right?); use calloc instead of malloc...Max Horn
2002-08-21engine.* moved to common (where it belongs); added distclean target which get...Max Horn
2002-08-21really fixed dependency checking this time (I hope :-)Max Horn
2002-08-21refixed #includeMax Horn
2002-08-21oops, accidentally checked in a hacked up version of this :-)Max Horn
2002-08-21fixed the 'intelligent' GCC build rules; added .cvsignore filesMax Horn
2002-08-21fixed clean targetMax Horn
2002-08-21Initial revisionMax Horn
2002-08-21Add missing iMUSE midi effectJames Brown
2002-08-21oopsMax Horn
2002-08-20wrong bug tracker idMax Horn
2002-08-20applied patch #588501; enhanced comments on palManipulateMax Horn
2002-08-20Re-add MI2 fixmeJames Brown
2002-08-20Fix lighting on actors in V6+ games (eg, Sam and Max)James Brown
2002-08-20applied patch 597414, thanks XavierPaweł Kołodziejski
2002-08-20implemented the flashlight (TODO: use rounded corners. Left as an exercise to...Max Horn
2002-08-20cleanupMax Horn
2002-08-19more o5_lights work; the only thing missing should be the flashlight nowMax Horn
2002-08-19added lights support to the costume renderer; begun work on flashlight suppor...Max Horn
2002-08-19sampled sound in MI1&2 (patch #557109)Max Horn
2002-08-19promoting myself (Endy said I can :-)Max Horn
2002-08-18added getBool and set(bool) to the Config class; made GameDetector take advan...Max Horn
2002-08-18more code unification; as a side effect, simon can take advantage of the save...Max Horn
2002-08-18added comparision operators to class StringMax Horn
2002-08-18get rid of g_simon; get rid of unused _last_mouse_event memberMax Horn
2002-08-18don't use g_mixer, it's only there due to the MIDIEMU hackMax Horn
2002-08-18fixed (I hope) compilation with VisualCMax Horn