Make commands use the inheritable rmeta-slot tooling
[mudsync.git] / mudsync / player.scm
2017-01-25 Christopher Allan... Make commands use the inheritable rmeta-slot tooling
2017-01-25 Christopher Allan... Update to use #:init-thunk instead of #:init-value...
2017-01-25 Christopher Allan... Add friendlier message for when parser/matcher can...
2017-01-23 Christopher Allan... Offer a help menu if a user is confused.
2017-01-23 Christopher Allan... Rudimentary help system.
2017-01-04 Christopher Allan... Rename msg-foo to mbody-foo
2017-01-03 Christopher Allan... Update all actor usage of <- to not pass in from-actor.
2016-12-21 Christopher Allan... Update to use build-actions; fix clerk communication
2016-12-17 Christopher Allan... Update mudsync code to use easier to use action inherit...
2016-12-13 Christopher Allan... Use msg-val everywhere and fix some definitions' argume...
2016-12-12 Christopher Allan... Port to the remove-define-mhandler 8sync branch
2016-12-11 Christopher Allan... Switch to using the <- syntax for everything
2016-05-09 Christopher Allan... adding and dropping things works
2016-05-09 Christopher Allan... basic things, with the ability to pick them up (but...
2016-05-07 Christopher Allan... fill in caache comment
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