aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-05LASTEXPRESS: Fix uninitialized scalar field (CID1002849)Littleboy
2013-09-05LASTEXPRESS: Fix unchecked return value (CID1003854)Littleboy
2013-09-05LASTEXPRESS: Fix unchecked return value (CID1003850)Littleboy
2013-09-05LASTEXPRESS: Remove unneeded check for loaded sequence (CID1003911)Littleboy
The sequence loading helper should already check if the sequence is loaded and clean up the instance if not
2013-09-05LASTEXPRESS: Fix unchecked return value in LastExpressEngine::pollEvents() ↵Littleboy
(CID1004167)
2013-09-05LASTEXPRESS: Fix uninitialized scalar field (CID1002847)Littleboy
2013-09-06AVALANCHE: Remove 2 high-ascii charactersStrangerke
2013-09-06AVALANCHE: Identify currently dead code in enid2Strangerke
2013-09-05AVALANCHE: More renaming in Gyro.uruk
2013-09-05AVALANCHE: Start renaming in Gyro.uruk
2013-09-05AVALANCHE: Rename/refactor Colors.uruk
2013-09-05WINTERMUTE: Disambiguate empty and NULL strings when savingWillem Jan Palenstijn
The string stored is now strlen(s)+1, with length 0 indicating NULL. Increment savegame version for this new format. Old savegames are fixed by assuming VAL_STRING should never be NULL.
2013-09-05Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalancheuruk
2013-09-05AVALANCHE: Silence Valgrind warnings.uruk
2013-09-05WINTERMUTE: Don't clean up _scripts mid-iterationWillem Jan Palenstijn
Scripts executing from ScEngine::tick() can call ScEngine::unbreakableTick() via scCallMethod("SaveGame") and applyEvent("BeforeSave"). This recursive execution could cause finished scripts being removed from _scripts while ScEngine::tick() is still iterating over that array.
2013-09-05AVALANCHE: Fix initialization of kEdnaIdStrangerke
2013-09-05AVALANCHE: Silence Valgrind warnings.uruk
2013-09-05AVALANCHE: Silence more Valgrind warnings.uruk
2013-09-05AVALANCHE: Repair some initialization to silence Valgrind warnings.uruk
2013-09-05AVALANCHE: Repair memory leaks in Dropdown.uruk
2013-09-05AVALANCHE: Do renaming/refactoring in Graphics.uruk
2013-09-05AVALANCHE: Do renaming in Enid. (Keep the refactoring for the implementation ↵uruk
of it.)
2013-09-05AVALANCHE: Repair another bunch of memory leaks.uruk
2013-09-05AVALANCHE: Fix some memory leak problems.uruk
2013-09-05AVALANCHE: Fix GCC warning.uruk
2013-09-05AVALANCHE: Fix one more GCC warningStrangerke
2013-09-05AVALANCHE: Fix warnings reported by GCCStrangerke
2013-09-05AVALANCHE: Add some brackets to improve readabilityStrangerke
2013-09-05AVALANCHE: Finish replacing C-style comments by C++-styleStrangerke
2013-09-05AVALANCHE: Start replacing C-style comments by C++-styleStrangerke
2013-09-05AVALANCHE: Fix more warnings reported by CppCheckStrangerke
2013-09-05AVALANCHE: Remove dead code reported by CppCheckStrangerke
2013-09-05AVALANCHE: Fix systematic typo in commentsStrangerke
2013-09-05AVALANCHE: Fix uninitialized variableStrangerke
2013-09-05AVALANCHE: Fix GCC warningsStrangerke
2013-09-04AVALANCHE: Fix some more GCC warningsStrangerke
2013-09-04AVALANCHE: Get rid of Enhanced. Further renamings and refactoring in ↵uruk
Avalanche and Avalot.
2013-09-04AVALANCHE: Do renaming/refactoring in Acci, Avalanche and Dropdown. Unify ↵uruk
drawing of menus' text in Dropdown in a single function: drawMenuText().
2013-09-04AVALANCHE: Fix very verbose source of warningStrangerke
2013-09-04AVALANCHE: Fix some more GCC warningsStrangerke
2013-09-04AVALANCHE: Fix even more GCC warningsStrangerke
2013-09-04AVALANCHE: Repair regression in Acci::inventory().uruk
2013-09-04Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalancheuruk
Conflicts: engines/avalanche/dropdown2.cpp engines/avalanche/dropdown2.h
2013-09-04AVALANCHE: Partially do the renaming in Dropdown.uruk
2013-09-04AVALANCHE: Fix more GCC warningsStrangerke
2013-09-04AVALANCHE: Fix some more GCC warningsStrangerke
2013-09-04AVALANCHE: Fix GCC warnings reported by GCCStrangerke
2013-09-04AVALANCHE: Clean up celer2Strangerke
2013-09-04AVALANCHE: cleanup acci2.hStrangerke
2013-09-04AVALANCHE: Fix error reported by GCC: extra coma in enum declaraction in acci2Strangerke