scionaltera / emergentmud

EmergentMUD is a free, text based "Multi-User Domain" that you play in your browser.
https://emergentmud.com
GNU Affero General Public License v3.0
5 stars 1 forks source link

MAP command queries each room individually #41

Closed scionaltera closed 6 years ago

scionaltera commented 6 years ago

The MAP command currently uses a pretty braindead algorithm and queries each room on the map individually as it builds the map output. It would be a lot more efficient to query all the rooms in the area within the map boundaries in a batch.