Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / core / ChangeLog
index 4a54dba6b3d0979b79f00b11a29b6fb7bc4ee7e5..7f0fa6f74761b491245fee72af141e047ccff011 100644 (file)
@@ -1,8 +1,17 @@
-2012-07-31 Kevin Ruland
+2012-08-28 Bill Kuker
 
-   * Changed the ORK file format to save "keys" for materials and flight data as well as the localized
-   names.  This allows, for example, file saved in english locale to be loaded in a german locale
-   and have all the references established correctly.
+   * Removed late GL initialization, was causing issues with Java 7.
+   
+   * Added -Dopenrocket.3d.disable option for anyone experiencing crashes as a result of OpenGL.
+
+2012-08-01 Kevin Ruland
+
+   * Changed the loader to pull *.rkt files from zip containers.
+   
+   * Modified the BasicFrame so it doesn't automatically open the Rocket configuration dialog when opening a new rocket.
+   
+   * Unified the behavior for replacing (automatically closing) the base frame when opening a file, loading an example,
+   or picking from the Most-recently-used list.
 
 2012-06-24  Bill Kuker