summaryrefslogtreecommitdiff
path: root/2d/repl
Commit message (Expand)AuthorAgeFilesLines
* Fix docstring.David Thompson2014-01-131-2/+2
* Run REPL metacommands in the main thread, too.David Thompson2014-01-131-1/+7
* Clean up custom REPL code.David Thompson2014-01-121-15/+12
* Run REPL even when game is paused.David Thompson2014-01-091-17/+20
* Factor REPL out of main loop.David Thompson2014-01-091-3/+34
* Merge game-loop module with game module.David Thompson2013-11-041-1/+1
* Update mvars module.David Thompson2013-09-041-2/+2
* Add some documentation.David Thompson2013-09-021-2/+4
* Pass along the *repl-stack* fluid so that nested REPLs work right.David Thompson2013-09-021-1/+2
* Move both mvars into the repl module.David Thompson2013-09-021-4/+5
* Execute REPL thunks in the context of the main game thread.David Thompson2013-09-021-5/+23
* Add custom REPL server modules.David Thompson2013-07-312-0/+357