aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Windows: Fix MinGW argument being passed to MSVCRémi Verschelde2016-05-111-3/+5
| | | | Fixes #4620
* 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
|/ /
* | Merge pull request #4560 from eska014/fix-emscripten-opusRémi Verschelde2016-05-071-1/+0
|\ \ | | | | | | Fix JavaScript build
| * | Ignore unneeded Opus file, fix JavaScript buildeska2016-05-051-1/+0
| | |
* | | Merge pull request #4557 from Paulb23/autocomplete_truncate_issue_4554Rémi Verschelde2016-05-071-21/+13
|\ \ \ | | | | | | | | Fixed autocomplete truncate, issue 4554
| * | | Fixed autocomplete truncate, issue 4554Paulb232016-05-051-21/+13
| |/ /
* | | Merge pull request #4553 from AlexHolly/fix-percent-decode-utf8Rémi Verschelde2016-05-071-5/+6
|\ \ \ | | | | | | | | fix percent decode utf8 error
| * | | fix percent decode utf8 errorAlexander Holland2016-05-051-5/+6
| |/ /
* | | Merge pull request #4576 from Paulb23/animation_player_next_auto_queue_fixesRémi Verschelde2016-05-073-7/+32
|\ \ \ | | | | | | | | Fixed animation player auto-queue duplication and undo/redo
| * | | Fixed animation player auto-queue duplication and undo/redoPaulb232016-05-073-7/+32
|/ / /
* | | Merge pull request #4573 from Paulb23/code_completion_after_bracket_issue_3977Rémi Verschelde2016-05-071-0/+3
|\ \ \ | | | | | | | | Fixed code completion after opening bracket, issue 3977
| * | | Fixed code completion after opening bracket, issue 3977Paulb232016-05-071-0/+3
|/ / /
* | | cloning env for builtin_openssl _and_ openssl :)Ariel Manzur2016-05-064-21/+28
| | |
* | | clonning env for builtin sslAriel Manzur2016-05-061-646/+653
| |/ |/|
* | Issue template: ask for Godot versionRémi Verschelde2016-05-061-1/+1
| |
* | Variant: readd String.ends_with and Dict.has_allRémi Verschelde2016-05-061-0/+4
| | | | | | | | Erroneously removed in cfd3efd09785301eed733abe9e46fd89da3ad114.
* | Merge pull request #4561 from vnen/pr-fix-win64-buildRémi Verschelde2016-05-061-0/+4
|\ \ | | | | | | Fix build for Windows 64-bits with GCC
| * | Fix build for Windows 64-bits with GCCGeorge Marques2016-05-051-0/+4
| |/
* | export fix_alpha_edgesAriel Manzur2016-05-051-4/+2
| |
* | Merge pull request #4559 from djrm/classref-editRémi Verschelde2016-05-051-1/+27
|\ \ | |/ |/| Documented LinkButton, some OS methods
| * Partial documentation for OS methodsDaniel J. Ramirez2016-05-051-1/+19
| |
| * Documented LinkButtonDaniel J. Ramirez2016-05-051-0/+8
|/
* Merge pull request #4550 from Valentactive/masterRémi Verschelde2016-05-051-0/+4
|\ | | | | Adds the ".vscode" folder from Visual Studio Code to ".gitignore"
| * Adds the ".vscode" folder from Visual Studio Code to ".gitignore"Michele Valente2016-05-041-0/+4
| | | | | | | | | | Adds to ".gitignore" the ".vscode" folder which is created when using Visual Studio Code together with the "C/C++" extension.
* | Merge pull request #4549 from AlexHolly/httpclient-rawbody-supportRémi Verschelde2016-05-052-2/+57
|\ \ | | | | | | HTTPClient request with raw_array body
| * | httpclient request withh raw_array bodyAlexander Holland2016-05-042-2/+57
| | |
* | | Merge pull request #4548 from vnen/pr-fix-win64-buildRémi Verschelde2016-05-051-1/+2
|\ \ \ | | | | | | | | Fix memory leak
| * | | Fix memory leakGeorge Marques2016-05-041-1/+2
| | | | | | | | | | | | | | | | As pointed out by @sanikoyes in #4541.
* | | | Merge pull request #4547 from neikeq/pr-wrong-debug-methodsRémi Verschelde2016-05-0511-13/+26
|\ \ \ \ | |_|_|/ |/| | | Fix wrong return and argument types in documentation
| * | | Fix wrong return and argument types in documentationIgnacio Etcheverry2016-05-049-13/+13
| | | |
| * | | Add missing Vector2Array case to Variant::operator String()Ignacio Etcheverry2016-05-042-0/+13
| | | | | | | | | | | | | | | | - Correcly display Vector2Array default arguments in the documentation