The open source, cross platform level editor for idtech games
Find a file
namespace e1a1f5d17f - (TODO) Texture sizes sometimes vary wildly. New texture browser option: View -> Fixed Size.
Code parts taken from DarkRadiant. (Shaderman)
- Added new texture browser option: View -> Hide Image Missing. (Shaderman)
- Fixed new D3 lights don't have a light_radius key. (Shaderman)
- Fixed hotkey collision (paste to camera/view menu). New View shortcut = ALT+W. (Shaderman)
- Fixed .wad MMB 3d view texture selection bug. (Shaderman)


git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@121 8a3a26a2-13c4-0310-b231-cf6edde360e5
2006-11-06 20:41:46 +00:00
contrib - Fixed Etb saving custom tags to global tagfile (Shaderman/namespace) 2006-10-01 14:12:11 +00:00
Doxygen_files ok 2006-02-10 22:01:20 +00:00
include - Added LocalLcPath to plugin interface 2006-09-30 15:56:36 +00:00
libs - Fixed Etb saving custom tags to global tagfile (Shaderman/namespace) 2006-10-01 14:12:11 +00:00
plugins - (TODO) Texture sizes sometimes vary wildly. New texture browser option: View -> Fixed Size. 2006-11-06 20:41:46 +00:00
radiant - (TODO) Texture sizes sometimes vary wildly. New texture browser option: View -> Fixed Size. 2006-11-06 20:41:46 +00:00
setup Added missing bitmaps 2006-10-12 19:36:53 +00:00
tools - Added warzow-support to q3map2 2006-11-04 23:15:25 +00:00
CHANGES - (TODO) Texture sizes sometimes vary wildly. New texture browser option: View -> Fixed Size. 2006-11-06 20:41:46 +00:00
COMPILING fixed iconv link 2006-07-09 21:34:13 +00:00
CONTRIBUTORS ok 2006-02-10 22:01:20 +00:00
DoxyConfig ok 2006-02-10 22:01:20 +00:00
Doxyfile ok 2006-02-10 22:01:20 +00:00
gen.dsp ok 2006-02-10 22:01:20 +00:00
gen.readme ok 2006-02-10 22:01:20 +00:00
gen.vcproj fixed const inconsistencies 2006-02-19 17:05:45 +00:00
gendox ok 2006-02-10 22:01:20 +00:00
generic_cpp.py ok 2006-02-10 22:01:20 +00:00
generic_h.py ok 2006-02-10 22:01:20 +00:00
generic_module.py ok 2006-02-10 22:01:20 +00:00
GPL ok 2006-02-10 22:01:20 +00:00
GtkRadiant.prj ok 2006-02-10 22:01:20 +00:00
GtkRadiant.sln - Added LocalLcPath to plugin interface 2006-09-30 15:56:36 +00:00
install.py updated libxml2 win32 package to 2.6.24 2006-07-09 14:09:19 +00:00
LGPL ok 2006-02-10 22:01:20 +00:00
LICENSE ok 2006-02-10 22:01:20 +00:00
makeversion.py fixed newlines being included in aboutmsg.h 2006-03-02 22:05:35 +00:00
radiant.dsw ok 2006-02-10 22:01:20 +00:00
README.doxygen ok 2006-02-10 22:01:20 +00:00
run_python.bat ok 2006-02-10 22:01:20 +00:00
SConscript - Added LocalLcPath to plugin interface 2006-09-30 15:56:36 +00:00
SConstruct applied patch: stack-backtrace support on linux; use new DebugHelp API on win32 2006-07-09 14:27:06 +00:00
svn.py added missing svn python module 2006-02-19 11:57:16 +00:00
TODO - (TODO) Texture sizes sometimes vary wildly. New texture browser option: View -> Fixed Size. 2006-11-06 20:41:46 +00:00
touch.py 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)
---------------------------------------------------------