vilmibm / tildemush

a modern mush tailored to tilde town
GNU General Public License v3.0
42 stars 12 forks source link

show map in client #177

Closed vilmibm closed 5 years ago

vilmibm commented 5 years ago

Fixes #155

This works!

There is NO CACHING or any optimizations at all for this and it will be one of the first things to hurt tush's performance i think, but we'll cross that bridge when we come to it.

@modgethanc can you think of a better way to do "take arbitrary action when tab is shown"? i don't like what i did (sniffing for map tab and doing something conditionally), but when i put a call back on the map tab realized i didn't have access to the async client...