X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=CHANGES;h=9c179bd12cfe4243e8b436af87e797299bc5a181;hp=cb60a652fdc5d8482bf6f3d1f1c788d92b6fad2d;hb=1f0b5c5c8648382a58ece942f763599045746ca2;hpb=d0cf6ff0a19f0e4957b30e8d3f676848744ae013 diff --git a/CHANGES b/CHANGES index cb60a652..9c179bd1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,86 @@ This is the changelog for developers, != changelog for the end user that we distribute with the binaries. (see changelog) +09/07/2006 +Shaderman +- Updated win32 libxml2 package to 2.6.24. +namespace +- Ported win32 stack-backtrace to use new DebugHelp API. +- Added stack-backtrace functionality for Linux/OSX. + +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 +- Added key-observer interface to entity module API. +- Rewrote callback library to add support for return-values. +- Added minimal API to support bobtoolz plugin. +- Refactored brush for-each functions to take Functor instead of Visitor. +- Added signals library. + +31/03/2006 +SPoG +- Changed doom3 light creation to use size of selected brushes. + +20/03/2006 +SPoG +- Fixed crash when resetting preferences after startup failure. +- Fixed crash on next-leak-spot with build-monitoring enabled. +- Fixed doom3/quake4 blended-decal rendering when toggling lighting mode. +- Fixed fit-texture with rotated texture transforms. + +20/03/2006 +SPoG +- Changed Copy/Paste to work on face textures if any faces are selected. +- Fixed GTK_WIDGET_REALIZED assert when selecting entities (linux). + +28/02/2006 +namespace, SPoG +- Added drag-resizing for doom3/quake4 light_radius boxes. + +25/02/2006 +SPoG +- Fixed objects sometimes dissappearing when at high zoom level in Ortho views. + 24/02/2006 SPoG - Added GPL text to win32 installer.