Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-30 | don't open files all the time just to detect whether we use VOC/WAV/MP3 ↵ | Max Horn | |
music: we have a concept of so called 'variables' which can be used to store data, make use of this cool technique <g>; load effects even if voice file is missing; cleanup svn-id: r5354 | |||
2002-10-30 | Add simon 2 dos non-talkie fix from ludde | Travis Howell | |
svn-id: r5352 | |||
2002-10-30 | another oops | Travis Howell | |
svn-id: r5350 | |||
2002-10-29 | Ooops | Travis Howell | |
svn-id: r5349 | |||
2002-10-29 | Add support for compressed files for some simon games, rest of patch #629555 | Travis Howell | |
svn-id: r5347 | |||
2002-10-28 | Fixes for voc support in simon 1 dos talkie, part of patch #629555 | Travis Howell | |
svn-id: r5340 | |||
2002-10-26 | Enable speech by default in somin 2 dos/win talkie | Travis Howell | |
svn-id: r5318 | |||
2002-10-26 | Simon 1 dos talkie music working but no looping | Travis Howell | |
svn-id: r5315 | |||
2002-10-25 | cleanup | Max Horn | |
svn-id: r5311 | |||
2002-10-24 | Add simon1demo | Travis Howell | |
svn-id: r5300 | |||
2002-10-24 | Correct comment | Travis Howell | |
svn-id: r5299 | |||
2002-10-24 | ooops | Travis Howell | |
svn-id: r5298 | |||
2002-10-24 | add some work arounds, to allow simon 1/2 dos talkie to work, even though ↵ | Travis Howell | |
music and sfx aren't supported. allow speech in simon 2 dos talkie svn-id: r5297 | |||
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 | simon 1 dos talkie uses simon2.voc file | Travis Howell | |
svn-id: r5277 | |||
2002-10-23 | more shadow var warnings fixed | Max Horn | |
svn-id: r5267 | |||
2002-10-22 | oops again | Travis Howell | |
svn-id: r5249 | |||
2002-10-22 | oops | Travis Howell | |
svn-id: r5248 | |||
2002-10-22 | There is no speech in simon2dos target | Travis Howell | |
svn-id: r5247 | |||
2002-10-22 | Remove warning | Travis Howell | |
svn-id: r5246 | |||
2002-10-22 | fix (?) for windows compile problem | Max Horn | |
svn-id: r5244 | |||
2002-10-22 | fixed SIMONDEBUG; some cleanup | Max Horn | |
svn-id: r5240 | |||
2002-10-22 | fixing various warnings that occur with -Wshadow;some other minor cleanup | Max Horn | |
svn-id: r5239 | |||
2002-10-22 | Minor fixes for simon2dos target | Travis Howell | |
svn-id: r5227 | |||
2002-10-21 | oops | Max Horn | |
svn-id: r5224 | |||
2002-10-21 | don't crash if no voice file is present; also added a FIXME | Max Horn | |
svn-id: r5223 | |||
2002-10-21 | fixed simon2win midi (I hope), bug #595813 | Max Horn | |
svn-id: r5222 | |||
2002-10-21 | The terms Word and DWord are somewhat Windows centric; in fact there are ↵ | Max Horn | |
systems on which word is 32bit, as opposed to our 16 bits. Hence, use the uin16/uint32 naming scheme, which is not ambigious svn-id: r5216 | |||
2002-10-21 | fixed a memory leak (one thousand more to go :-) | Max Horn | |
svn-id: r5215 | |||
2002-10-21 | clean up of the Simon MidiPlayer class | Max Horn | |
svn-id: r5214 | |||
2002-10-21 | use File::size() method were it makes sense; one small change to simon.cpp ↵ | Max Horn | |
based on comment on bug #595813 svn-id: r5210 | |||
2002-10-20 | maybe a fix for bug #595813, SIMON: fails to initialise midi | Max Horn | |
svn-id: r5203 | |||
2002-10-10 | fixed stupid typo | Max Horn | |
svn-id: r5124 | |||
2002-10-09 | fix crash in Simon (see patch #620625) | Max Horn | |
svn-id: r5118 | |||
2002-09-19 | patch #611450: Simon crash fix | Max Horn | |
svn-id: r4968 | |||
2002-09-16 | fixed crash at release mode under VC6 and cleanup | Paweł Kołodziejski | |
svn-id: r4952 | |||
2002-09-16 | simon also use class File | Paweł Kołodziejski | |
svn-id: r4948 | |||
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-25 | fixed VC6 linking | Paweł Kołodziejski | |
svn-id: r4845 | |||
2002-08-25 | fix for VC6 linking | Paweł Kołodziejski | |
svn-id: r4841 | |||
2002-08-24 | fixed warnings | Max Horn | |
svn-id: r4833 | |||
2002-08-24 | synced with scummvm | Paweł Kołodziejski | |
svn-id: r4821 | |||
2002-08-23 | patch #598375: SIMON: ugly hack to get beard working | Max Horn | |
svn-id: r4807 | |||
2002-08-21 | fixed the 'intelligent' GCC build rules; added .cvsignore files | Max Horn | |
svn-id: r4790 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 | |||
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-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 | some more cleanup | Max Horn | |
svn-id: r4761 | |||
2002-08-18 | fixed simon crasher | Max Horn | |
svn-id: r4760 | |||
2002-08-18 | MAJOR change to the way how Engine objects are instantiated | Max Horn | |
svn-id: r4758 |