Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-16 | added context sensitive mouse cursors for simon2. yay! ;) | Oliver Kiehl | |
svn-id: r5582 | |||
2002-11-15 | readded variable removed in last commit - needed for big endian | Oliver Kiehl | |
svn-id: r5577 | |||
2002-11-15 | removed not used variable (fix compilation) | Paweł Kołodziejski | |
svn-id: r5573 | |||
2002-11-15 | 638809: Simon startup speedup | James Brown | |
svn-id: r5559 | |||
2002-11-13 | fixed looping problem, removed useless code and renamed playSound to playEffects | Oliver Kiehl | |
svn-id: r5538 | |||
2002-11-13 | cleanup | Max Horn | |
svn-id: r5530 | |||
2002-11-13 | fix endian bug | Max Horn | |
svn-id: r5528 | |||
2002-11-13 | An ugly hack to allow music looping in simon1talkie | Travis Howell | |
Most likely better wat to do this... svn-id: r5525 | |||
2002-11-11 | fixed endian bug that prevented Simon2 SFX from playing on big endian machinese | Max Horn | |
svn-id: r5518 | |||
2002-11-11 | workaround for voc weakness | Oliver Kiehl | |
svn-id: r5517 | |||
2002-11-10 | completly decoupled engine.h/.cpp from simon.h and scumm.h; removed some ↵ | Max Horn | |
static variables from drawFlashlight() and made them members of class Scumm instead svn-id: r5506 | |||
2002-11-10 | added ambient effects (rest of vc_52) | Oliver Kiehl | |
svn-id: r5502 | |||
2002-11-10 | if possible, always #include headers in the source files, not in other headers | Max Horn | |
svn-id: r5495 | |||
2002-11-10 | simon2dos works, thanks again to ludde | Travis Howell | |
svn-id: r5479 | |||
2002-11-09 | fixed some memory leaks | Oliver Kiehl | |
svn-id: r5477 | |||
2002-11-08 | fixed warning; fixed array out of bounds access | Max Horn | |
svn-id: r5469 | |||
2002-11-08 | last fix didn't work properly | Oliver Kiehl | |
svn-id: r5466 | |||
2002-11-08 | big endian fix | Oliver Kiehl | |
svn-id: r5465 | |||
2002-11-08 | Changed wrong section | Travis Howell | |
svn-id: r5459 | |||
2002-11-08 | Don't attempt to play music in simon 1 demo | Travis Howell | |
svn-id: r5458 | |||
2002-11-06 | Don't attempt to play sound in simon 1 dos. | Travis Howell | |
Use separate filenames for simon 1 & 2 savegames Add newline to end of scumm/dialogs.h svn-id: r5431 | |||
2002-11-05 | rewrote simon 1/2 win sound effects and more cleanup | Oliver Kiehl | |
svn-id: r5423 | |||
2002-11-05 | Remove two pointless game checks | Travis Howell | |
svn-id: r5421 | |||
2002-11-05 | Small clean up of simon midi code | Travis Howell | |
svn-id: r5419 | |||
2002-11-05 | Fix simon sound effects again | Travis Howell | |
svn-id: r5418 | |||
2002-11-05 | first step in cleaning up simon sound | Oliver Kiehl | |
svn-id: r5415 | |||
2002-11-05 | Add simon1talkie and simon2talkie targets | Travis Howell | |
svn-id: r5413 | |||
2002-11-05 | Fix some weird formating | Travis Howell | |
svn-id: r5407 | |||
2002-11-05 | Minor simon code cleanup | Travis Howell | |
svn-id: r5406 | |||
2002-11-05 | Fix broken simon games | Travis Howell | |
svn-id: r5405 | |||
2002-11-04 | fixed mp3 support for simon | Oliver Kiehl | |
svn-id: r5404 | |||
2002-11-04 | Ooops, deleted one line too many | Travis Howell | |
svn-id: r5400 | |||
2002-11-04 | Remove old file exist check that is no longer required | Travis Howell | |
svn-id: r5399 | |||
2002-11-04 | Fix simon 2 win sound effects | Travis Howell | |
Enable sound effects in simon 2 dos non-talkie Clean up sound code a bit svn-id: r5398 | |||
2002-11-03 | added support for sound effects in simon 1 dos talkie | Oliver Kiehl | |
svn-id: r5396 | |||
2002-11-02 | Added simon sound bugfix, patch #632518 | Travis Howell | |
Added fix for simon sound-related crash, patch #632517 svn-id: r5377 | |||
2002-11-02 | Ludde's fix for simon2 movement problem | Oliver Kiehl | |
svn-id: r5374 | |||
2002-10-31 | Revert earlier change since it causes more movements problems. | Travis Howell | |
Add a fixme comment instead. svn-id: r5364 | |||
2002-10-31 | Fix voice in simon 1/2 dos talkie again. | Travis Howell | |
Disable code causing movement problems in simon 2 games svn-id: r5363 | |||
2002-10-31 | hopeyfully this fixes simon2dos | Max Horn | |
svn-id: r5361 | |||
2002-10-31 | some more cleanup | Max Horn | |
svn-id: r5360 | |||
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 | 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 |