summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2017-01-08-removed stop mouse and ignore mouse from control, which were confusing, repl...Juan Linietsky
2017-01-08Removed ratio anchoring (will have to fix multiple 3D views later..)Juan Linietsky
2017-01-08Swapped expand and fill flag bits, so scenes don't save this property by defaultJuan Linietsky
2017-01-08PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky
2017-01-08Renamed finished to animation_finished, also passes the animation name when f...Juan Linietsky
2017-01-08Removed the "released" signal from button, it's pointless now that button_dow...Juan Linietsky
2017-01-08renamed joystick to joypad everywhere around source code!Juan Linietsky
2017-01-08renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky
2017-01-08Fix the order in which additional transformations are applied in Matrix3 and ...Ferenc Arn
2017-01-08removed unnecesary modulate funtions, which were superseded by self_modulateJuan Linietsky
2017-01-08Fix code completion for new getnode syntaxJuan Linietsky
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky
2017-01-05Editor settings categories are now tidy and beautiful!Juan Linietsky
2017-01-05Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-04Merge pull request #7431 from MarianoGnu/gles3Juan Linietsky
2017-01-04Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2017-01-04-Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky
2017-01-03Use right handed coordinate system for rotation matrices and quaternions. Als...Ferenc Arn
2017-01-03Begin modifying properties to make them more friendly to script and doc.Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-02Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2017-01-02Merge pull request #7410 from nounoursheureux/masterRémi Verschelde
2017-01-02Merge pull request #7341 from bruno-ortiz/masterRémi Verschelde
2017-01-02Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde
2017-01-02Merge pull request #7406 from neikeq/pr-issue-5076Rémi Verschelde
2017-01-02Merge pull request #7385 from bojidar-bg/tree-range-drag-lockRémi Verschelde
2017-01-02Making deselect work for TreeItem when select_mode is SELECT_SINGLE and item_...Bruno Ortiz
2017-01-02Merge pull request #7382 from volzhs/fix-visibilityRémi Verschelde
2017-01-02Merge pull request #7376 from volzhs/scroll-horizontalRémi Verschelde
2017-01-02Merge pull request #7391 from ktksgit/masterRémi Verschelde
2017-01-02Merge pull request #7372 from chanon/masterRémi Verschelde
2017-01-02Merge pull request #7363 from Elinvention/bone_attachmentRémi Verschelde
2017-01-02Add the 'finished' signal to AnimatedSpriteWilhem Barbier
2017-01-02Add a metallic modeJuan Linietsky
2017-01-01WIP particle systemJuan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
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
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
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