aboutsummaryrefslogtreecommitdiff
path: root/sword2/function.cpp
AgeCommit message (Expand)Author
2003-09-30Changed the "logic" object to use ScummVM naming conventions.Torbjörn Andersson
2003-09-29Tiny whitespace / comment change.Torbjörn Andersson
2003-09-27Save enough information about the currently playing music before theTorbjörn Andersson
2003-09-27More cleanup, and I've replaced most - not quite all - of BS2's debugTorbjörn Andersson
2003-09-26Some more reformatting / cleanup, and removal of comments that did nothingTorbjörn Andersson
2003-09-25Really clear the screen during the credits.Torbjörn Andersson
2003-09-23Changed the keyboard handling to store "keyboard events", rather than justTorbjörn Andersson
2003-09-23Since we probably won't have anything like the original BS2 launcher menu,Torbjörn Andersson
2003-09-21ScummVM code formatting conventionsTorbjörn Andersson
2003-09-17added a static method setDefaultDirectory to class File; used this to simplif...Max Horn
2003-09-17cleanupTorbjörn Andersson
2003-08-30properly close down when playing demoJonathan Gray
2003-08-23SetPalette conflicts with an OS symbol on OS XMax Horn
2003-08-19Remove a bunch of unneeded cruft - but barely the surface of it. This code is...James Brown
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-28rename _DEBUG define to _BS2_DEBUG to stop it conflicting with VCJonathan Gray
2003-07-28Compiles on mingw nowTravis Howell
2003-07-28bs2Jonathan Gray