<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/tools/editor/plugins/spatial_editor_plugin.h, branch 1.0-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/plugins/spatial_editor_plugin.h?h=1.0-rc2</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/tools/editor/plugins/spatial_editor_plugin.h?h=1.0-rc2'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2014-10-16T03:06:34Z</updated>
<entry>
<title>-added custom metadata to physics shapes (2D only for now)</title>
<updated>2014-10-16T03:06:34Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-10-16T03:06:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=371eac9beffdfe416b8555ee006baf0ffae2bef3'/>
<id>urn:sha1:371eac9beffdfe416b8555ee006baf0ffae2bef3</id>
<content type='text'>
-gizmos are not displayed in camera preview
</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>Misc Bits</title>
<updated>2014-10-09T03:06:51Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-10-09T03:06:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9142d6fc408d72178f102bad97c0c2fe1902ce55'/>
<id>urn:sha1:9142d6fc408d72178f102bad97c0c2fe1902ce55</id>
<content type='text'>
-=-=-=-=-

-Added more missing icons to nodes.
-Added more 3D split view modes
-Fixed annoying script editor bug with keyboard focus
</content>
</entry>
<entry>
<title>Huge Amount of BugFix</title>
<updated>2014-10-03T03:10:51Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-10-03T03:10:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b24fe3dd206ce391ec4c5f68d32fc2259f275563'/>
<id>urn:sha1:b24fe3dd206ce391ec4c5f68d32fc2259f275563</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=-

-Fixes to Collada Exporter (avoid crash situtions)
-Fixed to Collada Importer (Fixed Animation Optimizer Bugs)
-Fixes to RigidBody/RigidBody2D body_enter/body_exit, was buggy
-Fixed ability for RigidBody/RigidBody2D to get contacts reported and bodyin/out in Kinematic mode.
-Added proper trigger support for 3D Physics shapes
-Changed proper value for Z-Offset in OmniLight
-Fixed spot attenuation bug in SpotLight
-Fixed some 3D and 2D spatial soudn bugs related to distance attenuation.
-Fixed bugs in EventPlayer (channels were muted by default)
-Fix in ButtonGroup (get nodes in group are now returned in order)
-Fixed Linear-&gt;SRGB Conversion, previous algo sucked, new algo works OK
-Changed SRGB-&gt;Linear conversion to use hardware if supported, improves texture quality a lot
-Fixed options for Y-Fov and X-Fov in camera, should be more intuitive.
-Fixed bugs related to viewports and transparency

Huge Amount of New Stuff:
-=-=-=-=-=-=-=-==-=-=-=-

-Ability to manually advance an AnimationPlayer that is inactive (with advance() function)
-More work in WinRT platform
-Added XY normalmap support, imports on this format by default. Reduces normlmap size and enables much nice compression using LATC
-Added Anisotropic filter support to textures, can be specified on import
-Added support for Non-Square, Isometric and Hexagonal tilemaps in TileMap.
-Added Isometric Dungeon demo.
-Added simple hexagonal map demo.
-Added Truck-Town demo. Shows how most types of joints and vehicles are used. Please somebody make a nicer town, this one is too hardcore.
-Added an Object-Picking API to both RigidBody and Area! (and relevant demo)
</content>
</entry>
<entry>
<title>Fixing Issues...</title>
<updated>2014-09-19T21:39:50Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-09-19T21:39:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=549d344f0fef5e5748ded69b6a037698ff55f8bc'/>
<id>urn:sha1:549d344f0fef5e5748ded69b6a037698ff55f8bc</id>
<content type='text'>
- #672 (default user:// in $HOME/.godot/app_userdata (linux/osx) and $APPDATA/Godot/app_userdata (Windows)
- #676 (draw both tiles and octants in order from top to bottom, left to right )
- #686 (unicode escape sequences work now)
- #702 (was not a bug, but a test was added to see if bodies went too far away)
</content>
</entry>
<entry>
<title>fix skeleton AABB computation, addeded shadeless view mode</title>
<updated>2014-09-18T03:18:57Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-09-18T03:18:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=7d6b160a444079fd6856b648ed077bf698b3b70c'/>
<id>urn:sha1:7d6b160a444079fd6856b648ed077bf698b3b70c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add align with view in 3d editor viewport (useful for aligning camera with</title>
<updated>2014-06-13T07:59:02Z</updated>
<author>
<name>marynate</name>
</author>
<published>2014-03-31T15:06:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2f79e59c000f54e9af48a0368a27d35e304eff09'/>
<id>urn:sha1:2f79e59c000f54e9af48a0368a27d35e304eff09</id>
<content type='text'>
current view)
</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>
<entry>
<title>Merge pull request #237 from marynate/PR-maya-nav</title>
<updated>2014-04-05T12:28:13Z</updated>
<author>
<name>reduz</name>
</author>
<published>2014-04-05T12:28:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d7b93c3776ddd29892b26da6f40ef78349859736'/>
<id>urn:sha1:d7b93c3776ddd29892b26da6f40ef78349859736</id>
<content type='text'>
Maya and modo style navigation</content>
</entry>
<entry>
<title>Space to toggle maximize viewport</title>
<updated>2014-04-01T11:09:44Z</updated>
<author>
<name>marynate</name>
</author>
<published>2014-04-01T10:45:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=465f81a37a4d7755924de49f62985ef23a43c932'/>
<id>urn:sha1:465f81a37a4d7755924de49f62985ef23a43c932</id>
<content type='text'>
Cleanup debug output
</content>
</entry>
</feed>
