Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-30 | ALL: Resolve multiple clang warnings | Max Horn | |
2014-02-18 | LASTEXPRESS: Make GPL headers consistent in themselves. | Johannes Schickel | |
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-07-27 | LASTEXPRESS: Add IgnoreSubtype option to AnimFrame | Littleboy | |
2012-07-27 | LASTEXPRESS: Switch some warnings to debug console output | Julien | |
2012-07-14 | LASTEXPRESS: Remove duplicated include statements | Littleboy | |
2012-06-16 | LASTEXPRESS: Get rid of casts on OSystem::copyRectToScreen calls. | Johannes Schickel | |
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 | |
For further discussion check here: https://github.com/scummvm/scummvm/pull/16 Conflicts: graphics/png.cpp | |||
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-17 | LASTEXPRESS: Use RGB555 PixelFormat for surfaces instead of screen format. | Johannes Schickel | |
This makes the code a bit more readable, thanks to fuzzie for pointing that out. | |||
2011-04-17 | LASTEXPRESS: Prefer Surface::create taking a PixelFormat over the one taking ↵ | Johannes Schickel | |
a byte depth. I am not sure whether the engine really uses only surfaces with the exat same format as the screen. The engine maintainer should review this commit and fix it in case the surfaces use a different pixel format. | |||
2011-01-25 | LASTEXPRESS: Fixed Memory Leak in Subtitles. | David Turner | |
Also, fixed minor uninitialised read in animation event polling. svn-id: r55524 | |||
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn | |
svn-id: r54385 | |||
2010-11-19 | LASTEXPRESS: Simplify current frame calculation in Animation::process | Julien Templier | |
(per Max suggestion) svn-id: r54366 | |||
2010-11-19 | ALL: Push down deps on stream.h from .h to .cpp files | Max Horn | |
svn-id: r54358 | |||
2010-11-15 | LASTEXPRESS: Update Animation::process() | Julien Templier | |
- Use Common::Rational to compute the current frame - Added check for _currentChunk != NULL - Add constructor to Chunk structure svn-id: r54245 | |||
2010-11-11 | LASTEXPRESS: Use SAFE_DELETE for class variables | Julien Templier | |
svn-id: r54201 | |||
2010-10-18 | LASTEXPRESS: Merge in the engine. | Eugene Sandulenko | |
svn-id: r53579 |