Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-21 | Merge pull request #4719 from Paulb23/multiline_duplication | Rémi Verschelde | |
Multiline duplication, issue #4661 | |||
2016-05-21 | Merge pull request #4700 from Geequlim/filesystem-show_in_explore | Rémi Verschelde | |
Add 'Show In System' option into filesystem RMB menu | |||
2016-05-20 | Merge pull request #4728 from Geequlim/classref-edit | Rémi Verschelde | |
Document the FileDialog and partial OS methods | |||
2016-05-20 | Document the FileDialog and partial OS methods | Geequlim | |
2016-05-20 | Merge pull request #4726 from bojidar-bg/fix-docs | Rémi Verschelde | |
Fix a XML error with the documentation | |||
2016-05-20 | Fix for tooltip blinking (#4713) | captainwasabi | |
Moved where active tooltips are canceled to wait until the mouse actually moves off the control. | |||
2016-05-20 | Fix a XML error with the documentation | Bojidar Marinov | |
2016-05-19 | Multiline duplication, issue #4661 | Paulb23 | |
2016-05-19 | Android buildsystem: Drop obsolete NDK_TOOLCHAIN argument | Rémi Verschelde | |
It was a duplicate of NDK_TARGET, and not used for anything. | |||
2016-05-18 | Merge pull request #4707 from nounoursheureux/master | Rémi Verschelde | |
Check the save path before importing a 3D Mesh | |||
2016-05-18 | Check the save path before importing a 3D Mesh | Wilhem Barbier | |
2016-05-18 | Add 'Show In System' option into filesystem RMB menu | Geequlim | |
2016-05-18 | Merge pull request #4698 from volzhs/compile-no-tools | Rémi Verschelde | |
fix compile failure when tools=no | |||
2016-05-18 | fix compile failure when tools=no | volzhs | |
2016-05-17 | i18n: Sync template with source | Rémi Verschelde | |
2016-05-17 | CanvasModulate: fix build issue with GCC | Rémi Verschelde | |
Bug from c195c0d. | |||
2016-05-17 | i18n: Make .pot paths hopefully platform-independent | Rémi Verschelde | |
2016-05-17 | -Added configuration warning system for nodes | Juan Linietsky | |
-Added a new "add" and "instance" buttons for scene tree -Added a vformat() function to ease translation work | |||
2016-05-17 | i18n: Simple extract.py improvements | Rémi Verschelde | |
Also sync the template with current source. | |||
2016-05-17 | Removing round from int interpolation | punto- | |
This might break some animations that use int tracks in continuous mode, but it should provide a more uniform interpolation for things like sprite frames. | |||
2016-05-17 | Merge pull request #4690 from volzhs/dnd-visual | Rémi Verschelde | |
Scenetree Nodes drag and drop visual representation | |||
2016-05-17 | Scenetree Nodes drag and drop visual representation | volzhs | |
fixes #4684 | |||
2016-05-17 | Merge pull request #4688 from volzhs/search-tree | Rémi Verschelde | |
use case insensitive for searching nodes in Scene tree dock | |||
2016-05-17 | use case insensitive for searching nodes in Scene tree dock | volzhs | |
fixes #4674 | |||
2016-05-17 | Merge pull request #4687 from volzhs/remove-duplicated-add_frame | Rémi Verschelde | |
remove old bind for add_frame of SpriteFrames | |||
2016-05-17 | remove old bind for add_frame of SpriteFrames | volzhs | |
it causes ``ERROR: Method already bound: SpriteFrames::add_frame`` | |||
2016-05-17 | GDScript: Fix method info for is_nan and is_inf | Rémi Verschelde | |
As reported on https://godotengine.org/qa/4114/why-isnan-and-isinf-arent-implemented | |||
2016-05-17 | Merge pull request #4659 from Paulb23/hex_notation_highlighting | Rémi Verschelde | |
Fixed hex notation highlighting | |||
2016-05-17 | Merge pull request #4652 from Paulb23/node_duplication_position | Rémi Verschelde | |
Node duplication positions under duplicated node, issue #964 | |||
2016-05-16 | Default editing popup for LineEdit and TextEdit | Juan Linietsky | |
2016-05-16 | Missing translatable strings | Juan Linietsky | |
2016-05-16 | Contextualized Scene Tree menu | Juan Linietsky | |
-Added context menu to Scene Tree Dock -Removed Buttons -Added a filter to search for nods more easily in the dock | |||
2016-05-16 | Merge pull request #4666 from CowThing/classref-edit | Rémi Verschelde | |
Filling in documentation. | |||
2016-05-15 | Experimental Right Mouse Button menu for SceneTree | Juan Linietsky | |
Will eventually replace the buttons of that dock, so please test it! | |||
2016-05-15 | Changes to FileSystem Dock | Juan Linietsky | |
-Replaced buttons for file actions fo RMB menu -Added a split mode, if the dock is not sharing vertical space with anything else -imroved drag and drop support | |||
2016-05-15 | Filling in documentation. | CowThing | |
AABB, Color, Rect2, Transform, Vector2, and Vector3. | |||
2016-05-14 | New reworked AnimatedSprite! | Juan Linietsky | |
-New SpriteFrames editor, with support for drag&drop, multiple animation sets, animation speed and loop. -New AnimatedSprite, with support for all the new features! AnimatedSprite3D has not been updated yet. -Added support for drag&drop to other editors, such as resourcepreload, sample library, etc. | |||
2016-05-15 | Fixed hex notation highlighting | Paulb23 | |
2016-05-13 | Merge pull request #4563 from djrm/classref-edit | Rémi Verschelde | |
Documented @GlobalScope singletons and some keys | |||
2016-05-13 | Node duplication positions under duplicated node, issue 964 | Paulb23 | |
2016-05-13 | Merge pull request #4096 from neikeq/pr-margin-cont-imp | Juan Linietsky | |
MarginContainer improvements | |||
2016-05-13 | Merge pull request #4650 from bojidar-bg/add-doctool-member | Rémi Verschelde | |
Save member information in docdata | |||
2016-05-13 | Save member information in docdata | Bojidar Marinov | |
Closes #4609 | |||
2016-05-13 | Merge pull request #4649 from volzhs/issue-3653 | Rémi Verschelde | |
Add SpinBox to Lossy Quality on Image Groups | |||
2016-05-13 | Add SpinBox to Lossy Quality on Image Groups | volzhs | |
fixes #3653 | |||
2016-05-13 | Travis: Filter out another string, still noisy | Rémi Verschelde | |
That should leave only the `extracting:` lines of the verbose unzip, should be enough to keep Travis awake. | |||
2016-05-13 | Travis: Filter verbose output of ndk install | Rémi Verschelde | |
Screw you travis... Timeout after 10 minutes without log output, but build killed once the log reaches 4 MB... | |||
2016-05-13 | Travis: Install android *DKs in verbose mode | Rémi Verschelde | |
Builds tend to fail due to the 10 min limit for stalled builds. Most likely because the download is done silently and takes more than 10 min depending on the Travis connection. | |||
2016-05-13 | Merge pull request #4638 from volzhs/pr-issue-4607 | Rémi Verschelde | |
open directory or file when double click | |||
2016-05-13 | Merge pull request #4644 from djrm/classref-edit-2 | Rémi Verschelde | |
Fix some errors in some rotation functions, also clarify that certain… |