Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-21 | Fixed Adlib instruments not getting initialized in certain cases. | Jamieson Christian | |
svn-id: r5688 | |||
2002-11-21 | Revamped Adlib functionality. | Jamieson Christian | |
IMuseAdlib is defunct. New MidiDriver_ADLIB device. Simon 1/2 now supports Adlib. svn-id: r5677 | |||
2002-11-21 | applied patch: #641704 | Paweł Kołodziejski | |
svn-id: r5675 | |||
2002-11-21 | indent fix | Max Horn | |
svn-id: r5664 | |||
2002-11-21 | revamped build system somewhat: 'modules' like scumm, simon, gui etc. now ↵ | Max Horn | |
all build into a lib, and all have a module.mk file that lists all their file. Advantage: further modularizes the build system, seperating all parts of ScummVM svn-id: r5653 | |||
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-20 | add top arrow and indy3 to the inventory arrow fix. the spacing and text ↵ | Jonathan Gray | |
handling is pretty much identical by the way between indy3 and zak256. the intial code to make the text in both games readable included the original getSpacing I added in which the spacing was based on pixel comparisons of indy3. I see it has been refined somewhat since then :) svn-id: r5641 | |||
2002-11-20 | partial fix for bug #613109 | Max Horn | |
svn-id: r5639 | |||
2002-11-20 | Support MAC music tracks even in -eadlib mode | Jamieson Christian | |
svn-id: r5636 | |||
2002-11-20 | remove accidental debug that some people seem to believe is a cause of ↵ | James Brown | |
crashes :P svn-id: r5628 | |||
2002-11-19 | Volume control fixes | Jamieson Christian | |
svn-id: r5623 | |||
2002-11-19 | cleanup | Max Horn | |
svn-id: r5622 | |||
2002-11-19 | Added MonkeyVGA copy protection bypass, patch #640546 | Travis Howell | |
svn-id: r5616 | |||
2002-11-19 | Change error display for WinCE | Nicolas Bacca | |
svn-id: r5605 | |||
2002-11-19 | fix warning when compiling w/o vorbis/mp3 support | Max Horn | |
svn-id: r5603 | |||
2002-11-19 | Patch #639699: SAM: Fix for graphics glitch | Max Horn | |
svn-id: r5601 | |||
2002-11-18 | fixed warning | Max Horn | |
svn-id: r5599 | |||
2002-11-18 | Revert patch 638253, causes Dig regressions | James Brown | |
svn-id: r5594 | |||
2002-11-17 | Fixes to Master/SFX/Music volumes: | Jamieson Christian | |
- All are in 0-255 range now. No 0-127 mismatches. - Master volume now affects SFX and Music, consistent with LEC behavior. - The [ and ] keys now affect Music volume, not Master. Consistent with LEC behavior. Also changed [ and ] increment to 16, for 256/16 = 16 volume increments outside the GUI. svn-id: r5592 | |||
2002-11-17 | hack around another null dref for indy3, fixes 639201 | Jonathan Gray | |
svn-id: r5588 | |||
2002-11-16 | remove unused variable | Max Horn | |
svn-id: r5587 | |||
2002-11-16 | [Bug 590646] Fixed problem with small blips of music playing | Jamieson Christian | |
when master/music volumes are changed in the ScummVM GUI. svn-id: r5581 | |||
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-15 | Hack for bug 636433 | James Brown | |
svn-id: r5562 | |||
2002-11-15 | Don't allow F5 key to be passed back to the game. Stops in-game dialog from ↵ | James Brown | |
displaying after save/loads in indy3 svn-id: r5561 | |||
2002-11-15 | Patch 638253: Actor jumping fix for V7 games. Basic regression testing ↵ | James Brown | |
preformed for The Dig. svn-id: r5558 | |||
2002-11-15 | Music tempo patch | James Brown | |
svn-id: r5556 | |||
2002-11-14 | removed obsolete TODO | Max Horn | |
svn-id: r5544 | |||
2002-11-14 | Patch 637825, plus stubs for remaining MT32 instruments to reconcile | Jamieson Christian | |
svn-id: r5542 | |||
2002-11-13 | Some other inits added to prepare for the 'new / delete' overloading | Lionel Ulmer | |
removal. svn-id: r5537 | |||
2002-11-13 | more initialisation fixes | Max Horn | |
svn-id: r5533 | |||
2002-11-13 | more initialisation fixes | Max Horn | |
svn-id: r5532 | |||
2002-11-11 | append missing heads hack so actor in indy3 intro is always visible | Jonathan Gray | |
svn-id: r5516 | |||
2002-11-11 | confine dodgy hack in indy3 that should probably be removed | Jonathan Gray | |
svn-id: r5515 | |||
2002-11-10 | in Zak256, flash light now follows the mouse cursor instead of the actor; ↵ | Max Horn | |
also, the flashlight x position is now pixel based, not strip based (finer granularity) svn-id: r5511 | |||
2002-11-10 | Fixed race condition check in midi_driver_thread. | Jamieson Christian | |
Updated do_command for Conroy Bumpus' song. svn-id: r5510 | |||
2002-11-10 | Hack to prevent animation hangs during Conroy's song in Sam & Max. | Jamieson Christian | |
svn-id: r5509 | |||
2002-11-10 | Game-specific a likely incorrect fix for Indy3 (Class 22 is the "Don't mask" ↵ | James Brown | |
flag, so why translate it to something else?) *hurts khalek badly and mumbles about regression testing during a CVS freeze..* svn-id: r5508 | |||
2002-11-10 | revert costume palette table to 32 and fix actor.cpp compilation | Paweł Kołodziejski | |
svn-id: r5507 | |||
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 | increasing actor palette to 256 | Paweł Kołodziejski | |
svn-id: r5505 | |||
2002-11-10 | fix for the flashlight crash in Indy3; I am not 100% sure that this is the ↵ | Max Horn | |
right way t do it, though, need to do some more reseach svn-id: r5496 | |||
2002-11-10 | fixed stupid mistake | Max Horn | |
svn-id: r5494 | |||
2002-11-10 | added Scumm::displayError() method; make use of that to display errors if ↵ | Max Horn | |
save/load failed; changed runDialog() to return the result of Dialog::runModal(); changed the order in which autosave is performed a little bit svn-id: r5493 | |||
2002-11-10 | fixed two race conditions | Max Horn | |
svn-id: r5490 | |||
2002-11-10 | Fixed IMuseGM device state trackers to prevent inappropriate dropped messages. | Jamieson Christian | |
svn-id: r5487 | |||
2002-11-10 | Hack to prevent decapitation :) | James Brown | |
svn-id: r5485 |