X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=ChangeLog;h=40bd4d0a54c0270bae2f096259a35bbaa4fb7941;hp=c4e5ff78ccded48edfe2772ca82f40a7cd7cad9b;hb=d664b7f9bbab93389584b8013adec10de28c0e1f;hpb=9164d400cc80d350a98d45d9a4ea22acfc714e3b diff --git a/ChangeLog b/ChangeLog index c4e5ff78..40bd4d0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2009-04-26 Rudolf Polzer divVerent(at)alientrap.org + * q3map2: minimap generation for Nexuiz + * q3map2: better progress indicators + +2009-04-23 Rudolf Polzer divVerent(at)alientrap.org + * q3map2: misc_model spawnflag 64 turns off normal smoothing + * q3map2: improved output of vis + +2009-04-21 Rudolf Polzer divVerent(at)alientrap.org + * q3map2: more MAX_MAP_VISIBILITY + +2009-04-15 Rudolf Polzer divVerent(at)alientrap.org + * radiant: new toolbar bitmaps by sev + +2009-04-13 Rudolf Polzer divVerent(at)alientrap.org + * all: fix some MSVC compile errors + +2009-04-10 Rudolf Polzer divVerent(at)alientrap.org + * all: add WarsowPack + * q3map2: add alias _shadeangle to _smoothnormals + * q3map2: fix crash in reading RBSP files + +2009-04-09 Rudolf Polzer divVerent(at)alientrap.org + * radiant: fix font size handling + +2009-04-08 Rudolf Polzer divVerent(at)alientrap.org + * radiant: force disable composition on Vista (should fix "white 3D window" issues) + +2009-04-05 Rudolf Polzer divVerent(at)alientrap.org + * radiant: fix ViewSide command (no longer does the same as ViewTop) + * q3map2: generate origin brushes when decompiling + * q3map2: allow more portals per leaf, to help with -bsp -deep + +2009-04-04 Rudolf Polzer divVerent(at)alientrap.org + * q3map2: -bsp -deep also including detail brushes into the BSP tree at lowest priority, should give higher fps while increasing compile time and BSP size + * q3map2: fix crash when decompiling to .map + +2009-04-03 Rudolf Polzer divVerent(at)alientrap.org + * q3map2: -vis -mergeportals speeding up vis a lot, while not making vis much worse + +2009-04-02 Rudolf Polzer divVerent(at)alientrap.org + * radiant: portable radiant: when a subdir "settings" exists where radiant.exe resides, config is stored there so you can take it with you on a USB stick + +2009-04-01 Rudolf Polzer divVerent(at)alientrap.org + * all: compile fix on Win64 + +2009-03-31 Rudolf Polzer divVerent(at)alientrap.org + * q3map2: merged feature -bsp -altsplit (27), alternate way to weight BSP splits, should give higher fps in original Q3 engine (needs testing) + * q3map2: also compare shaders when comparing surfaces for sorting (27) + * q3map2: misc_model spawnflag 32 copies vertex alpha from color, for terrain blending on models (27) + 2009-03-29 Rudolf Polzer divVerent(at)alientrap.org * q3map2: _ls key shorthand for _lighmapscale (VorteX) * q3map2: -samplescale switch (VorteX)