aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25
AgeCommit message (Expand)Author
2010-10-19SWORD25: Enforce code naming conventions in gfx/*Eugene Sandulenko
2010-10-19SWORD25: Enforce code naming conventions in gfx/image/imageloader*Eugene Sandulenko
2010-10-19SWORD25: Fix engine exit when running without theoradecEugene Sandulenko
2010-10-19SWORD25: Enforce code naming conventions in gfx/graphicengine*Eugene Sandulenko
2010-10-19SWORD25: Properly implement GraphicEngine::fill()Eugene Sandulenko
2010-10-19SWORD25: Fix for Valgrind identified memory leakPaul Gilbert
2010-10-19SWORD25: Simplify log listener code (and get rid of another global constructor)Max Horn
2010-10-19SWORD25: Destroy singletons upon engine exit (untested, may lead to crash upo...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: Work around for bug in Mac OS X 10.2 SDKMax Horn
2010-10-19SWORD25: Added operator= to Polygon classPaul Gilbert
2010-10-19SWORD25: Fix cppcheck warnings in BS_Log::LogPrefixPaul Gilbert
2010-10-19SWORD25: Fix cppcheck warningTorbjörn Andersson
2010-10-18SWORD25: Since ssize_t might not be available on all platforms use size_t for...Johannes Schickel
2010-10-18SWORD25: Fix compilation on 64bit arches by casting a pointer to ssize_t inst...Johannes Schickel
2010-10-18SWORD25: Use const_cast to cast away constness.Johannes Schickel
2010-10-18SWORD25: Fix warningEugene Sandulenko
2010-10-18SWORD25: Renamed Lua .c files to .cpp and make it compilableEugene Sandulenko
2010-10-18SWORD25: Fix Valgrind reported uninitialised errorsPaul Gilbert
2010-10-18SWORD25: Fix for Valgrind identified errorsPaul Gilbert
2010-10-16SWORD25: Use C-style comments in C filesOri Avtalion
2010-10-16SWORD25: Update svn keywordsOri Avtalion
2010-10-15SWORD25: Fix infinite recursionTorbjörn Andersson
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
2010-10-15Add doxygen comment for namespaces of several engines.Max Horn
2010-10-15COMMON: Add XMLParser::parseIntegerKey variant accepting a Common::StringMax Horn
2010-10-15SWORD25: Typo, cleanupMax Horn
2010-10-15SWORD25: Do not use Kernel::GetService directly anymoreMax Horn
2010-10-15SWORD25: Adapted a few things to our code formatting conventions; translated ...Max Horn
2010-10-15SWORD25: Fix a few global constructor warningsMax Horn
2010-10-15SWORD25: Fix unloading of movies so the menu animation properly loopsPaul Gilbert
2010-10-14SWORD25: Attempt to optimize movie renderingEugene Sandulenko
2010-10-13SWORD25: Remove lua.c since it is not neededEugene Sandulenko
2010-10-13SWORD25: Get rid of (deprecated) access to libpng io_ptrMax Horn
2010-10-13SWORD25: Fix empty loop body & conversion warningsMax Horn
2010-10-13SWORD25: Worked around crash in options dialog.Torbjörn Andersson
2010-10-13SWORD25: Semi-colon cleanup.Johannes Schickel
2010-10-13SWORD25: Check if _LogFile has been created before flushing.Torbjörn Andersson
2010-10-13SWORD25: Don't compile lua.cMatthew Hoops
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: Use $(CXX) -x c to build C files (hopefully this fixes compilation)Filippos Karapetis
2010-10-13SWORD25: Partially revert commit #53389 and add the custom rule for C filesFilippos Karapetis
2010-10-13SWORD25: Invoke parent's class copy constructorMax Horn
2010-10-13SWORD25: Convert object registries to singletonsMax Horn
2010-10-13SWORD25: Renamed getInstance() -> instance()Max Horn
2010-10-13SWORD25: Oops, atan2() takes two argumentsFilippos Karapetis
2010-10-13SWORD25: Don't even compile theora related code when that lib is not presentMax Horn