aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-01Sync BS2 section with the 0.8 branch.Torbjörn Andersson
svn-id: r19882
2006-01-01Hopefully fixed the missing speech bug reported on the forum, once and forTorbjörn Andersson
all. svn-id: r19879
2006-01-01Change load & save quick save keys, to match other engines.Travis Howell
svn-id: r19878
2006-01-01fixed warningsPaweł Kołodziejski
svn-id: r19877
2006-01-01updatePaweł Kołodziejski
svn-id: r19876
2006-01-01Rename variable.Travis Howell
svn-id: r19874
2006-01-01Add additional drawStrip case for HE games.Travis Howell
Fixes glitches over key in Darkroom of freddi3. svn-id: r19873
2006-01-01HE Games use more image states for objects.Travis Howell
Fixes background redraw when getting urchin in room 13 of freddi2. svn-id: r19872
2005-12-31Implemented:Johannes Schickel
- cmd_drinkPotionAnimation - cmd_fillFlaskWithWater - cmd_getIdolGem - cmd_itemOnGroundHere - cmd_queryCrystalState - cmd_setCrystalState - cmd_setBrandonScaleXAndY - cmd_resetScaleMode - cmd_getScaleDepthTableValue - cmd_setScaleDepthTableValue - cmd_brandonHealingSequence svn-id: r19871
2005-12-31Commited patches 1394374 and 1394374 with minor changes.Johannes Schickel
Thanks to clemmy for that. svn-id: r19870
2005-12-31Minor changes.Travis Howell
svn-id: r19868
2005-12-31Elaborate more about myself in new credits format. I invite others to do thatEugene Sandulenko
too as that helps to determine more exactly who has an expert opinion in some particular area. svn-id: r19867
2005-12-31Chnage Pajama Sam games order.Travis Howell
svn-id: r19866
2005-12-30Slightly more verbose debugging messages. Still trying to track down weirdTorbjörn Andersson
bug report from the forum. svn-id: r19865
2005-12-30Added kMapHeight and kMapWidth constantsMax Horn
svn-id: r19864
2005-12-30Added kMapHeight and kMapWidth constantsMax Horn
svn-id: r19863
2005-12-30Fixed compilation.Torbjörn Andersson
svn-id: r19862
2005-12-30OSX: Make it possible to compile ScummVM using GCC 3.3 against an SDL that ↵Max Horn
was compiled using GCC 4 svn-id: r19861
2005-12-30Fixed the CoreMIDI driver -- MT-32 now sounds perfect under Mac OS X :-)Max Horn
svn-id: r19860
2005-12-30* Replaced MDT_PREFER_NATIVE/MDT_NATIVE by MDT_PREFER_MIDI/MDT_MIDI).Max Horn
* Changed MidiDriver::createMidi so that if MD_ADLIB is passed, it now *does* instantiate the adlib driver. * Rewrote MidiDriver::detectMusicDriver (code should be clearer now, and hopefully easier to adapt/maintain). Note that the behavior changed slightly (this may require some tweaking). * Added MidiDriver::findMusicDriver which works similar to the old MidiDriver::parseMusicDriver but returns the full MidiDriverDescription and ignores all characters in the passed driver name following a colon ":". * Changed MidiDriver::parseMusicDriver to use MidiDriver::findMusicDriver. * Changed game engines to match the changes made to MidiDriver. * Modified SCUMM engine to not record the selected midi/music driver (in _midiDriver), but rather the music *type* (in _musicType). svn-id: r19859
2005-12-30Use the same amount of spacing for 0.8.1 as for 0.8.0Torbjörn Andersson
svn-id: r19857
2005-12-30Add Polish.Travis Howell
svn-id: r19856
2005-12-30Sync. changes.Travis Howell
svn-id: r19854
2005-12-30Correct Spy Fox game's titles.Travis Howell
svn-id: r19850
2005-12-30Correct orderTravis Howell
svn-id: r19849
2005-12-29Minor changes.Travis Howell
svn-id: r19848
2005-12-29Implemented:Johannes Schickel
- cmd_pauseTicks - cmd_setLogicPage - cmd_fatPrint - cmd_playWinterScrollSequence Also implemented functionallity of the other three jewels of the amulet. svn-id: r19847
2005-12-29cleanupMax Horn
svn-id: r19846
2005-12-29Disable 'coreaudio' driver name alias for now -- it makes the CoreAudio ↵Max Horn
driver appear twice in the GUI svn-id: r19845
2005-12-29MidiDriver: Some cleanup, added some comments/TODOs, preparations for a ↵Max Horn
potential cleanup svn-id: r19844
2005-12-29Revert HE version change for Mac. farm demo.Travis Howell
svn-id: r19843
2005-12-28Add Macintosh versions of more HE demos.Travis Howell
svn-id: r19842
2005-12-28Implemented:Johannes Schickel
- cmd_magicInMouseItem - cmd_poisonDeathNow - cmd_poisonBrandonAndRemaps - cmd_playFluteAnimation Also implemented healing function for brandon. And implemented poison death sequence. svn-id: r19841
2005-12-27Mention fixed PSP bug, fix spelling.Joost Peters
svn-id: r19838
2005-12-27Fix MI1 & BS1 bugs reported in #1276592 - both are related to the number of ↵Joost Peters
open file handles. svn-id: r19837
2005-12-26Add details for Macintosh versions of airport and jungle.Travis Howell
svn-id: r19836
2005-12-26Switched the CoreAudio driver to use an AUGraph; this simplifies things a ↵Max Horn
lot and should also cope with the user switching the default output device while ScummVM is running svn-id: r19835
2005-12-26Fixed bug with input handling and implemented: cmd_getBirthstoneGem.Johannes Schickel
svn-id: r19834
2005-12-26Started to implement the amulet button callback.Johannes Schickel
Also implemented some of the first jewel functionallity. And cleaned up the resource unloading a bit. svn-id: r19833
2005-12-26New CoreMIDI midi backend for OS XMax Horn
svn-id: r19832
2005-12-24Started to implement button handling (atm only the inventory works)Johannes Schickel
Also implemented following opcodes: - cmd_waitForConfirmationMouseClick - cmd_drawItemShapeIntoScene - cmd_setFireberryGlowPalette - cmd_findBrightestFireberry - cmd_sceneToDirection - cmd_createAmuletJewel - cmd_getCharactersMovementDelay - cmd_setNoDrawShapesFlag - cmd_checkClickOnNPC - cmd_getFoyerItem - cmd_setFoyerItem - cmd_passiveProtection - cmd_fillRect Fixed bugs in some opcodes (mostly wrong debug calls) Also changed debuglevel of all sprite functions to level 6 (from 5). svn-id: r19831
2005-12-23Implemented cmd_magicOutMouseItem and also extended enterNewSceneJohannes Schickel
and initSceneScreen. svn-id: r19830
2005-12-22Small bugfixes with enterNewScene and cmd_pauseSeconds.Johannes Schickel
Implemented opcode: cmd_setSceneFile svn-id: r19829
2005-12-22Completed implementation of processItemDropJohannes Schickel
also changed implementation of itemDropDown a bit. Implemented new opcodes: - cmd_fadeSpecialPalette - cmd_setCustomPaletteRange svn-id: r19828
2005-12-22Fixed bug with an endless loop while clicking on herman after giving him the ↵Johannes Schickel
saw. svn-id: r19827
2005-12-21Added debugging messages to track which CD (1 or 2) the game thinks it'sTorbjörn Andersson
supposed to be reading data from. Maybe this will help track down the mysterious missing speech problem reported on the forum. svn-id: r19823
2005-12-21Minor changes.Travis Howell
svn-id: r19822
2005-12-21Minor changes.Travis Howell
svn-id: r19821
2005-12-21Switch to Floppy/CD, instead of Talkie.Travis Howell
svn-id: r19820
2005-12-20Sync.Travis Howell
svn-id: r19819