aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.cpp
AgeCommit message (Expand)Author
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
2012-06-16GOB: Fix a segfault when quitting AJ's WorldSven Hesse
2012-06-15GOB: Implement Util::getKeyState() for Little RedSven Hesse
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-04GOB: Add Inter::readValue()Sven Hesse
2011-02-04GOB: Move storeValue/storeString to class InterSven Hesse
2011-01-29GOB: Add GobEngine::isCurrentTot()Sven Hesse
2011-01-29GOB: Change _curTotFile and _totToLoad into Common::StringSven Hesse
2011-01-29GOB: Move OpcodeFunc's return flag into its parameterSven Hesse
2011-01-17GOB: Make the variable stack endianness-independentSven Hesse
2010-10-24GOB: Replace strncmp by scumm_stricmp when possibleArnaud Boutonné
2010-10-24GOB: un-ban and fix a somehow corrupted version of FascinationArnaud Boutonné
2010-08-24GOB: Two fixes for the Fascination delay issue.Arnaud Boutonné
2010-08-21GOB: Clean up of Fascination codeArnaud Boutonné
2010-08-20Fascination - Add a delay before entering the lab. This was a script issue on...Arnaud Boutonné
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-07-05Moving the "Collision" stuff to Hotspots in hotspots.cpp/.hSven Hesse
2009-07-05Added a Key and ShortKey enumSven Hesse
2009-07-05Adding an enum MouseButtonsSven Hesse
2009-06-22Renaming parse.h and parse.cpp to expression.h and expression.cppSven Hesse
2009-06-22Putting evalBoolResult() and evalExpr() into ScriptSven Hesse
2009-06-22Encapsulating script file accessSven Hesse
2009-06-22Encapsulated access to Parse::_resultIntSven Hesse
2009-06-19Fixing The Last Dynasty again after the opcode dispatcher changesSven Hesse
2009-06-19Ooops, forgot to change the array when copy-pasting the description functionSven Hesse
2009-06-17Changed opcodeGob to be functor-basedSven Hesse
2009-06-17Changed opcodeFunc to be functor-basedSven Hesse
2009-06-17Changed opcodeDraw to be functor-basedSven Hesse
2009-06-15Renaming _inter_resVal to _resultIntSven Hesse
2009-06-15Moving _inter_resVal and _inter_resStr from Global to ParseSven Hesse
2009-06-15Using the TYPE_ enum where applicableSven Hesse
2009-06-15Propagating variable name changesSven Hesse
2009-05-31- A new save system for the GobEngine, one that is not fundamentally broken a...Sven Hesse
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-04-21Patch #2725859 : Added some MD5 to the gob engine, modified the way the first...Arnaud Boutonné
2008-12-28Fixing the save/load list box's widthSven Hesse
2008-12-18Preliminary save/load support for Urban RunnerSven Hesse
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-07-23More savegame-endianness fixes :/Sven Hesse
2008-07-14Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,...Christopher Page
2008-07-10Removed unnecessary #inlcudesChristopher Page
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-07-08Modified the EGA story image delay to work for the Mac versions as wellSven Hesse
2008-07-08GOB works with the new GMM implementationChristopher Page
2008-06-24Added main menu dialog files. Gob is now using the new _quit flagChristopher Page
2008-05-28Script variables are now always stored in the game version's native endianess.Sven Hesse
2008-05-23Fixed PalmOS compilationChris Apers
2008-05-08Restructured sound codeSven Hesse
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert