Age | Commit message (Expand) | Author |
2010-06-29 | Update comment on CD swapping in Riven. | Matthew Hoops |
2010-06-29 | Silence a valgrind warning. | Matthew Hoops |
2010-06-29 | Fix the load game dialog in Riven DVD's menu, borrowed from Parallaction. | Matthew Hoops |
2010-06-26 | Add a debug console command to Riven for displaying combinations to puzzles. | Matthew Hoops |
2010-06-26 | Gehn's cage should be closed initially, so initialize ocage to 1. | Matthew Hoops |
2010-06-26 | Add the page turning sound for the Riven journals and stub off the swipe tran... | Matthew Hoops |
2010-06-26 | Fix saving while viewing the inventory in Riven and cleanup the save/load code. | Matthew Hoops |
2010-06-25 | Add support for the third inventory case in Riven: you have the two journals ... | Matthew Hoops |
2010-06-24 | Implement the rest of xvalvecontrol for the boiler puzzle in Riven, initializ... | Matthew Hoops |
2010-06-22 | Fully implement xvga1300_carriage, the gallow's carriage is now fully usable. | Matthew Hoops |
2010-06-22 | Finish implementation of the jspit elevator logic. | Matthew Hoops |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-06-18 | Cleanup; add a TODO. | Matthew Hoops |
2010-06-18 | Add a comment on the unknown switch command argument. | Matthew Hoops |
2010-06-15 | MOHAWK: Properly add detection for Riven DVD. | Eugene Sandulenko |
2010-06-15 | AdvancedDetector: Add new parameter directoryGlobs. | Eugene Sandulenko |
2010-06-15 | MOHAWK: Sync with latest GUI changes. | Eugene Sandulenko |
2010-06-14 | Split out Mohawk detection tables into separate file. | Eugene Sandulenko |
2010-06-14 | Mohawk: Added support for running Riven off DVD layout. | Eugene Sandulenko |
2010-06-14 | Extended advancedDetector with depth parameter. | Eugene Sandulenko |
2010-06-02 | Fix a regression from r49377 - we should be checking against code in addition... | Matthew Hoops |
2010-06-02 | In Riven, if we get a change card opcode on a mouse down event, ignore the ne... | Matthew Hoops |
2010-06-01 | Fix videos in Riven activated from a different card from which they are playe... | Matthew Hoops |
2010-05-30 | Add md5's for Myst ME and Riven DVD French. | Matthew Hoops |
2010-05-27 | Add some null checking when pausing/resuming videos. | Matthew Hoops |
2010-05-26 | Fix the 'boiling water' videos in the boiler puzzle. | Matthew Hoops |
2010-05-25 | Fix a Myst regression: not a good idea to use memset on a Common::String :) | Matthew Hoops |
2010-05-25 | Implement *scpbtn and *_domecheck. The domes can now be opened/closed (not us... | Matthew Hoops |
2010-05-24 | Move the PICT code to graphics/ with some updates; needed for SCI1.1 Mac. | Matthew Hoops |
2010-05-23 | Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M... | Matthew Hoops |
2010-05-20 | The QuickTime getPalette() function should output in RGB format, not RGBA. | Matthew Hoops |
2010-05-20 | Add a pause level system to VideoDecoder (blatantly ripped off from Engine) a... | Matthew Hoops |
2010-05-19 | Reverted commit #49088, seems like to be a false positive from MSVC on the QT... | Filippos Karapetis |
2010-05-19 | Added packing to the QT structures | Filippos Karapetis |
2010-05-18 | Add a new class 'RewindableVideoDecoder' that allows a video to be rewound an... | Matthew Hoops |
2010-05-18 | Have QTPlayer inherit from VideoDecoder. The video downscaling (QuickTime is ... | Matthew Hoops |
2010-05-18 | Committing the rest of the VideoDecoder Rewrite from patch #2963496. | Matthew Hoops |
2010-05-04 | Move DebugChannel related code to new header | Max Horn |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-05-04 | Get rid of Engine::_gameDataDir. | Max Horn |
2010-04-27 | COMMON: Move DebugChannel stuff into a new DebugMan singleton | Max Horn |
2010-04-19 | Remove use of global constructors in Mohawk. | Matthew Hoops |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-04-06 | Cleanup the Myst resource caching code a bit and add support for caching Myst... | Matthew Hoops |
2010-04-06 | More transistions->transitions fixes | Matthew Hoops |
2010-04-06 | Fix "Transitions" typo | Ori Avtalion |
2010-04-06 | GUI: Unify various definitions of kOKCmd and move it to namespace GUI | Max Horn |
2010-04-05 | Add support for 32bpp DirectBitsRect in Myst ME PICT's. Fixes various cards, ... | Matthew Hoops |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn |