Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-27 | Rewrite ifdefs | Nicolas Bacca | |
svn-id: r5732 | |||
2002-11-21 | applied patch: #641704 | Paweł Kołodziejski | |
svn-id: r5675 | |||
2002-11-20 | Do not exit the engine if a video file is missing - apologies to the 1 Gb ↵ | Nicolas Bacca | |
Microdrive market :) svn-id: r5644 | |||
2002-11-16 | remove unused variable | Max Horn | |
svn-id: r5587 | |||
2002-11-16 | DIG: fixed subtitles in Space Time Six smush movie | Paweł Kołodziejski | |
svn-id: r5580 | |||
2002-11-16 | Make alignment fans (PPC + EVC) happy | Nicolas Bacca | |
svn-id: r5578 | |||
2002-11-15 | added draw smush subtitles mode 9 | Paweł Kołodziejski | |
svn-id: r5576 | |||
2002-11-15 | changed warnings to debug messages | Paweł Kołodziejski | |
svn-id: r5574 | |||
2002-11-02 | Hack for Full Throttle - aquadran, are you sure these ranges are right? | James Brown | |
svn-id: r5384 | |||
2002-10-27 | don't put samples into stream SoundMixer if sound card is disabled | Paweł Kołodziejski | |
svn-id: r5338 | |||
2002-10-26 | Fix another Valgrind warning during SMUSH playing. | Lionel Ulmer | |
svn-id: r5317 | |||
2002-10-26 | Fix another small Valgrind warning. | Lionel Ulmer | |
svn-id: r5316 | |||
2002-10-23 | cleaning up scummsys.h a bit (in preparation of using configure eventually). ↵ | Max Horn | |
Most notable, uint32 etc. will be 'unsigned int' not 'unsigned long'. Except for 16 bit systems that should be right, and configure will replace this by a proper check for data type sizes anyway svn-id: r5290 | |||
2002-10-23 | don't use strdup | Max Horn | |
svn-id: r5285 | |||
2002-10-22 | fixing various warnings that occur with -Wshadow;some other minor cleanup | Max Horn | |
svn-id: r5239 | |||
2002-10-18 | a few small changes to make the full throttle demo work | Jonathan Gray | |
svn-id: r5185 | |||
2002-10-15 | changes to imuse | Paweł Kołodziejski | |
svn-id: r5157 | |||
2002-10-15 | cleanup sfx and music in imuse, changed talkdelay description(disable) in ↵ | Paweł Kołodziejski | |
the dig svn-id: r5148 | |||
2002-10-08 | synced with local sources (imuse) | Paweł Kołodziejski | |
svn-id: r5107 | |||
2002-10-08 | allow user to load savegames while Smush movies are playing; cleanup | Max Horn | |
svn-id: r5106 | |||
2002-10-06 | full redraw after smush movie | Paweł Kołodziejski | |
svn-id: r5097 | |||
2002-10-01 | changes for stoping sounds | Paweł Kołodziejski | |
svn-id: r5062 | |||
2002-10-01 | enabled stoping all sounds after smush movie | Paweł Kołodziejski | |
svn-id: r5061 | |||
2002-09-22 | 2002-09-21 Matt Hargett <matt@use.net> | Matt Hargett | |
* scumm.dsp, scummvm.dsp, simon.dsp: Turn on warning as errors. Generate PDBs on all builds. * gameDetector.cpp, newgui.cpp, widget.cpp, actor.cpp, dialogs.cpp, resource.cpp, saveload.cpp, scumm_renderer.cpp: Fix warnings where possible. One pragma added to eliminate warning of unknown pragmas. * string.cpp: If unknown escape sequence, print warning. svn-id: r4998 | |||
2002-09-22 | guess what? riiight! more warning fixes :-) | Max Horn | |
svn-id: r4993 | |||
2002-09-21 | added support for sound volume for smush samples(IACT) in the dig (propably bad) | Paweł Kołodziejski | |
svn-id: r4985 | |||
2002-09-20 | fixed placement subtitles in smush(the dig) | Paweł Kołodziejski | |
svn-id: r4980 | |||
2002-09-18 | Timer is handled in Engine now | Paweł Kołodziejski | |
svn-id: r4964 | |||
2002-09-18 | oops, forgot braces :) | Paweł Kołodziejski | |
svn-id: r4963 | |||
2002-09-18 | fixed naming convention and added support 11khz for Smush sound channels | Paweł Kołodziejski | |
svn-id: r4962 | |||
2002-09-15 | improved open function in File class | Paweł Kołodziejski | |
svn-id: r4945 | |||
2002-09-15 | speed changes to play smush movies | Paweł Kołodziejski | |
svn-id: r4941 | |||
2002-09-14 | changed speed in smush | Paweł Kołodziejski | |
svn-id: r4939 | |||
2002-09-13 | some changes to allow me to play The Dig directly from CD (be nice if upper ↵ | Max Horn | |
case names are used...) svn-id: r4936 | |||
2002-08-31 | fixed compilation on Mac OS X; some cleanup; moved header file ↵ | Max Horn | |
scumm/smusH/rect.h to common/rect.h svn-id: r4877 | |||
2002-08-30 | fixed endlines | Paweł Kołodziejski | |
svn-id: r4871 | |||
2002-08-30 | some cleanup | Paweł Kołodziejski | |
svn-id: r4870 | |||
2002-08-29 | sound system cleanup | Max Horn | |
svn-id: r4867 | |||
2002-08-25 | trying to reduce file interdependencies a bit | Max Horn | |
svn-id: r4861 | |||
2002-08-25 | German FT TRES file has a multiline string which caused an assertion failure | Ruediger Hanke | |
svn-id: r4860 | |||
2002-08-25 | Yet another char issue, caused balance out of range error | Ruediger Hanke | |
svn-id: r4859 | |||
2002-08-25 | Endian fix | Ruediger Hanke | |
svn-id: r4858 | |||
2002-08-25 | Please note that char type is not an abbreviation for signed char ... is can ↵ | Ruediger Hanke | |
be (and is) unsigned on some systems svn-id: r4857 | |||
2002-08-25 | Fixing subtitles for German dig - TRES file is unencrypted in German version | Ruediger Hanke | |
svn-id: r4856 | |||
2002-08-25 | fixed names | Paweł Kołodziejski | |
svn-id: r4854 | |||
2002-08-25 | more optimizations | Max Horn | |
svn-id: r4847 | |||
2002-08-25 | optimized color/rect classes; cleanup | Max Horn | |
svn-id: r4844 | |||
2002-08-25 | fixed some endian issues in the new SMUSH decoder; cleanup | Max Horn | |
svn-id: r4842 | |||
2002-08-24 | oops | Max Horn | |
svn-id: r4839 | |||
2002-08-24 | endian fixes; cleanup | Max Horn | |
svn-id: r4837 |