Age | Commit message (Expand) | Author |
2009-05-21 | Move Indeo3 static data from indeo3data.h to indeo3.cpp. | Johannes Schickel |
2009-05-21 | I'm no longer sure I've really seen case 12 happen, so don't mention it. | Torbjörn Andersson |
2009-05-21 | Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're... | Filippos Karapetis |
2009-05-21 | Moved the Coktel video player into its own subdirectory | Filippos Karapetis |
2009-05-21 | Added comment and warning message about possibly missing cases. | Torbjörn Andersson |
2009-05-21 | Fixed indentation. (Don't worry, it's just a small change, and it matches the | Torbjörn Andersson |
2009-05-20 | Moving CoktelVideo (IMD/VMD) and the Indeo3 code (needed for Urban Runner's V... | Sven Hesse |
2009-05-20 | - Reverted commit #40730, as it introduced rounding errors | Filippos Karapetis |
2009-05-19 | Changed calculations based on frame delay to be based on the scale of 1ms, no... | Filippos Karapetis |
2009-05-19 | Some fixes to the video decoders, thanks to salty-horse's comments | Filippos Karapetis |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-05-17 | The 'frameSize' variable isn't used at the moment. | Torbjörn Andersson |
2009-05-17 | Changed the FLIC player to the common VideoDecoder interface. Note that curre... | Filippos Karapetis |
2009-05-16 | Add initial support for DOS non-interactive demos of The Feeble Files. | Travis Howell |
2009-05-12 | Must include common/scummsys.h in graphics/pixelformat.h because it uses type... | Max Horn |
2009-05-06 | Silence warnings. Const correctness | Eugene Sandulenko |
2009-03-27 | Add color component bit count (rBits, gBits, bBits, aBits) and maximum value ... | Kari Salminen |
2009-03-20 | Oops forgot one line in last commit, now the file should compile cleanly with... | Johannes Schickel |
2009-03-20 | Fix compilation on mingw64. | Johannes Schickel |
2009-03-15 | * Improved ILBMDecoder to also handle files with width non divisible by 8. | Nicola Mettifogo |
2009-03-11 | Fixed bug #2619802 (Game name overwrites scroll bar). | Vicent Marti |
2009-03-09 | Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as s... | Max Horn |
2009-03-08 | Patch #2658710: "Add comments to specify which engines use which decoders" | Eugene Sandulenko |
2009-02-18 | Honour alpha bits in applyScreenShading() (used in "add game", "edit game" an... | Joost Peters |
2009-02-18 | Use 4444 overlay on PSP (instead of 1555). | Joost Peters |
2009-02-17 | Fixed bug #2609755 (GUI memory corruption). | Vicent Marti |
2009-02-17 | Remove VECTOR_RENDERER_FORMAT check and related documentation. | Johannes Schickel |
2009-02-16 | Change formatting to match our code guidelines. | Johannes Schickel |
2009-02-16 | Cleanup. | Johannes Schickel |
2009-02-16 | Removed obsolete FIXME. | Johannes Schickel |
2009-02-16 | Fixed VectorRenderSpec for no fancy theme! | Lars Persson |
2009-02-15 | Attempt to fix compilation problems on MSVC 7 (I wonder why it compiled elsew... | Max Horn |
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel |
2009-02-15 | Applied my patch for the BS1/2 video player | Filippos Karapetis |
2009-02-14 | add assert(g_system) for backends that call InitScalers() from their OSystem ... | Joost Peters |
2009-02-13 | GUI: Fixed long-standing bug in calcGradient (gradients look a bit better now) | Max Horn |
2009-02-13 | Changed DotMatrix to use pixelformat instead of bitformat/colormasks | Max Horn |
2009-02-13 | cleanup | Max Horn |
2009-02-13 | cleanup | Max Horn |
2009-02-13 | Rewrote VectorRendererSpec & VectorRendererAA to use a Graphics::PixelFormat,... | Max Horn |
2009-02-12 | GUI renderer: some cleanup; added comment on sqrt implementation (on my syste... | Max Horn |
2009-02-10 | 1555 is ABGR (not ARGB) | Joost Peters |
2009-02-01 | Silenced MSVC warning (MSVC is being silly here...) | Filippos Karapetis |
2009-02-01 | Merged r36175 from branch-0-13-0: | Marcus Comstedt |
2009-01-30 | Got rid of VectorRenderer::surfacePitch() & VectorRenderer::bytesPerPixel():... | Max Horn |
2009-01-30 | Removed unused area convolution code from VectorRenderer | Max Horn |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops l... | Max Horn |
2009-01-27 | Fixed hq2x ASM scaler | Max Horn |
2009-01-27 | Re-enabled ASM versions of HQx scalers (oops) | Max Horn |