aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v7.cpp
AgeCommit message (Expand)Author
2020-01-11ENGINES: Reduce winexe_*.h header includesCameron Cawley
2020-01-11ALL: Create all instances of NEResources and PEResources using new instead of...Cameron Cawley
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-06GOB: Fix const away cast warning.Johannes Schickel
2013-01-06GOB: Update to new IFFDecoder for ILBM imagesTomas Jakobsson
2012-05-29GOB: Fix v7 cursors drawn by the scriptsSven Hesse
2012-05-29GOB: Hook up the PE cursors to v7 loadCursorSven Hesse
2011-11-03GOB: Fix analyser warnings regarding sprintf() parameter signnessSven Hesse
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-04GOB: Move storeValue/storeString to class InterSven Hesse
2011-02-02GOB: Oops, set the correct opcode :PSven Hesse
2011-02-02GOB: Add o7_findCDFileSven Hesse
2011-02-02GOB: Add o7_gob0x201Sven Hesse
2011-02-02GOB: Implement o7_loadLBMPaletteSven Hesse
2011-02-02GOB: o7_draw0xA4 is o7_loadLBMPaletteSven Hesse
2011-02-02GOB: Stub o7_loadImage furtherSven Hesse
2011-01-31GOB: o7_draw0xA4 has something to do with LBMs, thoughSven Hesse
2011-01-31GOB: Actually, draw opcode 0x90 is loadImageSven Hesse
2011-01-31GOB: Set the language before opening the databaseSven 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: Add o7_playVmdOrMusicSven Hesse
2011-01-29GOB: Implement o7_loadFunctions and o7_callFunctionSven 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-27GOB: Add o7_draw0x59 stubSven Hesse
2011-01-26GOB: Use a fake cursor for Addy for now :PSven 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