aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/script_pn.cpp
AgeCommit message (Collapse)Author
2009-05-14Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 ↵Max Horn
years :) in the quicktime midi code svn-id: r40577
2009-03-19Silenced some warnings about potentially uninitialized variablesFilippos Karapetis
svn-id: r39536
2009-03-09Changed _inputting & _inputReady from uint8 to bool.Travis Howell
svn-id: r39258
2009-03-09cleanup ;-)Max Horn
svn-id: r39254
2009-03-09Change Personal Nightmare support to optional, until setjmp/longjmp code is ↵Travis Howell
converted. svn-id: r39253
2009-03-09Add comment to getlong().Travis Howell
svn-id: r39252
2009-03-08Replace samewrd() function, with scumm_strnicmp.Travis Howell
svn-id: r39248
2009-03-08some cleanupMax Horn
svn-id: r39241
2009-03-08Clarify several errors messages.Travis Howell
svn-id: r39219
2009-03-08Don't attempt to load save game slot in PN, if no match found.Travis Howell
svn-id: r39218
2009-03-08Re-use save game slot, if the name matches, when saving in PN.Travis Howell
svn-id: r39217
2009-03-08Add initial support for Personal Nightmare.Travis Howell
Thanks to dreammaster for file decompression and icon decoding code. NOTE: setjmp/longjmp code will require conversion for portability. svn-id: r39216