Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-24 | VIDEO: Convert DXADecoder to the AdvancedVideoDecoder API | Matthew Hoops | |
2012-02-23 | SWORD2: Add support for PSX stream playback | Matthew Hoops | |
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 | |||
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. | |||
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn | |
svn-id: r55818 | |||
2009-10-20 | SWORD2: Turned static vars in Logic::fnISpeak into member vars of class Logic | Max Horn | |
svn-id: r45284 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-04-07 | Sword2: PSX version support, and GMM loading/saving | Fabio Battaglia | |
svn-id: r39896 | |||
2009-03-07 | Don't crash if a cutscene is missing. (Like they are in the demo, for instance.) | Torbjörn Andersson | |
svn-id: r39186 | |||
2009-02-21 | Rewrote the cutscene player to be more like the one in Broken Sword 1. This ↵ | Torbjörn Andersson | |
fixes a subtitle colour regression, but mainly it simplifies the code. The "dummy" player has been removed. There are almost certainly regressions, but I'm hoping it's stable enough for testing now. svn-id: r38697 | |||
2008-11-09 | Allow pausing during cutscene movies. (This will need an update to the mixer's | Torbjörn Andersson | |
getSoundElapsedTime() function to work better.) svn-id: r34954 | |||
2008-07-13 | SWORD2 works with the new GMM implementation | Christopher Page | |
svn-id: r33044 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2007-12-07 | add Common::Rect::center (handy for ::setFocusRectangle()) | Gregory Montoir | |
svn-id: r29751 | |||
2007-12-01 | Experimental "focus rectangle" support. I don't have any way to actually test | Torbjörn Andersson | |
it myself. svn-id: r29677 | |||
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 | |||
2007-02-08 | Instead of pre-rendering all subtitles and pre-loading all sounds for a movie | Torbjörn Andersson | |
cutscene, render the text and play the speech when needed. It probably won't play as nicely from CD now, but using less memory seems more important to me. svn-id: r25428 | |||
2007-01-26 | Added separate function for playing cutscene lead-in/out sounds, and made sure | Torbjörn Andersson | |
that these are stopped whenever the engine is going to do a mass killing of game resources, e.g. when restoring or restarting the game. Should fix bug #1645480. (This was a regression added during the rewrite to support DXA.) svn-id: r25204 | |||
2006-10-15 | Added some more const keywords | Max Horn | |
svn-id: r24330 | |||
2006-07-08 | Cleanup | Torbjörn Andersson | |
svn-id: r23439 | |||
2006-07-08 | Added support for DXA cutscenes, while still retaining support for the old MPEG | Torbjörn Andersson | |
cutscenes and the "dummy" (subtitles and voice-over) mode. Several tweaks and cleanups were made in this process, and there may very well be regressions, but it should be stable enough to commit. svn-id: r23420 | |||
2006-02-17 | Removed includes from sword2.h so that (hopefully) there will eventually be | Torbjörn Andersson | |
less dependencies. svn-id: r20741 | |||
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 |