aboutsummaryrefslogtreecommitdiff
path: root/engines/made/script.cpp
AgeCommit message (Expand)Author
2015-01-27MADE: Initialize some variables, remove a useless variableStrangerke
2014-02-18MADE: Make GPL headers consistent in themselves.Johannes Schickel
2011-10-09MADE: Minimize #include usage.Johannes Schickel
2011-06-02MADE: Remove all instances of s(n)printfMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-02-27Check if we should quit on every opcode call instead of after every 500. Fixe...Matthew Hoops
2009-10-04Applied patch #2872409 "MADE engine fixes" by agent-q, with one small modific...Filippos Karapetis
2009-03-14Reduced CPU usage of the MADE engine by about 10% (by profiling the code)Filippos Karapetis
2009-03-14Do not update the screen while waitingFilippos Karapetis
2009-03-14Pushed up the simple script stack function in the header file (this helps iso...Filippos Karapetis
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-01-25Added some unused opcodes in RodneyFilippos Karapetis
2009-01-17Make sure that "quit" events are handled immediately. This fixes a warning - orTorbjörn Andersson
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-15- Implemented cmd_restart (for the restart functionality in Return to Zork)Benjamin Haisch
2008-11-07Implemented RTL supportBenjamin Haisch
2008-10-04- Declared all stack functions as inlineBenjamin Haisch
2008-06-12Updated script dumper to show opcode offset.Benjamin Haisch
2008-05-21- Moved event polling from sfPollEvent to runScriptBenjamin Haisch
2008-05-21Removed obsolete comment and code in ScriptInterpreter::dumpScriptBenjamin Haisch
2008-05-20- Implemented "stand-alone" script dumper/disassembler; it can be enabled by ...Benjamin Haisch
2008-05-20Some updates to the script dumperFilippos Karapetis
2008-05-18Rewrote the MADE script dumper, hopefully in a more efficient wayFilippos Karapetis
2008-05-17Slight cleanup and small bugfix for dumpScript()'s cmd_callFilippos Karapetis
2008-05-17Initial incomplete version of a MADE script dumperFilippos Karapetis
2008-05-14Merged the three ScriptFunctionsXXX classes into ScriptFunctionsBenjamin Haisch
2008-05-13Implemented savegame saving/loading for LGOP2.Benjamin Haisch
2008-05-07- cmd_return now exits the game if it returns from the main functionBenjamin Haisch
2008-05-06Silencing two signess compiler warningsSven Hesse
2008-05-06- The Manhole: New and Enhanced is now (partially) playableBenjamin Haisch
2008-05-05- Renamed XmidiResource to GenericResourceBenjamin Haisch
2008-04-29Turned printf into warning.Benjamin Haisch
2008-04-25Fixed cmd_rand and cmd_randomize and some cleanup.Benjamin Haisch
2008-04-25Implemented cmd_rand() and cmd_randomize()Filippos Karapetis
2008-04-24Unimplemented commands and opcodes throw a warning nowFilippos Karapetis
2008-04-23Fixed palette issues when showing the inventory and the menu.Benjamin Haisch
2008-04-20Changed spaces to tabs.Torbjörn Andersson
2008-04-20Initial import of the work in progress MADE engineFilippos Karapetis