aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs
AgeCommit message (Expand)Author
2013-09-12Merge pull request #378 from lordhoto/pluggable-engines-translationsJohannes Schickel
2013-09-02TOLTECS: Add an alternate English version (bug #3614933)Filippos Karapetis
2013-08-12I18N: Move specification of engine specific files to enginedir/POTFILES.Johannes Schickel
2013-08-03TOLTECS: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03TOLTECS: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-05-14TOLTECS: Fix operator order (pre-decrement instead of post-decrement)Filippos Karapetis
2013-05-14TOLTECS: Fix bug #3613032 - "TOLTECS: Crash during peace pipe coughing scene"Filippos Karapetis
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2013-04-26TOLTECS: Ignore invalid script opcodes (script bugs) - bug #3604025Filippos Karapetis
2013-04-26TOLTECS: Remove dead codeFilippos Karapetis
2013-03-15TOLTECS: Work around undefined subtitle behaviour at script loadingTorbjörn Andersson
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2013-01-22TOLTECS: Don't change the archive position when loading a resource (bug #3601...Filippos Karapetis
2013-01-22TOLTECS: Whitespace fixes and explanation of some magic valuesFilippos Karapetis
2013-01-13TOLTECS: Fix bug #3600166 - "TOLTECS: Parrot speech cuts off Fenimore's in Ce...Filippos Karapetis
2013-01-13TOLTECS: Replace a magic value with its appropriate enumFilippos Karapetis
2013-01-13TOLTECS: Whitespace fixesFilippos Karapetis
2013-01-13TOLTECS: Fix bug #3599370 - "TOLTECS: Text on intro video not shown as per or...Filippos Karapetis
2013-01-13TOLTECS: Whitespace fixesFilippos Karapetis
2013-01-08TOLTECS: Fix script bug #3599964 - "TOLTECS: Crash when entering cave"Filippos Karapetis
2013-01-06TOLTECS: Add detection for the English demo and correct the German oneFilippos Karapetis
2013-01-04TOLTECS: When a new dialog opens, highlight active item (if any)Torbjörn Andersson
2013-01-04TOLTECS: Scroll original save/load dialog to bottom on openingTorbjörn Andersson
2013-01-04TOLTECS: Hide/show arrows in original save/load dialogsTorbjörn Andersson
2013-01-04TOLTECS: Make aborting movies more reliableTorbjörn Andersson
2013-01-04TOLTECS: Remove unnecessary calls to quitGame()Torbjörn Andersson
2013-01-04TOLTECS: Adjust verb drawing to look more like originalTorbjörn Andersson
2013-01-04TOLTECS: Small adjustments to the dialogs to better match originalTorbjörn Andersson
2013-01-02TOLTECS: Don't allow dialog skipping while movies are playingTorbjörn Andersson
2013-01-02TOLTECS: Silence Valgrind warningsTorbjörn Andersson
2013-01-02TOLTECS: Cleanup of the script debug messagesFilippos Karapetis
2013-01-02TOLTECS: Add a debug consoleFilippos Karapetis
2013-01-02TOLTECS: Fix the colors of the arrows in the sound volume screenFilippos Karapetis
2013-01-02TOLTECS: Add an option to use the ScummVM save/load screensFilippos Karapetis
2013-01-02TOLTECS: Some more menu color fixesFilippos Karapetis
2013-01-02TOLTECS: Fix more menu colorsFilippos Karapetis
2013-01-02TOLTECS: Fix menu colorsFilippos Karapetis
2013-01-02TOLTECS: CleanupFilippos Karapetis
2012-11-19TOLTECS: Remove unused, but set, variable, start.D G Turner
2012-10-06TOLTECS: Improve the shake screen effects during moviesTorbjörn Andersson
2012-10-06TOLTECS: Hide the mouse cursor while a movie is playing, like the originalFilippos Karapetis
2012-10-06TOLTECS: Wait a bit after drawing each frameFilippos Karapetis
2012-10-06TOLTECS: Remove redundant screen updatesFilippos Karapetis
2012-10-03TOLTECS: Fix menu positining in the simplest way I can think ofTorbjörn Andersson
2012-10-03TOLTECS: Improve audio/video sync in the movie playerTorbjörn Andersson
2012-10-03TOLTECS: Added TODO comment about main menu positionTorbjörn Andersson
2012-10-02TOLTECS: Draw shaded rects to "front screen", not "background"Torbjörn Andersson
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-21TOLTECS: Replace ceil with integer maths.Johannes Schickel
2012-09-14TOLTECS: Adapt the movie chunk buffer allocation codeFilippos Karapetis