aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/kernel
AgeCommit message (Expand)Author
2010-10-20SWORD25: Added description field to savegamesPaul Gilbert
2010-10-20SWORD25: Fix to correctly write game state to savegame filesPaul Gilbert
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: Simplify log listener code (and get rid of another global constructor)Max Horn
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-19SWORD25: Optimize ReverseArray, move it to only place it is usedMax Horn
2010-10-19SWORD25: Fix cppcheck warnings in BS_Log::LogPrefixPaul Gilbert
2010-10-15SWORD25: Fix infinite recursionTorbjörn Andersson
2010-10-15SWORD25: Do not use Kernel::GetService directly anymoreMax Horn
2010-10-13SWORD25: Semi-colon cleanup.Johannes Schickel
2010-10-13SWORD25: Check if _LogFile has been created before flushing.Torbjörn Andersson
2010-10-13Fixed ifdef. I'm too tired today :/Filippos Karapetis
2010-10-13SWORD25: Hopefully fix compilation when libtheora is not presentFilippos Karapetis
2010-10-13SWORD25: Renamed getInstance() -> instance()Max 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: Force cast to uint instead of unsigned long longSven Hesse
2010-10-13SWORD25: Resolve ambigous write() call on 64 bit systemsSven Hesse
2010-10-13SWORD25: Cast the pointer to unsigned long longSven Hesse
2010-10-13SWORD25: Fixed signed/unsigned bugFilippos Karapetis
2010-10-13SWORD25: Get rid of kernel/bs_stdint.hMax Horn
2010-10-13SWORD25: Get rid of Kernel::GetMicroTicks()Max Horn
2010-10-13SWORD25: Enforced code naming conventions in math/*Eugene Sandulenko
2010-10-13SWORD25: Enforced code naming conventions in script/*Eugene Sandulenko
2010-10-13SWORD25: Enforced code naming conventions in sfx/ and reservice.hEugene Sandulenko
2010-10-13SWORD25: Enforse code naming conventions in PackageManager and Sword25EngineEugene Sandulenko
2010-10-13SWORD25: Return proper path separatorEugene Sandulenko
2010-10-13SWORD25: Remove redundant codeEugene Sandulenko
2010-10-12SWORD25: Further savegame work, including savegame screenshotsPaul Gilbert
2010-10-12SWORD25: Fix warningEugene Sandulenko
2010-10-12SWORD25: Got rid of FMODExSound classEugene Sandulenko
2010-10-12SWORD25: Got rid of OpenGLGfx classEugene Sandulenko
2010-10-12SWORD25: Get rid of ScummVMInput classEugene Sandulenko
2010-10-12SWORD25: Got rid of ScummVMPackageManagerEugene Sandulenko
2010-10-12SWORD25: Fixes to the savegame saving codePaul Gilbert
2010-10-12SWORD25: Fix to array reversal, fixing path-findingPaul Gilbert
2010-10-12SWORD25: Fix for path-findingPaul Gilbert
2010-10-12SWORD25: Comply to the code conventions for several classesEugene Sandulenko
2010-10-12SWORD25: unsigned int -> uintEugene Sandulenko
2010-10-12SWORD25: unsigned char -> byteEugene Sandulenko
2010-10-12SWORD25: Changed save path missing message to an error() callPaul Gilbert
2010-10-12SWORD25: Bugfix so that EVENT_QUIT quits the gamePaul Gilbert
2010-10-12SWORD25: Fix early engine quit. Now it runs, hurray!Eugene Sandulenko
2010-10-12SWORD25: Removed now redundant 'using namespace std' linesPaul Gilbert
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