Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-31 | Groovie: Handle special case for cursor #4 | Scott Thomas | |
svn-id: r43847 | |||
2009-08-31 | Revert revision 43845, to keep configure options for games and game engines ↵ | Travis Howell | |
clear and consistent. svn-id: r43846 | |||
2009-08-31 | Added the --enable-unsupported option to enable the detection of the | Jordi Vilalta Prat | |
unsupported games, guarded by the ENABLE_UNSUPPORTED_GAMES define. It's a generalization of r43843. Also grouped all the engines options together in the configure help. svn-id: r43845 | |||
2009-08-31 | Add configure option for Groovie 2 games. | Travis Howell | |
svn-id: r43843 | |||
2009-08-30 | Groovie: Initial implementation cursors for Groovie V2 | Scott Thomas | |
svn-id: r43842 | |||
2009-08-30 | Groovie: Replace sprintf() usage with String::printf() | Jordi Vilalta Prat | |
svn-id: r43827 | |||
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-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to ↵ | Andre Heider | |
guarantee a consistent build. svn-id: r43604 | |||
2009-08-21 | Groovie: Sync changes from 16bpp branch. Hopefully no regressions sneak in here | Scott Thomas | |
svn-id: r43598 | |||
2009-08-18 | Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD ↵ | Johannes Schickel | |
audio playback on engine quit. (This only problem affected playback from CD, not from ripped audio files) svn-id: r43512 | |||
2009-08-16 | Fix warning caused by -Wformat-security. | Johannes Schickel | |
svn-id: r43446 | |||
2009-08-05 | T7G: Fix bug #2831041 by implementing opcode responsible for starting music ↵ | Scott Thomas | |
partway through a video svn-id: r43068 | |||
2009-08-03 | T7G: Fix bug #2831046 where save names not shown after loading a save from ↵ | Scott Thomas | |
launcher svn-id: r43020 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-07-20 | Fix gcc warning (hopefully this is correct). | Johannes Schickel | |
svn-id: r42635 | |||
2009-07-20 | Proper implementation of microscope puzzle. | Eugene Sandulenko | |
svn-id: r42634 | |||
2009-07-15 | Got rid of two more ioFailed uses | Max Horn | |
svn-id: r42501 | |||
2009-07-06 | Groovie: Improve ROQ timing and audio sync (noticeable at least in the ↵ | Jordi Vilalta Prat | |
Clandestiny trailer) svn-id: r42177 | |||
2009-07-05 | - Refactorized Groovie::MusicPlayer to make it extensible | Jordi Vilalta Prat | |
- Added an empty MusicPlayerMac to let the Macintosh version of The 7th Guest start svn-id: r42116 | |||
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn | |
svn-id: r42054 | |||
2009-06-14 | Fix groovie's GUI game options | Jordi Vilalta Prat | |
svn-id: r41528 | |||
2009-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko | |
svn-id: r41272 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of ↵ | Max Horn | |
char pointers) svn-id: r41000 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-03-15 | Groovie: Add non-uniform scaling to the ROQ player | Jordi Vilalta Prat | |
svn-id: r39408 | |||
2009-03-15 | Groovie: Added basic alpha channel support to the ROQ player | Jordi Vilalta Prat | |
svn-id: r39406 | |||
2009-03-14 | Give more meaningful names to detected entries. | Eugene Sandulenko | |
svn-id: r39388 | |||
2009-03-14 | Avoid polluting of global gameid namespace and restore compatibility with | Eugene Sandulenko | |
0.13.0 svn-id: r39387 | |||
2009-03-12 | Groovie: We need to save gameids to distinguish different entries detected ↵ | Jordi Vilalta Prat | |
from the same game files svn-id: r39358 | |||
2009-03-10 | - Convert some file references from uint16 to uint32 to suit 11H | Scott Thomas | |
- Add some 11H opcodes svn-id: r39313 | |||
2009-03-10 | Fix graphics corruption in 11H FMV streams | Scott Thomas | |
svn-id: r39291 | |||
2009-03-10 | Groovie: Initial support for different opcode sets | Jordi Vilalta Prat | |
svn-id: r39282 | |||
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ↵ | Jordi Vilalta Prat | |
the meaning of the returned string, as discussed some time ago in scummvm-devel svn-id: r39132 | |||
2009-03-04 | Fixed weirdness in groovie (as reported on scummvm-devel) | Max Horn | |
svn-id: r39109 | |||
2009-03-01 | Remove extra whitespaces | Jordi Vilalta Prat | |
svn-id: r39024 | |||
2009-03-01 | Groovie: Merged init() and go() into run() | Jordi Vilalta Prat | |
svn-id: r39023 | |||
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently ↵ | Max Horn | |
implemented by calling the existing init&go methods; to be cleaned up by engine authors svn-id: r39002 | |||
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel | |
- Update BaseBackend and DC port to properly implement OSystem::fillScreen (now only PalmOS has to be updated). - Update all client code which relied on OSystem::clearScreen so far. svn-id: r38304 | |||
2009-02-15 | T7G: Fix for #2511456. Volume is now only reset to 100 on playing a new ↵ | Henry Bush | |
track, and the background track starts on beginning of input loop (not at end of main track). svn-id: r38284 | |||
2009-02-15 | T7G: print out the current script pos in decimal too (to match ST's decomp's ;-) | Henry Bush | |
svn-id: r38283 | |||
2009-02-15 | Fixed compiler warning about loss of precision | Paul Gilbert | |
svn-id: r38222 | |||
2009-02-01 | T7G: Fix for 2474078 (hopefully). Check if volume has fallen to correct ↵ | Henry Bush | |
level at end of applyfading, in case it gets set to correct level during it. svn-id: r36173 | |||
2009-02-01 | T7G: revert r36125 until I figure out why it broke general midi music | Henry Bush | |
svn-id: r36170 | |||
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-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn | |
svn-id: r36132 | |||
2009-01-28 | T7G: start background music at start of input loop (0x0B). Should fix ↵ | Henry Bush | |
2474078, but might break other things so I'm not going to backport it. svn-id: r36125 |