aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-09-04TEEN: Some whitespace fixesMax Horn
2009-09-04TEEN:Max Horn
2009-09-04TEEN: Fix header file guards to match our conventionsMax Horn
2009-09-04OopsFilippos Karapetis
2009-09-04- Allow SCI games to set the cursor position when it's hidden once againFilippos Karapetis
2009-09-04- Removed the gfx error defines. When resources are not found, or are corrupt...Filippos Karapetis
2009-09-04SCI: Reset signal before playing song.Walter van Niftrik
2009-09-04Removed the "reverse alpha" flag from the graphics driver code. Alpha values ...Filippos Karapetis
2009-09-04Removed the bilinear and trilinear FreeSCI scalers, and only left the unfilte...Filippos Karapetis
2009-09-04Fixing signed/unsigned comparison warningSven Hesse
2009-09-04Removed the animation_granularity variable from the engine state (it never ch...Filippos Karapetis
2009-09-04Moved some functions inside the SegManager class, and renamed alloc_clone() t...Filippos Karapetis
2009-09-04Silenced an MSVC warning about an unexpected parameter, and added a FIXMEFilippos Karapetis
2009-09-04Change TeenAgent::GameDescription forward declaration to match definitionWillem Jan Palenstijn
2009-09-03Silence gcc warnings.Matthew Hoops
2009-09-03fixed invalid hash sumVladimir Menshakov
2009-09-03added detection structures with exe offsets.Vladimir Menshakov
2009-09-03implemented switch in cellar callbackVladimir Menshakov
2009-09-03removed tab as suggestedVladimir Menshakov
2009-09-03fixed engines order, added svn:keywords properties.Vladimir Menshakov
2009-09-03Fix warning (missing endline)Willem Jan Palenstijn
2009-09-03LOL: some more work on the floppy version (drawing code is still broken)Florian Kagerer
2009-09-03imported teenagent engine sources.Vladimir Menshakov
2009-09-03Workaround for bug #2848940 (ScummVM crashes with Future wars): getZoneFromPo...Kari Salminen
2009-09-03Fix a new/free mismatch when creating a MemoryReadStream from a MemoryWriteSt...Matthew Hoops
2009-09-03SCI: Relocate export table when restoring SCI1.1 savegamesWalter van Niftrik
2009-09-03- Re-added the SCI0 dithering code. Dithering is disabled by default. Added t...Filippos Karapetis
2009-09-02LOL: - fix speech/text settingsFlorian Kagerer
2009-09-02Fixed loading again (broken accidentally in rev. 43504Filippos Karapetis
2009-09-02SAGA: Change Actor::fillPathArray to use a dynamic queue instead of an only-g...Max Horn
2009-09-02Removed the dirty rectangle option of updating one huge rectangle, and only l...Filippos Karapetis
2009-09-02Some renaming:Filippos Karapetis
2009-09-02SCI: Renamed kernel_dereference_* to kernelDeref*, and added kernelDerefStringMax Horn
2009-09-02SCI:Max Horn
2009-09-02SCI: funct_nr is not used in 99% of all opcodes -- hide it in those (to be re...Max Horn
2009-09-02LOL: update kyra.dat with floppy version data (floppy version still doesn't w...Florian Kagerer
2009-09-01Added checksums for KQ5 EGA (bug report #2829470)Filippos Karapetis
2009-09-01Disabled the FreeSCI PIC0 palette dithering code, for now. It doesn't really ...Filippos Karapetis
2009-09-01Making another variable offset unsigned, since it overflows int16Sven Hesse
2009-09-01Fixing warnings and adding a warning should the ID be something yet unknown, ...Sven Hesse
2009-09-01Disabled dithering by default, in order to get the graphics filters working (...Filippos Karapetis
2009-09-01Playtoons: Add support to IDs 65530, 65531, 65532, 65534, and renamed Id -1 i...Arnaud Boutonné
2009-09-01Re-enabled custom graphics options, and read the cursor, view, pic and text f...Filippos Karapetis
2009-09-01- Reverted the *vga targets back to *sci, and used the extras field again for...Filippos Karapetis
2009-09-01- Added MD5's for the 5 different Crazy Nick's collectionsFilippos Karapetis
2009-09-01SCI: Fix message property of mouse event. This fixes mouse handling in theWalter van Niftrik
2009-09-01- Moved the Sierra game ID conversion code inside game.cpp, so that any game-...Filippos Karapetis
2009-09-01Fixed incorrect usage of ARRAYSIZE (thanks fingolfin)Filippos Karapetis
2009-09-01SCI: Turned convertSierraGameId partially into a tableMax Horn
2009-09-01Coding best practice: Whenever possible, pass objects by reference instead of...Max Horn