Age | Commit message (Expand) | Author |
2016-04-14 | AGOS: Reduce audio header dependencies | Ori Avtalion |
2014-02-18 | AGOS: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-08-23 | AGOS: Use Common::String for savegame filenames | Willem Jan Palenstijn |
2013-08-23 | AGOS: Use Common::strlcpy() instead of strncpy() | Torbjörn Andersson |
2013-08-23 | AGOS: Use strncpy() instead of strcpy(). CID 1003679, 1003681 | Torbjörn Andersson |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn |
2011-08-06 | AGOS: Reduced header dependency | Eugene Sandulenko |
2011-06-23 | ANALYSIS: Add static casts to is* functions | Littleboy |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2010-10-15 | AGOS: Fixed code analysis warnings - bug #3087828 | Filippos Karapetis |
2010-03-10 | Silenced some harmless cppcheck warnings about unreachable code after a return. | Torbjörn Andersson |
2009-12-01 | Removed unnecessary semi-colons. | Torbjörn Andersson |
2009-08-12 | Enable Personal Nightmare by default. | Travis Howell |
2009-08-12 | Fix building with specific games disabled in MSVC. | Travis Howell |
2009-07-20 | AGOS: Fixed badload(); some whitespace cleanup | Max Horn |
2009-07-19 | Change generic save game name. | Travis Howell |
2009-07-18 | AGOS: Removed second setjmp in PN code (untested!) | Max Horn |
2009-07-18 | AGOS: Get rid of one setjmp in PN code (needs testing) | Max Horn |
2009-07-14 | AGOS: Some more cleanup and added some comments to the PN code | Max Horn |
2009-07-14 | AGOS: Fixed potential OOBA crash in AGOSEngine_PN::opn_opcode26 | Max Horn |
2009-07-14 | AGOS: Cleanup PN code a bit, trying to make sense out of it | Max Horn |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-14 | Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 year... | Max Horn |
2009-03-19 | Silenced some warnings about potentially uninitialized variables | Filippos Karapetis |
2009-03-09 | Changed _inputting & _inputReady from uint8 to bool. | Travis Howell |
2009-03-09 | cleanup ;-) | Max Horn |
2009-03-09 | Change Personal Nightmare support to optional, until setjmp/longjmp code is c... | Travis Howell |
2009-03-09 | Add comment to getlong(). | Travis Howell |
2009-03-08 | Replace samewrd() function, with scumm_strnicmp. | Travis Howell |
2009-03-08 | some cleanup | Max Horn |
2009-03-08 | Clarify several errors messages. | Travis Howell |
2009-03-08 | Don't attempt to load save game slot in PN, if no match found. | Travis Howell |
2009-03-08 | Re-use save game slot, if the name matches, when saving in PN. | Travis Howell |
2009-03-08 | Add initial support for Personal Nightmare. | Travis Howell |