Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-31 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops | |
Conflicts: engines/groovie/script.cpp | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-11 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops | |
Conflicts: audio/decoders/qdm2.h common/util.cpp engines/groovie/music.cpp engines/groovie/resource.h video/qt_decoder.cpp video/qt_decoder.h | |||
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-14 | ALL: colour -> color | Max Horn | |
2011-04-08 | GROOVIE: Fix brace formatting. | Scott Thomas | |
2011-04-07 | GROOVIE: Add additional play-speed modes to T7G. | Scott Thomas | |
These two speed modes enable faster movement throughout the mansion. iOS mode matches the behavior of the official iOS release while tweaked mode additionally uses original framerate for 'teeth' animations. | |||
2011-02-14 | GROOVIE: Adapt to setPalette/grabPalette RGBA->RGB change. | Johannes Schickel | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn | |
svn-id: r55806 | |||
2010-07-25 | Silenced false positive warning in MSVC | Filippos Karapetis | |
svn-id: r51274 | |||
2010-07-23 | GROOVIE: Fix compilation. | Jordi Vilalta Prat | |
svn-id: r51206 | |||
2010-07-23 | GROOVIE: Optimize the VDX player. | Jordi Vilalta Prat | |
- Make some small optimizations to the VDX player. The changes aren't noticeable on desktop computers, but it showed changes on the profiler. Let's see if it helps limited platforms. - Clarify a few variable names and clean their usage. svn-id: r51205 | |||
2010-06-07 | Groovie: | Jordi Vilalta Prat | |
- Rewritten T7G's font code to subclass Graphics::Font and make it cleaner. - Use theme fonts for the Mac version of T7G (which used ugly system fonts originally). With this the Mac version should be completable. - Cleanup include interdependencies. svn-id: r49487 | |||
2010-05-20 | Groovie: Tweak a filename of the Mac version of T7G | Jordi Vilalta Prat | |
svn-id: r49112 | |||
2010-05-04 | Reduce indirect header dependencies further | Max Horn | |
svn-id: r48936 | |||
2010-04-27 | COMMON: Move DebugChannel stuff into a new DebugMan singleton | Max Horn | |
svn-id: r48821 | |||
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn | |
svn-id: r48637 | |||
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵ | Max Horn | |
sound/decoders/ svn-id: r47579 | |||
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn | |
svn-id: r47395 | |||
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn | |
Also fix several recently introduced new/delete vs. malloc/free mismatches. svn-id: r47369 | |||
2010-01-09 | Replace AppendableAudioStream by QueuingAudioStream | Max Horn | |
svn-id: r47189 | |||
2009-10-26 | Groovie: Fix some styling issues pointed by cppcheck | Jordi Vilalta Prat | |
svn-id: r45411 | |||
2009-09-13 | Fixed crash when reaching the end of the movie, riggered by recent Stream | Torbjörn Andersson | |
changes. svn-id: r44052 | |||
2009-09-08 | T7G: Fix bug #2853185 where card puzzle doesn't clean up, resulting in a ↵ | Scott Thomas | |
blank menu in special instances svn-id: r44009 | |||
2009-08-23 | T7G: Load VDX frame chunks into a MemoryStream rather than streaming ↵ | Scott Thomas | |
straight from disk (Fix #2839528) svn-id: r43671 | |||
2009-03-01 | Remove extra whitespaces | Jordi Vilalta Prat | |
svn-id: r39024 | |||
2009-01-30 | Don't use g_engine to access the mixer | Max Horn | |
svn-id: r36147 | |||
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn | |
svn-id: r36142 | |||
2009-01-30 | Some more 'special debug levels' tweaks | Max Horn | |
svn-id: r36140 | |||
2009-01-30 | Some work on the 'special debug levels' aka 'engine debug levels' code | Max Horn | |
svn-id: r36139 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-11-30 | T7G: Reset origin at end of video: should fix seg fault after losing the ↵ | Henry Bush | |
microscope puzzle. Plus cleanup bitflag debugging. svn-id: r35195 | |||
2008-11-24 | T7G: Add a debug level to play movies fast with no pcm sound (unstable) | Henry Bush | |
svn-id: r35165 | |||
2008-11-16 | T7G: Two leftover commits from t7gre: fix broken palette on intro video, and ↵ | Henry Bush | |
add scriptvar debug flag svn-id: r35095 | |||
2008-11-14 | Patch #2271425: Groovie engine | Max Horn | |
svn-id: r35060 |