Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dynamic scoping of agendas. | David Thompson | 2014-02-06 | 1 | -3/+2 |
* | Fix docstring. | David Thompson | 2014-01-13 | 1 | -2/+2 |
* | Run REPL metacommands in the main thread, too. | David Thompson | 2014-01-13 | 1 | -1/+7 |
* | Clean up custom REPL code. | David Thompson | 2014-01-12 | 1 | -15/+12 |
* | Run REPL even when game is paused. | David Thompson | 2014-01-09 | 1 | -17/+20 |
* | Factor REPL out of main loop. | David Thompson | 2014-01-09 | 1 | -3/+34 |
* | Merge game-loop module with game module. | David Thompson | 2013-11-04 | 1 | -1/+1 |
* | Update mvars module. | David Thompson | 2013-09-04 | 1 | -2/+2 |
* | Add some documentation. | David Thompson | 2013-09-02 | 1 | -2/+4 |
* | Pass along the *repl-stack* fluid so that nested REPLs work right. | David Thompson | 2013-09-02 | 1 | -1/+2 |
* | Move both mvars into the repl module. | David Thompson | 2013-09-02 | 1 | -4/+5 |
* | Execute REPL thunks in the context of the main game thread. | David Thompson | 2013-09-02 | 1 | -5/+23 |
* | Add custom REPL server modules. | David Thompson | 2013-07-31 | 1 | -0/+225 |