Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-05 | Fix build for Windows 64-bits with GCC | George Marques | |
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 | |||
2016-05-03 | Sync class reference | Rémi Verschelde | |
2016-05-03 | Merge pull request #4533 from djrm/doc_data_merge_fix | Rémi Verschelde | |
Fixed documentation generator for polymorphic functions | |||
2016-05-03 | Merge pull request #4536 from mattiascibien/fix-set-window-resizable-win | Rémi Verschelde | |
Fixed behavior of OS.set_window_resizable | |||
2016-05-03 | Merge pull request #4532 from vnen/pr-update-opus-1.1.2 | Rémi Verschelde | |
Update Opus driver to 1.1.2 | |||
2016-05-03 | Add ability to send drag events to another object | Juan Linietsky | |
will be documented/tested later | |||
2016-05-03 | Fixed behavior of OS.set_window_resizable | Mattias Cibien | |
Should fix #4428. * Minimize button is not hidden anymore | |||
2016-05-03 | Fix crash in dynamic font | sanikoyes | |
2016-05-03 | Fixed documentation generator for polymorphic functions | Daniel J. Ramirez | |
2016-05-03 | Merge pull request #4523 from neikeq/pr-issue-4504 | Rémi Verschelde | |
Fix checking unsaved changes only in current scene | |||
2016-05-02 | Merge pull request #4531 from djrm/classref-edit | Rémi Verschelde | |
Documented bool methods | |||
2016-05-02 | Documented bool methods | Daniel J. Ramirez | |
2016-05-02 | Merge pull request #4529 from djrm/classref-float | Rémi Verschelde | |
Documented float |