Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-22 | SWORD2: Fix (unlikely) memory leak | Willem Jan Palenstijn | |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-01-09 | SWORD2: Force fake transparency for PSX sprites | Fabio Battaglia | |
In PSX version blending is done through hardware transparency, this would have to be simulated using 16-bit mode. As this is not yet available in this engine, fake transparency is used as a placeholder | |||
2012-01-08 | SWORD2: Fix problem with the height of PSX sprites | Fabio Battaglia | |
Apparently some uncompressed PSX sprites have a wrong height value in the datafiles, creating subtle problems like missing lines in some graphics. Fixed by artificially adding 1 to odd height values of uncompressed sprites. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-14 | ALL: colour -> color | Max Horn | |
2011-02-15 | SWORD2: Adapt to setPalette/grabPalette RGBA->RGB change. | Johannes Schickel | |
Thanks to eriktorbjorn for helping me with this. | |||
2010-09-18 | SWORD2: Plug memory leaks. | Eugene Sandulenko | |
svn-id: r52795 | |||
2010-04-17 | This should fix the scaler Valgrind warning reported in (but probably not the | Torbjörn Andersson | |
cause of) bug #2976008 ("BS2: Game lockup in British Museum"). svn-id: r48692 | |||
2010-01-21 | Silenced some cppcheck warnings. | Torbjörn Andersson | |
svn-id: r47427 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-08-14 | remove double semi-colon -- hopefully this kicks the buildbot back into ↵ | Joost Peters | |
action =) svn-id: r43388 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-04-18 | sword2: add support for BS2 PSX demo | Fabio Battaglia | |
svn-id: r39977 | |||
2009-04-07 | Sword2: PSX version support, and GMM loading/saving | Fabio Battaglia | |
svn-id: r39896 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-05-31 | Re-added Revolution Software copyright to BS2 engine | Max Horn | |
svn-id: r27030 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2006-02-12 | Renamed files for consistency with other engines: | Torbjörn Andersson | |
build_display -> screen save_rest -> saveload More to come, no doubt. svn-id: r20651 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |