aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.cpp
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-05-12Whitespace: "(type *)something" instead of "(type *) something", becauseTorbjörn Andersson
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-02Cleanup. Most of is simply moves the credits code out of Logic and intoTorbjörn Andersson
2005-04-24Moved conversation stuff from Logic to Mouse.Torbjörn Andersson
2005-03-25Patch #1117443 (Experimental plugin code revision)Max Horn
2005-03-09changing AudioDataType -> SoundType, so now the constant names match the name...Max Horn
2005-02-27Got rid of all the .h files but one in the 'driver' directory. They wereTorbjörn Andersson
2005-02-21Some cleanup and renaming. (It was confusing to see "load" sometimes andTorbjörn Andersson
2005-02-21removed lots of unnecessary seek()s and read()s by keeping the datafiles' ind...Robert Göffringmann
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-27Use the mixer to handle sound volumesMax Horn
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), SF...Max Horn
2004-12-09Pass subdirectories to gamedetector functionsRobert Göffringmann
2004-12-05Clean up OSystem::EventMax Horn
2004-11-29Fix music volumeEugene Sandulenko
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-20Removing walkthrough stuff again (talked to aquadran about this, he had no ob...Max Horn
2004-11-19added walkthroughPaweł Kołodziejski
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-10-12Migration to the newer form of setupPremix().Torbjörn Andersson
2004-10-08Prevent double slash in pathChris Apers
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-09-08Fixed evil regression #2. Restarting the game, or using the "start" debugTorbjörn Andersson
2004-06-28Enhanced default directory support in the File class; now one can specify arb...Max Horn
2004-05-09Removed the buffering of mouse and keyboard events. I don't think any ofTorbjörn Andersson
2004-05-05Cleanup.Torbjörn Andersson
2004-04-23Major revamping of the BS2 memory manager and, some small changes to theTorbjörn Andersson
2004-03-29Cleanup.Torbjörn Andersson
2004-03-28Don't show the restart/restore dialog if a boot parameter has been given.Torbjörn Andersson
2004-03-27Make sure looping music is restarted after loading a savegame, regardlessTorbjörn Andersson
2004-03-17Use the same syntax for accessing script variables as BS1 does, i.e. nowTorbjö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-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
2004-01-08Allow quitting during cutscenes and credits again. This is getting a bitTorbjörn Andersson
2004-01-06Never call _system->quit() directly. Let ScummVM handle that so that theTorbjörn Andersson
2004-01-06It's a new year in BS2 land, too!Torbjörn Andersson
2004-01-04Adapted LavosSpawn's idea for more efficient screen updating. It stillTorbjörn Andersson
2004-01-04renamed global var _debugLevel to g_debugLevel; let Engine constructor init i...Max Horn