Age | Commit message (Expand) | Author |
2009-09-04 | TEEN: Made some stuff const | Max Horn |
2009-09-04 | TEEN: Some whitespace fixes | Max Horn |
2009-09-04 | TEEN: | Max Horn |
2009-09-04 | TEEN: Fix header file guards to match our conventions | Max Horn |
2009-09-04 | Oops | Filippos Karapetis |
2009-09-04 | - Allow SCI games to set the cursor position when it's hidden once again | Filippos Karapetis |
2009-09-04 | - Removed the gfx error defines. When resources are not found, or are corrupt... | Filippos Karapetis |
2009-09-04 | SCI: Reset signal before playing song. | Walter van Niftrik |
2009-09-04 | Removed the "reverse alpha" flag from the graphics driver code. Alpha values ... | Filippos Karapetis |
2009-09-04 | Removed the bilinear and trilinear FreeSCI scalers, and only left the unfilte... | Filippos Karapetis |
2009-09-04 | Fixing signed/unsigned comparison warning | Sven Hesse |
2009-09-04 | Removed the animation_granularity variable from the engine state (it never ch... | Filippos Karapetis |
2009-09-04 | Moved some functions inside the SegManager class, and renamed alloc_clone() t... | Filippos Karapetis |
2009-09-04 | Silenced an MSVC warning about an unexpected parameter, and added a FIXME | Filippos Karapetis |
2009-09-04 | Change TeenAgent::GameDescription forward declaration to match definition | Willem Jan Palenstijn |
2009-09-04 | Add Groovie2 to MSVC files (and alphabetize Groovie in list) | Scott Thomas |
2009-09-03 | Silence gcc warnings. | Matthew Hoops |
2009-09-03 | fixed invalid hash sum | Vladimir Menshakov |
2009-09-03 | added detection structures with exe offsets. | Vladimir Menshakov |
2009-09-03 | implemented switch in cellar callback | Vladimir Menshakov |
2009-09-03 | Added the teenagent engine to the MSVC project files, and enabled it by defau... | Filippos Karapetis |
2009-09-03 | removed tab as suggested | Vladimir Menshakov |
2009-09-03 | fixed engines order, added svn:keywords properties. | Vladimir Menshakov |
2009-09-03 | Fix warning (missing endline) | Willem Jan Palenstijn |
2009-09-03 | LOL: some more work on the floppy version (drawing code is still broken) | Florian Kagerer |
2009-09-03 | imported teenagent engine sources. | Vladimir Menshakov |
2009-09-03 | Workaround for bug #2848940 (ScummVM crashes with Future wars): getZoneFromPo... | Kari Salminen |
2009-09-03 | Removed AA modes in favor of bilinear texture filtering, which gives much bet... | Andre Heider |
2009-09-03 | Fix a new/free mismatch when creating a MemoryReadStream from a MemoryWriteSt... | Matthew Hoops |
2009-09-03 | Disabled unused scalers for Wii and Gamecube | Andre Heider |
2009-09-03 | SCI: Relocate export table when restoring SCI1.1 savegames | Walter van Niftrik |
2009-09-03 | - Re-added the SCI0 dithering code. Dithering is disabled by default. Added t... | Filippos Karapetis |
2009-09-02 | LOL: - fix speech/text settings | Florian Kagerer |
2009-09-02 | Fixed loading again (broken accidentally in rev. 43504 | Filippos Karapetis |
2009-09-02 | SAGA: Change Actor::fillPathArray to use a dynamic queue instead of an only-g... | Max Horn |
2009-09-02 | Cleanup, rephrase | Andre Heider |
2009-09-02 | Fixed thumbnail gfx glitches on savegames | Andre Heider |
2009-09-02 | Removed the dirty rectangle option of updating one huge rectangle, and only l... | Filippos Karapetis |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-09-02 | SCI: Renamed kernel_dereference_* to kernelDeref*, and added kernelDerefString | Max Horn |
2009-09-02 | SCI: | Max Horn |
2009-09-02 | SCI: funct_nr is not used in 99% of all opcodes -- hide it in those (to be re... | Max Horn |
2009-09-02 | LOL: update kyra.dat with floppy version data (floppy version still doesn't w... | Florian Kagerer |
2009-09-01 | Added checksums for KQ5 EGA (bug report #2829470) | Filippos Karapetis |
2009-09-01 | Add some more drawing constraints, so prevent overflowing the video memory | Sven Hesse |
2009-09-01 | Disabled the FreeSCI PIC0 palette dithering code, for now. It doesn't really ... | Filippos Karapetis |
2009-09-01 | Making another variable offset unsigned, since it overflows int16 | Sven Hesse |
2009-09-01 | Fixing warnings and adding a warning should the ID be something yet unknown, ... | Sven Hesse |
2009-09-01 | Patch #2848546: motomagx-mpkg-fix | Andre Heider |
2009-09-01 | Disabled dithering by default, in order to get the graphics filters working (... | Filippos Karapetis |