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
Daniel J. Ramirez
cb0be4adaa
Documented @GlobalScope singletons and some keys
2016-05-05 14:04:42 -05: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
Michele Valente
49f31197f2
Adds the ".vscode" folder from Visual Studio Code to ".gitignore"
...
Adds to ".gitignore" the ".vscode" folder which is created when using
Visual Studio Code together with the "C/C++" extension.
2016-05-04 23:42:27 +02:00
Juan Linietsky
f909634832
-make sure single select after multi select works better
...
-fixed some warnings for OSX
2016-05-04 17:41:58 -03:00
Alexander Holland
ab1da5dc1b
httpclient request withh raw_array body
2016-05-04 19:49:01 +02:00
Juan Linietsky
8043135e0d
missing default value
2016-05-04 12:46:37 -03:00
Juan Linietsky
fd6667a7dc
fix to avoid video texture scaling
2016-05-04 12:44:50 -03:00
Juan Linietsky
89d87294db
ability to shrink all images x2 on load
...
this is for extreme cases when running on devices with very low video
memory, so you can still retain compatibility.
2016-05-04 12:37:07 -03:00
George Marques
5930408746
Fix memory leak
...
As pointed out by @sanikoyes in #4541 .
2016-05-04 11:46:28 -03:00
Rémi Verschelde
0fa5154c0a
i18n: regenerate template for removed debug strings
2016-05-04 15:35:39 +02:00
Ignacio Etcheverry
1e752c0120
Fix wrong return and argument types in documentation
2016-05-04 15:35:09 +02:00
Rémi Verschelde
fbe5a5e4a7
i18n: remove trailing spaces in script
2016-05-04 15:31:47 +02:00
Rémi Verschelde
fb277dbde6
i18n: Don't make print_line calls translatable
2016-05-04 15:28:37 +02:00
Ignacio Etcheverry
2060e6616c
Add missing Vector2Array case to Variant::operator String()
...
- Correcly display Vector2Array default arguments in the documentation
2016-05-04 15:16:24 +02:00
Juan Linietsky
dd419e8efa
forgot this
2016-05-04 09:56:24 -03:00
Juan Linietsky
ea1c9d5b5d
accepting suggestions
2016-05-04 09:54:35 -03:00
Juan Linietsky
1e37dcd88b
template is now pot
2016-05-04 09:52:51 -03:00
Juan Linietsky
f338a0c944
base for translation
2016-05-04 09:47:47 -03:00
Rémi Verschelde
98bd5362c3
Merge pull request #4544 from mattiascibien/fix-double-include
...
Removed double incluson of scene/gui/dialogs.h
2016-05-04 12:58:15 +02:00
Mattias Cibien
f8322c9948
Remove double incluson of scene/gui/dialogs.h
...
Removed a double inclusion of scene/gui/dialogs.h in file
editor_file_dialog.h
2016-05-04 10:54:59 +02:00
Rémi Verschelde
a79e390613
Merge pull request #4543 from djrm/better_hint_all
...
Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxes
2016-05-04 08:36:14 +02:00
Rémi Verschelde
db0fde9d39
Merge pull request #4541 from vnen/pr-fix-win64-build
...
Fix windows 64-bits build.
2016-05-04 08:35:45 +02:00
Rémi Verschelde
3279ad79c3
Merge pull request #4540 from mrezai/openssl-1.0.2h
...
Update OpenSSL to 1.0.2h
2016-05-04 08:35:35 +02:00
Rémi Verschelde
6a4b62e720
Merge pull request #4535 from sanikoyes/Pr-crash-dynamic-font
...
Fix crash in dynamic font
2016-05-04 08:35:16 +02:00
Juan Linietsky
dd69aeceac
Merge remote-tracking branch 'origin/master'
2016-05-03 22:32:38 -03:00
Juan Linietsky
567cb691ec
Modified editor strings to be translatable in the future
2016-05-03 22:25:37 -03:00
Daniel J. Ramirez
723c0d730c
Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxes
2016-05-03 16:20:09 -05:00
Rémi Verschelde
b81d9e6d61
Merge pull request #4542 from Hinsbart/ds3
...
Fix ds3 gamepad mapping
2016-05-03 22:56:20 +02:00
Hinsbart
d6cd5108e3
Fix ds3 gamepad mapping
2016-05-04 00:21:32 +02:00
George Marques
9424c6c58f
Fix windows 64-bits build.
...
The change in `tools/doc/doc_data.cpp` is needed because the MSVC
compiler does not support variable length arrays.
Fix #4113
2016-05-03 16:35:36 -03:00
mrezai
ab623c923d
Update OpenSSL to 1.0.2h
2016-05-03 23:59:14 +04:30
Rémi Verschelde
f1b39631f5
Merge pull request #4539 from Paulb23/autocomplete_duplicate_items_issue_1824
...
Autocomplete no longer shows duplicates, issue #1824
2016-05-03 21:23:29 +02:00
Rémi Verschelde
7b834dd788
Merge pull request #4538 from CowThing/classref-edit
...
Input Documentation
2016-05-03 21:08:08 +02:00
Paulb23
084d0bef96
Autocomplete no longer shows duplicates, issue 1824
2016-05-03 19:48:35 +01:00
CowThing
f6ae5e41de
Input Documentation
...
Input Documentation
2016-05-03 14:44:58 -04:00