Age | Commit message (Expand) | Author |
2011-02-13 | MOHAWK: Add Achenar's crate state to Mechanical state | Bastien Bouclet |
2011-02-12 | SCI: Don't limit the number of resources to 999 in hexgrep | Matthew Hoops |
2011-02-12 | SCI: Fix the console's hexgrep command | Matthew Hoops |
2011-02-12 | JANITORIAL: Remove unnecessary semicolon | eriktorbjorn |
2011-02-12 | MOHAWK: Implement Mechanical opcode 125 | Bastien Bouclet |
2011-02-12 | MOHAWK: Implement Mechanical var getters 4 and 15 | Bastien Bouclet |
2011-02-12 | HUGO: Fix a bug in engine destructor | strangerke |
2011-02-12 | HUGO: Start to simplify hugo.dat loading | strangerke |
2011-02-12 | HUGO: Replace Common::File by Common::ReadStream in several functions | Arnaud Boutonné |
2011-02-12 | HUGO: little optimization in decodeString(), cleanup | Arnaud Boutonné |
2011-02-12 | MOHAWK: Implement Stoneship's last opcodes, tunnel alarm | Bastien Bouclet |
2011-02-12 | JANITORIAL: Remove extraneous parentheses | Ori Avtalion |
2011-02-12 | JANITORIAL: Remove duplicate #include's | Ori Avtalion |
2011-02-12 | HUGO: Cleanup based on Fingolfin comments | Arnaud Boutonné |
2011-02-11 | SCI: Fix platform for the GK2 demo, videos will now play | Matthew Hoops |
2011-02-11 | HUGO: Cleanup: fix style issue in Doxygen comments | Arnaud Boutonné |
2011-02-11 | SCI: Simplify SegManager::saveLoadWithSerializer, cleanup | Max Horn |
2011-02-11 | HUGO: Fix warning "virtual function override intended?" reported by LordHoto ... | Arnaud Boutonné |
2011-02-11 | HUGO: Fix regression in H3: game exits at the end of the intro | Arnaud Boutonné |
2011-02-11 | HUGO: refactoring: move boundaries to object class | Arnaud Boutonné |
2011-02-11 | TOON: Fix memory leak | Torbjörn Andersson |
2011-02-10 | SCI: Added comments to the FB-01 and MIDI drivers. The original driver files ... | Filippos Karapetis |
2011-02-10 | SCI: Changed the comments of r55869 to Doxygen format (thanks, fingolfin) | Filippos Karapetis |
2011-02-10 | SCI: Added a workaround for MUMG Deluxe | Filippos Karapetis |
2011-02-10 | SCI: Added resource manager support for changing the audio directory dynamica... | Filippos Karapetis |
2011-02-10 | SCI: Don't fallback to views in SCI1.1+ Mac games | Matthew Hoops |
2011-02-10 | SCI: Fixed typo | Filippos Karapetis |
2011-02-10 | SCI: Added a short explanation about each of the different resource source types | Filippos Karapetis |
2011-02-10 | SCI: Fix Mac SCI1 view transparency | Matthew Hoops |
2011-02-10 | SCI: Fix (rare) leak in kSaveGame, tweak kFileIOFindNext, cleanup | Max Horn |
2011-02-10 | SCI: Renamed addInternalSources -> addAudioSources and separated the script ... | Filippos Karapetis |
2011-02-10 | SCI: Moved some audio resource code to resource_audio.cpp | Filippos Karapetis |
2011-02-10 | KYRA: Rename KyraEngine_MR::runDialog to doDialog to avoid name clashes with ... | Johannes Schickel |
2011-02-10 | KYRA: Remove superfluous const in type conversion. | Johannes Schickel |
2011-02-09 | MOHAWK: Complete Myst opcode 209, fixing the bookcase door lintel updates | Bastien Bouclet |
2011-02-09 | MOHAWK: Implement Stoneship battery depletion | Bastien Bouclet |
2011-02-09 | SCI: Improve speed of Mac resource fork sources | Matthew Hoops |
2011-02-09 | LASTEXPRESS: Add support for item highlight in inventory and scene restore | Julien Templier |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-09 | SCI: Do not try to dereference object name when it's not a pointer. | Walter van Niftrik |
2011-02-09 | LASTEXPRESS: Implement proper Inventory::open() and Inventory::close() | Julien Templier |
2011-02-09 | LASTEXPRESS: Properly update cursor when hovering Egg and inventory items | Julien Templier |
2011-02-09 | LASTEXPRESS: Refactor inventory handling | Julien Templier |
2011-02-09 | VIDEO: Remove unused SeekableVideoDecoder::seekToFrame method | Max Horn |
2011-02-09 | AGOS: Reduce header interdependencies | Max Horn |
2011-02-09 | AGOS: Change private to protected, Instead of making subclasses friends | Max Horn |
2011-02-09 | VIDEO: In overloaded methods, invoke correct parent implementation | Max Horn |
2011-02-08 | SCI: Changed the warning when applying script patches into a debug output call | Filippos Karapetis |
2011-02-08 | HUGO: Cleanup : some refactoring and encapsulation (thanks fuzzie for the help) | Arnaud Boutonné |
2011-02-08 | SCI: Some work on robot videos | Filippos Karapetis |