Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-16 | TSAGE: fix tokenization issue in SYNC_ENUM in GCC | Alex Bevilacqua | |
This needs to be tested in MSVC to ensure it doesn't now break Windows builds with a different error ;) | |||
2011-02-16 | add TSAGE to the engines list | Alex Bevilacqua | |
2011-02-16 | TSAGE: Bugfix to set the visage correctly in one of the Scene 20 objects | Paul Gilbert | |
2011-02-16 | TSAGE: Rework the logic for showing the cursor in new scenes.cpp | Paul Gilbert | |
I'm still not completely happy with how it's implemented, and the original code is very obtuse when it comes to cursor display; it will likely need further investigation later on so the cursor doesn't appear in cut-scene scenes | |||
2011-02-16 | TSAGE: Bugfix to correctly draw objects on-screen in double-width scrolling ↵ | Paul Gilbert | |
screens | |||
2011-02-16 | TSAGE: Completed Scene 50 - By Flycycles | Paul Gilbert | |
2011-02-16 | TSAGE: Bugfix for SequenceManager sequences ending immediately | Paul Gilbert | |
2011-02-16 | TSAGE: Fix another pathfinding bug that was causing infinite loops in some cases | Paul Gilbert | |
2011-02-16 | TSAGE: Fix to Scene 50 for player to correctly face the direction he's ↵ | Paul Gilbert | |
moving towards | |||
2011-02-16 | TSAGE: Replaced some old delete's with proper calls to remove() method | Paul Gilbert | |
2011-02-16 | TSAGE: Yet another pathfinding bugfix | Paul Gilbert | |
2011-02-16 | TSAGE: Another pathfinding bugfix | Paul Gilbert | |
2011-02-15 | TSAGE: Bugfixes for the player pathfinder | Paul Gilbert | |
2011-02-15 | TSAGE: Bugfix to correctly clear the walk region intersection lists when ↵ | Paul Gilbert | |
changing scenes | |||
2011-02-15 | TSAGE: Bugfix to load walk region areas correctly | Paul Gilbert | |
2011-02-14 | TSAGE: Bugfix for speaking text being hidden when the same speaker speaks ↵ | Paul Gilbert | |
multiple times | |||
2011-02-14 | TSAGE: Added the engine in a separate branch | Paul Gilbert | |
2011-02-14 | HUGO: Some more refactoring | strangerke | |
Move _hotspots to mouse class and encapsulate it, rename some variables in route class | |||
2011-02-13 | SCI: Fix GK2 Mac picture 2315 | Matthew Hoops | |
It hardcodes the picture so it doesn't get run with the decompressor | |||
2011-02-13 | SCI: Add detection for GK2 Mac | Matthew Hoops | |
2011-02-13 | SCI: Add support for Phantasmagoria 2 CLUT resources | Matthew Hoops | |
My test of ising the clut associated with the intro video produced a decent quality color conversion. This is not yet hooked up to the video player. | |||
2011-02-13 | Remove erroneous comment. It reflected a false belief resulting from | Lars Skovlund | |
a missing parameter check, which has also been added. | |||
2011-02-13 | MOHAWK: Fix comments for the LB sampler v2 | Matthew Hoops | |
2011-02-13 | MOHAWK: Add support for Mac LB v2 games | Matthew Hoops | |
2011-02-13 | SCI: Switch to true color mode for the GK2 demo Indeo3 video | Matthew Hoops | |
2011-02-13 | SCI: Fix VMD coordinates | Matthew Hoops | |
The suffix check for "vmd" failed for uppercase files. | |||
2011-02-13 | AUDIO: Fix assertion triggered by SubSeekableAudioStream constructor. | Johannes Schickel | |
This assertion was introduced with 633b8ed27784. I change the code to first convert all parameters to the audio stream's framerate to avoid a possible use of operator- on two AudioTimestamps with different framerates. | |||
2011-02-13 | SCUMM FM-TOWNS: minor cleanup (git test) | athrxx | |
2011-02-13 | MOHAWK: Remove Myst's var store from the build since it is not used | Bastien Bouclet | |
anymore. Keep the files are to be kept around for reference until Mechanical is finished. | |||
2011-02-13 | MOHAWK: Implement opcode 105, Mechanical fortress staircase movie | Bastien Bouclet | |
2011-02-13 | MOHAWK: Implement Mechanical's crystals | Bastien Bouclet | |
2011-02-13 | MOHAWK: Add var getters / togglers to Mechanical, pages can now be | Bastien Bouclet | |
taken | |||
2011-02-13 | MOHAWK: Add Achenar's crate state to Mechanical state | Bastien Bouclet | |
2011-02-13 | GIT: Add Eclipse projects to .gitignore | Bastien Bouclet | |
2011-02-13 | .gitignore: Add several windows-only and/or MSVC files | strangerke | |
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 | |
I'm glad there's always a supply of those, because they make for great test commits. | |||
2011-02-12 | .gitignore: add vi swap files. | dhewg | |
how could you forget vi users? HOW? :\ | |||
2011-02-12 | Add ScummVM.app to .gitignore | Max Horn | |
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 | Merge branch 'master' of github.com:scummvm/scummvm | strangerke | |
2011-02-12 | HUGO: Fix a bug in engine destructor | strangerke | |
2011-02-12 | GIT: `git describe --dirty` is too new. | dhewg | |
do it manually via diff-index | |||
2011-02-12 | GIT: use git for describing the version. | dhewg | |
2011-02-12 | HUGO: Start to simplify hugo.dat loading | strangerke | |
2011-02-12 | GIT: Add .gitignore | Willem Jan Palenstijn | |
2011-02-12 | BUILD: Remove explicit references to SVN in revision variable names. | Jordi Vilalta Prat | |
svn-id: r55898 | |||
2011-02-12 | HUGO: Replace Common::File by Common::ReadStream in several functions | Arnaud Boutonné | |
svn-id: r55897 |