Age | Commit message (Expand) | Author |
2014-03-30 | ALL: Resolve multiple clang warnings | Max Horn |
2014-02-18 | LASTEXPRESS: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-09-05 | LASTEXPRESS: Fix uninitialized scalar field (CID1002849) | Littleboy |
2013-08-03 | LASTEXRPESS: Take advantage of Surface::getPixels. | Johannes Schickel |
2013-08-03 | LASTEXPRESS: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel |
2012-08-27 | LASTEXPRESS: Remove unnecessary casts | Littleboy |
2012-08-27 | LASTEXPRESS: Fix analysis warnings | Littleboy |
2012-07-28 | LASTEXPRESS: Disable sound filter reset on each decoded block | Littleboy |
2012-07-27 | LASTEXPRESS: Add IgnoreSubtype option to AnimFrame | Littleboy |
2012-07-27 | LASTEXPRESS: Switch some warnings to debug console output | Julien |
2012-07-16 | LASTEXPRESS: Use filter 16 as default filter for NIS animations | Littleboy |
2012-07-16 | LASTEXPRESS: Remove strange casts | Littleboy |
2012-07-14 | LASTEXPRESS: Fix sound in animated sequences | Littleboy |
2012-07-14 | LASTEXPRESS: Cleanup | Littleboy |
2012-07-14 | LASTEXPRESS: Remove duplicated include statements | Littleboy |
2012-06-16 | LASTEXPRESS: Get rid of casts on CursorManager::replaceCursor calls. | Johannes Schickel |
2012-06-16 | LASTEXPRESS: Get rid of casts on OSystem::copyRectToScreen calls. | Johannes Schickel |
2012-06-03 | ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo... | Johannes Schickel |
2011-12-13 | COMMON: Make more members of Archive constant. | Andrea Corna |
2011-11-21 | ALL: Remove unnecessary forward declarations. | Christoph Mallon |
2011-10-11 | Last Express: CLIP should use a <int> template to compile correctly. | anotherguest |
2011-07-08 | LASTEXPRESS: Have LastExpress_ADPCMStream inherit directly from Audio::ADPCMS... | Littleboy |
2011-07-08 | LASTEXPRESS: Replace existing decodeIMA calls by code using our custom set of... | Littleboy |
2011-07-08 | LASTEXPRESS: Fix typo in filter table | Littleboy |
2011-07-04 | LASTEXPRESS: Move sound filtering to base Sound class | Littleboy |
2011-06-29 | LASTEXPRESS: Update sound timer and sound entry playing | Littleboy |
2011-06-28 | LASTEXPRESS: Cleanup comments | Littleboy |
2011-06-03 | ENGINES: Remove some uses of g_engine | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
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-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion |
2011-04-24 | AUDIO: Cleanup MS IMA handling | Matthew Hoops |
2011-04-17 | LASTEXPRESS: Use RGB555 PixelFormat for surfaces instead of screen format. | Johannes Schickel |
2011-04-17 | LASTEXPRESS: Prefer Surface::create taking a PixelFormat over the one taking ... | Johannes Schickel |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-09 | LASTEXPRESS: Refactor inventory handling | Julien Templier |
2011-01-25 | LASTEXPRESS: Fixed Memory Leak in Subtitles. | David Turner |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-11-19 | LASTEXPRESS: Simplify current frame calculation in Animation::process | Julien Templier |
2010-11-19 | ALL: Push down deps on stream.h from .h to .cpp files | Max Horn |
2010-11-17 | ENGINES: Change 'colour' to 'color' | Max Horn |
2010-11-15 | LASTEXPRESS: Update Animation::process() | Julien Templier |
2010-11-11 | LASTEXPRESS: Use SAFE_DELETE for class variables | Julien Templier |
2010-11-11 | LASTEXPRESS: Fix some memory leaks | Julien Templier |
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn |
2010-10-27 | JANITORIAL: Remove unnecessary semicolons | Torbjörn Andersson |
2010-10-24 | LASTEXPRESS: Fix crash in subtitle handling | Julien Templier |
2010-10-19 | LASTEXPRESS: Fix some space formatting. | Jordi Vilalta Prat |
2010-10-18 | LASTEXPRESS: Check for a valid sequence in SequenceFrame::getName | Julien Templier |