Commit Graph

399 Commits

Author SHA1 Message Date
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
namespace bc832533c3 - 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
2006-10-12 19:10:05 +00:00
namespace bd1602cf73 - 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
2006-10-09 16:25:07 +00:00
namespace bdf247256f - Added missing prey.xml for win32 setup
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@115 8a3a26a2-13c4-0310-b231-cf6edde360e5
2006-10-09 09:07:24 +00:00
namespace d403cec8ee - 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
2006-10-08 21:13:50 +00:00
namespace 8d4bd599b6 - 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
2006-10-07 15:08:18 +00:00
namespace 049119a99d - 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
2006-10-06 20:55:44 +00:00
namespace 48e07ba5f5 - 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
2006-10-03 20:54:05 +00:00
namespace 04dca548d1 - 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
2006-10-03 16:23:28 +00:00
namespace 495d93b083 - Added missing xml files for win32 installer
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@109 8a3a26a2-13c4-0310-b231-cf6edde360e5
2006-10-01 14:34:53 +00:00
namespace 8cb19ddd5c - 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
2006-10-01 14:12:11 +00:00
namespace c11d5da7a3 - 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
2006-09-30 15:56:36 +00:00
Forest Hale 53bb8dbf01 64bit compile fixes
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@106 8a3a26a2-13c4-0310-b231-cf6edde360e5
2006-09-13 22:25:37 +00:00
namespace 896d2a255a 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
2006-09-12 13:12:54 +00:00
namespace 8a61657fc4 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
2006-09-11 14:48:41 +00:00
namespace c9fe7c0498 - 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
2006-09-11 11:29:09 +00:00