aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs
AgeCommit message (Expand)Author
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2012-01-29TOLTECS: Some formatting fixes.Torbjörn Andersson
2011-12-05TOLTECS: Removed two goto statementsFilippos Karapetis
2011-11-26TOLTECS: Don't call c_str() on the return value of Common::String::format()Filippos Karapetis
2011-11-26TOLTECS: Reduce code duplicationFilippos Karapetis
2011-11-25TOLTECS: Add detection for Hungarian variant from bug #3440641.D G Turner
2011-11-24TOLTECS: findPath() endian fixes.Joost Peters
2011-11-24TOLTECS: Fix crash on Big EndianJoost Peters
2011-11-24TOLTECS: Save music in saved gamesFilippos Karapetis
2011-11-21TOLTECS: Sync scene sounds when saving/loadingFilippos Karapetis
2011-11-21TOLTECS: Change deltaValue to be an int8, as char isn't always signedFilippos Karapetis
2011-11-21TOLTECS: Remove empty implementation of syncSoundSettings()Filippos Karapetis
2011-11-21TOLTECS: Cleanup, removed an obsolete TODOFilippos Karapetis
2011-11-21TOLTECS: Add missing namespace commentFilippos Karapetis
2011-11-21TOLTECS: Savegame changesFilippos Karapetis
2011-11-21TOLTECS: Removed TODO.txt. Contents now on Wiki Toltecs Engine Page.D G Turner
2011-11-20TOLTECS: Change the updateScreen() logic a bitTorbjörn Andersson
2011-11-20TOLTECS: silence a couple gcc warningsAlex Bevilacqua
2011-11-20TOLTECS: Removed duplicate assignmentFilippos Karapetis
2011-11-20TOLTECS: Fixed typo in logicFilippos Karapetis
2011-11-20TOLTECS: Fixed compilation after the latest changes to GUI optionsFilippos Karapetis
2011-11-20TOLTECS: Slight cleanup of the audio codeFilippos Karapetis
2011-11-20TOLTECS: Always hide the game interface when showing a movieFilippos Karapetis
2011-11-20TOLTECS: Stop all sounds when exitingFilippos Karapetis
2011-11-20TOLTECS: CleanupFilippos Karapetis
2011-11-20TOLTECS: Updated TODOFilippos Karapetis
2011-11-20TOLTECS: Updated TODOFilippos Karapetis
2011-11-20TOLTECS: Updated TODOFilippos Karapetis
2011-11-20TOLTECS: Fixed music loopingFilippos Karapetis
2011-11-20TOLTECS: Fixed typoFilippos Karapetis
2011-11-20TOLTECS: Added a hack to fix a crash when smoking the peace pipeFilippos Karapetis
2011-11-20TOLTECS: Code cleanupFilippos Karapetis
2011-11-20TOLTECS: Initial implementation for musicFilippos Karapetis
2011-11-20TOLTECS: Add finalize() calls to file output codeFilippos Karapetis
2011-11-20TOLTECS: Implemented Quit game functionality in the menuFilippos Karapetis
2011-11-20TOLTECS: The resource cache is now purged when changing roomsFilippos Karapetis
2011-11-20TOLTECS: Added the ability to skip the current dialog line with the escape keyFilippos Karapetis
2011-11-20TOLTECS: Updated TODOFilippos Karapetis
2011-11-20TOLTECS: Updated the TODO, after talking with johndoeFilippos Karapetis
2011-11-20TOLTECS: Disabled some leftover unnecessary debug outputFilippos Karapetis
2011-11-20TOLTECS: Initialize mouse cursor when loading a saved game from the launcherFilippos Karapetis
2011-11-20TOLTECS: Some cleanup of the menu codeFilippos Karapetis
2011-11-20TOLTECS: Bugfixes for the game menuFilippos Karapetis
2011-11-20TOLTECS: Switch to initGraphics() call, rather than separate calls.David Turner
2011-11-20TOLTECS: Fix Compilation due to Graphics::loadThumbnail() API change.David Turner
2011-11-20TOLTECS: Removed now uneeded c_str() call.David Turner
2011-11-20TOLTECS: Fix saveGameState signature to match Engine's virtual method.David Turner
2011-11-20TOLTECS: Fix Detection For ADParams Removal From AdvancedMetaEngine.David Turner
2011-11-20TOLTECS: Update AdvancedMetaEngine For Removal of ADParams.David Turner