Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | MADE: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-08-03 | MADE: Take advantage of Surface::getPixels. | Johannes Schickel | |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2011-10-09 | MADE: Minimize #include usage. | Johannes Schickel | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-01-22 | - Added support for The Manhole EGA version | Benjamin Haisch | |
- Support for 'chunked' picture resources and EGA pictures - Improved the mouth sync in RtZ (still not perfect, though) - Removed obsolete TODOs - Fixed sfPlayMovie to return if the movie playback was aborted or not; this is used by RtZ to determine if it should display the credits screen after the intro movie svn-id: r35997 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-05-26 | Silence MSVC warning C4800. | Kari Salminen | |
svn-id: r32288 | |||
2008-05-26 | Fixed graphics decoding bug in Manhole: N&E | Benjamin Haisch | |
svn-id: r32281 | |||
2008-05-19 | Removed unused variable. | Torbjörn Andersson | |
svn-id: r32187 | |||
2008-05-19 | RtZ: Fixed bug which caused PMV videos to look odd (noticeable in the intro ↵ | Benjamin Haisch | |
movie) and optimized frame decompression code. svn-id: r32182 | |||
2008-04-20 | Changed spaces to tabs. | Torbjörn Andersson | |
svn-id: r31610 | |||
2008-04-20 | Initial import of the work in progress MADE engine | Filippos Karapetis | |
svn-id: r31599 |