aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/kernel/kernel.cpp
AgeCommit message (Expand)Author
2014-02-18SWORD25: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-17SWORD25: Name the random sourceMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-14SWORD25: Always create the MoviePlayer, even without USE_THEORADEC.Alyssa Milburn
2011-01-28SWORD25: Resources are now cleaned up correctlyFilippos Karapetis
2011-01-28SWORD25: Disabled the mechanism which precaches all of the game's resources o...Filippos Karapetis
2011-01-23SWORD25: Replaced BS_ASSERT() with assert()Filippos Karapetis
2011-01-23SWORD25: Removed the custom log class and replaced it with warning/error/debu...Filippos Karapetis
2010-10-25SWORD25: Get rid of most of the 'kernel service/superclass' codeMax Horn
2010-10-25SWORD25: Get rid of classes ScummVMWindow and WindowMax Horn
2010-10-19SWORD25: Enforced code formatting rules in rest of the engineEugene Sandulenko
2010-10-19SWORD25: Fix engine exit when running without theoradecEugene Sandulenko
2010-10-19SWORD25: Some code cleanupMax Horn
2010-10-19SWORD25: Move BS_ServiceInfo to service_ids.h and turn it into a POD structMax Horn
2010-10-13SWORD25: Don't even compile theora related code when that lib is not presentMax Horn
2010-10-13SWORD25: Renamed ENABLE_THEORADEC to USE_THEORADEC (like in configure)Filippos Karapetis
2010-10-13SWORD25: Renamed ENABLE_THEORA to ENABLE_THEORADEC (like in configure)Filippos Karapetis
2010-10-13SWORD25: Added a ENABLE_THEORA define inside fmv/theora_decoder.hFilippos Karapetis
2010-10-13SWORD25: Get rid of Kernel::GetMicroTicks()Max Horn
2010-10-13SWORD25: Enforced code naming conventions in script/*Eugene Sandulenko
2010-10-12SWORD25: unsigned int -> uintEugene Sandulenko
2010-10-12SWORD25: removed BS_ prefix from rest of the classes.Eugene Sandulenko
2010-10-12SWORD25: eliminated BS_ prefix in all but kernel/Eugene Sandulenko
2010-10-12SWORD25: Mass-eliminating of BS_ prefix in fmv/ and gfx/Eugene Sandulenko
2010-10-12SWORD25: Fix warningsEugene Sandulenko
2010-10-12SWORD25: Fix couple more warningsEugene Sandulenko
2010-10-12SWORD25: Mass-astyle.Eugene Sandulenko
2010-10-12SWORD25: Replacing headers with ScummVM ones plus original (C)Eugene Sandulenko
2010-10-12SWORD25: Converted kernel/kernel.cpp to compile under ScummVMPaul Gilbert
2010-10-12SWORD25: Fixed rest of the include pathsEugene Sandulenko
2010-10-12SWORD25: Removed cpuinfo.cpp fileEugene Sandulenko
2010-10-12SWORD25: Importing original sourcesEugene Sandulenko