aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25
AgeCommit message (Expand)Author
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn
2011-04-15SWORD25: Removed the duplicate header files inside the pluto/pdep directorymd5
2011-04-15SWORD25: Removed several unused files from the pluto directorymd5
2011-04-14SWORD25: Silly whitespace fix.Alyssa Milburn
2011-04-14SWORD25: Simplify text rendering code slightly.Alyssa Milburn
2011-04-14SWORD25: Fix rendering on big-endian.Alyssa Milburn
2011-04-14SWORD25: Always create the MoviePlayer, even without USE_THEORADEC.Alyssa Milburn
2011-03-25SWORD25: more translated comments from gfx/image (patch #3238507)Max Horn
2011-03-24SWORD25: Commit submitted patch of German comments translated to EnglishPaul Gilbert
2011-03-23SWORD25: Commit of patch translating German comments to EnglishPaul Gilbert
2011-03-21SWORD25: Reduce code duplication; formattingMax Horn
2011-03-19SWORD25: Fix MSVC Compilation.D G Turner
2011-03-19SWORD25: Init volume levels on startupdhewg
2011-03-19ALL: s/PI/M_PI/dhewg
2011-03-18SWORD25: C++ify some code, remove obsolete stuffMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-09VIDEO: In overloaded methods, invoke correct parent implementationMax Horn
2011-02-07VIDEO: Rename VideoDecoder::load() to loadStream()Max Horn
2011-02-02SWORD25: Cache related changesFilippos Karapetis
2011-02-02GRAPHICS: Implemented a PNG decoder, and set it as default for the sword25 en...Filippos Karapetis
2011-02-02SWORD25: Added a cache minimum and maximum limit, so that the resources loade...Filippos Karapetis
2011-01-30SWORD25: Disabled the video save/load code, and made it error out instead.Filippos Karapetis
2011-01-30SWORD25: Some optimizations to the Theora decoderFilippos Karapetis
2011-01-30SWORD25: Added alternative code for video frame blitting (currently disabled)Filippos Karapetis
2011-01-30SWORD25: Some translations, and a bugfix. Disabled a hack.Filippos Karapetis
2011-01-29SWORD25: Translated some comments, and removed some superfluous onesFilippos Karapetis
2011-01-28SWORD25: Removed a lot of debug/unimplemented/unused functionsFilippos Karapetis
2011-01-28SWORD25: Marked several unused LUA callbacks as dummy functions. Some cleanup.Filippos Karapetis
2011-01-28SWORD25: Removed some now unused variablesFilippos Karapetis
2011-01-28SWORD25: Removed some more unused/unimplemented debug codeFilippos Karapetis
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-24SWORD25: Fix some invalid writes / crashesSven Hesse
2011-01-24SWORD25: CleanupFilippos Karapetis
2011-01-24SWORD25: Fix linker breakage from DECLARE_SINGLETON() in renderObjectRegistry.h.David Turner
2011-01-24SWORD25: Documented a FIXMEFilippos Karapetis
2011-01-24SWORD25: Removed the logErrorLn and logWarningLn wrappersFilippos Karapetis
2011-01-23SWORD25: Fix GCC Compilation Warnings.David Turner
2011-01-23VIDEO: Move video classes to Video:: namespaceEugene Sandulenko
2011-01-23SWORD25: Removed several unused methods of the Vertex class, and made a subcl...Filippos Karapetis
2011-01-23SWORD25: Removed several unused methods from the Polygon classFilippos Karapetis
2011-01-23SWORD25: Remove unused yuvtorgba.h fileTorbjörn Andersson
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 1/2Eugene Sandulenko
2011-01-23SWORD25: Fixed compilation (oops...)Filippos Karapetis
2011-01-23SWORD25: Simplified the YUV->RGBA conversion codeFilippos Karapetis
2011-01-23SWORD25: Fix format string warnings.Torbjörn Andersson
2011-01-23SWORD25: Replaced BS_ASSERT() with assert()Filippos Karapetis
2011-01-23SWORD25: Fixed compilationFilippos Karapetis
2011-01-23SWORD25: Removed the custom log class and replaced it with warning/error/debu...Filippos Karapetis