Rob Pearce
bdc798c0fa
- Corrected random crash when running under Windows - Added more keyboard shortcuts - Corrected bug in savemap() function, and added convert.c program to convert old diagram files - Increased maximum object dimensions - Increased maximum number of maps - Increased maximum number of vectors per object - Object toolbox nows scrolls to show all objects (use q/w or ,/. keys) - Can now use CTRL+LMB to create links/add points (for 2-button mice) - Added export to BMP function when save filename ends with ".bmp" - No longer need to avoid text when double clicking to drill down. |
||
---|---|---|
Makefile | ||
Makefile.freebsd | ||
Makefile.linux | ||
Makefile.windows | ||
README.txt | ||
buttons.dat | ||
constants.h | ||
convert.c | ||
convert.h | ||
dist.sh | ||
letters.dat | ||
netmapr.c | ||
netmapr.h | ||
objects.dat | ||
todo.txt |
README.txt
IMPORTANT: Due to a bug in the versions 0.98 and below of netmapr, the map file format has slightly changed. To correct this, simply compile the "convert" program (included in the distribution) then use: ./convert old_mapfile.map new_mapfile.map to convert your old diagrams to the new format. An option for XML diagrams is planned for future versions of netmapr to avoid future issues of this type.