Rudolf Polzer 30fdfe8ce9 A new NetRadiant build is available on
http://rid.icculus.org/netradiant/files/netradiant-1.5.0-20120114-win32-7z.exe

The builds by default are in sRGB; the build menu provides "nosRGB" options to
do old-style light compiles.

To continue to use non-sRGB on the build service, add -nosRGB to your
.map.options file.

In case you don't see the new build options, please hunt down a file called
"build_menu.xml" in your NetRadiant settings dir (Unix:
~/.netradiant/1.5.0/xonotic.game/, Windows: Application
Data\netradiant\1.5.0\xonotic.game) and delete it before starting Radiant
again).
2012-01-14 12:32:15 +01:00
2010-12-20 21:38:10 +01:00
2008-09-17 13:32:43 +00:00
2011-07-01 11:41:02 +02:00
2011-07-01 12:18:32 +02:00
2011-12-31 14:37:43 +01:00
2011-08-27 17:08:46 +02:00
2009-03-09 13:27:02 +00:00
2009-03-09 13:27:02 +00:00
2009-04-26 19:58:24 +00:00
2010-12-11 17:53:55 +01:00
2008-09-17 05:58:57 +00:00
2008-09-13 18:28:57 +00:00
2011-11-10 11:08:29 +01:00
2008-09-13 18:28:57 +00:00
2008-09-13 18:28:57 +00:00
2008-09-13 18:28:57 +00:00
2008-09-13 18:28:57 +00:00
2010-04-17 21:02:26 +02:00
2010-04-17 21:02:26 +02:00
2008-09-13 18:28:57 +00:00
2008-09-13 18:28:57 +00:00
2012-01-14 00:10:38 +01:00
2008-09-13 18:28:57 +00:00
2008-09-13 18:28:57 +00:00
2010-08-29 20:47:06 +02:00
2010-11-18 10:30:36 +01:00
2010-12-11 16:08:13 +01:00
2008-09-13 18:28:57 +00:00
2008-09-19 06:09:56 +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%