X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=CHANGES;h=823233ea8ebc098e585fdd5f2ce25190b1a4cccc;hb=0819a13b05a9bcdd0ba2f5062be6d1a1a55a4cfc;hp=7038429a80d1743c2451d88631472818e18f40aa;hpb=9a4e9d5b77b0e34e73aeccd75506e96f3fe1f846;p=xonotic%2Fnetradiant.git diff --git a/CHANGES b/CHANGES index 7038429a..823233ea 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,43 @@ This is the changelog for developers, != changelog for the end user that we distribute with the binaries. (see changelog) +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. +- Fixed gtk wimp theme not working after using gtkthemeselector. + +21/02/2006 +namespace +- Added command to toggle lighting/textured modes, shortcut F3. + +20/02/2006 +SPoG +- Fixed crash when disabling lighting for a second time. + +19/02/2006 +SPoG +- Fixed crash when loading invalid ASE models. + 11/02/2006 SPoG - Added install.py script.