Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-22 | Renaming kDebugParser to kDebugExpression | Sven Hesse | |
svn-id: r41774 | |||
2009-06-22 | Renaming parse.h and parse.cpp to expression.h and expression.cpp | Sven Hesse | |
svn-id: r41773 | |||
2009-06-22 | Renaming "Parse" to "Expression" | Sven Hesse | |
svn-id: r41772 | |||
2009-06-22 | More signess consistency on the reading and seeking methods | Sven Hesse | |
svn-id: r41771 | |||
2009-06-22 | Don't assert on pop when no script is loaded | Sven Hesse | |
svn-id: r41770 | |||
2009-06-22 | Adding some comments | Sven Hesse | |
svn-id: r41769 | |||
2009-06-22 | Removing commented-out declarations | Sven Hesse | |
svn-id: r41768 | |||
2009-06-22 | const correctness | Sven Hesse | |
svn-id: r41765 | |||
2009-06-22 | Removed redundant variation of the routine to play sound effects | Paul Gilbert | |
svn-id: r41763 | |||
2009-06-22 | Pushing script.o down | Sven Hesse | |
svn-id: r41762 | |||
2009-06-22 | Removing the Parse object from GobEngine | Sven Hesse | |
svn-id: r41761 | |||
2009-06-22 | Putting evalBoolResult() and evalExpr() into Script | Sven Hesse | |
svn-id: r41760 | |||
2009-06-22 | Unwinding the call stack before unloading the script | Sven Hesse | |
svn-id: r41759 | |||
2009-06-22 | Removing the now useless cuckoo function and shrink the call stack entries ↵ | Sven Hesse | |
accordingly svn-id: r41758 | |||
2009-06-22 | Giving CollisionArea a full-blown Script pointer instead the data pointer | Sven Hesse | |
svn-id: r41757 | |||
2009-06-22 | Implemented loading TOTs from video file again | Sven Hesse | |
svn-id: r41756 | |||
2009-06-22 | Removing debug output | Sven Hesse | |
svn-id: r41755 | |||
2009-06-22 | Implemented a call stack | Sven Hesse | |
svn-id: r41754 | |||
2009-06-22 | Encapsulating script file access | Sven Hesse | |
svn-id: r41753 | |||
2009-06-22 | Adding DataIO::existData() | Sven Hesse | |
svn-id: r41752 | |||
2009-06-22 | Encapsulated access to _resultStr | Sven Hesse | |
svn-id: r41751 | |||
2009-06-22 | Encapsulated access to Parse::_resultInt | Sven Hesse | |
svn-id: r41750 | |||
2009-06-22 | Added the dummy volume variable to the savegame format | Paul Gilbert | |
svn-id: r41749 | |||
2009-06-22 | Implemented 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-22 | Fix memory leak. | Johannes Schickel | |
svn-id: r41747 | |||
2009-06-22 | - Fixed regression in Screen::fadeToBlack | Johannes Schickel | |
- Fixed some palette regressions in Kyra1 Amiga (only the intro works currently) svn-id: r41746 | |||
2009-06-22 | Changed Screen::loadPalette to take a reference to a Palette object instead ↵ | Johannes Schickel | |
of an array. svn-id: r41745 | |||
2009-06-22 | Changed 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-22 | Add wrapper functionality for copying full palettes. | Johannes Schickel | |
svn-id: r41742 | |||
2009-06-22 | Changed Screen::getPalette to return a reference to a Palette object. | Johannes Schickel | |
svn-id: r41741 | |||
2009-06-22 | Got rid of Screen::_currentPalette. | Johannes Schickel | |
svn-id: r41740 | |||
2009-06-22 | Start refactoring palette handling into new class "Palette". | Johannes Schickel | |
svn-id: r41739 | |||
2009-06-21 | Cleanup. | Johannes Schickel | |
svn-id: r41736 | |||
2009-06-21 | LOL: minor fix for floating cursors | Florian Kagerer | |
svn-id: r41735 | |||
2009-06-21 | LOL: - implemented support for "floating cursors" | Florian Kagerer | |
- prevent complete refresh for audio menu whenever a mouse button is pressed svn-id: r41734 | |||
2009-06-21 | Cleanup. | Johannes Schickel | |
svn-id: r41733 | |||
2009-06-21 | Fix slider buttons in LoL (and some minor cleanup). | Johannes Schickel | |
svn-id: r41732 | |||
2009-06-21 | Cleanup: Change LoL specific config entries to use underscores instead of ↵ | Johannes Schickel | |
whitespaces. svn-id: r41731 | |||
2009-06-21 | Cleanup: Change LoL code to use KYRA volume handling. | Johannes Schickel | |
svn-id: r41730 | |||
2009-06-21 | LOL: - implemented audio menu | Florian Kagerer | |
- menu settings now get saved - remove white spaces svn-id: r41729 | |||
2009-06-21 | Cleanup | Filippos Karapetis | |
svn-id: r41727 | |||
2009-06-21 | Minor fixes to the individual note playing code | Paul Gilbert | |
svn-id: r41726 | |||
2009-06-21 | Changed .SPL (sound effect) loading to load the Adlib version of sound ↵ | Paul Gilbert | |
effects - sound effects now work svn-id: r41725 | |||
2009-06-21 | Bugfixes to pre-loading and handling of resources such as sound files | Paul Gilbert | |
svn-id: r41724 | |||
2009-06-21 | Cleanup. | Johannes Schickel | |
svn-id: r41723 | |||
2009-06-21 | Fix umlauts for original interpreter saves. | Johannes Schickel | |
svn-id: r41722 | |||
2009-06-21 | Enable proper umlaut handling in kyra 1-3. | Johannes Schickel | |
svn-id: r41721 | |||
2009-06-21 | Moved CP850<->ISO-8859-1 conversion to Util. | Johannes Schickel | |
svn-id: r41720 | |||
2009-06-21 | Fix drawing of sharp s. | Johannes Schickel | |
svn-id: r41719 |