Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-03 | SCI: Remove unnecessary const-cast | Willem Jan Palenstijn | |
2012-06-23 | SCI: Implement kPlayVMD subop 23 (set palette range) | Filippos Karapetis | |
Fixes the wrong palette during video sequences in GK2 and the demo of RAMA | |||
2012-06-20 | Merge pull request #246 from lordhoto/osystem-void-buffers | Johannes Schickel | |
OSYSTEM: Use void buffers for screen/overlay/mouse buffers and proper pitch values for overlay code | |||
2012-06-18 | SCI: Add setter/getter methods to reg_t's | Filippos Karapetis | |
No functionality change has been made with this commit. This avoids setting and getting the reg_t members directly, and is the basis of any future work on large SCI3 scripts (larger than 64KB) | |||
2012-06-18 | SCI: Add a check for empty VMD file names | Filippos Karapetis | |
2012-06-16 | SCI: Get rid of casts on OSystem::copyRectToScreen calls. | Johannes Schickel | |
2012-06-13 | SCI: Add debug code to automatically skip robot videos | Filippos Karapetis | |
2011-10-18 | SCI: Duck videos are 16bpp, so we need to change the active pixel format | Filippos Karapetis | |
2011-10-18 | SCI: Initial implementation of kPlayDuck for Phantasmagoria 2 | Filippos Karapetis | |
2011-10-09 | SCI: Fix formatting in kRobot. | Johannes Schickel | |
2011-10-09 | SCI21: Moved kRobot() together with the other video functions | Filippos Karapetis | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
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-02-20 | SCI: Fix KQ6 Mac video positioning | Matthew Hoops | |
2011-02-13 | Remove erroneous comment. It reflected a false belief resulting from | Lars Skovlund | |
a missing parameter check, which has also been added. | |||
2011-02-13 | SCI: Switch to true color mode for the GK2 demo Indeo3 video | Matthew Hoops | |
2011-02-13 | SCI: Fix VMD coordinates | Matthew Hoops | |
The suffix check for "vmd" failed for uppercase files. | |||
2011-02-08 | SCI: Some work on robot videos | Filippos Karapetis | |
- The size of the videos is now calculated when they are loaded (this helps remove some nasty hacks and constant memory reallocations and simplifies the code) - Some work on frame placement (e.g. in robot 1305, Phantasmagoria) svn-id: r55830 | |||
2011-02-07 | SCI: Converted the robot decoder into a regular video decoder, and decoupled ↵ | Filippos Karapetis | |
it from the SciEngine class - Robot videos are now shown in frameOut(), like they should, and kRobot(sync) is only used for syncing with the game scripts - Hooked video playing into the "play_video" console command svn-id: r55801 | |||
2011-01-23 | VIDEO: Move video classes to Video:: namespace | Eugene Sandulenko | |
svn-id: r55479 | |||
2011-01-23 | GRAPHICS: Move graphics/video/ to video/. Step 1/2 | Eugene Sandulenko | |
svn-id: r55473 | |||
2011-01-07 | SCI2.1: Added a sanity check for VMD video positioning, for the demo of ↵ | Filippos Karapetis | |
Lighthouse svn-id: r55137 | |||
2010-12-22 | SCI: VMD video related changes | Filippos Karapetis | |
- VMD videos are now properly started from the associated play subop of the kPlayVMD kernel call, and are now properly positioned on screen, and doubled only if the games require them to be - Added an enum for VMD video flags svn-id: r55003 | |||
2010-12-16 | VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointer | Matthew Hoops | |
svn-id: r54927 | |||
2010-11-11 | SCI: Some video related changes | Filippos Karapetis | |
- Now playVideo() is used when playing videos from the console (reducing code duplication) - Added support for 16bpp scaling in scale2x, so that the 16-bit color Duck videos are scaled correctly svn-id: r54210 | |||
2010-11-09 | SCI: Fix error message in ShowMovie(), perhaps avoiding some confusion later | Lars Skovlund | |
svn-id: r54156 | |||
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn | |
This is a first step towards getting rid of all uses of regular printf, fprintf, vprintf, vfprintf, puts, fputs, etc. in our codebase. The name format() reflects the purpose of the function, and parallels String.format() in Java, boost::format, and others. svn-id: r54004 | |||
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson | |
Our warning() and error() functions always add an exclamation mark to the end of the message anyway. svn-id: r52791 | |||
2010-08-08 | SCI: Directly use the new Graphics::VMDDecoder class | Sven Hesse | |
svn-id: r51922 | |||
2010-08-04 | SCI: Add 'movie' subdirectory for VMD's | Matthew Hoops | |
The Torin's intro movie now plays. Minor kPlayVMD cleanup. svn-id: r51739 | |||
2010-07-21 | SCI: Moved all the video related functions in a separate file | Filippos Karapetis | |
svn-id: r51110 |