aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.cpp
AgeCommit message (Expand)Author
2003-12-13removed GameSettings::detectname and GameSettings::midi; renamed GameSettings...Max Horn
2003-12-10Cleaned up keyboard handling. The old code would misinterpret some keys,Torbjörn Andersson
2003-12-01Removed semi-colon after REGISTER_PLUGIN() to be consistent with the otherTorbjörn Andersson
2003-12-01Removed some unnecessary / commented out code, and initialized the debugTorbjörn Andersson
2003-11-25cleanupTorbjörn Andersson
2003-11-16More cleanup. I've eliminated all the temporary global variables I've addedTorbjörn Andersson
2003-11-15Mostly cleanup. Also prevented what would probably have been an infiniteTorbjörn Andersson
2003-11-13Re-enabled the CD swapping code, after rewriting it a bit.Torbjörn Andersson
2003-11-11Removed SVM_timeGetTime(). We may as well call get_msecs() directly.Torbjörn Andersson
2003-11-11Moved low-level keyboard and mouse handling to a new Input class, andTorbjörn Andersson
2003-11-10cut down on unnecessary GameDetector referencesMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-08Removed some now redundant header files.Torbjörn Andersson
2003-11-08Moved more stuff into classes, changed some static allocation to dynamic,Torbjörn Andersson
2003-11-04Create g_logic dynamically. More moving of stuff into classes.Torbjörn Andersson
2003-11-04More moving of stuff into classes.Torbjörn Andersson
2003-11-03The resource and memory managers are now created dynamically.Torbjörn Andersson
2003-11-02Even more stuff moving into Sword2Engine. I'm tempted to make a new classTorbjörn Andersson
2003-11-02Moved some more "homeless" functions into Sword2Engine. (Don't worry -- ITorbjörn Andersson
2003-11-02More moving of stuff into classes. I had to make a few changes/cleanups toTorbjörn Andersson
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-11-01Create the gui object dynamicallyTorbjörn Andersson
2003-11-01More moving of stuff into classesTorbjörn Andersson
2003-11-01cleanup of game detector functionsMax Horn
2003-10-28bs2 -> sword2Max Horn
2003-10-28cleanup: removed version/id from GameSettingsMax Horn
2003-10-26cleanupMax Horn
2003-10-26Enable the debug console. Actually, what I've done is to adapt the debugTorbjörn Andersson
2003-10-22Moved a few remaining pieces of the script interpreter into the Logic classTorbjörn Andersson
2003-10-21Moved some more stuff into the Logic class.Torbjörn Andersson
2003-10-18Moved the opcode functions into the Logic class.Torbjörn Andersson
2003-10-17moved game detection code out to the pluginsMax Horn
2003-10-15Dumped most of the remaining "driver" code into a new "Display" class. ThisTorbjörn Andersson
2003-10-12some more target<->game cleanupMax Horn
2003-10-12some renaming for more consistent terminology (although we might want to reev...Max Horn
2003-10-12Moved the "router" code into a new Router class. I'm hoping this isTorbjörn Andersson
2003-10-11Moved the text drawing stuff into a class of its own. (Adding anotherTorbjörn Andersson
2003-10-10cleanupTorbjörn Andersson
2003-10-10some cleanupMax Horn
2003-10-08new config manager. not everything is completed, and some things will still b...Max Horn
2003-10-05Made a separate class for the cutscene functions, removed some unused codeTorbjörn Andersson
2003-10-05factor out common gfx_mode/fullscreen setup code from the game engines into t...Max Horn
2003-10-04Changed to use #include "bs2/..." and removed the inclusion of standard CTorbjörn Andersson
2003-10-04removed Sword2 prefixes of most classes (made obsolete by our namespace usage...Max Horn
2003-10-04added namespace Sword2Max Horn
2003-10-03Some renaming (ironic in the light of Fingolfin's recent namespaceTorbjörn Andersson
2003-09-30Moved the memory manager functions into an object of its own (and enabledTorbjörn Andersson
2003-09-30Changed the resource manager object to use more ScummVM-like naming.Torbjörn Andersson
2003-09-30Changed the "logic" object to use ScummVM naming conventions.Torbjörn Andersson
2003-09-28More cleanup, plus support for cutscene leadout music. For now, we onlyTorbjörn Andersson