aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-05-08Since BASS treats speech separately from other sounds, let's use theTorbjörn Andersson
speech_volume setting for that, as suggested on the forum. svn-id: r31941
2008-05-08GCC says these are ints, not long ints. Adjust the format strings accordingly.Torbjörn Andersson
svn-id: r31940
2008-05-08Reverted commit 31928 by Buddha_, and defined kFlagsAll as 0xFFFFFFFFU in ↵Nicola Mettifogo
the enum, as suggested by Fingolfin. svn-id: r31939
2008-05-08Split off the actual mixing part of SoundBlasterSven Hesse
svn-id: r31938
2008-05-08Restructured sound codeSven Hesse
svn-id: r31937
2008-05-07Fixed bug when starting new game from load menu.Johannes Schickel
svn-id: r31935
2008-05-07Implemented KyraEngine_MR::timerFleaDeath.Johannes Schickel
svn-id: r31934
2008-05-07Fix invalid memory access bug in the library sequence (original static data ↵Florian Kagerer
seems to be bugged here) svn-id: r31933
2008-05-07Even more German fixes from RazielEugene Sandulenko
svn-id: r31932
2008-05-07Implemented vertical/horizontal flipping of sprites.Benjamin Haisch
svn-id: r31931
2008-05-07- cmd_return now exits the game if it returns from the main functionBenjamin Haisch
- Implemented cmd_exit - PmvPlayer now exits "more gracefully" when the application is closed while playing svn-id: r31930
2008-05-07Proper delete[] formatting (this time all occurences should've been changed...)Johannes Schickel
svn-id: r31929
2008-05-07A (temporary?) fix for the signed/unsigned issues with enum CommandFlags usage.Kari Salminen
svn-id: r31928
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
svn-id: r31927
2008-05-07Changed the two instances of "delete []" into "delete[] " as wellSven Hesse
svn-id: r31926