Age | Commit message (Expand) | Author |
2010-05-18 | Replace some strncpy usages with Common::strlcpy. | Johannes Schickel |
2010-05-18 | Replace one instance of strncpy with Common::strlcpy. | Johannes Schickel |
2010-05-18 | Add a new class 'RewindableVideoDecoder' that allows a video to be rewound an... | Matthew Hoops |
2010-05-18 | Added the number of parameters passed in unknown kDoAudio subops | Filippos Karapetis |
2010-05-18 | Started simplifying and removing a lot of unused code from the SAGA Mac resou... | Filippos Karapetis |
2010-05-18 | Have QTPlayer inherit from VideoDecoder. The video downscaling (QuickTime is ... | Matthew Hoops |
2010-05-18 | Added back video skipping in SAGA2 with the escape key or left mouse button | Filippos Karapetis |
2010-05-18 | Committing the rest of the VideoDecoder Rewrite from patch #2963496. | Matthew Hoops |
2010-05-18 | - Removed the wrapper kalloc, kmem and kfree functions. Now, the associated S... | Filippos Karapetis |
2010-05-18 | SCI: fixing crash in pq2 - not sure about this, lskovlun should take a look a... | Martin Kiewitz |
2010-05-18 | - Moved kernel_lookup_text inside the Kernel class | Filippos Karapetis |
2010-05-18 | - Moved determine_reg_type() and kernel_matches_signature() inside the Kernel... | Filippos Karapetis |
2010-05-18 | Added getBaseFileName() method and enhanced open() with trying macbinary form... | Eugene Sandulenko |
2010-05-18 | Fix currentFrame semantics in Flic player | Ori Avtalion |
2010-05-18 | Fix missing dialogue index. | Willem Jan Palenstijn |
2010-05-18 | Moved breakpointWasHit inside the DebugState struct, thus resolving a FIXME | Filippos Karapetis |
2010-05-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe... | Matthew Hoops |
2010-05-17 | Some more enforcement of our formatting conventions in KYRA too. | Johannes Schickel |
2010-05-17 | Enforce conversion formatting on pointer casts in the DEV code. | Johannes Schickel |
2010-05-17 | Minor formatting. | Johannes Schickel |
2010-05-17 | Get rid of Common::Rational::normalize and other redundant code | Max Horn |
2010-05-17 | Use TS_ASSERT_EQUALS in test cases | Max Horn |
2010-05-17 | Some tweaks and fixes for Common::Rational | Max Horn |
2010-05-17 | Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th... | Matthew Hoops |
2010-05-17 | Add tests for Common::Rational from patch #2963496 (VideoDecoder Rewrite), al... | Matthew Hoops |
2010-05-17 | Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite) | Matthew Hoops |
2010-05-17 | Restrict MIPSpro workaround to non-gcc compilers -- fixes compilation with gc... | Joost Peters |
2010-05-17 | Change product id to just be "ScummVM <version>" | Joost Peters |
2010-05-17 | Bugfixes for animation display, and better understanding of how animations cycle | Paul Gilbert |
2010-05-17 | SCI: adding speed throttler special case for iceman / submarine control room | Martin Kiewitz |
2010-05-17 | PSP: added option for render by callback and fixed up and cleaned up debug me... | Yotam Barnoy |
2010-05-17 | Synced NEWS with 1.1 branch. | Torbjörn Andersson |
2010-05-16 | Add back README.PSP | Joost Peters |
2010-05-16 | Correct IRIX spec filename | Joost Peters |
2010-05-16 | Patch #2998635: "IRIX packaging files + icons" + add scummvm.spec.in to updat... | Joost Peters |
2010-05-16 | SCI: fixing possible typo for Shift-F1/F10 keys, fixing submarine controls in... | Martin Kiewitz |
2010-05-16 | Added automatic detection of the IHNM demo | Filippos Karapetis |
2010-05-16 | Added automatic detection for the non-interactive ITE demos | Filippos Karapetis |
2010-05-16 | Bugfixes for animation depth logic | Paul Gilbert |
2010-05-15 | SCI: handle TAB like Ctrl-I on menu key checking, sci0 also did it that way -... | Martin Kiewitz |
2010-05-15 | SCI: setting port _menuPort, fixing crash on setFont() | Martin Kiewitz |
2010-05-15 | SCI: removed _mainPort (was unused, is unused) | Martin Kiewitz |
2010-05-15 | SCI: adding special 640x440 upscaling mode for kq6, finally hires portraits a... | Martin Kiewitz |
2010-05-15 | SCI: adding upscaled hires mode 640x480 for kq6 and gk1, fixing valgrind erro... | Martin Kiewitz |
2010-05-15 | SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX... | Martin Kiewitz |
2010-05-15 | Fixed a regression that caused some speech in cutscenes to not be played. | Torbjörn Andersson |
2010-05-15 | Rewrote playMovieSound() to keep it from hogging memory in the resource | Torbjörn Andersson |
2010-05-15 | Removed use of globally constructed menu item position lists | Paul Gilbert |
2010-05-15 | Decoded further fields in the SequenceList class, and started implementation ... | Paul Gilbert |
2010-05-14 | Made locateVarSelector() a method of the Object class | Filippos Karapetis |