Commit Graph

1464 Commits

Author SHA1 Message Date
namespace 954f4e5391 ufo ai bitmaps for setup
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@168 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-04-28 19:24:40 +00:00
namespace ad60fb741e git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@167 8a3a26a2-13c4-0310-b231-cf6edde360e5 2007-04-28 18:37:37 +00:00
namespace 7f38a11008 - Disabled auto-search for texbrowser and entityinspector even when the option
is turned on in the gtkrc

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@166 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-04-26 18:14:45 +00:00
namespace 45a615e355 - Fixed q3map2 lightbounce bug (by Unknown)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@165 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-04-26 13:16:37 +00:00
namespace d1982064ee - Fixed another texcompression bug
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@164 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-04-26 13:11:36 +00:00
namespace 47e6646181 - Fixed texcompression being disabled after each restart
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@163 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-04-25 18:54:37 +00:00
namespace 389cb33239 - Fixed brushexport2 output float-format (Shaderman)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@162 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-04-15 13:51:17 +00:00
namespace 6763fa2719 TinyFix: mapxml Element memorymanagment
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@160 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-03-28 10:24:03 +00:00
namespace 97b5fa7aa7 - Fix: Added missing xml-writer pop-calls
- Ported mapxml plugin to Doom3
- mapxml now exports brushes with its vertices


git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@159 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-03-27 12:42:30 +00:00
namespace 2e97c6dc9f 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
2007-03-19 20:16:06 +00:00
Forest Hale c4e2a20d08 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
2007-03-09 02:10:22 +00:00
Forest Hale 77faf8018f 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
2007-03-09 01:57:32 +00:00
namespace 1086f5df1d 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
2007-03-08 16:39:30 +00:00
namespace 2505d52897 - Win32 compile fix (woekele)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@154 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-03-08 00:09:38 +00:00
namespace 0e5bc042fe - Updated UFA:Plugin (mattn2)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@153 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-03-07 18:42:05 +00:00
Forest Hale 5dd408d91d 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
2007-03-05 23:45:55 +00:00
Forest Hale e5de74a41f 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
2007-03-05 23:40:22 +00:00
namespace 8048d70866 - 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
2007-03-04 20:54:30 +00:00
namespace f82b1ff719 Linux compile fix and updated COMPILING
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@149 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-03-04 15:03:15 +00:00
namespace 4b67632be4 - 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
2007-03-04 13:51:10 +00:00
namespace 643984aa39 - 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
2007-03-04 13:40:18 +00:00
namespace 35afb8e83e (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
2007-03-03 18:01:05 +00:00
namespace b8d058e623 tiny fix the second
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@145 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-03-02 21:47:02 +00:00
namespace b83db4746c tiny fix for vc
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@144 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-03-02 21:38:36 +00:00
namespace 68159d9ed4 - 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
2007-02-28 20:55:39 +00:00
namespace 61cca6db45 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
2007-01-26 19:03:29 +00:00
namespace c49623fe5c Added undo/redo-icons to setup.xml
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@141 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-01-25 15:32:06 +00:00
namespace 32833fdf3f Added undo/redo icons
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@140 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-01-24 21:15:09 +00:00
namespace 2a71ead9d9 - 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
2007-01-24 19:40:32 +00:00
namespace 72ce262ae8 - 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
2007-01-18 17:05:37 +00:00
Forest Hale ceb313228a 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
2007-01-18 12:04:47 +00:00
namespace 8235a81ac1 - 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
2007-01-17 12:26:57 +00:00
namespace 5e882b2713 final fix for ufoai
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@135 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-01-06 13:47:21 +00:00
namespace c6db6ffb41 ...
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@134 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-01-05 22:10:05 +00:00
namespace af25bbc38c ...
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@133 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-01-05 22:07:27 +00:00
namespace 854c35ae49 ...
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@132 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-01-05 22:00:16 +00:00
namespace 211ab65196 - 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
2007-01-05 21:59:07 +00:00
Forest Hale 03c5c9e2a0 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
2007-01-04 21:45:37 +00:00
Forest Hale e1a4c59897 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
2007-01-04 16:10:21 +00:00
namespace 995104ef44 - 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
2006-12-25 22:22:04 +00:00
namespace 3ff5a419f9 Adding missing warzow xml-files
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@127 8a3a26a2-13c4-0310-b231-cf6edde360e5
2006-12-17 14:12:54 +00:00
namespace dc44131828 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
2006-12-17 13:49:19 +00:00
namespace 4dc06d9733 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
2006-12-16 18:38:08 +00:00
namespace f2bd8e197e - Added tremoulus-support to q3map2
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@124 8a3a26a2-13c4-0310-b231-cf6edde360e5
2006-12-13 20:01:20 +00:00
namespace 0a9ca16033 - 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
2006-12-08 19:52:48 +00:00
Forest Hale 7174c79dc2 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
2006-11-23 16:55:50 +00:00
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
namespace d2d257b41b 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
2006-11-04 23:17:52 +00:00
namespace 3177630aed - Added warzow-support to q3map2
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@119 8a3a26a2-13c4-0310-b231-cf6edde360e5
2006-11-04 23:15:25 +00:00
namespace 7ebadb431a Added missing bitmaps
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@118 8a3a26a2-13c4-0310-b231-cf6edde360e5
2006-10-12 19:36:53 +00:00