aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2002-08-21fixed the 'intelligent' GCC build rules; added .cvsignore filesMax Horn
svn-id: r4790
2002-08-21fixed clean targetMax Horn
svn-id: r4789
2002-08-21Initial revisionMax Horn
svn-id: r4785
2002-08-21Add missing iMUSE midi effectJames Brown
svn-id: r4784
2002-08-21oopsMax Horn
svn-id: r4783
2002-08-20wrong bug tracker idMax Horn
svn-id: r4782
2002-08-20applied patch #588501; enhanced comments on palManipulateMax Horn
svn-id: r4781
2002-08-20Re-add MI2 fixmeJames Brown
svn-id: r4780
2002-08-20Fix lighting on actors in V6+ games (eg, Sam and Max)James Brown
Move boxflags debug to debug level 2 (we default to 1) Apply patches: 595414: Simon 2 lockup workarounds 595875: Simon 2 save/load dialog fix 597422: Preliminary support for CREA sound format (for FT) 597627: Use savedir for save/load-string opcodes svn-id: r4779
2002-08-20applied patch 597414, thanks XavierPaweł Kołodziejski
svn-id: r4778
2002-08-20implemented the flashlight (TODO: use rounded corners. Left as an exercise ↵Max Horn
to the reader) svn-id: r4777
2002-08-20cleanupMax Horn
svn-id: r4776
2002-08-19more o5_lights work; the only thing missing should be the flashlight nowMax Horn
svn-id: r4775
2002-08-19added lights support to the costume renderer; begun work on flashlight ↵Max Horn
support (no real code yet :-) svn-id: r4774
2002-08-19sampled sound in MI1&2 (patch #557109)Max Horn
svn-id: r4773
2002-08-19promoting myself (Endy said I can :-)Max Horn
svn-id: r4772
2002-08-18added getBool and set(bool) to the Config class; made GameDetector take ↵Max Horn
advantage of these; also, -A/-F/-N will turn OFF amiga/fullscreen/nosubtitles modes (so you can override the config file for these settings if desired) svn-id: r4771
2002-08-18more code unification; as a side effect, simon can take advantage of the ↵Max Horn
save path settings in the config file (inspired by patch #587694) svn-id: r4770
2002-08-18added comparision operators to class StringMax Horn
svn-id: r4769
2002-08-18get rid of g_simon; get rid of unused _last_mouse_event memberMax Horn
svn-id: r4768
2002-08-18don't use g_mixer, it's only there due to the MIDIEMU hackMax Horn
svn-id: r4767
2002-08-18fixed (I hope) compilation with VisualCMax Horn
svn-id: r4766
2002-08-18cleanupMax Horn
svn-id: r4765