aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-11remove dead codePaweł Kołodziejski
svn-id: r32001
2008-05-11Add more verbs. They're not translated in the original, so it would be bestEugene Sandulenko
if someone would do it. svn-id: r32000
2008-05-11Cleanup of parsing code.Nicola Mettifogo
svn-id: r31999
2008-05-11- Move verbs to texts.cppEugene Sandulenko
- Move yet another hardcoded string to texts.cpp - Add string numbers to texts.cpp - Fixed German texts svn-id: r31998
2008-05-11Update HE version for that English Windows version of Freddi Fish 1.Travis Howell
svn-id: r31997
2008-05-11Add another English Windows version of Freddi Fish 1.Travis Howell
svn-id: r31996
2008-05-11Removed the remaining traces of the MorphOS ETUDE driver.Jordi Vilalta Prat
svn-id: r31994
2008-05-11Added the MidiPlugin interface (first step towards the MIDI plugins)Jordi Vilalta Prat
svn-id: r31993
2008-05-10Restructured saving/loading and added a stub for WoodruffSven Hesse
svn-id: r31989
2008-05-10Fixed warning.Torbjörn Andersson
svn-id: r31988
2008-05-10- Cleaned up main menu quit handlingJohannes Schickel
- Moved KyraEngine_HoF delay implementation to KyraEngine_v2 svn-id: r31987
2008-05-10Fixed bug in Screen_v2::makeShapeCopy.Johannes Schickel
svn-id: r31986
2008-05-10Implemented pausing of timers, this should fix some minor glitches.Johannes Schickel
svn-id: r31985
2008-05-10Set _quitFlag when receiving quit event in kyra2/kyra3 main menu.Johannes Schickel
svn-id: r31984
2008-05-10Renamed opcode 163: o2_getBoolFromStack to o2_midiSoundFadeout and updated ↵Johannes Schickel
implementation. svn-id: r31981
2008-05-10Implemented opcode 106: o2_playFireflyScore.Johannes Schickel
svn-id: r31980
2008-05-10- Added small delay to GUI_v2::getInputJohannes Schickel
- Prevent kyra3 background music from stopping while menu is open svn-id: r31979
2008-05-10Consume less cpu time when Zanthia/Malcolm are walking.Johannes Schickel
svn-id: r31978
2008-05-10fix missing animation for golden neck ringFlorian Kagerer
svn-id: r31977
2008-05-10Simplification in updateItemAnimations in KyraEngine_HoF and KyraEngine_MR.Johannes Schickel
svn-id: r31976
2008-05-10(hopefully) fix bug in last commitFlorian Kagerer
svn-id: r31975
2008-05-10implement item animations for MRFlorian Kagerer
svn-id: r31973
2008-05-10Extracted script parsing code to its own class.Nicola Mettifogo
svn-id: r31972
2008-05-09Since some parts of ScummVM code are under LGPL, add full text of this licenseEugene Sandulenko
to the distribution. svn-id: r31970
2008-05-09The backspace key is now workingFilippos Karapetis
svn-id: r31969
2008-05-09Implemented o1_CLIPAREAFilippos Karapetis
svn-id: r31968
2008-05-09Removed debug outputFilippos Karapetis
svn-id: r31967
2008-05-09Exit more gracefully when a quit event is triggeredFilippos Karapetis
svn-id: r31966
2008-05-09Fixed typos.Johannes Schickel
svn-id: r31965
2008-05-09Removed now obsolete FIXMEFilippos Karapetis
svn-id: r31964
2008-05-09Added workaround for o1_SNDENERGYBenjamin Haisch
svn-id: r31962
2008-05-09- Fixed a bug which sometimes caused crashes when ↵Benjamin Haisch
ProjectReader::purgeCache() was called - Some cleanup svn-id: r31961
2008-05-09Added the option to specify the custom path for loading pluginsJordi Vilalta Prat
svn-id: r31960
2008-05-09Tiny cleanup to ease extraction of the program parser code.Nicola Mettifogo
svn-id: r31959
2008-05-09Moved location parsing out of the engines, to LocationParser_ns and ↵Nicola Mettifogo
LocationParser_br. svn-id: r31958
2008-05-08Implemented opcode 66: o3_removeItemSlot.Johannes Schickel
svn-id: r31957
2008-05-08Silenced some g++ 4.3 warnings.Johannes Schickel
svn-id: r31956
2008-05-08Fixed bug in o3_updateConversations.Johannes Schickel
svn-id: r31955
2008-05-08o1_ADDSPRITE is not implemented yet, so throw a warningFilippos Karapetis
svn-id: r31954
2008-05-08Reordering game parts deinitialization, to avoid having one part's ↵Sven Hesse
destructor access an already destroyed part svn-id: r31952
2008-05-08Updated the MSVC project files for the gob engineFilippos Karapetis
svn-id: r31951
2008-05-08Declaring BackgroundAtmosphere as kMusicSoundTypeSven Hesse
svn-id: r31950
2008-05-08Implemented the background "music" / atmospheric sounds in WoodruffSven Hesse
svn-id: r31949
2008-05-08Fixed some game crashes which occurred when ProjectReader::purgeCache() got ↵Filippos Karapetis
called: - MIDI music data is marked to be deleted in o1_STOPMUS now, instead of o1_PLAYMUS. - Added a FIXME to Screen::setFont() - purgeCache crashes the game if the active font is deleted svn-id: r31948
2008-05-08Reverted commit #31774Filippos Karapetis
svn-id: r31947
2008-05-08Silenced MSVC warnings about uninitialized variablesFilippos Karapetis
svn-id: r31946
2008-05-08Fixed warning on 64bit systems introduced with r31940.Johannes Schickel
svn-id: r31945
2008-05-08Possibly fixed the sound stuttering in the PMV videos and added frame ↵Benjamin Haisch
skipping based on the Gob engine's IMD/VMD player. svn-id: r31944
2008-05-08Fix README ref: Makefile -> ports.mkMax Horn
svn-id: r31943
2008-05-08Update Gob MSVC project files.Kari Salminen
svn-id: r31942