mod_tile: Implement meta-tiles. Add speed test and tool to allow bulk rendering of tile list from stdin

This commit is contained in:
Jon Burgess
2008-01-23 20:49:40 +00:00
parent bfeb102662
commit 060498b387
10 changed files with 760 additions and 199 deletions

View File

@ -11,7 +11,9 @@ struct item {
struct item *next;
struct item *prev;
struct protocol req;
int mx, my;
int fd;
struct item *duplicates;
};
//int render(Map &m, int x, int y, int z, const char *filename);