]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - ChangeLog
more makefile fixes for OS X
[xonotic/netradiant.git] / ChangeLog
index 74bf1d227235d86e2659a68b99bc6fc9758a5e2f..fb149be7232e10940e50b3108170afae3527ec9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,94 @@
+2009-01-07 Rudolf Polzer divVerent(at)alientrap.org
+       * radiant: handle ALL key binds properly using GDK methods
+
+2009-01-03 Rudolf Polzer divVerent(at)alientrap.org
+       * radiant: fix the translation of entities used by mirroring or scaling
+
+2009-01-02 Rudolf Polzer divVerent(at)alientrap.org
+       * radiant: command "regroup entities", allows moving brushes in/out of
+         entities
+
+2009-01-01 Rudolf Polzer divVerent(at)alientrap.org
+       * radiant: "clone selection" no longer changes targetnames by default.
+         Hold shift while pressing space to do change them as before.
+       * all: handle "origin" keys for brush entities (more consistency, should
+         break no maps)
+
+2008-12-10 Rudolf Polzer divVerent(at)alientrap.org
+       * radiant: properly handle the [ and ] keys on german layout
+       * q3map2: fix dotProduct2scale to match the documentation
+
+2008-11-28 Rudolf Polzer divVerent(at)alientrap.org
+       * q3map2: -dirty: don't treat skybox surfaces as solid for dirtmapping;
+         prevents Quake 2-ish "dark near skybox" effect.
+
+2008-11-21 Rudolf Polzer divVerent(at)alientrap.org
+       * radiant: applied win32 font and build fix by ingar
+
+2008-11-20 Rudolf Polzer divVerent(at)alientrap.org
+       * q3map2: extend some more limits but just by a bit this time to not
+         let memory usage rise too high
+       * radiant: fix finding the .mtl file for .obj models
+
+2008-11-18 Rudolf Polzer divVerent(at)alientrap.org
+       * q3map2: get rid of the MAX_MAP_DRAW_VERTS limit (the array already was
+         dynamic anyway); allows creating BSPs of over 400 MB in size ;)
+
+2008-11-10 Rudolf Polzer divVerent(at)alientrap.org
+       * radiant: draw targeting arrows also for target2, etc. keys even in Q3
+         map mode; this is good for Nexuiz which now supports target, target2,
+         target3 and target4.
+
+2008-11-07 Rudolf Polzer divVerent(at)alientrap.org
+       * radiant: fix buffer overruns because of using the realpath function
+         with an insufficient buffer; there might be more of these in the code
+         base
+
+2008-10-27 Rudolf Polzer divVerent(at)alientrap.org
+       * q3map2: -convert -format ase -shadersasbitmap convert mode that writes
+         the shader names in the *BITMAP field in the .ase. That way, the .ase
+         files work without changing as mapobjects.
+
+2008-10-12 Rudolf Polzer divVerent(at)alientrap.org
+       * q3map2: fix the deluxemap contribution from ambient lighting. minLight
+         is still broken with deluxemapping. If you must use minLight, combine it
+         with 1/2 or 1/4 of its amount in ambient.
+
+2008-09-30 Rudolf Polzer divVerent(at)alientrap.org
+       * q3map2: fix deluxemap when lit from the wrong side as good as possible
+         by ignoring the deluxemap contribution. Now the invariant "deluxemap
+         vector points away from the surface" should hold. Avoids sudden black
+         spots when deluxemapping.
+
+2008-09-26 Rudolf Polzer divVerent(at)alientrap.org
+       * q3map2: turn the Urban Terror vis nudge and triangle check into options
+         -extravisnudge and -trianglecheck, as they break some Nexuiz maps.
+         Evaluate the usefulness of these options later.
+       * q3map2: make sure the intermediate .bsp when bouncing always is loadable
+         into the game (by unparsing the entities, so if gridsize got modified,
+         that change gets written too)
+
+2008-09-23 Rudolf Polzer divVerent(at)alientrap.org
+       * q3map2: print a warning if the specified samplesize cannot be used with
+         the current lightmap size
+
+2008-09-22 Rudolf Polzer divVerent(at)alientrap.org
+       * q3map2: add dotProduct2scale alphamod
+       * q3map2: add -minsamplesize command line option to override lightmapscale
+         specified in map files
+
+2008-09-19 Rudolf Polzer divVerent(at)alientrap.org
+       * radiant: add a "Strafe Mode" option
+       * radiant: ctrl-tab now focuses all XYZ views in the three-part view (as
+         that is what the user is likely to want there)
+       * radiant: make rotate/scale dialogs non-modal
+
+2008-09-18 Rudolf Polzer divVerent(at)alientrap.org
+       * radiant: handle missing anisotropy extension; fixes display bug on
+         Windows XP software renderer
+       * radiant: make logging kick in earlier
+       * radiant: add svn release to the version number
+
 2008-09-15 Rudolf Polzer divVerent(at)alientrap.org
        * all: added a Makefile to build GtkRadiant; this replaces scons and
          python install.py