[11913] Add commands for MMaps

Added commands are:
.mmap [on|off] to show state of mmaps, or to enable/disable mmaps globally
.mmap stats to show information about current state of mmaps
.mmap loadedtiles to show which tiles are currently loaded
.mmap path to calculate and show a path to current select unit
.mmap loc to print on which tile one is
.mmap testarea to calculate paths for all nearby npcs to player

Authorship goes to qsa in addition
This commit is contained in:
faramir118 2012-01-29 23:47:02 +01:00 committed by Schmoozerd
parent 2f0ed05566
commit d83c7d8c8c
5 changed files with 283 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11912"
#define REVISION_NR "11913"
#endif // __REVISION_NR_H__