aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
AgeCommit message (Expand)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-04GOB: Add oPlaytoons_loadMultObjectSven Hesse
2011-02-04GOB: Add Inter::readValue()Sven Hesse
2011-02-04GOB: Move storeValue/storeString to class InterSven Hesse
2011-02-02GOB: Add o7_findCDFileSven Hesse
2011-02-02GOB: Add o7_gob0x201Sven Hesse
2011-02-02GOB: o7_draw0xA4 is o7_loadLBMPaletteSven Hesse
2011-01-31GOB: Actually, draw opcode 0x90 is loadImageSven Hesse
2011-01-31GOB: o7_draw0x45 is o7_logStringSven Hesse
2011-01-31GOB: Add support for dBase III filesSven Hesse
2011-01-31GOB: o7_draw0xC4 is o7_closedBase; o7_draw0xC6 is o7_getDBStringSven Hesse
2011-01-30GOB: Work around the unimplemented copyFile :PSven Hesse
2011-01-30GOB: Add o7_playVmdOrMusicSven Hesse
2011-01-30GOB: Add Inter_Playtoons::readSprite()Sven Hesse
2011-01-29GOB: Rename loadGroups/callGroup to loadFunctions/callFunctionsSven Hesse
2011-01-29GOB: Add Inter_Playtoons::getFile()Sven Hesse
2011-01-29GOB: Add Script::evalInt() and Script::evalString()Sven Hesse
2011-01-29GOB: Stub o7_loadGroupsSven Hesse
2011-01-29GOB: o7_draw0x59 is o7_callGroupSven Hesse
2011-01-29GOB: Move OpcodeFunc's return flag into its parameterSven Hesse
2011-01-27GOB: Add o7_draw0x59 stubSven Hesse
2011-01-26GOB: o7_draw0x93 is o7_setVolumeSven Hesse
2011-01-25GOB: Add o7_zeroVar and partially implement draw0x89Sven Hesse
2011-01-25GOB: Implement getting/setting values from INI filesSven Hesse
2011-01-25GOB: o7_draw0x8A is o7_findFile()Sven Hesse
2011-01-25GOB: o7_draw0x57 is o7_intToStringSven Hesse
2011-01-25GOB: o7_draw0x0D is o7_loadCursorSven Hesse
2011-01-25GOB: Add o7_oemToANSISven Hesse
2011-01-25GOB: o7_draw0xA1 is o7_getINIValueSven Hesse
2011-01-25GOB: o7_draw0x90 is o7_loadLBMSven Hesse
2011-01-25GOB: o7_draw0xC4 is o7_opendBaseSven Hesse
2011-01-25GOB: o7_draw0x44 is o7_displayWarningSven Hesse
2011-01-25GOB: o7_draw0x8C is o7_getSystemPropertySven Hesse
2011-01-25GOB: Some more Addy stubsSven Hesse
2011-01-25GOB: Adding stubs for AddySven Hesse
2011-01-23GOB: Change the NOCD workaround for Urban Runner a bitSven Hesse
2011-01-18GOB: Give Inca2 its own Inter classSven Hesse
2011-01-17GOB: Make the variable stack endianness-independentSven Hesse
2010-09-30GOB: Remove dither stuff, commenting out most v6 drawingSven Hesse
2010-08-24GOB: Avoid a crash in the protection screen of Fascination (PC).Arnaud Boutonné
2010-08-22GOB - Fix 2 bugs in Fascination Hebrew, now playable.Arnaud Boutonné
2010-08-18Fascination : Avoid to set _showCursor in initCursorAnim as it enables the cu...Arnaud Boutonné
2010-02-14Fascination - Put correct protracker functions as Paula now accept sample siz...Arnaud Boutonné
2010-02-08Fascination: - Suppress the recently added oFascin_keyFunc, replace it with a...Arnaud Boutonné
2010-02-06Fascination: Fix lamp problem in parking lot.Arnaud Boutonné
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-29Playtoons - implement some functions related to hotspot textsArnaud Boutonné
2009-09-15- Implement _pattern variableArnaud Boutonné
2009-09-09Playtoons - Add oPlaytoons_printTextArnaud Boutonné
2009-09-04Add oPlaytoons_getObjAnimSize. It's uncomplete, but it allows to use some fun...Arnaud Boutonné