aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
* | | | Merge pull request #4612 from bojidar-bg/fix-anchor-buildsRémi Verschelde2016-05-112-4/+5
|\ \ \ \ | |/ / / |/| | | Fix #4588 (crash in Control::_set_anchor)
| * | | Fix #4588 (crash Control::_set_anchor)Bojidar Marinov2016-05-102-4/+5
| | | | | | | | | | | | | | | | Thanks to @vnen for testing this
* | | | -begun implementing drag & drop editor wideJuan Linietsky2016-05-1120-37/+1120
| | | | | | | | | | | | | | | | | | | | | | | | -filesystem dock dnd support -property list dnd support -scene tree dnd support
* | | | Merge pull request #4621 from marcelofg55/masterRémi Verschelde2016-05-112-2/+2
|\ \ \ \ | | | | | | | | | | OS.get_screen_size now returns the correct value on OSX
| * | | | OS.get_screen_size now returns the correct value on OSXmarcelofg552016-05-112-2/+2
|/ / / /
* | | | Merge pull request #4596 from mattiascibien/hide-cursor-fixRémi Verschelde2016-05-112-1/+21
|\ \ \ \ | | | | | | | | | | Hide cursor only inside window
| * | | | Working even when re-entering window.Mattias Cibien2016-05-091-0/+2
| | | | |
| * | | | Cursor hides only in client areaMattias Cibien2016-05-092-1/+19
| | | | | | | | | | | | | | | At the moment is however restored when going out and then in again.
* | | | | Merge pull request #4598 from Paulb23/caret_blinkRémi Verschelde2016-05-115-8/+103
|\ \ \ \ \ | | | | | | | | | | | | Added caret blink to the text editor
| * | | | | Added caret blink in text editorPaulb232016-05-095-8/+103
| | | | | |
* | | | | | Added possibility to strip left and right to strip_edges (#4594)Mattias Cibien2016-05-113-14/+18
| | | | | |
* | | | | | Merge pull request #4613 from Hinsbart/joydemo_cleanupRémi Verschelde2016-05-101-5/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Joystick demo script cleanup
| * | | | | | Joystick demo script cleanupAndreas Haas2016-05-101-5/+4
|/ / / / / / | | | | | | | | | | | | | | | | | | Removes a leftover variable and uses constants instead of magic numbers.
* / / / / / Sync classes.xml with current sourcesRémi Verschelde2016-05-092-34/+128
|/ / / / / | | | | | | | | | | | | | | | Also fix a typo in the binding of Control::set_drag_forwarding.
* | | | | Merge pull request #4571 from akien-mga/pr-rot-degRémi Verschelde2016-05-099-69/+149
|\ \ \ \ \ | | | | | | | | | | | | Rotation APIs: Better exposure for degrees methods
| * | | | | Rotation APIs: Better exposure for degrees methodsRémi Verschelde2016-05-069-69/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made public the various set/getters for rotations in degrees. For consistency, renamed the exposed method names to remove the leading underscore, and kept the old names with a deprecation warning. Fixes #4511.
* | | | | | Merge pull request #4597 from vnen/pr-openssl-flagRémi Verschelde2016-05-091-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Add ignore error flag to OpenSSL driver
| * | | | | Add ignore error flag to OpenSSL driverGeorge Marques2016-05-091-0/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #4583 from Paulb23/autocomplte_string_completionRémi Verschelde2016-05-091-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Fixed autocomplete strings not appearing for function arguments
| * | | | Fixed autocomlete strings not appearing for function argumentsPaulb232016-05-081-1/+1
|/ / / /