Commit Graph

  • 474fed87d9 1.4 gpl 1.4-gpl namespace 2007-04-08 18:11:34 +0000
  • 6763fa2719 TinyFix: mapxml Element memorymanagment namespace 2007-03-28 10:24:03 +0000
  • 97b5fa7aa7 - Fix: Added missing xml-writer pop-calls - Ported mapxml plugin to Doom3 - mapxml now exports brushes with its vertices namespace 2007-03-27 12:42:30 +0000
  • 2e97c6dc9f Fix: Selection is now deleted when creating a patch out of it (aumüller / namespace) namespace 2007-03-19 20:16:06 +0000
  • 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) Forest Hale 2007-03-09 02:10:22 +0000
  • 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") Forest Hale 2007-03-09 01:57:32 +0000
  • 1086f5df1d Added manifest files to setup for q3map2 and q2map namespace 2007-03-08 16:39:30 +0000
  • 2505d52897 - Win32 compile fix (woekele) namespace 2007-03-08 00:09:38 +0000
  • 0e5bc042fe - Updated UFA:Plugin (mattn2) namespace 2007-03-07 18:42:05 +0000
  • 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 Forest Hale 2007-03-05 23:45:55 +0000
  • 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 Forest Hale 2007-03-05 23:40:22 +0000
  • 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 namespace 2007-03-04 20:54:30 +0000
  • f82b1ff719 Linux compile fix and updated COMPILING namespace 2007-03-04 15:03:15 +0000
  • 4b67632be4 - Reverted Q3 translucency fix since it randomly made brushes fully transparent in Doom3 mode. namespace 2007-03-04 13:51:10 +0000
  • 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 namespace 2007-03-04 13:40:18 +0000
  • 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 namespace 2007-03-03 18:01:05 +0000
  • b8d058e623 tiny fix the second namespace 2007-03-02 21:47:02 +0000
  • b83db4746c tiny fix for vc namespace 2007-03-02 21:38:36 +0000
  • 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 namespace 2007-02-28 20:55:39 +0000
  • 61cca6db45 SnapPlane reenabled by namespace because of multiple reports of q3map2-crashes which were triggered by this patch. namespace 2007-01-26 19:03:29 +0000
  • c49623fe5c Added undo/redo-icons to setup.xml namespace 2007-01-25 15:32:06 +0000
  • 32833fdf3f Added undo/redo icons namespace 2007-01-24 21:15:09 +0000
  • 2a71ead9d9 - Added Undo/Redo-Toolbarbuttons (Shaderman) - Fixed Bug #1078 (sogined) namespace 2007-01-24 19:40:32 +0000
  • 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 namespace 2007-01-18 17:05:37 +0000
  • ceb313228a disabled SnapPlane because it slightly corrupts collision brushes from embedded model triangles Forest Hale 2007-01-18 12:04:47 +0000
  • 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) namespace 2007-01-17 12:26:57 +0000
  • 5e882b2713 final fix for ufoai namespace 2007-01-06 13:47:21 +0000
  • c6db6ffb41 ... namespace 2007-01-05 22:10:05 +0000
  • af25bbc38c ... namespace 2007-01-05 22:07:27 +0000
  • 854c35ae49 ... namespace 2007-01-05 22:00:16 +0000
  • 211ab65196 - UFO:Alien Invasion Plugin (mattn2) - Fix: Filtering models in ET doesn't filter misc_gamemodels (Shaderman) namespace 2007-01-05 21:59:07 +0000
  • 03c5c9e2a0 reverting my last change as I don't know where to put it Forest Hale 2007-01-04 21:45:37 +0000
  • e1a4c59897 added Node_getBrush function as requested by mattn (UFO:AI team) Forest Hale 2007-01-04 16:10:21 +0000
  • 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 namespace 2006-12-25 22:22:04 +0000
  • 3ff5a419f9 Adding missing warzow xml-files namespace 2006-12-17 14:12:54 +0000
  • dc44131828 17/12/2006 namespace - Radiant warzow-support (Topsun + Warzow-Mappers) namespace 2006-12-17 13:49:19 +0000
  • 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 namespace 2006-12-16 18:38:08 +0000
  • f2bd8e197e - Added tremoulus-support to q3map2 namespace 2006-12-13 20:01:20 +0000
  • 0a9ca16033 - Entity names are now drawn for group entities in Doom3 and Quake 3 mode (namespace) - Fixed translucent brushes becoming invisible when selected (Shaderman) namespace 2006-12-08 19:52:48 +0000
  • 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) Forest Hale 2006-11-23 16:55:50 +0000
  • 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) namespace 2006-11-06 20:41:46 +0000
  • d2d257b41b Small fix, reverting an accidental change in group.cpp namespace 2006-11-04 23:17:52 +0000
  • 3177630aed - Added warzow-support to q3map2 namespace 2006-11-04 23:15:25 +0000
  • 7ebadb431a Added missing bitmaps namespace 2006-10-12 19:36:53 +0000
  • 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) namespace 2006-10-12 19:10:05 +0000
  • bd1602cf73 - Added option to toggle the camera window stats on/off namespace 2006-10-09 16:25:07 +0000
  • bdf247256f - Added missing prey.xml for win32 setup namespace 2006-10-09 09:07:24 +0000
  • 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) namespace 2006-10-08 21:13:50 +0000
  • 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. namespace 2006-10-07 15:08:18 +0000
  • 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) namespace 2006-10-06 20:55:44 +0000
  • 48e07ba5f5 - Fix for Bug 1113 (Topsun) (http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1113) namespace 2006-10-03 20:54:05 +0000
  • 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) namespace 2006-10-03 16:23:28 +0000
  • 495d93b083 - Added missing xml files for win32 installer namespace 2006-10-01 14:34:53 +0000
  • 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) namespace 2006-10-01 14:12:11 +0000
  • 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 namespace 2006-09-30 15:56:36 +0000
  • 53bb8dbf01 64bit compile fixes Forest Hale 2006-09-13 22:25:37 +0000
  • 896d2a255a Fixed 64 Bit issue in patch.h, see http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1109 for details namespace 2006-09-12 13:12:54 +0000
  • 8a61657fc4 Fixed unnecessary warnings, see http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1108 for details namespace 2006-09-11 14:48:41 +0000
  • 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 namespace 2006-09-11 11:29:09 +0000
  • c22ba2604d Fixed compile error on x86_64, see http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1105 for details. namespace 2006-09-11 10:35:17 +0000
  • 041f7e0998 Added feature: camera strafing while holding ctrl additional forward movement when holding shift namespace 2006-09-09 15:03:05 +0000
  • 3f1cbdde23 fixed crash loading quake4 1.3 entity definitions spog 2006-08-22 17:37:07 +0000
  • 3e076b28de refactored CONTENTS_DETAIL macro spog 2006-08-13 13:55:20 +0000
  • 0b3ffc80a7 disabled 'detail' checkbox in q2 surface inspector spog 2006-08-13 13:43:26 +0000
  • 1694072a3c fixed bug 1102 - gcc 4.1.1 error spog 2006-08-13 13:16:48 +0000
  • 4e142f7d87 added missing file spog 2006-07-31 20:47:13 +0000
  • d498eb592d added support for both ent and def files at the same time spog 2006-07-22 16:30:32 +0000
  • 988b2f6fbc fixed doom3 func_static creation bugs spog 2006-07-22 15:24:20 +0000
  • e87a0b240c changed ase texture parsing to match DoomEdit spog 2006-07-22 14:20:53 +0000
  • e986a9d479 fixed func_static model dragging spog 2006-07-22 11:22:54 +0000
  • c7987cc0be experimental string converter class spog 2006-07-09 22:14:47 +0000
  • 5fbe19c4a6 fixed iconv link spog 2006-07-09 21:34:13 +0000
  • 1f0b5c5c86 applied patch: stack-backtrace support on linux; use new DebugHelp API on win32 spog 2006-07-09 14:27:06 +0000
  • 7a43e1720c updated libxml2 win32 package to 2.6.24 spog 2006-07-09 14:09:19 +0000
  • e6a3b08abb updated libxml2 win32 package to 2.6.24 spog 2006-07-09 14:09:08 +0000
  • 8086e8b3f9 updated todo spog 2006-07-09 13:17:09 +0000
  • 005e9e2db6 texture-browser: removed check for textures/ prefix when loading textures from a directory spog 2006-06-24 17:17:33 +0000
  • 1fd4f5bda7 added per-face filtering for caulk shader spog 2006-06-11 13:29:52 +0000
  • 2a1870f6d6 fixed arbitrary rotation spog 2006-06-11 12:45:44 +0000
  • ebeb23b783 fixed errors spog 2006-06-11 11:52:08 +0000
  • e00838f66e minor refactoring spog 2006-06-11 11:28:42 +0000
  • 6c3931aff8 fixed gcc compile error spog 2006-06-11 11:28:16 +0000
  • 0f319946a6 fixed warnings spog 2006-06-11 11:20:33 +0000
  • 8feb702d62 fixed crash in build > customise spog 2006-06-04 08:44:25 +0000
  • 541e8259e7 fixed detail brushes being converted to structural by texture application spog 2006-06-03 13:24:20 +0000
  • 3fe01800e2 fixed save-region crash spog 2006-06-03 12:52:35 +0000
  • 70da7cd260 changed doom3 entity-create to add model key for brush-entities spog 2006-06-03 12:41:12 +0000
  • ecd25e066c gcc fix spog 2006-05-29 16:23:39 +0000
  • 665309b15e fixed camera freemove shortcuts bug spog 2006-05-29 12:24:11 +0000
  • 4a43142e7f cleaned up duplicated doom3 light_radius default value spog 2006-05-29 12:22:34 +0000
  • 501f88301a portability improvements spog 2006-05-29 12:19:59 +0000
  • 520f83054e fixed gcc compile error spog 2006-05-14 20:32:33 +0000
  • b13f3034eb added sockets.cpp to scons script spog 2006-05-14 19:00:40 +0000
  • f877bbb3ad added patch support for texture-painting spog 2006-05-13 17:15:08 +0000
  • c56806c2b7 workaround for --export-dynamic in gtkglext spog 2006-05-13 16:58:09 +0000
  • e9560a69a3 fixed nudge-selection and build-monitoring-defaults spog 2006-05-13 15:09:54 +0000
  • 509042502f fixed linux-only crash when error message handler causes an error spog 2006-05-13 12:41:19 +0000
  • a99f74dc0e minor change to error message handling spog 2006-05-13 12:38:06 +0000
  • 23cc0661e0 added plugins to win32/linux installers; fixed crash when plugins are disabled spog 2006-05-13 12:25:54 +0000
  • 8649824a42 integrated bobtoolz patch from LordHavoc spog 2006-05-13 10:36:50 +0000