aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-21disable BREAKPOINT macro and remove exit() macro, as they conflict with SCI b...Joost Peters
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-21map dpad right to the predictive dialogAndre Heider
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-21Updated xcode projectOystein Eftevaag
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-21disable warnings as error, said.cpp generate warnings from bison generated pa...Paweł 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
2009-02-20Converted SCI saving to use saveFileMan. Instead of a savegame beingWillem Jan Palenstijn
2009-02-20Switch error back to warning, to fix SCI 1.1 regression.Travis Howell
2009-02-20upsPaweł Kołodziejski
2009-02-20Switch errors back to warnings, to fix SCI 1.1 regressions.Travis Howell
2009-02-20re-enable warnings as errorsPaweł Kołodziejski