Age | Commit message (Expand) | Author |
2013-07-15 | AGI: Mark fall-through. Detected by CID 1003771 | Eugene Sandulenko |
2013-07-15 | AGI: Fix CID 1003768. Missing break in switch | Eugene Sandulenko |
2013-07-15 | AGI: Fix CID 1003769. Missing break in switch | Eugene Sandulenko |
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse |
2013-06-06 | ALL: Fix typo (succesful -> successful) | Willem Jan Palenstijn |
2013-05-11 | AGI: Fix bug #3600733 - "AGI FANMADE: function slowing down game" | Filippos Karapetis |
2013-05-11 | AGI: Remove obsolete TODO | Filippos Karapetis |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops |
2013-05-02 | AGI: Fix unitialized variables. CID 1002922 | Eugene Sandulenko |
2013-04-27 | AGI: Null terminate string. CID 1003890 | Eugene Sandulenko |
2013-04-27 | AGI: Null terminate string. CID 1003889 | Eugene Sandulenko |
2013-04-27 | AGI: Null terminate string. CID 1003888 | Eugene Sandulenko |
2013-04-21 | AGI: Fix delete/delete[] | Willem Jan Palenstijn |
2013-04-21 | AGI: Fix sound deinit. CID 1004128 | Eugene Sandulenko |
2013-04-18 | AGI: Silence another clang var | Max Horn |
2013-04-18 | AGI: Get rid of unused SoundMgr parameters | Max Horn |
2013-04-18 | AGI: Fix typo in issetv opcode | Willem Jan Palenstijn |
2013-01-26 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | Johannes Schickel |
2013-01-09 | AGI: Silence C++11 narrowing warning. | Johannes Schickel |
2012-11-07 | AGI: Fix the Apple IIGS versions of Manhunter 1 and Gold Rush | Filippos Karapetis |
2012-11-06 | AGI: Some cleanup of the debug console | Filippos Karapetis |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-08-15 | AGI: Replace detector printf usage with logMessage. | Alyssa Milburn |
2012-06-10 | GUI: Refactor default savegame description creation. | Johannes Schickel |
2012-06-10 | GUI: Add helper to SaveLoadChooser, which uses the currently active target. | Johannes Schickel |
2012-06-10 | GUI: Get rid of SaveLoadChooser::setSaveMode. | Johannes Schickel |
2012-05-03 | AGI: Proper handling of the cancel button when saving/loading | Filippos Karapetis |
2012-03-27 | AGI: Add played time information to saved games | Filippos Karapetis |
2012-03-27 | AGI: Use the ScummVM dialogs for saving/loading | Filippos Karapetis |
2012-03-26 | AGI: Fix compilation on NDS, broken due to predictive text changes. | D G Turner |
2012-03-25 | GUI: Move predictive dialog to common gui | Oleksiy Kurochko |
2012-02-26 | COMMON: Move RenderMode and GUIOptions functionality into separate files | Max Horn |
2012-02-22 | ALL: Fix some signed/unsigned comparison warnings. | Johannes Schickel |
2012-02-21 | Merge pull request #182 from fingolfin/forbid-ctype | Willem Jan Palenstijn |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn |
2012-01-07 | AGI: Fix bug #3451122 - "AGI-FANMADE: Nick's Quest hangs ScummVM upon starting" | Filippos Karapetis |
2012-01-06 | AGI: Fix stuck next button when switching back to predictive mode | Willem Jan Palenstijn |
2012-01-06 | AGI: Clean up predictive matching | Willem Jan Palenstijn |
2012-01-06 | AGI: Fix ignoring some exact matches in predictive input | Willem Jan Palenstijn |
2012-01-06 | AGI: Fix predictive input binary search | Willem Jan Palenstijn |
2011-12-18 | Merge pull request #131 from digitall/goto_considered_harmful | David Turner |
2011-12-13 | Merge pull request #137 from fingolfin/various-cleanup | Filippos Karapetis |
2011-12-13 | AGI: Fix bug #3095169: AGI inventory items | Eugene Sandulenko |
2011-12-12 | AGI: Add FIXME to cmdCallV1 | Max Horn |
2011-12-12 | AGI: Remove two unused pure virtual methods | Max Horn |
2011-12-10 | AGI: Replace usage of 'goto'. | D G Turner |
2011-11-27 | JANITORIAL: Remove extra semicolons. | Christoph Mallon |