Age | Commit message (Expand) | Author |
2007-06-30 | Added minimal doxygen comments to CursorManager::isVisible() and CursorManage... | Max Horn |
2007-06-27 | Fix crash regression, when playing OmniTV videos in The Feeble Files. Caused ... | Travis Howell |
2007-06-19 | Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c... | Max Horn |
2007-06-12 | Add support for pausing/resume cutscenes shown on the OmniTV in The Feeble Fi... | Travis Howell |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-27 | Reverted r26922. | Johannes Schickel |
2007-05-22 | oops | Johannes Schickel |
2007-05-22 | Simpilified Singleton implementation and usage. | Johannes Schickel |
2007-05-01 | Renamed decodeILBM to decodePBM, removed a TODO | Filippos Karapetis |
2007-05-01 | - Fixed 32/64 bits pointer mismatch. | Nicola Mettifogo |
2007-05-01 | Fix missing include. | Nicola Mettifogo |
2007-05-01 | Fix compilation. | Nicola Mettifogo |
2007-05-01 | Implemented a IFF (Interchange File Format) parser and added subclasses to pa... | Nicola Mettifogo |
2007-04-27 | Patch #1705747: Speedups for plotYUV and related functions | Max Horn |
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on scummvm... | Max Horn |
2007-03-27 | - added new subclass ILBMDecoder, to decode ILBM subtype of IFF files | Nicola Mettifogo |
2007-03-25 | cleanup | Johannes Schickel |
2007-03-25 | Added new base class Graphics::IFFDecoder and subclass Graphics::PBMDecoder a... | Nicola Mettifogo |
2007-03-08 | Replaced uses of fprintf() with warning() or error() | Max Horn |
2007-02-12 | Merged the "palette manager" into the cursor manager. It was only used to | Torbjörn Andersson |
2007-02-03 | Fixing various doxygen warnings | Max Horn |
2007-01-01 | Always reset _scaledBuffer to zero when playing video, to prevent double free. | Travis Howell |
2006-12-18 | Change position of scale code, Scale code shouldn't have been FRAM specific | Travis Howell |
2006-12-18 | Check _scaleMode when decoding a NULL frame. Otherwise we will draw the | Torbjörn Andersson |
2006-12-15 | Fix regression. It crashed with orignial DXA files. | Eugene Sandulenko |
2006-12-14 | Only allocate _scaleBuffer when required. | Travis Howell |
2006-12-14 | When drawing an interlaced frame, only clear every other line instead of the | Torbjörn Andersson |
2006-12-11 | Add cyx's patch for endian issues in DXA player | Travis Howell |
2006-12-11 | Whitespace changes | Travis Howell |
2006-12-11 | Adjust DXA scaling code for Broken Sword 1 | Travis Howell |
2006-12-11 | Fix typo in initial _scaleBuffer check | Travis Howell |
2006-12-11 | Add patch #1611503 - DXA: Improved encoder (filesize and speed) | Travis Howell |
2006-10-08 | - Added dialog for selecting the theme to use | Johannes Schickel |
2006-10-08 | fixed assert in isspace function because wrong variable type for chars when t... | Paweł Kołodziejski |
2006-08-27 | Renamed constant to reflect recent change of file name. | Torbjörn Andersson |
2006-08-27 | Renamed graphics/animation.[cpp|h] to graphics/mpeg_player.[cpp|h] to be more | Torbjörn Andersson |
2006-08-26 | Now that the cutscene handling in both BS1 and BS2 has been extended to play | Torbjörn Andersson |
2006-07-30 | Added explicit string equals/hash functors to a new header common/hash-str.h;... | Max Horn |
2006-07-14 | More whitespace changes. | Torbjörn Andersson |
2006-07-08 | Added support for DXA cutscenes, while still retaining support for the old MPEG | Torbjörn Andersson |
2006-06-28 | Correct docs for copyFrameToBuffer() | Travis Howell |
2006-06-28 | Add patch #1504492 - DXA: New compression scheme | Travis Howell |
2006-06-28 | Add eriktorbjorn's patch for DXA unification, with more changes | Travis Howell |
2006-06-25 | Fixes a warning with VC++ 2005 Express. | Oystein Eftevaag |
2006-06-24 | fix character clipping as mentioned by Marcus on the mailing list on 22 june | Willem Jan Palenstijn |
2006-06-24 | * Renamed config.mak to config.mk | Max Horn |
2006-06-21 | Move moveScreen to common surface functions for graphics | Travis Howell |
2006-06-20 | Applied patches from bug report #1276480, "GUI: Accented characters". This | Torbjörn Andersson |
2006-06-13 | Let the [cursor] palette manager handle disableCursorPalette() too, to avoid | Torbjörn Andersson |
2006-06-04 | Format the guifont[] data for better readability | Torbjörn Andersson |