aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-02-21formatingPaweł Kołodziejski
2009-02-21GFX_ERROR messages need \nJoost Peters
2009-02-21missed a file in r38701Andre Heider
2009-02-21Compensate small lags in Util::waitEndFrame(), so that the CD audio intro seq...Sven Hesse
2009-02-21use OSystem::getMillis() for last_wait_time and get rid of game_start_timeAndre Heider
2009-02-21formatingPaweł Kołodziejski
2009-02-21formatingPaweł Kołodziejski
2009-02-21formatingPaweł Kołodziejski
2009-02-21Rewrote the cutscene player to be more like the one in Broken Sword 1. This f...Torbjörn Andersson
2009-02-21revert large parts of r38621. error() is for fatal errors and does not return...Willem Jan Palenstijn
2009-02-21Remove excess \n.Travis Howell
2009-02-21error() calls don't need \n, as it is already appended in error() itselfJoost Peters
2009-02-21formatingPaweł Kołodziejski
2009-02-21formatingPaweł Kołodziejski
2009-02-21formatingPaweł Kołodziejski
2009-02-21replace obsolete creat() with open()Andre Heider
2009-02-21replace #ifdef WORDS_BIGENDIAN by SCUMM_BIG_ENDIANJoost Peters
2009-02-21formatingPaweł Kołodziejski
2009-02-21formatingPaweł Kołodziejski
2009-02-21cleanupGregory Montoir
2009-02-21Allocate the background sound handle dynamically. Otherwise, it seems to me a...Torbjörn Andersson
2009-02-21remove some endlines from warning() callsWillem Jan Palenstijn
2009-02-21force inventory redraw after a game state load (inventory should now be ok wh...Gregory Montoir
2009-02-21Cleanup.Torbjörn Andersson
2009-02-21Replaced "typedef struct _seg_manager_t seg_manager_t" with "struct SegManager"Jordi Vilalta Prat
2009-02-21Replaced "typedef struct _state state_t" with "struct EngineState"Jordi Vilalta Prat
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-21formatingPaweł Kołodziejski
2009-02-21Implemented SciEngine::getDebugger()Jordi Vilalta Prat
2009-02-21formatingPaweł Kołodziejski
2009-02-21formatingPaweł Kołodziejski
2009-02-21formatingPaweł Kołodziejski
2009-02-21formatingPaweł Kołodziejski
2009-02-21formatingPaweł Kołodziejski
2009-02-21formatingPaweł Kołodziejski
2009-02-21formatingPaweł Kołodziejski
2009-02-21Fix for bug #1864270. Music now goes on after the the credits have been displ...Nicola Mettifogo
2009-02-21Fix for bug #2619824. Command list execution is now paused when showing credi...Nicola Mettifogo
2009-02-21SCI: Yet more cleanupMax Horn
2009-02-21SCI: Use GCC_PRINTF hint to the compiler for _SCIkprintf and sciprintf; fixed...Max Horn
2009-02-21SCI: Regenerated said.cpp from said.yMax Horn
2009-02-21SCI: Fixed more warningsMax Horn
2009-02-21SCI: Fixed warnings in engine/savegame.cpp, by improving cfsml.pl; also impro...Max Horn
2009-02-21SCI: Fixed more warningsMax Horn
2009-02-21SCI: Fixed tons of bugs in error/warning format stringsMax Horn
2009-02-21SCI: cleanupMax Horn
2009-02-21SCI: Re-enabled detection of my KQ5 versionMax Horn
2009-02-21Advanced detector: Slightly more verbose debug outputMax Horn
2009-02-21avoid vsscanfWillem Jan Palenstijn
2009-02-20Minor consistency change.Torbjörn Andersson