aboutsummaryrefslogtreecommitdiff
path: root/base/game.cpp
AgeCommit message (Collapse)Author
2008-07-20Fixed nasty bug in findPlainGameDescriptor -- contrary to is documentation, ↵Max Horn
it would not return 0 upon failure to find a match, but rather a (0,0) record. svn-id: r33136
2008-05-12- Added an engine plugin manager and moved engine specific functionality into itJordi Vilalta Prat
- base/plugins.* reorganization svn-id: r32045
2008-02-04Commited updated version of my own patch #1868402: Basic savestate plugin APIMax Horn
svn-id: r30786
2008-01-10Revert accidental commits in rev 30372Max Horn
svn-id: r30374
2008-01-10Removed obsolete FIXMEMax Horn
svn-id: r30372
2007-06-15Added some doxygen comments to (Plain)GameDescriptor, and added a ↵Max Horn
findPlainGameDescriptor convenience function svn-id: r27422
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-02-06Make extra information generated by launcher consistent with what we haveEugene Sandulenko
in our md5 list, preferred target and Wiki. svn-id: r25398
2007-01-28Always set gameid & description in a GameDescriptor (somewhat more future ↵Max Horn
proof fix for the recent regression caused by the changes to gameid() / description() ) svn-id: r25242
2007-01-28Fix regression which prevented to run games specified only in command lineEugene Sandulenko
and not in config file. svn-id: r25240
2007-01-21Make use of HashMap::getVal/setVal, and some cleanupMax Horn
svn-id: r25138
2007-01-21Added game.cpp file with some funcs/methods declared in game.hMax Horn
svn-id: r25137