aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25
AgeCommit message (Expand)Author
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
2010-10-13SWORD25: Extended Mac OSX compilation fix for sqrtf and atan2fFilippos Karapetis
2010-10-13SWORD25: Hopefully fixed compilation under Mac OSX, Solaris and mingw32Filippos Karapetis
2010-10-13SWORD25: Include common/scummsys.h in places where USE_THEORADEC is usedFilippos Karapetis
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: Silenced MSVC false positive about a potentially uninitialized variableFilippos Karapetis
2010-10-13SWORD25: Remove the unused LUA compilerFilippos Karapetis
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: Stop using class names as variable namesFilippos Karapetis
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: Enforce code naming conventions in gfx/animation*Eugene Sandulenko
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: Remove custom .c builiding rulesEugene Sandulenko
2010-10-13SWORD25: Enforce code naming conventions in fmv/*Eugene Sandulenko
2010-10-13SWORD25: Remove standalone SWF rendering toolEugene Sandulenko
2010-10-13SWORD25: Add path to art.h includeEugene Sandulenko
2010-10-13SWORD25: Stop polluting global namespaceEugene Sandulenko
2010-10-13SWORD25: Merged all art* code and cleaned it upEugene Sandulenko
2010-10-13SWORD25: Fix startupEugene Sandulenko