summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-13Add SpinBox to Lossy Quality on Image Groupsvolzhs
fixes #3653
2016-05-13Travis: Filter out another string, still noisyRémi Verschelde
That should leave only the `extracting:` lines of the verbose unzip, should be enough to keep Travis awake.
2016-05-13Travis: Filter verbose output of ndk installRémi Verschelde
Screw you travis... Timeout after 10 minutes without log output, but build killed once the log reaches 4 MB...
2016-05-13Travis: Install android *DKs in verbose modeRé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-13Merge pull request #4638 from volzhs/pr-issue-4607Rémi Verschelde
open directory or file when double click
2016-05-13Merge pull request #4644 from djrm/classref-edit-2Rémi Verschelde
Fix some errors in some rotation functions, also clarify that certain…
2016-05-12Fix some errors in some rotation functions, also clarify that certain ↵Daniel J. Ramirez
parameters are expressed in radians
2016-05-12Merge pull request #4639 from eska014/js-build-bosslRémi Verschelde
Remove nocpuid.c from builtin OpenSSL
2016-05-13open directory or file when double clickvolzhs
fixes #4607
2016-05-12Remove nocpuid.c from builtin OpenSSLeska
Since opensslconf.h no longer defines OPENSSL_CPUID_OBJ, OpenSSL defines OPENSSL_cpuid_setup itself (with the same empty definition)
2016-05-12classref: Fixed return types in Area and Area2D (#4635)MattUV
2016-05-12Merge pull request #4631 from akien-mga/pr-classrefRémi Verschelde
classref: Documentation for Directory and ConfigFile
2016-05-12classref: Directory and ConfigFileRémi Verschelde
2016-05-12classref: Sync with current sourceRémi Verschelde
2016-05-11ability to drag scenes from filesystem to tree for instancingJuan Linietsky
2016-05-11OpenSSL buildsystem: actually apply the flag on gcc/clangRémi Verschelde
Commit 972b0f7 was bogus.
2016-05-11Merge pull request #4626 from akien-mga/pr-msvc-buildRémi Verschelde
Windows: Fix MinGW argument being passed to MSVC
2016-05-11Merge pull request #4627 from Paulb23/caret_blink_bindsRémi Verschelde
Exposed caret blink to gdscript and properties
2016-05-11Updated caret blink method documentationPaulb23
2016-05-11Windows: Fix MinGW argument being passed to MSVCRémi Verschelde
Fixes #4620
2016-05-11Bind caret blink to gdscript and propertiesPaulb23
2016-05-11Merge pull request #4612 from bojidar-bg/fix-anchor-buildsRémi Verschelde
Fix #4588 (crash in Control::_set_anchor)
2016-05-11-begun implementing drag & drop editor wideJuan Linietsky
-filesystem dock dnd support -property list dnd support -scene tree dnd support
2016-05-11Merge pull request #4621 from marcelofg55/masterRémi Verschelde
OS.get_screen_size now returns the correct value on OSX
2016-05-11OS.get_screen_size now returns the correct value on OSXmarcelofg55
2016-05-11Merge pull request #4596 from mattiascibien/hide-cursor-fixRémi Verschelde
Hide cursor only inside window
2016-05-11Merge pull request #4598 from Paulb23/caret_blinkRémi Verschelde
Added caret blink to the text editor
2016-05-11Added possibility to strip left and right to strip_edges (#4594)Mattias Cibien
2016-05-10Merge pull request #4613 from Hinsbart/joydemo_cleanupRémi Verschelde
Joystick demo script cleanup
2016-05-10Joystick demo script cleanupAndreas Haas
Removes a leftover variable and uses constants instead of magic numbers.
2016-05-10Fix #4588 (crash Control::_set_anchor)Bojidar Marinov
Thanks to @vnen for testing this
2016-05-09Sync classes.xml with current sourcesRémi Verschelde
Also fix a typo in the binding of Control::set_drag_forwarding.
2016-05-09Added caret blink in text editorPaulb23
2016-05-09Merge pull request #4571 from akien-mga/pr-rot-degRémi Verschelde
Rotation APIs: Better exposure for degrees methods
2016-05-09Merge pull request #4597 from vnen/pr-openssl-flagRémi Verschelde
Add ignore error flag to OpenSSL driver
2016-05-09Add ignore error flag to OpenSSL driverGeorge Marques
2016-05-09Working even when re-entering window.Mattias Cibien
2016-05-09Merge pull request #4583 from Paulb23/autocomplte_string_completionRémi Verschelde
Fixed autocomplete strings not appearing for function arguments
2016-05-09Cursor hides only in client areaMattias Cibien
At the moment is however restored when going out and then in again.
2016-05-08Fixed autocomlete strings not appearing for function argumentsPaulb23
2016-05-07Merge pull request #4560 from eska014/fix-emscripten-opusRémi Verschelde
Fix JavaScript build
2016-05-07Merge pull request #4557 from Paulb23/autocomplete_truncate_issue_4554Rémi Verschelde
Fixed autocomplete truncate, issue 4554
2016-05-07Merge pull request #4553 from AlexHolly/fix-percent-decode-utf8Rémi Verschelde
fix percent decode utf8 error
2016-05-07Merge pull request #4576 from Paulb23/animation_player_next_auto_queue_fixesRémi Verschelde
Fixed animation player auto-queue duplication and undo/redo
2016-05-07Fixed animation player auto-queue duplication and undo/redoPaulb23
2016-05-07Merge pull request #4573 from Paulb23/code_completion_after_bracket_issue_3977Rémi Verschelde
Fixed code completion after opening bracket, issue 3977
2016-05-07Fixed code completion after opening bracket, issue 3977Paulb23
2016-05-06cloning env for builtin_openssl _and_ openssl :)Ariel Manzur
2016-05-06clonning env for builtin sslAriel Manzur
2016-05-06Rotation APIs: Better exposure for degrees methodsRémi Verschelde
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.