Commit graph

3749 commits

Author SHA1 Message Date
Daniel J. Ramirez f558b4003b Documented LinkButton 2016-05-05 11:23:25 -05: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
Rémi Verschelde 5b039245b9 Sync class reference 2016-05-03 19:35:01 +02:00
Rémi Verschelde e2e2c0a39f Merge pull request #4533 from djrm/doc_data_merge_fix
Fixed documentation generator for polymorphic functions
2016-05-03 19:34:38 +02:00
Rémi Verschelde e0d27c5523 Merge pull request #4536 from mattiascibien/fix-set-window-resizable-win
Fixed behavior of OS.set_window_resizable
2016-05-03 19:17:57 +02:00
Rémi Verschelde c90bc69544 Merge pull request #4532 from vnen/pr-update-opus-1.1.2
Update Opus driver to 1.1.2
2016-05-03 19:14:24 +02:00
Juan Linietsky c7e8def446 Add ability to send drag events to another object
will be documented/tested later
2016-05-03 11:10:28 -03:00
Mattias Cibien 8fb7280f39 Fixed behavior of OS.set_window_resizable
Should fix #4428. 
 * Minimize button is not hidden anymore
2016-05-03 15:58:05 +02:00
sanikoyes c824781e98 Fix crash in dynamic font 2016-05-03 17:25:33 +08:00
Daniel J. Ramirez 57d0b78426 Fixed documentation generator for polymorphic functions 2016-05-03 01:45:54 -05:00
Rémi Verschelde 4e23ba5f37 Merge pull request #4523 from neikeq/pr-issue-4504
Fix checking unsaved changes only in current scene
2016-05-03 07:33:11 +02:00
Rémi Verschelde 564ba76bec Merge pull request #4531 from djrm/classref-edit
Documented bool methods
2016-05-02 20:36:38 +02:00
Daniel J. Ramirez 3ca1d0f1d5 Documented bool methods 2016-05-02 13:32:29 -05:00
Rémi Verschelde 1d9c4c559b Merge pull request #4529 from djrm/classref-float
Documented float
2016-05-02 20:14:28 +02:00