aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.h
AgeCommit message (Expand)Author
2004-03-04If the user has previous savegames, display a restart/restore dialog whenTorbjörn Andersson
2004-02-05Removed some of the #includes from sword2.hTorbjörn Andersson
2004-01-08Allow quitting during cutscenes and credits again. This is getting a bitTorbjörn Andersson
2004-01-06It's a new year in BS2 land, too!Torbjörn Andersson
2003-12-28Hopefully the last big renaming. Now the datatypes have names likeTorbjörn Andersson
2003-12-11cleanupTorbjörn Andersson
2003-11-25cleanupTorbjörn Andersson
2003-11-23Added experimental (i.e. not tested) resource dumping code.Torbjörn Andersson
2003-11-18The readFile() function was only used once, for creating the debugger startTorbjö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-14cleanupTorbjörn Andersson
2003-11-12cleanupTorbjö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-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-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-01More moving of stuff into classesTorbjörn Andersson
2003-10-28bs2 -> sword2Max Horn
2003-10-28cleanup: removed version/id from GameSettingsMax Horn
2003-10-26factor out common debugger codeMax 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-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-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-08Use RandomSource instead of rand().Torbjörn Andersson
2003-10-05Made a separate class for the cutscene functions, removed some unused codeTorbjörn Andersson
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-09-20The usual cleanup. Removed the "run from CD" check.Torbjörn Andersson
2003-09-17added a static method setDefaultDirectory to class File; used this to simplif...Max Horn
2003-08-25FadeServer() is now called from ServiceWindows(), thus eliminating the needTorbjörn Andersson
2003-08-24this should be signedJonathan Gray
2003-08-24bring up the restore game menu when any -x param is specified, this is nicer ...Jonathan Gray
2003-08-23fix a resman method and make saving work using SaveFileManagerJonathan Gray
2003-08-22enable boot param like option for bs2, valid numbers can be found in startup.infJonathan Gray
2003-07-31remove bs2 specific osystem varJonathan Gray
2003-07-31slightly changed version of erik's implmentation of FadeServerJonathan Gray
2003-07-30rename bs2 to sword2 to have the same name as the original engine.Oliver Kiehl
2003-07-29turn d_sound.cpp into class BS2SoundJonathan Gray
2003-07-28add bs2demo target for broken sword 2 demoJonathan Gray