Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-01-14 | -1 is not an uint8. Assuming ones-complement, though, I guess 255 was meant | Max Horn | |
svn-id: r35865 | |||
2009-01-14 | Hide the mouse cursor when loading a saved game | Jordi Vilalta Prat | |
svn-id: r35863 | |||
2009-01-14 | Show the cursor and update it properly when closing the GMM. | Jordi Vilalta Prat | |
svn-id: r35858 | |||
2009-01-14 | - Initialize the current cursor to an invalid one (this removes a glitch ↵ | Jordi Vilalta Prat | |
when loading from the launcher) - Removed the _syst attribute in Cursor_t7g svn-id: r35856 | |||
2009-01-13 | Reduced savegame code duplication and added savegame format versioning. | Jordi Vilalta Prat | |
svn-id: r35855 | |||
2009-01-13 | Added const qualifier to (char *) parameter | Jordi Vilalta Prat | |
svn-id: r35854 | |||
2009-01-13 | Fix dithering of scaled videos | Jordi Vilalta Prat | |
svn-id: r35844 | |||
2009-01-08 | T7G: Stage one of move to ScummVM's CursorMan: rename groovie one so it ↵ | Henry Bush | |
doesn't have same name svn-id: r35793 | |||
2009-01-08 | T7G: Reset midi volume to 100 on starting a track, cleanup | Henry Bush | |
svn-id: r35792 | |||
2009-01-07 | Fix an invalid access when the quit opcode occupies the last byte of the ↵ | Jordi Vilalta Prat | |
script, due to the quit status being updated by the event loop svn-id: r35779 | |||
2009-01-07 | Complete the ROQ video decoding (there are still a few minor glitches) | Jordi Vilalta Prat | |
svn-id: r35778 | |||
2009-01-01 | Use the proper samples file name for 11h | Jordi Vilalta Prat | |
svn-id: r35656 | |||
2009-01-01 | Set/unified svn:keywords for all *.h and *.cpp files | Max Horn | |
svn-id: r35651 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-30 | Fix for dialogue from Stauf and Ego during puzzles. | Scott Thomas | |
svn-id: r35620 | |||
2008-12-29 | Add detection for Russian The 7th Guest. | Eugene Sandulenko | |
svn-id: r35614 | |||
2008-12-29 | T7G graphics enhancement: Add the unused skeleton graphics to the maze | Scott Thomas | |
svn-id: r35598 | |||
2008-12-24 | Allocate just the required memory for scripts (spotted by sev) | Jordi Vilalta Prat | |
svn-id: r35525 | |||
2008-12-24 | T7G: Implement runtime script fix for cake puzzle bug. | Scott Thomas | |
svn-id: r35520 | |||
2008-12-23 | Update detection of the 11th hour demo. The disk.1 wasn't with the other files. | Matthew Hoops | |
svn-id: r35509 | |||
2008-12-23 | Silenced MSVC warnings | Filippos Karapetis | |
svn-id: r35507 | |||
2008-12-23 | Fix a valgrind error by using the appropiate delete operator | Jordi Vilalta Prat | |
svn-id: r35498 | |||
2008-12-23 | T7G: Fix the stuck mouse cursor | Jordi Vilalta Prat | |
svn-id: r35494 | |||
2008-12-23 | T7G: Don't wait for the CD track to end | Jordi Vilalta Prat | |
svn-id: r35493 | |||
2008-12-23 | Improve the palette fading (timing and factor calculation), which fixes the ↵ | Jordi Vilalta Prat | |
introduction synchronization as a result svn-id: r35492 | |||
2008-12-21 | add detection for The 11th Hour demo | Matthew Hoops | |
svn-id: r35469 | |||
2008-12-19 | T7G: Add support for custom AdLib instruments | Jordi Vilalta Prat | |
svn-id: r35440 | |||
2008-12-18 | Fixed cursor palette when returning from GMM/Debugger. (Thanks to jvprat for ↵ | Johannes Schickel | |
testing) svn-id: r35428 | |||
2008-12-06 | T7G: Fix for performance issue in save/load screen when hovering savegames | Scott Thomas | |
svn-id: r35256 | |||
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 |