summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
Various merge conflicts have been fixed manually and some mistakes might have been made - time will tell :)
2017-01-02Merge pull request #7410 from nounoursheureux/masterRémi Verschelde
Add the 'finished' signal to AnimatedSprite
2017-01-02Merge pull request #7341 from bruno-ortiz/masterRémi Verschelde
Bugfixes for Tree node
2017-01-02Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde
Fixes and improvementes for IPv6 implementation.
2017-01-02Merge pull request #7406 from neikeq/pr-issue-5076Rémi Verschelde
TileMap: _update_dirty_quadrants() cancel pending update pre return
2017-01-02Merge pull request #7385 from bojidar-bg/tree-range-drag-lockRémi Verschelde
Fix #7098 by not accepting right clicks while dragging the range
2017-01-02Making deselect work for TreeItem when select_mode is SELECT_SINGLE and ↵Bruno Ortiz
item_selected is now properly emitted
2017-01-02Merge pull request #7382 from volzhs/fix-visibilityRémi Verschelde
Able to change visibility when ancestor node is hidden
2017-01-02Merge pull request #7376 from volzhs/scroll-horizontalRémi Verschelde
Scroll horizontally with mouse wheel when horizontal enabled only
2017-01-02Merge pull request #7391 from ktksgit/masterRémi Verschelde
Update DebugMesh when NavMesh changes
2017-01-02Merge pull request #7372 from chanon/masterRémi Verschelde
Fix ColorPicker not correctly updating after pasting hex html color
2017-01-02Merge pull request #7363 from Elinvention/bone_attachmentRémi Verschelde
Expose set_bone_name and get_bone_name to GDscript
2017-01-02Add the 'finished' signal to AnimatedSpriteWilhem Barbier
2017-01-02Add a metallic modeJuan Linietsky
2017-01-01WIP particle systemJuan Linietsky
Ability to enable and change MSAA settings Ability to change VCT quality Ability to enable/disable HDR rendering
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games!
2017-01-01TileMap: _update_dirty_quadrants() cancel pending update pre returnIgnacio Etcheverry
2016-12-31Some fixes and clean upsJuan Linietsky
2016-12-30begin work on new particle systemreduz
2016-12-29Update DebugMesh when NavMesh changes ktksgit
Fixes #7371
2016-12-28Fix #7098 by not accepting right clicks while dragging the rangeBojidar Marinov
2016-12-28Show visual notice for visibility on Scene Dockvolzhs
2016-12-28Able to change visibility when ancestor node is hiddenvolzhs
2016-12-27Scroll horizontally with mouse wheel when horizontal enabled onlyvolzhs
2016-12-26fix ColorPicker not correctly updating after pasting hex html colorchanon
2016-12-24fixed a horrible bug on Windows AMD, scenes saved until now in this branchreduz
are no longer valid :(
2016-12-24Expose set_bone_name and get_bone_name to GDscriptElia Argentieri
2016-12-23Merge pull request #7349 from volzhs/fix-richtextlabelRémi Verschelde
Fix duplicated string on RichTextLabel if starts with '\n'
2016-12-23Merge pull request #7330 from darkfoxprime/#7326-fix-whole-word-searchRémi Verschelde
Fix search to find "whole" words at end of line
2016-12-23Merge pull request #7311 from bojidar-bg/quad-leakRémi Verschelde
Fix a Quad node mesh data leak
2016-12-23PopupMenu upgrade: Hide on item selection (#7306)Ivan P. Skodje
* Added the option to set hide on item selection. Usable in GDScript and from within the source code when you want to specify popup menus you don't want to close immediately when selecting an item * Renamed getter from get_ to is_, fixed parent/child behavior, renamed bool variable to match most code and added ADD_PROPERTYNO to save some memory
2016-12-23Fixed many more bugs reported by ValgrindJuan Linietsky
2016-12-23baking now shows a proper button, and bakes can be saved.Juan Linietsky
2016-12-22can bake for omni and spotlightJuan Linietsky
store normal when baking
2016-12-22Fix duplicated string on RichTextLabel if starts with '\n'volzhs
Fix #6212, #3773
2016-12-20work in progress global illuminationJuan Linietsky
2016-12-18Register SpatialGizmo as a scene typeIgnacio Etcheverry
2016-12-18Fix search to find "whole" words at end of lineJohnson Earls
Fix `_get_column_pos_of_word` so that the `SEARCH_WHOLE_WORDS` flag will properly find words that are at the end of a line. Fixes #7326 .
2016-12-16Fix #7303, Quad node mesh data leakBojidar Marinov
2016-12-13Expose HTTP classes' set_ip_type to scriptingFabio Alessandrelli
2016-12-13Merge pull request #7283 from Hinsbart/clear_curveRémi Verschelde
Curve2D/3D: Add clear_points method.
2016-12-10KinematicBody: Fix wrong method bind return typeIgnacio Etcheverry
2016-12-10DOF blur, near and far fields..Juan Linietsky
2016-12-09Allow setting ip_type for TCP/UDP and HTTP classesFabio Alessandrelli
2016-12-08Multi stage glow with light bleeding from HDRJuan Linietsky
2016-12-07Tonemapping and Auto Exposure supportJuan Linietsky
2016-12-04Support for SSAOJuan Linietsky
2016-12-03Curve2D/3D: Add clear_points method.Andreas Haas
Adds a method to the Curve2D and Curve3D classes to easily clear the curve. So you don't have to remove each point manually.
2016-12-03Particles2D: Fix initial size randomness property having no effect.Andreas Haas
It was just a little typo :p
2016-12-02Subsurface scattering material param is now working!Juan Linietsky