aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* -Added configuration warning system for nodesJuan Linietsky2016-05-1763-145/+530
| | | | | -Added a new "add" and "instance" buttons for scene tree -Added a vformat() function to ease translation work
* i18n: Simple extract.py improvementsRémi Verschelde2016-05-172-435/+531
| | | | Also sync the template with current source.
* Removing round from int interpolationpunto-2016-05-171-1/+1
| | | 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.
* Merge pull request #4690 from volzhs/dnd-visualRémi Verschelde2016-05-171-7/+14
|\ | | | | Scenetree Nodes drag and drop visual representation
| * Scenetree Nodes drag and drop visual representationvolzhs2016-05-171-7/+14
| | | | | | | | fixes #4684
* | Merge pull request #4688 from volzhs/search-treeRémi Verschelde2016-05-171-1/+1
|\ \ | |/ |/| use case insensitive for searching nodes in Scene tree dock
| * use case insensitive for searching nodes in Scene tree dockvolzhs2016-05-171-1/+1
| | | | | | | | fixes #4674
* | Merge pull request #4687 from volzhs/remove-duplicated-add_frameRémi Verschelde2016-05-171-2/+0
|\ \ | |/ |/| remove old bind for add_frame of SpriteFrames
| * remove old bind for add_frame of SpriteFramesvolzhs2016-05-171-2/+0
|/ | | | it causes ``ERROR: Method already bound: SpriteFrames::add_frame``
* GDScript: Fix method info for is_nan and is_infRémi Verschelde2016-05-171-2/+2
| | | As reported on https://godotengine.org/qa/4114/why-isnan-and-isinf-arent-implemented
* Merge pull request #4659 from Paulb23/hex_notation_highlightingRémi Verschelde2016-05-171-7/+23
|\ | | | | Fixed hex notation highlighting
| * Fixed hex notation highlightingPaulb232016-05-151-7/+23
| |
* | Merge pull request #4652 from Paulb23/node_duplication_positionRémi Verschelde2016-05-173-1/+14
|\ \ | | | | | | Node duplication positions under duplicated node, issue #964
| * | Node duplication positions under duplicated node, issue 964Paulb232016-05-133-1/+14
| | |
* | | Default editing popup for LineEdit and TextEditJuan Linietsky2016-05-164-24/+205
| | |
* | | Missing translatable stringsJuan Linietsky2016-05-161-14/+14
| | |
* | | Contextualized Scene Tree menuJuan Linietsky2016-05-168-11/+129
| | | | | | | | | | | | | | | | | | -Added context menu to Scene Tree Dock -Removed Buttons -Added a filter to search for nods more easily in the dock
* | | Merge pull request #4666 from CowThing/classref-editRémi Verschelde2016-05-161-0/+38
|\ \ \ | | | | | | | | Filling in documentation.
| * | | Filling in documentation.CowThing2016-05-151-0/+38
| | |/ | |/| | | | | | | AABB, Color, Rect2, Transform, Vector2, and Vector3.
* | | Experimental Right Mouse Button menu for SceneTreeJuan Linietsky2016-05-156-7/+108
| | | | | | | | | | | | Will eventually replace the buttons of that dock, so please test it!
* | | Changes to FileSystem DockJuan Linietsky2016-05-155-261/+549
| | | | | | | | | | | | | | | | | | | | | -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
* | | New reworked AnimatedSprite!Juan Linietsky2016-05-1423-155/+1362
|/ / | | | | | | | | | | | | | | | | -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.
* | Merge pull request #4563 from djrm/classref-editRémi Verschelde2016-05-131-3/+116
|\ \ | | | | | | Documented @GlobalScope singletons and some keys
| * | Documented @GlobalScope singletons and some keysDaniel J. Ramirez2016-05-051-3/+116
| | |
* | | Merge pull request #4096 from neikeq/pr-margin-cont-impJuan Linietsky2016-05-132-11/+18
|\ \ \ | |_|/ |/| | MarginContainer improvements
| * | MarginContainer: Add top, right and bottom marginsIgnacio Etcheverry2016-03-212-11/+18
| | |
* | | Merge pull request #4650 from bojidar-bg/add-doctool-memberRémi Verschelde2016-05-131-0/+2
|\ \ \ | | | | | | | | Save member information in docdata
| * | | Save member information in docdataBojidar Marinov2016-05-131-0/+2
| | | | | | | | | | | | | | | | Closes #4609
* | | | Merge pull request #4649 from volzhs/issue-3653Rémi Verschelde2016-05-131-2/+9
|\ \ \ \ | |/ / / |/| | | Add SpinBox to Lossy Quality on Image Groups
| * | | Add SpinBox to Lossy Quality on Image Groupsvolzhs2016-05-131-2/+9
|/ / / | | | | | | | | | fixes #3653
* | | Travis: Filter out another string, still noisyRémi Verschelde2016-05-131-1/+1
| | | | | | | | | | | | That should leave only the `extracting:` lines of the verbose unzip, should be enough to keep Travis awake.
* | | Travis: Filter verbose output of ndk installRémi Verschelde2016-05-131-1/+5
| | | | | | | | | | | | Screw you travis... Timeout after 10 minutes without log output, but build killed once the log reaches 4 MB...
* | | Travis: Install android *DKs in verbose modeRémi Verschelde2016-05-131-1/+1
| | | | | | | | | | | | | | | 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.
* | | Merge pull request #4638 from volzhs/pr-issue-4607Rémi Verschelde2016-05-131-1/+1
|\ \ \ | | | | | | | | open directory or file when double click
| * | | open directory or file when double clickvolzhs2016-05-131-1/+1
| | | | | | | | | | | | | | | | fixes #4607
* | | | Merge pull request #4644 from djrm/classref-edit-2Rémi Verschelde2016-05-131-7/+8
|\ \ \ \ | | | | | | | | | | Fix some errors in some rotation functions, also clarify that certain…
| * | | | Fix some errors in some rotation functions, also clarify that certain ↵Daniel J. Ramirez2016-05-121-7/+8
|/ / / / | | | | | | | | | | | | parameters are expressed in radians
* | | | Merge pull request #4639 from eska014/js-build-bosslRémi Verschelde2016-05-122-8/+0
|\ \ \ \ | |/ / / |/| | | Remove nocpuid.c from builtin OpenSSL
| * | | Remove nocpuid.c from builtin OpenSSLeska2016-05-122-8/+0
| | | | | | | | | | | | | | | | | | | | Since opensslconf.h no longer defines OPENSSL_CPUID_OBJ, OpenSSL defines OPENSSL_cpuid_setup itself (with the same empty definition)
* | | | classref: Fixed return types in Area and Area2D (#4635)MattUV2016-05-123-6/+6
|/ / /
* | | Merge pull request #4631 from akien-mga/pr-classrefRémi Verschelde2016-05-123-34/+136
|\ \ \ | | | | | | | | classref: Documentation for Directory and ConfigFile
| * | | classref: Directory and ConfigFileRémi Verschelde2016-05-123-32/+74
| | | |
| * | | classref: Sync with current sourceRémi Verschelde2016-05-121-2/+62
|/ / /
* | | ability to drag scenes from filesystem to tree for instancingJuan Linietsky2016-05-118-71/+181
| | |
* | | OpenSSL buildsystem: actually apply the flag on gcc/clangRémi Verschelde2016-05-111-3/+3
| | | | | | | | | | | | Commit 972b0f7 was bogus.
* | | Merge pull request #4626 from akien-mga/pr-msvc-buildRémi Verschelde2016-05-111-3/+5
|\ \ \ | | | | | | | | Windows: Fix MinGW argument being passed to MSVC
| * | | Windows: Fix MinGW argument being passed to MSVCRémi Verschelde2016-05-111-3/+5
| | | | | | | | | | | | | | | | Fixes #4620
* | | | Merge pull request #4627 from Paulb23/caret_blink_bindsRémi Verschelde2016-05-112-1/+34
|\ \ \ \ | |/ / / |/| | | Exposed caret blink to gdscript and properties
| * | | Updated caret blink method documentationPaulb232016-05-111-0/+28
| | | |
| * | | Bind caret blink to gdscript and propertiesPaulb232016-05-111-1/+6
| | | |