Age | Commit message (Expand) | Author |
2011-05-13 | SWORD25: Replaced the PNG thumbnail encoding code, used in saved games | md5 |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-05 | SWORD25: Disabled code which isn't necessary with our PNG decoder | md5 |
2011-05-05 | SWORD25: Moved the thumbnail handling code to its appropriate place | md5 |
2011-05-05 | SWORD25: Marked more functions as unused | md5 |
2011-05-05 | SWORD25: Remove thumbnails from the cache when saving a new game | md5 |
2011-05-05 | SWORD25: Fixed the thumbnail creation code, and removed a hack | md5 |
2011-05-05 | SWORD25: Initial code for showing savegame thumbnails | md5 |
2011-05-05 | SWORD25: Removed the saved game filename from the savegame meta info struct | md5 |
2011-05-05 | SWORD25: Added some FIXMEs in the save game and thumbnail code | md5 |
2011-05-05 | SWORD25: Remove unused code | md5 |
2011-05-02 | SWORD25: Fix compilation, caused by zlib.h including unistd.h | Johannes Schickel |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-18 | COMMON: Rename Error to ErrorCode, introduce new Error class | Max Horn |
2011-04-17 | ALL/GRAPHICS: Remove Surface::bytesPerPixel. | Johannes Schickel |
2011-04-17 | SWORD25: Prefer Surface::format over Surface::bytesPerPixel. | Johannes Schickel |
2011-04-17 | SWORD25: Prefer Surface::create taking a PixelFormat over the one taking a by... | Johannes Schickel |
2011-04-15 | SWORD25: Removed the duplicate header files inside the pluto/pdep directory | md5 |
2011-04-15 | SWORD25: Removed several unused files from the pluto directory | md5 |
2011-04-14 | SWORD25: Silly whitespace fix. | Alyssa Milburn |
2011-04-14 | SWORD25: Simplify text rendering code slightly. | Alyssa Milburn |
2011-04-14 | SWORD25: Fix rendering on big-endian. | Alyssa Milburn |
2011-04-14 | SWORD25: Always create the MoviePlayer, even without USE_THEORADEC. | Alyssa Milburn |
2011-03-25 | SWORD25: more translated comments from gfx/image (patch #3238507) | Max Horn |
2011-03-24 | SWORD25: Commit submitted patch of German comments translated to English | Paul Gilbert |
2011-03-23 | SWORD25: Commit of patch translating German comments to English | Paul Gilbert |
2011-03-21 | SWORD25: Reduce code duplication; formatting | Max Horn |
2011-03-19 | SWORD25: Fix MSVC Compilation. | D G Turner |
2011-03-19 | SWORD25: Init volume levels on startup | dhewg |
2011-03-19 | ALL: s/PI/M_PI/ | dhewg |
2011-03-18 | SWORD25: C++ify some code, remove obsolete stuff | Max Horn |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-09 | VIDEO: In overloaded methods, invoke correct parent implementation | Max Horn |
2011-02-07 | VIDEO: Rename VideoDecoder::load() to loadStream() | Max Horn |
2011-02-02 | SWORD25: Cache related changes | Filippos Karapetis |
2011-02-02 | GRAPHICS: Implemented a PNG decoder, and set it as default for the sword25 en... | Filippos Karapetis |
2011-02-02 | SWORD25: Added a cache minimum and maximum limit, so that the resources loade... | Filippos Karapetis |
2011-01-30 | SWORD25: Disabled the video save/load code, and made it error out instead. | Filippos Karapetis |
2011-01-30 | SWORD25: Some optimizations to the Theora decoder | Filippos Karapetis |
2011-01-30 | SWORD25: Added alternative code for video frame blitting (currently disabled) | Filippos Karapetis |
2011-01-30 | SWORD25: Some translations, and a bugfix. Disabled a hack. | Filippos Karapetis |
2011-01-29 | SWORD25: Translated some comments, and removed some superfluous ones | Filippos Karapetis |
2011-01-28 | SWORD25: Removed a lot of debug/unimplemented/unused functions | Filippos Karapetis |
2011-01-28 | SWORD25: Marked several unused LUA callbacks as dummy functions. Some cleanup. | Filippos Karapetis |
2011-01-28 | SWORD25: Removed some now unused variables | Filippos Karapetis |
2011-01-28 | SWORD25: Removed some more unused/unimplemented debug code | Filippos Karapetis |
2011-01-28 | SWORD25: Resources are now cleaned up correctly | Filippos Karapetis |
2011-01-28 | SWORD25: Disabled the mechanism which precaches all of the game's resources o... | Filippos Karapetis |
2011-01-24 | SWORD25: Fix some invalid writes / crashes | Sven Hesse |