]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - CHANGES
fixed nudge-selection and build-monitoring-defaults
[xonotic/netradiant.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 82829e341bea0ebc4437b475466df19ef222051f..0ae8162c1ccf4c54c632ffbb3f7fb753ab0066d6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,21 @@
 This is the changelog for developers, != changelog for the end user 
 that we distribute with the binaries. (see changelog)
 
+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.
+
 30/04/2006
 SPoG
 - Fixed memory leak in signals library.