Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-24 | added/corrected some missing opcodes - this fixes the issues with the voodoo ↵ | Max Horn | |
lady in MI1VGA svn-id: r4815 | |||
2002-08-24 | fixed some warnings | Max Horn | |
svn-id: r4814 | |||
2002-08-24 | SDL_gl and normal SDL backend now share a common base class | Max Horn | |
svn-id: r4813 | |||
2002-08-24 | seperated NULL driver into its own source module (*not* tested yet) | Max Horn | |
svn-id: r4812 | |||
2002-08-23 | modified version of patch #598622: Round corners for flashlight | Max Horn | |
svn-id: r4811 | |||
2002-08-23 | fix 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-23 | set proper initial values for flashlight size | Max Horn | |
svn-id: r4808 | |||
2002-08-23 | patch #598375: SIMON: ugly hack to get beard working | Max Horn | |
svn-id: r4807 | |||
2002-08-23 | fix for bug #598938: sfx/music volume set 0 is not mute; some cleanup | Max Horn | |
svn-id: r4805 | |||
2002-08-23 | fix for music loop, I think :) | Paweł Kołodziejski | |
svn-id: r4804 | |||
2002-08-23 | Move scaler code from SCUMM-specific area. | James Brown | |
svn-id: r4803 | |||
2002-08-22 | Split up headers. Forgot to add this file | Ruediger Hanke | |
svn-id: r4802 | |||
2002-08-22 | Changed 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-22 | Made MorphOS port use master makefile, few compilation fixes | Ruediger Hanke | |
svn-id: r4800 | |||
2002-08-21 | patch #598405 | Max Horn | |
svn-id: r4799 | |||
2002-08-21 | removed MorphOS Makefile for now | Max Horn | |
svn-id: r4798 | |||
2002-08-21 | don'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-21 | first go at modularizing the build system | Max Horn | |
svn-id: r4796 | |||
2002-08-21 | fixed 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-21 | engine.* 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-21 | really fixed dependency checking this time (I hope :-) | Max Horn | |
svn-id: r4793 | |||
2002-08-21 | refixed #include | Max Horn | |
svn-id: r4792 | |||
2002-08-21 | oops, accidentally checked in a hacked up version of this :-) | Max Horn | |
svn-id: r4791 | |||
2002-08-21 | fixed the 'intelligent' GCC build rules; added .cvsignore files | Max Horn | |
svn-id: r4790 | |||
2002-08-21 | fixed clean target | Max Horn | |
svn-id: r4789 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 | |||
2002-08-21 | Add missing iMUSE midi effect | James Brown | |
svn-id: r4784 | |||
2002-08-21 | oops | Max Horn | |
svn-id: r4783 | |||
2002-08-20 | wrong bug tracker id | Max Horn | |
svn-id: r4782 | |||
2002-08-20 | applied patch #588501; enhanced comments on palManipulate | Max Horn | |
svn-id: r4781 | |||
2002-08-20 | Re-add MI2 fixme | James Brown | |
svn-id: r4780 | |||
2002-08-20 | Fix 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-20 | applied patch 597414, thanks Xavier | Paweł Kołodziejski | |
svn-id: r4778 | |||
2002-08-20 | implemented the flashlight (TODO: use rounded corners. Left as an exercise ↵ | Max Horn | |
to the reader) svn-id: r4777 | |||
2002-08-20 | cleanup | Max Horn | |
svn-id: r4776 | |||
2002-08-19 | more o5_lights work; the only thing missing should be the flashlight now | Max Horn | |
svn-id: r4775 | |||
2002-08-19 | added lights support to the costume renderer; begun work on flashlight ↵ | Max Horn | |
support (no real code yet :-) svn-id: r4774 | |||
2002-08-19 | sampled sound in MI1&2 (patch #557109) | Max Horn | |
svn-id: r4773 | |||
2002-08-19 | promoting myself (Endy said I can :-) | Max Horn | |
svn-id: r4772 | |||
2002-08-18 | added 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-18 | more 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-18 | added comparision operators to class String | Max Horn | |
svn-id: r4769 | |||
2002-08-18 | get rid of g_simon; get rid of unused _last_mouse_event member | Max Horn | |
svn-id: r4768 | |||
2002-08-18 | don't use g_mixer, it's only there due to the MIDIEMU hack | Max Horn | |
svn-id: r4767 | |||
2002-08-18 | fixed (I hope) compilation with VisualC | Max Horn | |
svn-id: r4766 | |||
2002-08-18 | cleanup | Max Horn | |
svn-id: r4765 | |||
2002-08-18 | move _volume_table creation into constructor, and discard it in destructor | Max Horn | |
svn-id: r4764 | |||
2002-08-18 | added engine.cpp | Max Horn | |
svn-id: r4763 | |||
2002-08-18 | fix for bug #596743, from patch #596801 | Max Horn | |
svn-id: r4762 | |||
2002-08-18 | some more cleanup | Max Horn | |
svn-id: r4761 |