aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2009-06-22Properly guarding Script::getOffset() and adding a reverse operationSven Hesse
svn-id: r41782
2009-06-22Added stream-reading loading wrappers to MDYPlayer and added a workaround to ↵Sven Hesse
fix TBR reading for the moment svn-id: r41781
2009-06-22Fix palette regression in Lands of Lore.Johannes Schickel
svn-id: r41777
2009-06-22Renaming kDebugParser to kDebugExpressionSven Hesse
svn-id: r41774
2009-06-22Renaming parse.h and parse.cpp to expression.h and expression.cppSven Hesse
svn-id: r41773
2009-06-22Renaming "Parse" to "Expression"Sven Hesse
svn-id: r41772
2009-06-22More signess consistency on the reading and seeking methodsSven Hesse
svn-id: r41771
2009-06-22Don't assert on pop when no script is loadedSven Hesse
svn-id: r41770
2009-06-22Adding some commentsSven Hesse
svn-id: r41769
2009-06-22Removing commented-out declarationsSven Hesse
svn-id: r41768
2009-06-22const correctnessSven Hesse
svn-id: r41765
2009-06-22Removed redundant variation of the routine to play sound effectsPaul Gilbert
svn-id: r41763
2009-06-22Pushing script.o downSven Hesse
svn-id: r41762
2009-06-22Removing the Parse object from GobEngineSven Hesse
svn-id: r41761
2009-06-22Putting evalBoolResult() and evalExpr() into ScriptSven Hesse
svn-id: r41760
2009-06-22Unwinding the call stack before unloading the scriptSven Hesse
svn-id: r41759
2009-06-22Removing the now useless cuckoo function and shrink the call stack entries ↵Sven Hesse
accordingly svn-id: r41758
2009-06-22Giving CollisionArea a full-blown Script pointer instead the data pointerSven Hesse
svn-id: r41757
2009-06-22Implemented loading TOTs from video file againSven Hesse
svn-id: r41756
2009-06-22Removing debug outputSven Hesse
svn-id: r41755
2009-06-22Implemented a call stackSven Hesse
svn-id: r41754
2009-06-22Encapsulating script file accessSven Hesse
svn-id: r41753
2009-06-22Adding DataIO::existData()Sven Hesse
svn-id: r41752
2009-06-22Encapsulated access to _resultStrSven Hesse
svn-id: r41751
2009-06-22Encapsulated access to Parse::_resultIntSven Hesse
svn-id: r41750
2009-06-22Added the dummy volume variable to the savegame formatPaul Gilbert
svn-id: r41749
2009-06-22Implemented the Op_SetVolume method like the original, which simply set a ↵Paul Gilbert
dummy variable and never actually changed the volume svn-id: r41748
2009-06-22Fix memory leak.Johannes Schickel
svn-id: r41747
2009-06-22- Fixed regression in Screen::fadeToBlackJohannes Schickel
- Fixed some palette regressions in Kyra1 Amiga (only the intro works currently) svn-id: r41746
2009-06-22Changed Screen::loadPalette to take a reference to a Palette object instead ↵Johannes Schickel
of an array. svn-id: r41745
2009-06-22Changed Screen::loadBitmap and Movie::open to take an optional Palette ↵Johannes Schickel
pointer instead of an optional array pointer. svn-id: r41744
2009-06-22- Changed the following Screen functions to take a reference to a Palette ↵Johannes Schickel
object: -> setScreenPalette -> fadePalette -> getFadeParams -> fadePalStep - Fixed initialization of 256 color palettes svn-id: r41743
2009-06-22Add wrapper functionality for copying full palettes.Johannes Schickel
svn-id: r41742
2009-06-22Changed Screen::getPalette to return a reference to a Palette object.Johannes Schickel
svn-id: r41741
2009-06-22Got rid of Screen::_currentPalette.Johannes Schickel
svn-id: r41740
2009-06-22Start refactoring palette handling into new class "Palette".Johannes Schickel
svn-id: r41739
2009-06-21Cleanup.Johannes Schickel
svn-id: r41736
2009-06-21LOL: minor fix for floating cursorsFlorian Kagerer
svn-id: r41735
2009-06-21LOL: - implemented support for "floating cursors"Florian Kagerer
- prevent complete refresh for audio menu whenever a mouse button is pressed svn-id: r41734
2009-06-21Cleanup.Johannes Schickel
svn-id: r41733
2009-06-21Fix slider buttons in LoL (and some minor cleanup).Johannes Schickel
svn-id: r41732
2009-06-21Cleanup: Change LoL specific config entries to use underscores instead of ↵Johannes Schickel
whitespaces. svn-id: r41731
2009-06-21Cleanup: Change LoL code to use KYRA volume handling.Johannes Schickel
svn-id: r41730
2009-06-21LOL: - implemented audio menuFlorian Kagerer
- menu settings now get saved - remove white spaces svn-id: r41729
2009-06-21CleanupFilippos Karapetis
svn-id: r41727
2009-06-21Minor fixes to the individual note playing codePaul Gilbert
svn-id: r41726
2009-06-21Changed .SPL (sound effect) loading to load the Adlib version of sound ↵Paul Gilbert
effects - sound effects now work svn-id: r41725
2009-06-21Bugfixes to pre-loading and handling of resources such as sound filesPaul Gilbert
svn-id: r41724
2009-06-21Cleanup.Johannes Schickel
svn-id: r41723
2009-06-21Fix umlauts for original interpreter saves.Johannes Schickel
svn-id: r41722