remove debugging code
[mudsync.git] / mudsync / player.scm
2016-05-06 Christopher Allan... room level messages, client disconnection
2016-05-05 Christopher Allan... remove stupid pre/post message stuff
2016-05-05 Christopher Allan... remove (pk 'foo)
2016-05-05 Christopher Allan... Remove all accessors
2016-05-05 Christopher Allan... Can FINALLY interact with objects! Woohoo!
2016-05-04 Christopher Allan... We can finally move around!
2016-05-04 Christopher Allan... moving between rooms nearly works
2016-05-04 Christopher Allan... commands finally dispatch
2016-05-03 Christopher Allan... big refactor to players, rooms, gameobj stuff
2016-05-03 Christopher Allan... Many steps towards handling input (but not there yet...)
2016-05-02 Christopher Allan... import player correctly, pass off input correctly
2016-05-02 Christopher Allan... Split mudsync.scm out into multiple files