aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/script_pn.cpp
AgeCommit message (Expand)Author
2009-05-14Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 year...Max Horn
2009-03-19Silenced some warnings about potentially uninitialized variablesFilippos Karapetis
2009-03-09Changed _inputting & _inputReady from uint8 to bool.Travis Howell
2009-03-09cleanup ;-)Max Horn
2009-03-09Change Personal Nightmare support to optional, until setjmp/longjmp code is c...Travis Howell
2009-03-09Add comment to getlong().Travis Howell
2009-03-08Replace samewrd() function, with scumm_strnicmp.Travis Howell
2009-03-08some cleanupMax Horn
2009-03-08Clarify several errors messages.Travis Howell
2009-03-08Don't attempt to load save game slot in PN, if no match found.Travis Howell
2009-03-08Re-use save game slot, if the name matches, when saving in PN.Travis Howell
2009-03-08Add initial support for Personal Nightmare.Travis Howell