~ubuntu-branches/ubuntu/intrepid/glbsp/intrepid

« back to all changes in this revision

Viewing changes to nodeview/README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Darren Salt
  • Date: 2008-01-30 13:33:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080130133349-kgojg33vyiu8xbvp
Tags: 2.24-1
* New upstream release.
* Bumped the lib soname and the library package name due to one silly
  little binary incompatibility caused by changes in an exported struct.
  (Safe; nothing else currently in the archive has ever used libglbsp2.)
* Removed my patches since they're all applied upstream.
* Updated the list of documentation files.
* Build-time changes:
  - Switched from dh_movefiles to dh_install.
  - Updated my makefile to cope with upstream changes.
  - Corrected for debian-rules-ignores-make-clean-error.
  - Corrected for substvar-source-version-is-deprecated.
  - Link libglbsp, rather than glbsp, with libm and libz.
* Fixed shlibdeps. (Closes: #460387)
* Bumped standards version to 3.7.3 (no other changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
NodeView README
 
3
===============
 
4
 
 
5
by Andrew Apted.  21st May 2007
 
6
 
 
7
 
 
8
Introduction
 
9
------------
 
10
 
 
11
NodeView is a small node/subsector browsing tool.
 
12
Currently it only works with GL-Nodes.
 
13
 
 
14
 
 
15
COLORS
 
16
------
 
17
 
 
18
purple   : partition lines
 
19
pink     : highlighted subsector
 
20
red      : bounding boxes
 
21
sky blue : minisegs
 
22
 
 
23
white    : one-sided line
 
24
yellow   : 2S line marked impassible
 
25
cyan     : 2S line on a closed door
 
26
 
 
27
orange   : gap too narrow for player to pass
 
28
green    : dropoff too big for player to climb
 
29
 
 
30
gray     : normal (walkable) two-sided line
 
31
 
 
32
 
 
33
KEYS
 
34
----
 
35
 
 
36
mouse click : go down one side of the BSP tree,
 
37
              highlight the subsector when reached
 
38
 
 
39
CTRL+click : instantly highlight the subsector
 
40
             (same as t following by clicking all the way down)
 
41
 
 
42
u : go Up the BSP tree
 
43
t : go back to Top of BSP tree
 
44
 
 
45
p : toggle Partition drawing (below/on-top/none)
 
46
b : toggle Bounding-box drawing
 
47
m : toggle Minisegs (on/off)
 
48
s : toggle Shading mode (dark/no-draw)
 
49
g : toggle Grid (on/off)
 
50
 
 
51
+/- : zoom in / out
 
52