Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-25 | more optimizations | Max Horn | |
svn-id: r4847 | |||
2002-08-25 | Fix for #556564 | Ralph Brorsen | |
svn-id: r4846 | |||
2002-08-25 | fixed VC6 linking | Paweł Kołodziejski | |
svn-id: r4845 | |||
2002-08-25 | optimized color/rect classes; cleanup | Max Horn | |
svn-id: r4844 | |||
2002-08-25 | fixed dependency checking to consider smush code, too | Max Horn | |
svn-id: r4843 | |||
2002-08-25 | fixed some endian issues in the new SMUSH decoder; cleanup | Max Horn | |
svn-id: r4842 | |||
2002-08-25 | fix for VC6 linking | Paweł Kołodziejski | |
svn-id: r4841 | |||
2002-08-25 | and more changes | Paweł Kołodziejski | |
svn-id: r4840 | |||
2002-08-24 | oops | Max Horn | |
svn-id: r4839 | |||
2002-08-24 | use printf instead of echo -n -> work on Solaris, too | Max Horn | |
svn-id: r4838 | |||
2002-08-24 | endian fixes; cleanup | Max Horn | |
svn-id: r4837 | |||
2002-08-24 | more changes | Paweł Kołodziejski | |
svn-id: r4836 | |||
2002-08-24 | a little better | Paweł Kołodziejski | |
svn-id: r4835 | |||
2002-08-24 | support for VC6, not finished - not correct linking (duplicate default libs) | Paweł Kołodziejski | |
svn-id: r4834 | |||
2002-08-24 | fixed warnings | Max Horn | |
svn-id: r4833 | |||
2002-08-24 | added .cvsignore | Max Horn | |
svn-id: r4832 | |||
2002-08-24 | update clean target for smush files | Max Horn | |
svn-id: r4831 | |||
2002-08-24 | simplified code (thanks to MadMoose for pointing this out) | Max Horn | |
svn-id: r4830 | |||
2002-08-24 | changed name from Chunck to Chunk | Paweł Kołodziejski | |
svn-id: r4829 | |||
2002-08-24 | fixed 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-24 | fixed warning | Max Horn | |
svn-id: r4825 | |||
2002-08-24 | some more configure stuff | Max Horn | |
svn-id: r4824 | |||
2002-08-24 | missing changes | Paweł Kołodziejski | |
svn-id: r4823 | |||
2002-08-24 | synced with scummvm | Paweł Kołodziejski | |
svn-id: r4821 | |||
2002-08-24 | added 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-24 | placeholder for configure script (with a TODO list) | Max Horn | |
svn-id: r4819 | |||
2002-08-24 | we are not using ncurses, are we? | Max Horn | |
svn-id: r4818 | |||
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 |