X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=CHANGES;h=86d43918ed918ed02c4a96b8b2b1d863958851a6;hb=e6a3b08abbc6dbf48e3630f1568825340cc16392;hp=4c4c2e06ba9085344aa7cf9d05b2770a1c5f45a7;hpb=d617f066bc8f3b5a852859e7d4be3a29bca69b89;p=xonotic%2Fnetradiant.git diff --git a/CHANGES b/CHANGES index 4c4c2e06..86d43918 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,46 @@ This is the changelog for developers, != changelog for the end user that we distribute with the binaries. (see changelog) +11/06/2006 +SPoG +- Fixed arbitrary rotation X and Y axes appearing to be transposed. + +04/06/2006 +SPoG +- Fixed crash when deleting items from Build menu. + +03/06/2006 +SPoG +- Changed doom3 entity creation to add model key for brush-entities. +- Fixed crash in Save Region. +- Fixed detail brushes being turned structural when texture is set. + +29/05/2006 +SPoG +- Changed default doom3 light_radius to be taken from the entity-definition. +- Fixed error when entering and exiting camera freemove with LMB pressed. + http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1090 + +13/05/2006 +LordHavoc +- Added -fPIC for Linux builds to support x86_64. +- Removed static-linked libstdc++ hack for non-final builds. +- Removed gcc explicit linking hack for non-final builds. +- Added workaround for gcc static-member-pointer-as-template-argument bug. +- Fixed bobtoolz linux compile errors. +- Added Nexuiz and Darkplaces support. +SPoG +- Changed 'inconsistent vertex count' assert to be non-fatal. +- Changed 'failed to remove accelerator' assert to be non-fatal. +- Fixed crash due to broken module dependencies. +- Fixed default settings for Build Monitoring. +- Fixed nudge-selection when using the drag tool mode. +- Added support for patches in texture-painting tool. + 30/04/2006 SPoG - Fixed memory leak in signals library. +- Ported bobtoolz to use new module APIs. 01/04/2006 SPoG