Age | Commit message (Expand) | Author |
2002-08-24 | added/corrected some missing opcodes - this fixes the issues with the voodoo ... | Max Horn |
2002-08-24 | fixed some warnings | Max Horn |
2002-08-24 | SDL_gl and normal SDL backend now share a common base class | Max Horn |
2002-08-24 | seperated NULL driver into its own source module (*not* tested yet) | Max Horn |
2002-08-23 | modified version of patch #598622: Round corners for flashlight | Max Horn |
2002-08-23 | fix for some Loom oddities, might break other stuff -> in that case please te... | Max Horn |
2002-08-23 | set proper initial values for flashlight size | Max Horn |
2002-08-23 | patch #598375: SIMON: ugly hack to get beard working | Max Horn |
2002-08-23 | fix for bug #598938: sfx/music volume set 0 is not mute; some cleanup | Max Horn |
2002-08-23 | fix for music loop, I think :) | Paweł Kołodziejski |
2002-08-23 | Move scaler code from SCUMM-specific area. | James Brown |
2002-08-22 | Split up headers. Forgot to add this file | Ruediger Hanke |
2002-08-22 | Changed MorphOS MIDI code so that data sent from different threads are no lon... | Ruediger Hanke |
2002-08-22 | Made MorphOS port use master makefile, few compilation fixes | Ruediger Hanke |
2002-08-21 | patch #598405 | Max Horn |
2002-08-21 | removed MorphOS Makefile for now | Max Horn |
2002-08-21 | don't use OS X rules by default for SDL backend; use cp instead of ln to crea... | Max Horn |
2002-08-21 | first go at modularizing the build system | Max Horn |
2002-08-21 | fixed one-off-error (I hope this fix is right?); use calloc instead of malloc... | Max Horn |
2002-08-21 | engine.* moved to common (where it belongs); added distclean target which get... | Max Horn |
2002-08-21 | really fixed dependency checking this time (I hope :-) | Max Horn |
2002-08-21 | refixed #include | Max Horn |
2002-08-21 | oops, accidentally checked in a hacked up version of this :-) | Max Horn |
2002-08-21 | fixed the 'intelligent' GCC build rules; added .cvsignore files | Max Horn |
2002-08-21 | fixed clean target | Max Horn |
2002-08-21 | Initial revision | Max Horn |
2002-08-21 | Add missing iMUSE midi effect | James Brown |
2002-08-21 | oops | Max Horn |
2002-08-20 | wrong bug tracker id | Max Horn |
2002-08-20 | applied patch #588501; enhanced comments on palManipulate | Max Horn |
2002-08-20 | Re-add MI2 fixme | James Brown |
2002-08-20 | Fix lighting on actors in V6+ games (eg, Sam and Max) | James Brown |
2002-08-20 | applied patch 597414, thanks Xavier | Paweł Kołodziejski |
2002-08-20 | implemented the flashlight (TODO: use rounded corners. Left as an exercise to... | Max Horn |
2002-08-20 | cleanup | Max Horn |
2002-08-19 | more o5_lights work; the only thing missing should be the flashlight now | Max Horn |
2002-08-19 | added lights support to the costume renderer; begun work on flashlight suppor... | Max Horn |
2002-08-19 | sampled sound in MI1&2 (patch #557109) | Max Horn |
2002-08-19 | promoting myself (Endy said I can :-) | Max Horn |
2002-08-18 | added getBool and set(bool) to the Config class; made GameDetector take advan... | Max Horn |
2002-08-18 | more code unification; as a side effect, simon can take advantage of the save... | Max Horn |
2002-08-18 | added comparision operators to class String | Max Horn |
2002-08-18 | get rid of g_simon; get rid of unused _last_mouse_event member | Max Horn |
2002-08-18 | don't use g_mixer, it's only there due to the MIDIEMU hack | Max Horn |
2002-08-18 | fixed (I hope) compilation with VisualC | Max Horn |
2002-08-18 | cleanup | Max Horn |
2002-08-18 | move _volume_table creation into constructor, and discard it in destructor | Max Horn |
2002-08-18 | added engine.cpp | Max Horn |
2002-08-18 | fix for bug #596743, from patch #596801 | Max Horn |
2002-08-18 | some more cleanup | Max Horn |