<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/tools/editor/spatial_editor_gizmos.cpp, branch 1.1-rc2</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/tools/editor/spatial_editor_gizmos.cpp?h=1.1-rc2</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/tools/editor/spatial_editor_gizmos.cpp?h=1.1-rc2'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2015-04-18T17:38:54Z</updated>
<entry>
<title>Updated copyright year in all headers</title>
<updated>2015-04-18T17:38:54Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-18T17:38:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=fdaa2920eb21fff3320a17e9239e04dfadecdb00'/>
<id>urn:sha1:fdaa2920eb21fff3320a17e9239e04dfadecdb00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug Fixes</title>
<updated>2014-11-02T14:31:01Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-11-02T14:31:01Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d85b67be53bac252c0a28b799d56d1b359c4ee99'/>
<id>urn:sha1:d85b67be53bac252c0a28b799d56d1b359c4ee99</id>
<content type='text'>
-=-=-=-=-

-Fixed problem with scaling shapes (#827), related to not taking scale in consideration for calculating the moment of inertia
-Added support for multiline strings (or comments) using """
-Save subscene bug, properties not being saved in root node (#806)
-Fix Crash in CollisionPolygon2DEditor (#814)
-Restored Ability to compile without 3D (#795)
-Fix InterpolatedCamera (#803)
-Fix UV Import for OBJ Meshes (#771)
-Fixed issue with modifier gizmos (#794)
-Fixed CapsuleShape gizmo handle (#50)
-Fixed Import Button (not properly working in 3D) (#733)
-Many misc fixes (though no new features)
</content>
</entry>
<entry>
<title>Little Bits</title>
<updated>2014-10-12T05:13:22Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-10-12T05:13:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=948fd83cdded7fed77ae5213101c1a2ece580434'/>
<id>urn:sha1:948fd83cdded7fed77ae5213101c1a2ece580434</id>
<content type='text'>
-=-=-=-=-=-

-fix duplicate function bug when creating script callback in editor
-fix bug where hiding lights does not work
-fix 2D audio listener bug (romulox_x reported)
-fix exported properties with inheritance bug
-fix timer autostart (make it not work on editor)
-reactivate first camara found if viewport runs out of active camera
-option to hide gizmos in viewport
-changed skeleton gizmo because it sucks
-Make convex shapes using CollisionShape visible (use quickhull class)
-fix up menu when editing a mesh, to export collision, navmesh, convex, etc. from it.
-make a menu option to show SRGB in 3D editor views by default
-make option to edit default light direction in viewport settings
-make option to edit default ambient light in viewport settings
-make software conversion of linear-&gt;RGB if hardware support not found
</content>
</entry>
<entry>
<title>Build System Changes</title>
<updated>2014-10-07T04:31:49Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-10-07T04:31:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0fa94a96904a8ff44d1a26fd6b783c2d6a533540'/>
<id>urn:sha1:0fa94a96904a8ff44d1a26fd6b783c2d6a533540</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=

Build System:
-Big clean up of SCons, changed how builds are done to a much cleaner method (check the Github Wiki for instructions).
-Deactivated BlackBerry10 (sorry), if no mantainer found (or BlackBerry does not send us a Passort ;), platform will be removed as we have no longer devices to test.

Engine:
-Removed deprecated object and scene format (was in there just for compatibility, not in use since a long time).
-Added ability to open scenes even if a node type was removed (will try to guess the closest type).
-Removed deprecated node types.
</content>
</entry>
<entry>
<title>CollisionPolygon (3D)</title>
<updated>2014-09-17T00:19:54Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-09-17T00:19:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f00f4b9296a827ac1014cc2cc84b0dfbb4cac497'/>
<id>urn:sha1:f00f4b9296a827ac1014cc2cc84b0dfbb4cac497</id>
<content type='text'>
Workaround for round() on PC.
</content>
</entry>
<entry>
<title>3D Physics Rework, Other Stuff</title>
<updated>2014-09-15T14:33:30Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-09-15T14:33:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=8cab401d08f8e25aa9b2dc710204785858ff3dbb'/>
<id>urn:sha1:8cab401d08f8e25aa9b2dc710204785858ff3dbb</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=-=-=-=-

3D Physics:
-Fixed "Bounce" parameter in 3D
-Fixed bug affecting Area (sometims it would not detect properly)
-Vehicle Body has seen heavy work
-Added Query API for doing space queries in 3D. Needs some docs though.
-Added JOINTS! Adapted Bullet Joints: and created easy gizmos for setting them up:
   -PinJoint
   -HingeJoint (with motor)
   -SliderJoint
   -ConeTwistJoint
   -Generic6DOFJoint
-Added OBJECT PICKING! based on the new query API. Any physics object now (Area or Body) has the following signals and virtual functions:
    -input_event (mouse or multitouch input over the body)
    -mouse_enter (mouse entered the body area)
    -mouse_exit (mouse exited body area)
   For Area it needs to be activated manually, as it isn't by default (ray goes thru).

Other:

-Begun working on Windows 8 (RT) port. Compiles but does not work yet.
-Added TheoraPlayer library for improved to-texture and portable video support.
-Fixed a few bugs in the renderer, collada importer, collada exporter, etc.
</content>
</entry>
<entry>
<title>3D Physics and Other Stuff</title>
<updated>2014-09-03T02:13:40Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-09-03T02:13:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=1a2cb755e2d8b9d59178f36702f6dff7235b9088'/>
<id>urn:sha1:1a2cb755e2d8b9d59178f36702f6dff7235b9088</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=-=-=-=

-New Vehicle (Based on Bullet's RaycastVehicle) - Vehiclebody/VehicleWheel. Demo will come soon, old vehicle (CarBody) will go away soon too.
-A lot of fixes to the 3D physics engine
-Added KinematicBody with demo
-Fixed the space query API for 2D (demo will come soon). 3D is WIP.
-Fixed long-standing bug with body_enter/body_exit for Area and Area2D
-Performance variables now includes physics (active bodies, collision pairs and islands)
-Ability to see what's inside of instanced scenes!
-Fixed Blend Shapes (no bs+skeleton yet)
-Added an Android JavaClassWrapper singleton for using Android native classes directly from GDScript. This is very Alpha!
</content>
</entry>
<entry>
<title>Small Issues &amp; Maintenance</title>
<updated>2014-08-02T01:10:38Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-08-02T01:10:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=678948068bbde7f12a9c5f28a467b6cf4d127851'/>
<id>urn:sha1:678948068bbde7f12a9c5f28a467b6cf4d127851</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=-=-=-=

-Begin work on Navigation Meshes (simple pathfinding for now, will improve soon)
-More doc on theme overriding
-Upgraded OpenSSL to version without bugs
-Misc bugfixes
</content>
</entry>
<entry>
<title>Misc Fixes</title>
<updated>2014-06-28T02:21:45Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-06-28T02:21:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2af2a84a03fd707cfa4c682aff34d722343d8985'/>
<id>urn:sha1:2af2a84a03fd707cfa4c682aff34d722343d8985</id>
<content type='text'>
==========

-NOTIFICATION_WM_QUIT fixed on android (seems tha way this is reported changed in newer sdk)
-WIP implementation of APK Expansion APIs for publishing games larger than 50mb in Play Store
-Feaures in the new tutorials are all present in the sourcecode
-This (hopefully) should get rid of the animation list order getting corrupted
-Improved 3D Scene Importer (Skeletons, Animations and other stuff were not being merged). Anything missing?
-In code editor, the automatic syntax checker will only use file_exists() to check preload() else it might freeze the editor too much while typing if the preload is a big resource
-Fixed bugs in PolygonPathFinder, stil pending to do a node and a demo
</content>
</entry>
<entry>
<title>Lots of 3D improvements:</title>
<updated>2014-05-05T01:50:23Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-05-05T01:50:23Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=72ae89c5aa8da9110ec8f89e5558d5d04935f3b5'/>
<id>urn:sha1:72ae89c5aa8da9110ec8f89e5558d5d04935f3b5</id>
<content type='text'>
-Object Manipulator Gizmo keeps proper scale in all windows and projections, (configurable on settings too).
-Manipulator gizmos for other objects (camera, shapes, etc) massively improved and bug-fixed.
-Manipulator gizmos are different for edited object and other objects.
-Properly highlight manipulator gizmo handles when hovered.
-Fixed bugs in fragment program when using more than 1 light together.
-Reload png/jpg files automatically in editor if edited externally.
-Added 4-stages Parallel Split Shadow Mapping, to improve shadow quality in large scenarios
-Added PCF13 to improve smoothness of shadow borders
-General optimization of directional light shadow mapping for Orthogonal,PSM and PSSM.
-Fixed normal mapping when importing DAE files, works nicely now.
</content>
</entry>
</feed>
