Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Issue template: ask for Godot version | Rémi Verschelde | |
2016-05-06 | Variant: readd String.ends_with and Dict.has_all | Rémi Verschelde | |
Erroneously removed in cfd3efd09785301eed733abe9e46fd89da3ad114. | |||
2016-05-06 | Merge pull request #4561 from vnen/pr-fix-win64-build | Rémi Verschelde | |
Fix build for Windows 64-bits with GCC | |||
2016-05-05 | export fix_alpha_edges | Ariel Manzur | |
2016-05-05 | Merge pull request #4559 from djrm/classref-edit | Rémi Verschelde | |
Documented LinkButton, some OS methods | |||
2016-05-05 | Partial documentation for OS methods | Daniel J. Ramirez | |
2016-05-05 | Fix build for Windows 64-bits with GCC | George Marques | |
2016-05-05 | Documented LinkButton | Daniel J. Ramirez | |
2016-05-05 | Merge pull request #4550 from Valentactive/master | Rémi Verschelde | |
Adds the ".vscode" folder from Visual Studio Code to ".gitignore" | |||
2016-05-05 | Merge pull request #4549 from AlexHolly/httpclient-rawbody-support | Rémi Verschelde | |
HTTPClient request with raw_array body | |||
2016-05-05 | Merge pull request #4548 from vnen/pr-fix-win64-build | Rémi Verschelde | |
Fix memory leak | |||
2016-05-05 | Merge pull request #4547 from neikeq/pr-wrong-debug-methods | Rémi Verschelde | |
Fix wrong return and argument types in documentation | |||
2016-05-04 | Adds the ".vscode" folder from Visual Studio Code to ".gitignore" | Michele Valente | |
Adds to ".gitignore" the ".vscode" folder which is created when using Visual Studio Code together with the "C/C++" extension. | |||
2016-05-04 | -make sure single select after multi select works better | Juan Linietsky | |
-fixed some warnings for OSX | |||
2016-05-04 | httpclient request withh raw_array body | Alexander Holland | |
2016-05-04 | missing default value | Juan Linietsky | |
2016-05-04 | fix to avoid video texture scaling | Juan Linietsky | |
2016-05-04 | ability to shrink all images x2 on load | Juan Linietsky | |
this is for extreme cases when running on devices with very low video memory, so you can still retain compatibility. | |||
2016-05-04 | Fix memory leak | George Marques | |
As pointed out by @sanikoyes in #4541. | |||
2016-05-04 | i18n: regenerate template for removed debug strings | Rémi Verschelde | |
2016-05-04 | Fix wrong return and argument types in documentation | Ignacio Etcheverry | |
2016-05-04 | i18n: remove trailing spaces in script | Rémi Verschelde | |
2016-05-04 | i18n: Don't make print_line calls translatable | Rémi Verschelde | |
2016-05-04 | Add missing Vector2Array case to Variant::operator String() | Ignacio Etcheverry | |
- Correcly display Vector2Array default arguments in the documentation | |||
2016-05-04 | forgot this | Juan Linietsky | |
2016-05-04 | accepting suggestions | Juan Linietsky | |
2016-05-04 | template is now pot | Juan Linietsky | |
2016-05-04 | base for translation | Juan Linietsky | |
2016-05-04 | Merge pull request #4544 from mattiascibien/fix-double-include | Rémi Verschelde | |
Removed double incluson of scene/gui/dialogs.h | |||
2016-05-04 | Remove double incluson of scene/gui/dialogs.h | Mattias Cibien | |
Removed a double inclusion of scene/gui/dialogs.h in file editor_file_dialog.h | |||
2016-05-04 | Merge pull request #4543 from djrm/better_hint_all | Rémi Verschelde | |
Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxes | |||
2016-05-04 | Merge pull request #4541 from vnen/pr-fix-win64-build | Rémi Verschelde | |
Fix windows 64-bits build. | |||
2016-05-04 | Merge pull request #4540 from mrezai/openssl-1.0.2h | Rémi Verschelde | |
Update OpenSSL to 1.0.2h | |||
2016-05-04 | Merge pull request #4535 from sanikoyes/Pr-crash-dynamic-font | Rémi Verschelde | |
Fix crash in dynamic font | |||
2016-05-03 | Merge remote-tracking branch 'origin/master' | Juan Linietsky | |
2016-05-03 | Modified editor strings to be translatable in the future | Juan Linietsky | |
2016-05-03 | Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxes | Daniel J. Ramirez | |
2016-05-03 | Merge pull request #4542 from Hinsbart/ds3 | Rémi Verschelde | |
Fix ds3 gamepad mapping | |||
2016-05-04 | Fix ds3 gamepad mapping | Hinsbart | |
2016-05-03 | Fix windows 64-bits build. | George Marques | |
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 | Update OpenSSL to 1.0.2h | mrezai | |
2016-05-03 | Merge pull request #4539 from Paulb23/autocomplete_duplicate_items_issue_1824 | Rémi Verschelde | |
Autocomplete no longer shows duplicates, issue #1824 | |||
2016-05-03 | Merge pull request #4538 from CowThing/classref-edit | Rémi Verschelde | |
Input Documentation | |||
2016-05-03 | Autocomplete no longer shows duplicates, issue 1824 | Paulb23 | |
2016-05-03 | Input Documentation | CowThing | |
Input Documentation |