index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
agos
/
script_pn.cpp
Age
Commit message (
Expand
)
Author
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