aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.h
AgeCommit message (Expand)Author
2005-07-09This should really be two or three different commits, but I'm too lazy forTorbjörn Andersson
2005-05-31Added keyboard auto-repeat. (I've been meaning to do that for a long time.)Torbjörn Andersson
2005-04-23Oops. This should have been removed long ago.Torbjörn Andersson
2005-02-27Got rid of all the .h files but one in the 'driver' directory. They wereTorbjörn Andersson
2005-02-22Moved some debugging stuff into the debugger class.Torbjörn Andersson
2005-02-20More BS2 restructuring.Torbjörn Andersson
2005-02-19This is the second part of the BS2 restructuring. There are two newTorbjörn Andersson
2005-01-28Began what I hope is the final major restructuring of the BS2 engine.Torbjörn Andersson
2005-01-17Updated copyright header, as discussed on the mailing list.Torbjörn Andersson
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-01Updated copyright year.Torbjörn Andersson
2004-12-27Reducing header dependencies a bitMax Horn
2004-11-24Fix a`ll engines. They work, though current fix is just temporary.Eugene Sandulenko
2004-11-23Added Engine::init() method; added return value to Engine::go()Max Horn
2004-11-16CleanupTorbjörn Andersson
2004-11-15I think this is the kind of constructor/go changes _sev was talking aboutTorbjörn Andersson
2004-11-14CleanupTorbjörn Andersson
2004-09-08Fixed evil regression #2. Restarting the game, or using the "start" debugTorbjörn Andersson
2004-06-10If the 'time' parameter to displayMsg() is 0, wait until the user clicksTorbjörn Andersson
2004-06-10Some more work on the - still disabled - "right click to clear luggage"Torbjörn Andersson
2004-05-09Removed the buffering of mouse and keyboard events. I don't think any ofTorbjörn Andersson
2004-05-01Simplified the handling of sound effects. It's not necessary for the driverTorbjörn Andersson
2004-04-28Cleanup. I plan to take a closer look at the sound effects handling later.Torbjörn Andersson
2004-04-26Cleanup. Mostly removal of redundant comments.Torbjörn Andersson
2004-04-24fetchObjectName() no longer assumes that the resource will still be in theTorbjörn Andersson
2004-04-23Major revamping of the BS2 memory manager and, some small changes to theTorbjörn Andersson
2004-04-16CleanupTorbjörn Andersson
2004-04-07Cleanup.Torbjörn Andersson
2004-04-04Cleanup.Torbjörn Andersson
2004-03-29Cleanup.Torbjörn Andersson
2004-03-28Cleanup.Torbjörn Andersson
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