]> de.git.xonotic.org Git - xonotic/netradiant.git/log
xonotic/netradiant.git
17 years agoFix: Selection is now deleted when creating a patch out of it (aumüller / namespace)
namespace [Mon, 19 Mar 2007 20:16:06 +0000 (20:16 +0000)]
Fix: Selection is now deleted when creating a patch out of it (aumüller / namespace)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@158 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoSplitBrush now uses the result of BoundBrush to detect if the split
Forest Hale [Fri, 9 Mar 2007 02:10:22 +0000 (02:10 +0000)]
SplitBrush now uses the result of BoundBrush to detect if the split
brush is invalid rather than using its own code (it already called
BoundBrush to update the bounds, it may as well use the result as well)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@157 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agochanged BaseWindingForPlane to construct the polygon using
Forest Hale [Fri, 9 Mar 2007 01:57:32 +0000 (01:57 +0000)]
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

17 years agoAdded manifest files to setup for q3map2 and q2map
namespace [Thu, 8 Mar 2007 16:39:30 +0000 (16:39 +0000)]
Added manifest files to setup for q3map2 and q2map

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@155 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Win32 compile fix (woekele)
namespace [Thu, 8 Mar 2007 00:09:38 +0000 (00:09 +0000)]
- Win32 compile fix (woekele)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@154 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Updated UFA:Plugin (mattn2)
namespace [Wed, 7 Mar 2007 18:42:05 +0000 (18:42 +0000)]
- Updated UFA:Plugin (mattn2)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@153 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agochanged ASSERT_MESSAGE and ERROR_MESSAGE macros to use proper
Forest Hale [Mon, 5 Mar 2007 23:45:55 +0000 (23:45 +0000)]
changed ASSERT_MESSAGE and ERROR_MESSAGE macros to use proper
do{}while(0) encapsulation to protect them when used in an if block
without {}
previously they used else to consume the trailing ; but this
could just as easily consume any other following statement
(very dangerous in concept, but no damage done in this case)
this causes no change whatsoever in release builds

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@152 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoadded a direct Xlib implementation of font bitmap generation, disabled
Forest Hale [Mon, 5 Mar 2007 23:40:22 +0000 (23:40 +0000)]
added a direct Xlib implementation of font bitmap generation, disabled
by default, this could be enabled by any users who prefer it, it uses
the standard X font "fixed" at 8 pixel size

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@151 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Disabled useless "deprecated" warnings when using stdc functions
namespace [Sun, 4 Mar 2007 20:54:30 +0000 (20:54 +0000)]
- Disabled useless "deprecated" warnings when using stdc functions
- Added Tremulous support
- Fixed wildpointer bug in texwindow.cpp
- Updated credits
- Updated installerfiles
- Fixed some warnings

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@150 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoLinux compile fix and updated COMPILING
namespace [Sun, 4 Mar 2007 15:03:15 +0000 (15:03 +0000)]
Linux compile fix and updated COMPILING

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@149 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Reverted Q3 translucency fix since it randomly made brushes
namespace [Sun, 4 Mar 2007 13:51:10 +0000 (13:51 +0000)]
- Reverted Q3 translucency fix since it randomly made brushes
  fully transparent in Doom3 mode.

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@148 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Final update for installerfiles (Shaderman / namespace)
namespace [Sun, 4 Mar 2007 13:40:18 +0000 (13:40 +0000)]
- Final update for installerfiles (Shaderman / namespace)
- Removed installer.py validation checks since they are incompatible with Vista
- Updated msiquery module to python 2.5
- Added msiquery module for python 2.5

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@147 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago(THIS IS A TRANSITIONAL REVISION, DO NOT USE, WAIT FOR UPDATED DEPS)
namespace [Sat, 3 Mar 2007 18:01:05 +0000 (18:01 +0000)]
(THIS IS A TRANSITIONAL REVISION, DO NOT USE, WAIT FOR UPDATED DEPS)
- Fixed weird msvcrt bugs caused by dbghelp.dll
- Activated new radiant icon on Linux (Topsun)
- First update for installerfiles (Shaderman)
- New MODT for q3map2 :)
- tiny changes

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@146 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agotiny fix the second
namespace [Fri, 2 Mar 2007 21:47:02 +0000 (21:47 +0000)]
tiny fix the second

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@145 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agotiny fix for vc
namespace [Fri, 2 Mar 2007 21:38:36 +0000 (21:38 +0000)]
tiny fix for vc

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@144 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Radiant is now Vista compatible (Aero must be disabled)
namespace [Wed, 28 Feb 2007 20:55:39 +0000 (20:55 +0000)]
- Radiant is now Vista compatible (Aero must be disabled)
- Updated all radiant dependencies (gtk is now 2-2.10)
  New dependency packages can be found here
http://zerowing.idsoftware.com/files/radiant/developer/1.5/gtkradiant-1.5-dependencies-1.0.zip
  or here
http://www.codecreator.net/radiant/gtkradiant-1.5-dependencies-1.0.zip
- Removed Win32 filechooser
   - Fixes crashes caused by utf-8 encoded filenames
   - Fixes Vista "SaveAs"-Bug
- Converted all projects to Visual Studio 2005
- Codefixes for vc2k5 compiler
- Removed old unused projectfiles for Visual Studio 6
- Simplified dependency filestructure
- Simplified install.py
- Updated CONTRIBUTORS list

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@143 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoSnapPlane reenabled by namespace because of multiple reports of
namespace [Fri, 26 Jan 2007 19:03:29 +0000 (19:03 +0000)]
SnapPlane reenabled by namespace because of multiple reports of
q3map2-crashes which were triggered by this patch.

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@142 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoAdded undo/redo-icons to setup.xml
namespace [Thu, 25 Jan 2007 15:32:06 +0000 (15:32 +0000)]
Added undo/redo-icons to setup.xml

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@141 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoAdded undo/redo icons
namespace [Wed, 24 Jan 2007 21:15:09 +0000 (21:15 +0000)]
Added undo/redo icons

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@140 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Added Undo/Redo-Toolbarbuttons (Shaderman)
namespace [Wed, 24 Jan 2007 19:40:32 +0000 (19:40 +0000)]
- Added Undo/Redo-Toolbarbuttons (Shaderman)
- Fixed Bug #1078 (sogined)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@139 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Weird shiftvalues are now hidden to the user, shiftvalues will
namespace [Thu, 18 Jan 2007 17:05:37 +0000 (17:05 +0000)]
- Weird shiftvalues are now hidden to the user, shiftvalues will
  stay in ]-shader_size;shader_size[ range for display.
  For the sake of floatingpoint precision, it would be nice
  to keep the internal values in that range too, but thats "nice to have".
- Fixed missing librarypaths in ufoai-plugin

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@138 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agodisabled SnapPlane because it slightly corrupts collision brushes from
Forest Hale [Thu, 18 Jan 2007 12:04:47 +0000 (12:04 +0000)]
disabled SnapPlane because it slightly corrupts collision brushes from
embedded model triangles

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@137 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Fixed "jumping" texcoords when switching to a shader with different size
namespace [Wed, 17 Jan 2007 12:26:57 +0000 (12:26 +0000)]
- Fixed "jumping" texcoords when switching to a shader with different size
- (Todo) Toolbar: add button for refresh-models. (Shaderman)
- Aniso fix (Shaderman)
- Translucency fix (Shaderman)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@136 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agofinal fix for ufoai
namespace [Sat, 6 Jan 2007 13:47:21 +0000 (13:47 +0000)]
final fix for ufoai

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@135 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago...
namespace [Fri, 5 Jan 2007 22:10:05 +0000 (22:10 +0000)]
...

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@134 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago...
namespace [Fri, 5 Jan 2007 22:07:27 +0000 (22:07 +0000)]
...

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@133 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago...
namespace [Fri, 5 Jan 2007 22:00:16 +0000 (22:00 +0000)]
...

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@132 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- UFO:Alien Invasion Plugin (mattn2)
namespace [Fri, 5 Jan 2007 21:59:07 +0000 (21:59 +0000)]
- UFO:Alien Invasion Plugin (mattn2)
- Fix: Filtering models in ET doesn't filter misc_gamemodels (Shaderman)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@131 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoreverting my last change as I don't know where to put it
Forest Hale [Thu, 4 Jan 2007 21:45:37 +0000 (21:45 +0000)]
reverting my last change as I don't know where to put it

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@130 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoadded Node_getBrush function as requested by mattn (UFO:AI team)
Forest Hale [Thu, 4 Jan 2007 16:10:21 +0000 (16:10 +0000)]
added Node_getBrush function as requested by mattn (UFO:AI team)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@129 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago - Brushplugin Version 2.0, supports multiple collapse modes and a materialignore...
namespace [Mon, 25 Dec 2006 22:22:04 +0000 (22:22 +0000)]
 - Brushplugin Version 2.0, supports multiple collapse modes and a materialignore list (namespace)
 - Camera movement speed changes. Increase speed = SHIFT+KP_PLUS, decrease speed = SHIFT+KP_MINUS.
   New option to link the strafe speed to camera movement speed (default: linked). (Shaderman)
 - Fixed bug in sample plugin (Shaderman)
 - Merry Christmas

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@128 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoAdding missing warzow xml-files
namespace [Sun, 17 Dec 2006 14:12:54 +0000 (14:12 +0000)]
Adding missing warzow xml-files

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@127 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago17/12/2006
namespace [Sun, 17 Dec 2006 13:49:19 +0000 (13:49 +0000)]
17/12/2006
namespace
- Radiant warzow-support (Topsun + Warzow-Mappers)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@126 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago15/12/2006
namespace [Sat, 16 Dec 2006 18:38:08 +0000 (18:38 +0000)]
15/12/2006
namespace
 - Inverted bevel can be used with end caps (Topsun)
 - Removed needless .pdb files from win32 installer (Topsun)
 - Fixed .ase picomodel loader to load shaders again (Shaderman)
 - Removed translucent brushes fix because of wrong rendering behaviour on Linux
 - New cool(!) radiant icon by eb

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@125 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Added tremoulus-support to q3map2
namespace [Wed, 13 Dec 2006 20:01:20 +0000 (20:01 +0000)]
- Added tremoulus-support to q3map2

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@124 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Entity names are now drawn for group entities in Doom3 and Quake 3 mode (namespace)
namespace [Fri, 8 Dec 2006 19:52:48 +0000 (19:52 +0000)]
- Entity names are now drawn for group entities in Doom3 and Quake 3 mode (namespace)
- Fixed translucent brushes becoming invisible when selected (Shaderman)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@123 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agopatch from mattn2 (of the UFO: Alien Invasion team) which adds support
Forest Hale [Thu, 23 Nov 2006 16:55:50 +0000 (16:55 +0000)]
patch from mattn2 (of the UFO: Alien Invasion team) which adds support
for relative skin paths used in the ufo:ai md2 models (these take the form of ./blah.tga
and such, and refer to files in the same directory as the model)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@122 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- (TODO) Texture sizes sometimes vary wildly. New texture browser option: View -...
namespace [Mon, 6 Nov 2006 20:41:46 +0000 (20:41 +0000)]
- (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

17 years agoSmall fix, reverting an accidental change in group.cpp
namespace [Sat, 4 Nov 2006 23:17:52 +0000 (23:17 +0000)]
Small fix, reverting an accidental change in group.cpp

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@120 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Added warzow-support to q3map2
namespace [Sat, 4 Nov 2006 23:15:25 +0000 (23:15 +0000)]
- Added warzow-support to q3map2

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@119 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoAdded missing bitmaps
namespace [Thu, 12 Oct 2006 19:36:53 +0000 (19:36 +0000)]
Added missing bitmaps

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@118 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Updated help menu web links (removed map-center.com, added ETB documentation) ...
namespace [Thu, 12 Oct 2006 19:10:05 +0000 (19:10 +0000)]
- Updated help menu web links (removed map-center.com, added ETB documentation) (Shaderman)
- Added check for existing worldspawn if a new one should be added with the entity menu (Shaderman)
- Fixed Entity -> Ungroup (Topsun)
- Fixed hotkey collision ALT+M (filter botclip/Modify menu). New Modify shortcut = ALT+O (Shaderman)
- Updated Window Layout images (Shaderman)
- Fixed (TODO) XYWindow: save show-workzone option (Shaderman)
- Fixed (TODO) Toolbar: add shortcut to tooltips for toolbar buttons (Shaderman)
- Fixed (TODO) GUI: detachable submenus (Shaderman)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@117 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Added option to toggle the camera window stats on/off
namespace [Mon, 9 Oct 2006 16:25:07 +0000 (16:25 +0000)]
- Added option to toggle the camera window stats on/off

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@116 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Added missing prey.xml for win32 setup
namespace [Mon, 9 Oct 2006 09:07:24 +0000 (09:07 +0000)]
- Added missing prey.xml for win32 setup

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@115 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Fix for bug 1106 - .wad files don't get listed in the textures menu (Shaderman)
namespace [Sun, 8 Oct 2006 21:13:50 +0000 (21:13 +0000)]
- Fix for bug 1106 - .wad files don't get listed in the textures menu (Shaderman)
  (http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1106)
- Added initial support for Prey (Shaderman)
- Fixed entity inspector sliders to always show (Shaderman)
- Added NOTES subsection to the entity inspector listing .def editor_usage* values (Shaderman)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@114 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Added "select inside" and "select touching"
namespace [Sat, 7 Oct 2006 15:08:18 +0000 (15:08 +0000)]
- Added "select inside" and "select touching"
  Both functions now work with multiple selectionbrushes, allowing complex
  selection operations.
- Added entries for the selectionfunctions in "Edit" and the main toolbar.

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@113 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Changed ETB not to show any texture if a tag search doesn't match anything (Shaderman)
namespace [Fri, 6 Oct 2006 20:55:44 +0000 (20:55 +0000)]
- Changed ETB not to show any texture if a tag search doesn't match anything (Shaderman)
- Added View -> Filter -> Invert filters/Reset filters function (Shaderman)
- Fixed (TODO) Textures: remove shaders only option for doom3 (Shaderman)
- Fixed show shaders / shader only / shader info for doom3 and .wad file games (Shaderman)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@112 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Fix for Bug 1113 (Topsun)
namespace [Tue, 3 Oct 2006 20:54:05 +0000 (20:54 +0000)]
- Fix for Bug 1113 (Topsun)
  (http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1113)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@111 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Changed ETB tag toolbar to a notebook with tag/texture pages (Shaderman)
namespace [Tue, 3 Oct 2006 16:23:28 +0000 (16:23 +0000)]
- Changed ETB tag toolbar to a notebook with tag/texture pages (Shaderman)
- Added a context menu (add/delete/rename tag) to the ETB tag tree view (Shaderman)
- Added new win32 installer HOWTO (Shaderman/Topsun)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@110 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Added missing xml files for win32 installer
namespace [Sun, 1 Oct 2006 14:34:53 +0000 (14:34 +0000)]
- Added missing xml files for win32 installer

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@109 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Fixed Etb saving custom tags to global tagfile (Shaderman/namespace)
namespace [Sun, 1 Oct 2006 14:12:11 +0000 (14:12 +0000)]
- Fixed Etb saving custom tags to global tagfile (Shaderman/namespace)
- Fixed postbuild step for brushexport, shaderplug and sunplug (Shaderman)
- Added installersupport for new files and plugins (Shaderman)

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@108 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Added LocalLcPath to plugin interface
namespace [Sat, 30 Sep 2006 15:56:36 +0000 (15:56 +0000)]
- Added LocalLcPath to plugin interface
- Added enhanced Texturebrowser (ETB) by Shaderman
- Added shaderplug by Shaderman, accompanies the ETB
- Added xmltagging lib by Shaderman, accompanies the ETB
- Added new icons for ETB, Console, Entityinspector and Lighteditor
- Fixed minor warning in Sunplug Project
- Fixed PATH_MAX namecollision in ptrview plugin on Linux
- Final fix for 64 bit patch.h issue

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@107 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago64bit compile fixes
Forest Hale [Wed, 13 Sep 2006 22:25:37 +0000 (22:25 +0000)]
64bit compile fixes

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@106 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoFixed 64 Bit issue in patch.h, see http://zerowing.idsoftware.com/bugzilla/show_bug...
namespace [Tue, 12 Sep 2006 13:12:54 +0000 (13:12 +0000)]
Fixed 64 Bit issue in patch.h, see http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1109
for details

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@105 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoFixed unnecessary warnings, see http://zerowing.idsoftware.com/bugzilla/show_bug...
namespace [Mon, 11 Sep 2006 14:48:41 +0000 (14:48 +0000)]
Fixed unnecessary warnings, see http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1108 for details

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@104 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years ago- Added sunplug (Mapcoordinator-plugin for ET) by Topsun
namespace [Mon, 11 Sep 2006 11:29:09 +0000 (11:29 +0000)]
- Added sunplug (Mapcoordinator-plugin for ET) by Topsun
  ET only: setting mapcoordsmins and mapcoordsmaxs in the worldspawn
  Tester: Shaderman
- Added brushexport Plugin by namespace
  Exports selected brushes as wavefront object.
  Tester: Shaderman

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@103 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoFixed compile error on x86_64, see
namespace [Mon, 11 Sep 2006 10:35:17 +0000 (10:35 +0000)]
Fixed compile error on x86_64, see
http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1105 for details.

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@102 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoAdded feature:
namespace [Sat, 9 Sep 2006 15:03:05 +0000 (15:03 +0000)]
Added feature:
camera strafing while holding ctrl
additional forward movement when holding shift

Tester: Shaderman

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@101 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agofixed crash loading quake4 1.3 entity definitions
spog [Tue, 22 Aug 2006 17:37:07 +0000 (17:37 +0000)]
fixed crash loading quake4 1.3 entity definitions

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@100 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agorefactored CONTENTS_DETAIL macro
spog [Sun, 13 Aug 2006 13:55:20 +0000 (13:55 +0000)]
refactored CONTENTS_DETAIL macro

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@99 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agodisabled 'detail' checkbox in q2 surface inspector
spog [Sun, 13 Aug 2006 13:43:26 +0000 (13:43 +0000)]
disabled 'detail' checkbox in q2 surface inspector

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@98 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agofixed bug 1102 - gcc 4.1.1 error
spog [Sun, 13 Aug 2006 13:16:48 +0000 (13:16 +0000)]
fixed bug 1102 - gcc 4.1.1 error

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@97 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoadded missing file
spog [Mon, 31 Jul 2006 20:47:13 +0000 (20:47 +0000)]
added missing file

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@96 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoadded support for both ent and def files at the same time
spog [Sat, 22 Jul 2006 16:30:32 +0000 (16:30 +0000)]
added support for both ent and def files at the same time

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@95 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agofixed doom3 func_static creation bugs
spog [Sat, 22 Jul 2006 15:24:20 +0000 (15:24 +0000)]
fixed doom3 func_static creation bugs

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@94 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agochanged ase texture parsing to match DoomEdit
spog [Sat, 22 Jul 2006 14:20:53 +0000 (14:20 +0000)]
changed ase texture parsing to match DoomEdit

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@93 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agofixed func_static model dragging
spog [Sat, 22 Jul 2006 11:22:54 +0000 (11:22 +0000)]
fixed func_static model dragging

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@92 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoexperimental string converter class
spog [Sun, 9 Jul 2006 22:14:47 +0000 (22:14 +0000)]
experimental string converter class

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@91 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agofixed iconv link
spog [Sun, 9 Jul 2006 21:34:13 +0000 (21:34 +0000)]
fixed iconv link

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@90 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoapplied patch: stack-backtrace support on linux; use new DebugHelp API on win32
spog [Sun, 9 Jul 2006 14:27:06 +0000 (14:27 +0000)]
applied patch: stack-backtrace support on linux; use new DebugHelp API on win32

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@89 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoupdated libxml2 win32 package to 2.6.24
spog [Sun, 9 Jul 2006 14:09:19 +0000 (14:09 +0000)]
updated libxml2 win32 package to 2.6.24

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@88 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoupdated libxml2 win32 package to 2.6.24
spog [Sun, 9 Jul 2006 14:09:08 +0000 (14:09 +0000)]
updated libxml2 win32 package to 2.6.24

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@87 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoupdated todo
spog [Sun, 9 Jul 2006 13:17:09 +0000 (13:17 +0000)]
updated todo

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@86 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agotexture-browser: removed check for textures/ prefix when loading textures from a...
spog [Sat, 24 Jun 2006 17:17:33 +0000 (17:17 +0000)]
texture-browser: removed check for textures/ prefix when loading textures from a directory

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@85 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoadded per-face filtering for caulk shader
spog [Sun, 11 Jun 2006 13:29:52 +0000 (13:29 +0000)]
added per-face filtering for caulk shader

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@84 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agofixed arbitrary rotation
spog [Sun, 11 Jun 2006 12:45:44 +0000 (12:45 +0000)]
fixed arbitrary rotation

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@83 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agofixed errors
spog [Sun, 11 Jun 2006 11:52:08 +0000 (11:52 +0000)]
fixed errors

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@82 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agominor refactoring
spog [Sun, 11 Jun 2006 11:28:42 +0000 (11:28 +0000)]
minor refactoring

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@81 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agofixed gcc compile error
spog [Sun, 11 Jun 2006 11:28:16 +0000 (11:28 +0000)]
fixed gcc compile error

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@80 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agofixed warnings
spog [Sun, 11 Jun 2006 11:20:33 +0000 (11:20 +0000)]
fixed warnings

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@79 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agofixed crash in build > customise
spog [Sun, 4 Jun 2006 08:44:25 +0000 (08:44 +0000)]
fixed crash in build > customise

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@78 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agofixed detail brushes being converted to structural by texture application
spog [Sat, 3 Jun 2006 13:24:20 +0000 (13:24 +0000)]
fixed detail brushes being converted to structural by texture application

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@77 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agofixed save-region crash
spog [Sat, 3 Jun 2006 12:52:35 +0000 (12:52 +0000)]
fixed save-region crash

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@76 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agochanged doom3 entity-create to add model key for brush-entities
spog [Sat, 3 Jun 2006 12:41:12 +0000 (12:41 +0000)]
changed doom3 entity-create to add model key for brush-entities

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@75 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agogcc fix
spog [Mon, 29 May 2006 16:23:39 +0000 (16:23 +0000)]
gcc fix

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@74 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agofixed camera freemove shortcuts bug
spog [Mon, 29 May 2006 12:24:11 +0000 (12:24 +0000)]
fixed camera freemove shortcuts bug

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@73 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agocleaned up duplicated doom3 light_radius default value
spog [Mon, 29 May 2006 12:22:34 +0000 (12:22 +0000)]
cleaned up duplicated doom3 light_radius default value

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@72 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoportability improvements
spog [Mon, 29 May 2006 12:19:59 +0000 (12:19 +0000)]
portability improvements

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@71 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agofixed gcc compile error
spog [Sun, 14 May 2006 20:32:33 +0000 (20:32 +0000)]
fixed gcc compile error

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@70 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoadded sockets.cpp to scons script
spog [Sun, 14 May 2006 19:00:40 +0000 (19:00 +0000)]
added sockets.cpp to scons script

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@69 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoadded patch support for texture-painting
spog [Sat, 13 May 2006 17:15:08 +0000 (17:15 +0000)]
added patch support for texture-painting

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@68 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoworkaround for --export-dynamic in gtkglext
spog [Sat, 13 May 2006 16:58:09 +0000 (16:58 +0000)]
workaround for --export-dynamic in gtkglext

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@67 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agofixed nudge-selection and build-monitoring-defaults
spog [Sat, 13 May 2006 15:09:54 +0000 (15:09 +0000)]
fixed nudge-selection and build-monitoring-defaults

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@66 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agofixed linux-only crash when error message handler causes an error
spog [Sat, 13 May 2006 12:41:19 +0000 (12:41 +0000)]
fixed linux-only crash when error message handler causes an error

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@65 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agominor change to error message handling
spog [Sat, 13 May 2006 12:38:06 +0000 (12:38 +0000)]
minor change to error message handling

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@64 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoadded plugins to win32/linux installers; fixed crash when plugins are disabled
spog [Sat, 13 May 2006 12:25:54 +0000 (12:25 +0000)]
added plugins to win32/linux installers; fixed crash when plugins are disabled

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@63 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agointegrated bobtoolz patch from LordHavoc
spog [Sat, 13 May 2006 10:36:50 +0000 (10:36 +0000)]
integrated bobtoolz patch from LordHavoc

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@62 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agointegrated x86_64 patch from LordHavoc
spog [Sat, 13 May 2006 10:32:50 +0000 (10:32 +0000)]
integrated x86_64 patch from LordHavoc

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@61 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agorefactored vector classes to avoid reinterpret_cast
spog [Tue, 9 May 2006 22:07:29 +0000 (22:07 +0000)]
refactored vector classes to avoid reinterpret_cast

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@60 8a3a26a2-13c4-0310-b231-cf6edde360e5

17 years agoportability fixes
spog [Tue, 9 May 2006 20:51:34 +0000 (20:51 +0000)]
portability fixes

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@59 8a3a26a2-13c4-0310-b231-cf6edde360e5