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