aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/pn.cpp
AgeCommit message (Collapse)Author
2014-02-18AGOS: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-17AGOS: cleanupMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-15AGOS: Adapt to setPalette RGBA->RGB change.Johannes Schickel
I only (minimally) tested this change with Simon 1 + 2 DOS CD.
2009-09-11Remove excess spaces.Travis Howell
svn-id: r44030
2009-08-12Enable Personal Nightmare by default.Travis Howell
svn-id: r43304
2009-08-12Fix building with specific games disabled in MSVC.Travis Howell
svn-id: r43294
2009-07-18AGOS: Removed second setjmp in PN code (untested!)Max Horn
svn-id: r42593
2009-07-18AGOS: Get rid of one setjmp in PN code (needs testing)Max Horn
svn-id: r42592
2009-07-14AGOS: Some more cleanup and added some comments to the PN codeMax Horn
svn-id: r42494
2009-03-30Add GF_EGA feature flag for PN, to allow easier support of PC VGA version in ↵Travis Howell
future. svn-id: r39753
2009-03-09Changed _inputting & _inputReady from uint8 to bool.Travis Howell
svn-id: r39258
2009-03-09Change Personal Nightmare support to optional, until setjmp/longjmp code is ↵Travis Howell
converted. svn-id: r39253
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