3.4 - Some major cleaning up of xtool.c (and it's still a huge mess :-) - command.c changed so that serve_dfs is more fault tolerant - Backing store is used .... no more text-information gets lost - Array of objects definitions now replaced with array of pointers to individual malloced object definitions. (no more 64K barrier for MSDOS) - Client ID moved from command.c to config.h 3.5 - Font loading improved. (added font.c) - Bug removed that messed up mono mode on colour terminals. Might still cause problems with 24-bit servers, but who cares. - Default is now -s instead of -l 3.6 - Arggg!! MAJOR bug in 3.5 A superfluous pointer dereference deleted from font.c The great mystery remains: How on earth could the buggy code ever work (on SUN4s anyways)? - Changed default server to bsxmud.lysator.liu.se 3.7 3.8 - Major upgrades done by Zeldin. The graphics is now separated from the text. Any terminal can be used for text I/O. Graphics window can be rescaled.