summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2017-01-10Merge pull request #7438 from tagcup/matrix3_rotate_fixJuan Linietsky
2017-01-10It is now possible to name layers of different kinds!Juan Linietsky
2017-01-10- _ready() callback only happens once now, if you want to receive it again, u...Juan Linietsky
2017-01-10Merge pull request #7491 from BastiaanOlij/tools-no-fixesRémi Verschelde
2017-01-10Merge pull request #7482 from volzhs/modulate-colorRémi Verschelde
2017-01-10Few small fixes so tools=no and target=release compilesBastiaanOlij
2017-01-10Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky
2017-01-10Groundbreaking!! Godot resources can now be flagged to be local to the scene ...Juan Linietsky
2017-01-09-Translation text will change automatically for in-game buttons, labels, poup...Juan Linietsky
2017-01-09-All types have editable script now in propertiesJuan Linietsky
2017-01-09Fix modulate property bind to Colorvolzhs
2017-01-09Add clamp and wrap loop modes for animation tracks.Juan Linietsky
2017-01-08Variant INT and REAL are now 64 bits (other types remain at 32)Juan Linietsky
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