Commit Graph

8 Commits

Author SHA1 Message Date
Rob Pearce edb6d59b81 - Rewrote Command Reference document (simplified and now includes screenshots)
- Updated example diagram to use new Traffic Flows feature
- Added an additional paste shortcut for windows compatibility ('v')
- Grid is now back to being on by default again
- Grid is automatically turned off when a new map is loaded.
- Grid is automatically turned on when all maps are cleared (via the new map
  button)
- Removed -g from Windows Makefile (since I can't make gdb work under mingw
  anyway)
- Current filename is now displayed in title bar
- Modified welcome text
- Added new vector shape:  Bezier Curve
- Redrew Cloud object to use bezier curves instead of lines
- Added Copy, Paste and Grid buttons
- Combined X&Y position matching into a single button (use RMB for Y position
  match)
- Added Traffic Flow button (LMB = toggle display of flows, RMB = define
  flows)
- 1 bit of "Unused" part of colour struct on links, objects and text is now
  used to
  show whether or not to fill this thing.
- 2 bit of "Unused" part of colour struct on links, objects and text is now
  used to
  show whether or not this thing is a traffic flow.
- Fixed bug where first toolbox button hilighted would "stick"
- Fixed bug where status text was overwritten during VIDEO_EXPOSE event
2005-11-15 03:45:04 +00:00
Rob Pearce 8a7f3efcf1 - Grid is now off by default
- Added keyboard shortcuts ('0' through '9' to select or define)
- Added documentation
- Bumped version to 1.3
2005-11-12 02:51:37 +00:00
Rob Pearce 32e5710c16 - Redrew icon
- Added rollover help text and highlights
- Added dual-head arrows on lines
2005-11-05 03:22:50 +00:00
Rob Pearce e10e2ce923 - Added new object - wireless router
- Added new object - PDA
- Added new object - laptop
- Replaced "hub" object with "hub3d"
- Added the ability to edit existing text - either double click the text
  or select it then press 'e' or 'F2'.
2005-10-29 06:37:41 +00:00
Rob Pearce 84bda8c74d - Implemented "fill colour" command
- Added icon (for minimised windows)
- Added windows executable
- Changed behaviour of "foreground colour" command - RMB now selects colour
- Added "fillcol" attribute to mapobject_t
- Changed file save routine to include 8 byte version string
- Chagned file load routine to cope with old format maps
2005-10-28 06:05:57 +00:00
Rob Pearce d398112fab - Changed from dodgy homemade vector font to TTF font (verdana)
- Now requires SDL_ttf (and hence freetype)
- Can now resize text on top of objects without having to move the text off
  the object first!
- Added example network diagram.
- Updated screenshots to show TTF fonts
2005-10-27 04:46:38 +00:00
Rob Pearce 8e74625355 Added convert.c and convert.h to Makefile. 2005-10-25 06:47:31 +00:00
Rob Pearce 05fabbfaf3 Initial revision 2005-10-25 06:35:55 +00:00