Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-05-11 | ability to drag scenes from filesystem to tree for instancing | Juan Linietsky | |
2016-05-11 | OpenSSL buildsystem: actually apply the flag on gcc/clang | Rémi Verschelde | |
Commit 972b0f7 was bogus. | |||
2016-05-11 | Merge pull request #4626 from akien-mga/pr-msvc-build | Rémi Verschelde | |
Windows: Fix MinGW argument being passed to MSVC | |||
2016-05-11 | Merge pull request #4627 from Paulb23/caret_blink_binds | Rémi Verschelde | |
Exposed caret blink to gdscript and properties | |||
2016-05-11 | Updated caret blink method documentation | Paulb23 | |
2016-05-11 | Windows: Fix MinGW argument being passed to MSVC | Rémi Verschelde | |
Fixes #4620 | |||
2016-05-11 | Bind caret blink to gdscript and properties | Paulb23 | |
2016-05-11 | Merge pull request #4612 from bojidar-bg/fix-anchor-builds | Rémi Verschelde | |
Fix #4588 (crash in Control::_set_anchor) | |||
2016-05-11 | -begun implementing drag & drop editor wide | Juan Linietsky | |
-filesystem dock dnd support -property list dnd support -scene tree dnd support | |||
2016-05-11 | Merge pull request #4621 from marcelofg55/master | Rémi Verschelde | |
OS.get_screen_size now returns the correct value on OSX | |||
2016-05-11 | OS.get_screen_size now returns the correct value on OSX | marcelofg55 | |
2016-05-11 | Merge pull request #4596 from mattiascibien/hide-cursor-fix | Rémi Verschelde | |
Hide cursor only inside window | |||
2016-05-11 | Merge pull request #4598 from Paulb23/caret_blink | Rémi Verschelde | |
Added caret blink to the text editor | |||
2016-05-11 | Added possibility to strip left and right to strip_edges (#4594) | Mattias Cibien | |
2016-05-10 | Merge pull request #4613 from Hinsbart/joydemo_cleanup | Rémi Verschelde | |
Joystick demo script cleanup | |||
2016-05-10 | Joystick demo script cleanup | Andreas Haas | |
Removes a leftover variable and uses constants instead of magic numbers. | |||
2016-05-10 | Fix #4588 (crash Control::_set_anchor) | Bojidar Marinov | |
Thanks to @vnen for testing this | |||
2016-05-09 | Sync classes.xml with current sources | Rémi Verschelde | |
Also fix a typo in the binding of Control::set_drag_forwarding. | |||
2016-05-09 | Added caret blink in text editor | Paulb23 | |
2016-05-09 | Merge pull request #4571 from akien-mga/pr-rot-deg | Rémi Verschelde | |
Rotation APIs: Better exposure for degrees methods | |||
2016-05-09 | Merge pull request #4597 from vnen/pr-openssl-flag | Rémi Verschelde | |
Add ignore error flag to OpenSSL driver | |||
2016-05-09 | Add ignore error flag to OpenSSL driver | George Marques | |
2016-05-09 | Working even when re-entering window. | Mattias Cibien | |
2016-05-09 | Merge pull request #4583 from Paulb23/autocomplte_string_completion | Rémi Verschelde | |
Fixed autocomplete strings not appearing for function arguments | |||
2016-05-09 | Cursor hides only in client area | Mattias Cibien | |
At the moment is however restored when going out and then in again. | |||
2016-05-08 | Fixed autocomlete strings not appearing for function arguments | Paulb23 | |
2016-05-07 | Merge pull request #4560 from eska014/fix-emscripten-opus | Rémi Verschelde | |
Fix JavaScript build | |||
2016-05-07 | Merge pull request #4557 from Paulb23/autocomplete_truncate_issue_4554 | Rémi Verschelde | |
Fixed autocomplete truncate, issue 4554 | |||
2016-05-07 | Merge pull request #4553 from AlexHolly/fix-percent-decode-utf8 | Rémi Verschelde | |
fix percent decode utf8 error | |||
2016-05-07 | Merge pull request #4576 from Paulb23/animation_player_next_auto_queue_fixes | Rémi Verschelde | |
Fixed animation player auto-queue duplication and undo/redo | |||
2016-05-07 | Fixed animation player auto-queue duplication and undo/redo | Paulb23 | |
2016-05-07 | Merge pull request #4573 from Paulb23/code_completion_after_bracket_issue_3977 | Rémi Verschelde | |
Fixed code completion after opening bracket, issue 3977 | |||
2016-05-07 | Fixed code completion after opening bracket, issue 3977 | Paulb23 | |
2016-05-06 | cloning env for builtin_openssl _and_ openssl :) | Ariel Manzur | |
2016-05-06 | clonning env for builtin ssl | Ariel Manzur | |
2016-05-06 | Rotation APIs: Better exposure for degrees methods | Ré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. |