Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-02 | WINTERMUTE: restored commented out stack->pop() | lolbot-iichan | |
Unused variables were cleaned up at 47811167d5ddd9cbf64099ad36f2da5ae413fc86, commenting out a bit too much code, since stack->pop() has a side effect (popping a value from data stack). | |||
2019-07-24 | WINTERMUTE: Fix GCC Compilation Warnings | D G Turner | |
Have commented out rather than removed the lines causing unused variable warnings as they might be used again in future. | |||
2019-07-16 | WINTERMUTE: Suppress warning on Directory.Create() for Hamlet | lolbot-iichan | |
2019-07-16 | WINTERMUTE: Add dummy implementation of Directory global object | lolbot-iichan | |
Source: http://docs.dead-code.org/wme/generated/scripting_ref_directory.html |