aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-05LOL: fix floppy version static dataFlorian Kagerer
2009-09-05added orientation to moveTo() function, added support for the sound queue.Vladimir Menshakov
2009-09-05LOL: fix inventory drawing in floppy versionFlorian Kagerer
2009-09-05Updated xcode projectOystein Eftevaag
2009-09-05removed debug rendering of bounding boxesVladimir Menshakov
2009-09-05cleaned up mess in initialization, added original mouse cursorVladimir Menshakov
2009-09-05added teenagent.dat to dist filesVladimir Menshakov
2009-09-05removed magic exe offsets, added teenagent.dat support.Vladimir Menshakov
2009-09-05added teenagent.datVladimir Menshakov
2009-09-05added create_teenagent toolVladimir Menshakov
2009-09-04Playtoons - Add workaround in order to ignore hardcoded paths in oPlaytoons_c...Arnaud Boutonné
2009-09-04Some more int16->uint16 changes, to accommodate for Playtoons larger variable...Sven Hesse
2009-09-04Gob/Adi2 - In playtoons and later, there are 50 more sprite pointers Arnaud Boutonné
2009-09-04Add oPlaytoons_getObjAnimSize. It's uncomplete, but it allows to use some fun...Arnaud Boutonné
2009-09-04TEEN: Made some stuff constMax Horn
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-04Add Groovie2 to MSVC files (and alphabetize Groovie in list)Scott Thomas
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-03Added the teenagent engine to the MSVC project files, and enabled it by defau...Filippos Karapetis
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-03Removed AA modes in favor of bilinear texture filtering, which gives much bet...Andre Heider
2009-09-03Fix a new/free mismatch when creating a MemoryReadStream from a MemoryWriteSt...Matthew Hoops
2009-09-03Disabled unused scalers for Wii and GamecubeAndre Heider
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-02Cleanup, rephraseAndre Heider