switch room "tell" to not use string-apend
[mudsync.git] / mudsync / room.scm
2017-01-25 Christopher Allan... switch room "tell" to not use string-apend
2017-01-23 Christopher Allan... Use simple comma-join when listing items in a room.
2017-01-23 Christopher Allan... Switch things over to using scrubl
2017-01-22 Christopher Allan... formatted output
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-05-07 Christopher Allan... added dynamic linking approach to exits. live hacking...
2016-05-06 Christopher Allan... Fix code for going someplace that doesn't exist
2016-05-06 Christopher Allan... Added emote!
2016-05-06 Christopher Allan... A bunch of stuff so you can set your own username
2016-05-06 Christopher Allan... Announce comings and goings
2016-05-06 Christopher Allan... remove debugging code
2016-05-06 Christopher Allan... ability to say things, at last!
2016-05-06 Christopher Allan... room level messages, client disconnection
2016-05-06 Christopher Allan... more tweaks
2016-05-05 Christopher Allan... You can now look at things
2016-05-05 Christopher Allan... See objects in the same room as you
2016-05-05 Christopher Allan... Can FINALLY interact with objects! Woohoo!
2016-05-04 Christopher Allan... rearchitect so that the world can init with a game...
2016-05-04 Christopher Allan... better go-where text
2016-05-04 Christopher Allan... more dynamic dispatch of commands
2016-05-04 Christopher Allan... look in rooms
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-02 Christopher Allan... Split mudsync.scm out into multiple files