]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - CHANGES
applied patch: stack-backtrace support on linux; use new DebugHelp API on win32
[xonotic/netradiant.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index c5a3f883702c7c51f1035767e4de404c3c8b4f8a..9c179bd12cfe4243e8b436af87e797299bc5a181 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,33 @@
 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.
@@ -13,6 +40,9 @@ 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