Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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… | |||
2016-05-12 | Fix some errors in some rotation functions, also clarify that certain ↵ | Daniel J. Ramirez | |
parameters are expressed in radians | |||
2016-05-12 | Merge pull request #4639 from eska014/js-build-bossl | Rémi Verschelde | |
Remove nocpuid.c from builtin OpenSSL | |||
2016-05-13 | open directory or file when double click | volzhs | |
fixes #4607 | |||
2016-05-12 | Remove nocpuid.c from builtin OpenSSL | eska | |
Since opensslconf.h no longer defines OPENSSL_CPUID_OBJ, OpenSSL defines OPENSSL_cpuid_setup itself (with the same empty definition) | |||
2016-05-12 | classref: Fixed return types in Area and Area2D (#4635) | MattUV | |
2016-05-12 | Merge pull request #4631 from akien-mga/pr-classref | Rémi Verschelde | |
classref: Documentation for Directory and ConfigFile | |||
2016-05-12 | classref: Directory and ConfigFile | Rémi Verschelde | |
2016-05-12 | classref: Sync with current source | Rémi Verschelde | |