]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
updated About dialog
authorspog <spog>
Thu, 2 Mar 2006 20:33:48 +0000 (20:33 +0000)
committerspog <spog>
Thu, 2 Mar 2006 20:33:48 +0000 (20:33 +0000)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@32 8a3a26a2-13c4-0310-b231-cf6edde360e5

TODO
radiant/gtkdlgs.cpp

diff --git a/TODO b/TODO
index 8b55f3692522d43ce2cfee5c41a9db9d090cb358..fc2565e333d655b5f935d6a3dce4601a22dd86b1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,30 +11,16 @@ HalfLife: half-life maps saved in q1 map format are not supported - currently ha
 Entity: creating a new entity with all the brushes of another entity selected results in the latter entity having no brushes.
 SConscript: build fails if SETUP=1
 Brush: non-BP auto-texture-fit fails when rotation is 90
 Entity: creating a new entity with all the brushes of another entity selected results in the latter entity having no brushes.
 SConscript: build fails if SETUP=1
 Brush: non-BP auto-texture-fit fails when rotation is 90
+GUII: can't use arrow keys to navigate in camera view when capslock is enabled
 
 
-Doom3 startup asserts:
-> .\eclass_doom3.cpp:342
-> assertion failure: editor_color: parse error.
-> .\eclass_doom3.cpp:357
-> assertion failure: editor_mins: parse error.
-> .\eclass_doom3.cpp:368
-> assertion failure: editor_maxs: parse error.
 
 
-can't use arrow keys to navigate in camera view when capslock is enabled
-- connecting an entity to a path-corner renames the targetname of the path-corner, so if another entity E was linked to the path-corner, the link will be broken and you'll have to edit E and modify the target value
-
-<gibbie> was looking around in 3dview and then autosave thingy came up and now i cant do anything anymore :(
-
-upgrade to new API for SymGetModuleInfo
-
-
-HIGH priority features
+FEATURES
 
 - paint-select or equivalent (e.g. area-selection with occlusion)
 - select-complete-tall or equivalent (e.g. subtract-from-selection modifier key)
 
 - paint-select or equivalent (e.g. area-selection with occlusion)
 - select-complete-tall or equivalent (e.g. subtract-from-selection modifier key)
+- need some equivalent to select-inside.
 - texture pane names are often illegible, becuase 1. they are long and overlap each other and 2. they overlap the outline rectangles around the images themselves.
 - texture sizes sometimes vary wildly.  It would be nice to find a way to normalize their display size so that very big textures are shrunk a little, and very small textures are blown-up a little.
 - texture pane names are often illegible, becuase 1. they are long and overlap each other and 2. they overlap the outline rectangles around the images themselves.
 - texture sizes sometimes vary wildly.  It would be nice to find a way to normalize their display size so that very big textures are shrunk a little, and very small textures are blown-up a little.
-- need some equivalent to select-inside.
 
 
 Build: document build-menu xml format.
 
 
 Build: document build-menu xml format.
@@ -53,7 +39,6 @@ At the moment you can only create custom variables by editing the XML file. A cu
 This variable could then be used in a command like this:
 <pre>[arghrad] "[MapFile]"</pre>
 
 This variable could then be used in a command like this:
 <pre>[arghrad] "[MapFile]"</pre>
 
-Doom3: add light-radius resizing using mouse drag.
 Doom3: filter func_splinemovers
 Entity: draw arrowheads to show direction of connection-lines.
 ? MMB to select a texture should also apply that texture to all selected faces.
 Doom3: filter func_splinemovers
 Entity: draw arrowheads to show direction of connection-lines.
 ? MMB to select a texture should also apply that texture to all selected faces.
@@ -83,7 +68,7 @@ Doom3: add model browser.
 Doom3: s_diversity light key.
 HalfLife: enable HL-mode on linux/osx.
 Renderer: doom3 'parallel' and 'spot' light support.
 Doom3: s_diversity light key.
 HalfLife: enable HL-mode on linux/osx.
 Renderer: doom3 'parallel' and 'spot' light support.
-Entity: add mouse-resizing for doom3 light_radius and light_center keys
+Entity: add mouse-editing for doom3 light_center key
 Shaders: add support for texture transforms.
 Shaders: add support for 'addnormals' keyword - e.g. models/mapobjects/healthgui/healthguidirty
 TGA Loader: check that true-colour images with palettes are properly handled.
 Shaders: add support for texture transforms.
 Shaders: add support for 'addnormals' keyword - e.g. models/mapobjects/healthgui/healthguidirty
 TGA Loader: check that true-colour images with palettes are properly handled.
@@ -138,6 +123,7 @@ Shortcuts: make shortcut list editable within radiant.
 Shortcuts: convert shortcuts.ini to xml.
 Shortcuts: warn when duplicate shortcuts are registered
 Shortcuts: rename commands in order to group shortcuts list better.
 Shortcuts: convert shortcuts.ini to xml.
 Shortcuts: warn when duplicate shortcuts are registered
 Shortcuts: rename commands in order to group shortcuts list better.
+upgrade to new API for SymGetModuleInfo - required for compiling with Visual Studio 8.0
 
 
 LOW priority features
 
 
 LOW priority features
index 418d83c8fb8ae3435e0f6dc4f1ed7002cdfe3689..4163123ec5467b5f97cfe8972fe88fb84b2ec755 100644 (file)
@@ -503,9 +503,8 @@ void DoAbout()
           __DATE__ "\n\n"
           RADIANT_ABOUTMSG "\n\n"
           "By qeradiant.com\n\n"
           __DATE__ "\n\n"
           RADIANT_ABOUTMSG "\n\n"
           "By qeradiant.com\n\n"
-          "This product contains software technology\n"
-          "from id Software, Inc. ('id Technology').\n"
-          "id Technology 2000 id Software,Inc.\n\n"
+          "This program is free software\n\n"
+          "licensed under the GNU GPL.\n\n"
           "GtkRadiant is unsupported, however\n"
           "you may report your problems at\n"
           "http://zerowing.idsoftware.com/bugzilla"
           "GtkRadiant is unsupported, however\n"
           "you may report your problems at\n"
           "http://zerowing.idsoftware.com/bugzilla"