namespace [Sat, 28 Apr 2007 18:37:37 +0000 (18:37 +0000)]
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@167
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Thu, 26 Apr 2007 18:14:45 +0000 (18:14 +0000)]
- Disabled auto-search for texbrowser and entityinspector even when the option
is turned on in the gtkrc
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@166
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Thu, 26 Apr 2007 13:16:37 +0000 (13:16 +0000)]
- Fixed q3map2 lightbounce bug (by Unknown)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@165
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Thu, 26 Apr 2007 13:11:36 +0000 (13:11 +0000)]
- Fixed another texcompression bug
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@164
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Wed, 25 Apr 2007 18:54:37 +0000 (18:54 +0000)]
- Fixed texcompression being disabled after each restart
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@163
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Sun, 15 Apr 2007 13:51:17 +0000 (13:51 +0000)]
- Fixed brushexport2 output float-format (Shaderman)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@162
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Wed, 28 Mar 2007 10:24:03 +0000 (10:24 +0000)]
TinyFix: mapxml Element memorymanagment
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@160
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Tue, 27 Mar 2007 12:42:30 +0000 (12:42 +0000)]
- Fix: Added missing xml-writer pop-calls
- Ported mapxml plugin to Doom3
- mapxml now exports brushes with its vertices
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@159
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@158
8a3a26a2-13c4-0310-b231-
cf6edde360e5
lordhavoc [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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@157
8a3a26a2-13c4-0310-b231-
cf6edde360e5
lordhavoc [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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@156
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Thu, 8 Mar 2007 16:39:30 +0000 (16:39 +0000)]
Added manifest files to setup for q3map2 and q2map
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@155
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Thu, 8 Mar 2007 00:09:38 +0000 (00:09 +0000)]
- Win32 compile fix (woekele)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@154
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Wed, 7 Mar 2007 18:42:05 +0000 (18:42 +0000)]
- Updated UFA:Plugin (mattn2)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@153
8a3a26a2-13c4-0310-b231-
cf6edde360e5
lordhavoc [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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@152
8a3a26a2-13c4-0310-b231-
cf6edde360e5
lordhavoc [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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@151
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@150
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Sun, 4 Mar 2007 15:03:15 +0000 (15:03 +0000)]
Linux compile fix and updated COMPILING
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@149
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@148
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@147
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@146
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Fri, 2 Mar 2007 21:47:02 +0000 (21:47 +0000)]
tiny fix the second
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@145
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Fri, 2 Mar 2007 21:38:36 +0000 (21:38 +0000)]
tiny fix for vc
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@144
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@143
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@142
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Thu, 25 Jan 2007 15:32:06 +0000 (15:32 +0000)]
Added undo/redo-icons to setup.xml
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@141
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Wed, 24 Jan 2007 21:15:09 +0000 (21:15 +0000)]
Added undo/redo icons
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@140
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Wed, 24 Jan 2007 19:40:32 +0000 (19:40 +0000)]
- Added Undo/Redo-Toolbarbuttons (Shaderman)
- Fixed Bug #1078 (sogined)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@139
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@138
8a3a26a2-13c4-0310-b231-
cf6edde360e5
lordhavoc [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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@137
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@136
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Sat, 6 Jan 2007 13:47:21 +0000 (13:47 +0000)]
final fix for ufoai
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@135
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Fri, 5 Jan 2007 22:10:05 +0000 (22:10 +0000)]
...
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@134
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Fri, 5 Jan 2007 22:07:27 +0000 (22:07 +0000)]
...
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@133
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Fri, 5 Jan 2007 22:00:16 +0000 (22:00 +0000)]
...
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@132
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@131
8a3a26a2-13c4-0310-b231-
cf6edde360e5
lordhavoc [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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@130
8a3a26a2-13c4-0310-b231-
cf6edde360e5
lordhavoc [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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@129
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@128
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Sun, 17 Dec 2006 14:12:54 +0000 (14:12 +0000)]
Adding missing warzow xml-files
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@127
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@126
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@125
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Wed, 13 Dec 2006 20:01:20 +0000 (20:01 +0000)]
- Added tremoulus-support to q3map2
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@124
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@123
8a3a26a2-13c4-0310-b231-
cf6edde360e5
lordhavoc [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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@122
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@121
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Sat, 4 Nov 2006 23:17:52 +0000 (23:17 +0000)]
Small fix, reverting an accidental change in group.cpp
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@120
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Sat, 4 Nov 2006 23:15:25 +0000 (23:15 +0000)]
- Added warzow-support to q3map2
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@119
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Thu, 12 Oct 2006 19:36:53 +0000 (19:36 +0000)]
Added missing bitmaps
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@118
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@117
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@116
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Mon, 9 Oct 2006 09:07:24 +0000 (09:07 +0000)]
- Added missing prey.xml for win32 setup
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@115
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@114
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@113
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@112
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@111
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@110
8a3a26a2-13c4-0310-b231-
cf6edde360e5
namespace [Sun, 1 Oct 2006 14:34:53 +0000 (14:34 +0000)]
- Added missing xml files for win32 installer
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@109
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@108
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@107
8a3a26a2-13c4-0310-b231-
cf6edde360e5
lordhavoc [Wed, 13 Sep 2006 22:25:37 +0000 (22:25 +0000)]
64bit compile fixes
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@106
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@105
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@104
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@103
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@102
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@101
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Tue, 22 Aug 2006 17:37:07 +0000 (17:37 +0000)]
fixed crash loading quake4 1.3 entity definitions
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@100
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sun, 13 Aug 2006 13:55:20 +0000 (13:55 +0000)]
refactored CONTENTS_DETAIL macro
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@99
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sun, 13 Aug 2006 13:43:26 +0000 (13:43 +0000)]
disabled 'detail' checkbox in q2 surface inspector
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@98
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sun, 13 Aug 2006 13:16:48 +0000 (13:16 +0000)]
fixed bug 1102 - gcc 4.1.1 error
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@97
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Mon, 31 Jul 2006 20:47:13 +0000 (20:47 +0000)]
added missing file
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@96
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@95
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sat, 22 Jul 2006 15:24:20 +0000 (15:24 +0000)]
fixed doom3 func_static creation bugs
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@94
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sat, 22 Jul 2006 14:20:53 +0000 (14:20 +0000)]
changed ase texture parsing to match DoomEdit
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@93
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sat, 22 Jul 2006 11:22:54 +0000 (11:22 +0000)]
fixed func_static model dragging
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@92
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sun, 9 Jul 2006 22:14:47 +0000 (22:14 +0000)]
experimental string converter class
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@91
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sun, 9 Jul 2006 21:34:13 +0000 (21:34 +0000)]
fixed iconv link
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@90
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@89
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sun, 9 Jul 2006 14:09:19 +0000 (14:09 +0000)]
updated libxml2 win32 package to 2.6.24
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@88
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sun, 9 Jul 2006 14:09:08 +0000 (14:09 +0000)]
updated libxml2 win32 package to 2.6.24
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@87
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sun, 9 Jul 2006 13:17:09 +0000 (13:17 +0000)]
updated todo
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@86
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@85
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sun, 11 Jun 2006 13:29:52 +0000 (13:29 +0000)]
added per-face filtering for caulk shader
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@84
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sun, 11 Jun 2006 12:45:44 +0000 (12:45 +0000)]
fixed arbitrary rotation
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@83
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sun, 11 Jun 2006 11:52:08 +0000 (11:52 +0000)]
fixed errors
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@82
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sun, 11 Jun 2006 11:28:42 +0000 (11:28 +0000)]
minor refactoring
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@81
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sun, 11 Jun 2006 11:28:16 +0000 (11:28 +0000)]
fixed gcc compile error
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@80
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sun, 11 Jun 2006 11:20:33 +0000 (11:20 +0000)]
fixed warnings
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@79
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sun, 4 Jun 2006 08:44:25 +0000 (08:44 +0000)]
fixed crash in build > customise
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@78
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@77
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sat, 3 Jun 2006 12:52:35 +0000 (12:52 +0000)]
fixed save-region crash
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@76
8a3a26a2-13c4-0310-b231-
cf6edde360e5
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: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@75
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Mon, 29 May 2006 16:23:39 +0000 (16:23 +0000)]
gcc fix
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@74
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Mon, 29 May 2006 12:24:11 +0000 (12:24 +0000)]
fixed camera freemove shortcuts bug
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@73
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Mon, 29 May 2006 12:22:34 +0000 (12:22 +0000)]
cleaned up duplicated doom3 light_radius default value
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@72
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Mon, 29 May 2006 12:19:59 +0000 (12:19 +0000)]
portability improvements
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@71
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sun, 14 May 2006 20:32:33 +0000 (20:32 +0000)]
fixed gcc compile error
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@70
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sun, 14 May 2006 19:00:40 +0000 (19:00 +0000)]
added sockets.cpp to scons script
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@69
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sat, 13 May 2006 17:15:08 +0000 (17:15 +0000)]
added patch support for texture-painting
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@68
8a3a26a2-13c4-0310-b231-
cf6edde360e5
spog [Sat, 13 May 2006 16:58:09 +0000 (16:58 +0000)]
workaround for --export-dynamic in gtkglext
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@67
8a3a26a2-13c4-0310-b231-
cf6edde360e5