Forest Hale 77faf8018f changed BaseWindingForPlane to construct the polygon using
MAX_WORLD_COORD*2 as radius rather than MAX_WORLD_COORD, this fixes
problems with certain invalid brushes not being rejected because of
insufficiently large coords, usually causing a stack overflow when
constructing the BSP tree (due to insufficient "_blocksize")


git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@156 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-03-09 01:57:32 +00:00
2007-03-07 18:42:05 +00:00
ok
2006-02-10 22:01:20 +00:00
2007-03-08 00:09:38 +00:00
2007-03-08 00:09:38 +00:00
ok
2006-02-10 22:01:20 +00:00
ok
2006-02-10 22:01:20 +00:00
ok
2006-02-10 22:01:20 +00:00
ok
2006-02-10 22:01:20 +00:00
ok
2006-02-10 22:01:20 +00:00
ok
2006-02-10 22:01:20 +00:00
ok
2006-02-10 22:01:20 +00:00
ok
2006-02-10 22:01:20 +00:00
ok
2006-02-10 22:01:20 +00:00
2007-03-02 21:38:36 +00:00
ok
2006-02-10 22:01:20 +00:00
ok
2006-02-10 22:01:20 +00:00
ok
2006-02-10 22:01:20 +00:00
ok
2006-02-10 22:01:20 +00:00
2007-01-06 13:47:21 +00:00
ok
2006-02-10 22:01:20 +00:00

 Documentation for generating doxygen documentation
---------------------------------------------------------

1. Options for gendox
More up-to-date command line options are available via
the command ./gendox --help

usage: "sh gendox [ <target(s)> ] [ -o <output_dir> ]"
    or "./gendox [ <target(s)> ] [ -o <output_dir> ]"

<target(s)> 
  The directory, or directories to generate the 
  documentation from.

-o
  Specifies the output directory <output_dir> which
  should follow the -o switch
  
-q --quiet
  Stops the script from outputing status information,
  other than errors.
  
-k --kill
  Kills other running doxygen pids.

eg: ./gendox include/ -o ../Documentation

* This will produce documentation for the include files,
and output to the directory specified one level above the
current directory.

The target can be the current directory "./" in which case
doxygen will generate documentation for all subdirectories
of the current directory recursively.

The default output directory is currently ...
> ../GtkRadiant-doxygen

* If the script is called without any target directories
it will generate documentation for the core of radiant...
include/ libs/ radiant/ and plugins/

If there are specific options that you'd like to customise,
the DoxyConfig file is used to generate the file from which
doxygen gets its settings from. So any changes that need
to be made should be made to this file.


Gef :]
(gefdavis@dingoblue.net.au)
---------------------------------------------------------
Description
The open-source, cross-platform level editor for id Tech based games.
Readme 32 MiB
Languages
C++ 68.7%
C 24.1%
Python 1.7%
CMake 1.3%
Java 1%
Other 2.8%