Rémi Verschelde
c7292b1f3d
OpenSSL buildsystem: actually apply the flag on gcc/clang
...
Commit 972b0f7
was bogus.
2016-05-11 19:41:52 +02:00
Rémi Verschelde
eb64a8d373
Merge pull request #4626 from akien-mga/pr-msvc-build
...
Windows: Fix MinGW argument being passed to MSVC
2016-05-11 19:07:02 +02:00
Rémi Verschelde
b42c4cce0f
Merge pull request #4627 from Paulb23/caret_blink_binds
...
Exposed caret blink to gdscript and properties
2016-05-11 19:05:55 +02:00
Paulb23
997476777a
Updated caret blink method documentation
2016-05-11 17:55:59 +01:00
Rémi Verschelde
972b0f78b3
Windows: Fix MinGW argument being passed to MSVC
...
Fixes #4620
2016-05-11 18:48:04 +02:00
Paulb23
dc90cba42e
Bind caret blink to gdscript and properties
2016-05-11 17:41:57 +01:00
Rémi Verschelde
7b471068cf
Merge pull request #4612 from bojidar-bg/fix-anchor-builds
...
Fix #4588 (crash in Control::_set_anchor)
2016-05-11 17:46:29 +02:00
Juan Linietsky
d7318f6965
-begun implementing drag & drop editor wide
...
-filesystem dock dnd support
-property list dnd support
-scene tree dnd support
2016-05-11 11:59:03 -03:00
Rémi Verschelde
41db10a8ae
Merge pull request #4621 from marcelofg55/master
...
OS.get_screen_size now returns the correct value on OSX
2016-05-11 16:51:10 +02:00
marcelofg55
b697de92ef
OS.get_screen_size now returns the correct value on OSX
2016-05-11 11:44:10 -03:00
Rémi Verschelde
b5e0729fcd
Merge pull request #4596 from mattiascibien/hide-cursor-fix
...
Hide cursor only inside window
2016-05-11 09:45:38 +02:00
Rémi Verschelde
b9b423c1ee
Merge pull request #4598 from Paulb23/caret_blink
...
Added caret blink to the text editor
2016-05-11 09:33:12 +02:00
Mattias Cibien
49c473bb36
Added possibility to strip left and right to strip_edges ( #4594 )
2016-05-11 09:22:59 +02:00
Rémi Verschelde
98bff2f595
Merge pull request #4613 from Hinsbart/joydemo_cleanup
...
Joystick demo script cleanup
2016-05-10 20:47:32 +02:00
Andreas Haas
86b46c0b7e
Joystick demo script cleanup
...
Removes a leftover variable and uses constants instead of magic numbers.
2016-05-10 20:32:12 +02:00
Bojidar Marinov
0b572b35c2
Fix #4588 (crash Control::_set_anchor)
...
Thanks to @vnen for testing this
2016-05-10 20:23:58 +03:00
Rémi Verschelde
bc31be9812
Sync classes.xml with current sources
...
Also fix a typo in the binding of Control::set_drag_forwarding.
2016-05-09 22:20:35 +02:00
Paulb23
e03e7deb1b
Added caret blink in text editor
2016-05-09 19:22:11 +01:00
Rémi Verschelde
0dfc4a2029
Merge pull request #4571 from akien-mga/pr-rot-deg
...
Rotation APIs: Better exposure for degrees methods
2016-05-09 19:08:06 +02:00
Rémi Verschelde
7985bd8e15
Merge pull request #4597 from vnen/pr-openssl-flag
...
Add ignore error flag to OpenSSL driver
2016-05-09 18:49:10 +02:00
George Marques
2e44e255ed
Add ignore error flag to OpenSSL driver
2016-05-09 12:52:49 -03:00
Mattias Cibien
4ee2999777
Working even when re-entering window.
2016-05-09 15:46:05 +02:00
Rémi Verschelde
b78b01354d
Merge pull request #4583 from Paulb23/autocomplte_string_completion
...
Fixed autocomplete strings not appearing for function arguments
2016-05-09 15:33:42 +02:00
Mattias Cibien
0b64b97d41
Cursor hides only in client area
...
At the moment is however restored when going out and then in again.
2016-05-09 15:18:08 +02:00
Paulb23
9e6234201b
Fixed autocomlete strings not appearing for function arguments
2016-05-08 13:18:50 +01:00
Rémi Verschelde
8a45936abd
Merge pull request #4560 from eska014/fix-emscripten-opus
...
Fix JavaScript build
2016-05-07 20:19:58 +02:00
Rémi Verschelde
59e68ae6d0
Merge pull request #4557 from Paulb23/autocomplete_truncate_issue_4554
...
Fixed autocomplete truncate, issue 4554
2016-05-07 20:19:40 +02:00
Rémi Verschelde
21a71e8b7c
Merge pull request #4553 from AlexHolly/fix-percent-decode-utf8
...
fix percent decode utf8 error
2016-05-07 20:19:32 +02:00
Rémi Verschelde
d5c11091e7
Merge pull request #4576 from Paulb23/animation_player_next_auto_queue_fixes
...
Fixed animation player auto-queue duplication and undo/redo
2016-05-07 20:19:05 +02:00
Paulb23
488495852b
Fixed animation player auto-queue duplication and undo/redo
2016-05-07 17:27:52 +01:00
Rémi Verschelde
a53841a43a
Merge pull request #4573 from Paulb23/code_completion_after_bracket_issue_3977
...
Fixed code completion after opening bracket, issue 3977
2016-05-07 15:07:28 +02:00
Paulb23
0a2b341d0a
Fixed code completion after opening bracket, issue 3977
2016-05-07 12:01:56 +01:00
Ariel Manzur
baaa74f215
cloning env for builtin_openssl _and_ openssl :)
2016-05-06 22:43:22 -03:00
Ariel Manzur
62c17d65a8
clonning env for builtin ssl
2016-05-06 22:30:48 -03:00
Rémi Verschelde
4eab767a6f
Rotation APIs: Better exposure for degrees methods
...
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 .
2016-05-06 23:38:08 +02:00
Rémi Verschelde
e7f78cddc9
Issue template: ask for Godot version
2016-05-06 13:31:59 +02:00
Rémi Verschelde
c556a97b27
Variant: readd String.ends_with and Dict.has_all
...
Erroneously removed in cfd3efd097
.
2016-05-06 10:45:09 +02:00
Rémi Verschelde
78a616eab0
Merge pull request #4561 from vnen/pr-fix-win64-build
...
Fix build for Windows 64-bits with GCC
2016-05-06 10:38:54 +02:00
Ariel Manzur
cfd3efd097
export fix_alpha_edges
2016-05-05 18:41:06 -03:00
Rémi Verschelde
1bbb970af8
Merge pull request #4559 from djrm/classref-edit
...
Documented LinkButton, some OS methods
2016-05-05 19:58:54 +02:00
Daniel J. Ramirez
ed7c0a6caf
Partial documentation for OS methods
2016-05-05 12:46:31 -05:00
eska
5619efe9f8
Ignore unneeded Opus file, fix JavaScript build
2016-05-05 19:21:57 +02:00
George Marques
81297f0fa1
Fix build for Windows 64-bits with GCC
2016-05-05 14:10:41 -03:00
Daniel J. Ramirez
f558b4003b
Documented LinkButton
2016-05-05 11:23:25 -05:00
Paulb23
accc2a195b
Fixed autocomplete truncate, issue 4554
2016-05-05 16:27:05 +01:00
Alexander Holland
f86cffd8e6
fix percent decode utf8 error
2016-05-05 13:34:15 +02:00
Rémi Verschelde
9487a9b3c2
Merge pull request #4550 from Valentactive/master
...
Adds the ".vscode" folder from Visual Studio Code to ".gitignore"
2016-05-05 09:33:24 +02:00
Rémi Verschelde
c71afda499
Merge pull request #4549 from AlexHolly/httpclient-rawbody-support
...
HTTPClient request with raw_array body
2016-05-05 09:30:33 +02:00
Rémi Verschelde
c1b53a0c5d
Merge pull request #4548 from vnen/pr-fix-win64-build
...
Fix memory leak
2016-05-05 09:27:22 +02:00
Rémi Verschelde
99e31e1005
Merge pull request #4547 from neikeq/pr-wrong-debug-methods
...
Fix wrong return and argument types in documentation
2016-05-05 09:27:14 +02:00