| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed bug in make_dir_recursive, closes #6016 | Juan Linietsky | 2016-08-08 | 1 | -0/+7 |
| | | | | | (cherry picked from commit df6dbadc3efa3c0f36b6c3c8992dba153e303254) | ||||
| * | Revert documentation of return type for FuncRef::call_func from b80c42e | eska | 2016-08-08 | 1 | -1/+1 |
| | | | | | bind_native_method doesn't support this style of return type documentation. | ||||
| * | Merge pull request #5976 from allkhor/master | Rémi Verschelde | 2016-07-31 | 1 | -1/+1 |
| |\ | | | | | Fix String::is_valid_integer() for single symbols + and - | ||||
| | * | Fix String::is_valid_integer() for single symbols + and - | allkhor | 2016-07-31 | 1 | -1/+1 |
| | | | |||||
| * | | Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D | eska | 2016-07-30 | 1 | -1/+1 |
| |/ | |||||
| * | Fix regression with str() improvements for math types | Ignacio Etcheverry | 2016-07-28 | 6 | -23/+44 |
| | | |||||
| * | Merge pull request #5921 from neikeq/pr-issue-5919 | Rémi Verschelde | 2016-07-27 | 5 | -10/+17 |
| |\ | | | | | Prettier str() for some math types | ||||
| | * | Prettier str() for some math types | Ignacio Etcheverry | 2016-07-27 | 5 | -10/+17 |
| | | | |||||
| * | | Fix reading of empty StringArray-s in .tscn | Bojidar Marinov | 2016-07-27 | 1 | -1/+3 |
| | | | | | | | | | Closes #5912 | ||||
| * | | Changed the way the step decimals are computed to a safer way, fixes many ↵ | Juan Linietsky | 2016-07-26 | 2 | -16/+20 |
| |/ | | | | issues. | ||||
| * | Merge pull request #5524 from pkowal1982/master | Juan Linietsky | 2016-07-24 | 3 | -0/+7 |
| |\ | | | | | Array has(var value) function | ||||
| | * | Array has(var value) function | Pawel Kowal | 2016-07-07 | 3 | -0/+7 |
| | | | |||||
| * | | Turn some prints to error logs, remove others | Rémi Verschelde | 2016-07-24 | 3 | -10/+9 |
| | | | | | | | | | Fixes #5876 in passing. | ||||
| * | | Fix warnings in core/variant_op.cpp | Johan Manuel | 2016-07-23 | 1 | -2/+8 |
| | | | | | | | | | | | Adds default cases in switches where needed, and replaces '0;' with ';;' in macro expansions (as suggested by @vnen in #5587). | ||||
| * | | Merge pull request #5847 from 29jm/patch-3 | Rémi Verschelde | 2016-07-22 | 3 | -4/+19 |
| |\ \ | | | | | | | Expose virtual keyboard functions to GDScript | ||||
| | * | | Expose virtual keyboard functions to GDScript | Johan Manuel | 2016-07-21 | 3 | -4/+19 |
| | | | | |||||
| * | | | Merge pull request #5560 from vnen/os-request-attention | Rémi Verschelde | 2016-07-21 | 3 | -0/+8 |
| |\ \ \ | |/ / |/| | | Add OS.request_attention() for Windows | ||||
| | * | | Add OS.request_attention() for Windows | George Marques | 2016-07-05 | 3 | -0/+8 |
| | | | | |||||
| * | | | put text formats for resources and scenes as priority | Juan Linietsky | 2016-07-19 | 4 | -6/+24 |
| | | | | |||||
| * | | | Fixed properly not save signals that already exist in their base scenes, ↵ | Juan Linietsky | 2016-07-19 | 2 | -0/+8 |
| | | | | | | | | | | | | | closes #5656 | ||||
| * | | | Fix main scene not being saved when set via Play button | Rémi Verschelde | 2016-07-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Fixes #1134 for real. Also tweaked the engine.cfg template and the preference order when browsing for the main scene. | ||||
| * | | | Revert "Homogeinize resource formats loaders/savers" | Rémi Verschelde | 2016-07-19 | 3 | -1658/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The text format definition needs to stay in `scene/` as it relies on other scene components, and `core/` must stay self-contained. This reverts commits a5e27503fd52589703d637d1245a023233a14a27 and 1492fd846073a4fa643365a8a5d4e021868c0e48. | ||||
| * | | | Merge pull request #5709 from akien-mga/pr-get-engine-version | Rémi Verschelde | 2016-07-18 | 4 | -3/+38 |
| |\ \ \ | | | | | | | | | OS: Add get_engine_version method | ||||
| | * | | | OS: Add get_engine_version method | Rémi Verschelde | 2016-07-18 | 4 | -3/+38 |
| | | | | | | | | | | | | | | | | | Fixes #5693. | ||||
| * | | | | Merge pull request #5718 from jay3d/master | Rémi Verschelde | 2016-07-18 | 2 | -0/+2 |
| |\ \ \ \ | | | | | | | | | | | Added gyroscope support to Godot and Android | ||||
| | * | | | | Added gyroscope support to Godot and Android | Jamil Halabi | 2016-07-16 | 2 | -0/+2 |
| | |/ / / | |||||
| * | | | | Remove some noisy debug prints | Rémi Verschelde | 2016-07-17 | 2 | -20/+1 |
| | | | | | | | | | | | | | | | | | Part of #5031 | ||||
| * | | | | Merge pull request #5467 from RandomShaper/enhance-tidy-extensions | Juan Linietsky | 2016-07-16 | 4 | -17/+1659 |
| |\ \ \ \ | | | | | | | | | | | Enhance/tidy file extensions management | ||||
| | * | | | | Make text formats preferent over binary ones | Pedro J. Estébanez | 2016-06-28 | 1 | -5/+5 |
| | | | | | | |||||
| | * | | | | Tidy up population of extensions list | Pedro J. Estébanez | 2016-06-28 | 1 | -17/+1 |
| | | | | | | |||||
| | * | | | | Homogeinize resource formats loaders/savers | Pedro J. Estébanez | 2016-06-28 | 3 | -0/+1658 |
| | | | | | | |||||
| * | | | | | i18n: Add missing locale identifiers for Bengali and Urdu | Rémi Verschelde | 2016-07-16 | 1 | -0/+12 |
| | |/ / / |/| | | | | | | | | | | | Fixes errors showing up since the addition of those WIP translations. | ||||
| * | | | | Fix binding of File::get_sha256() | George Marques | 2016-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Fix #5698 | ||||
| * | | | | Merge pull request #5559 from Hinsbart/connected_joysticks | punto- | 2016-07-10 | 2 | -0/+2 |
| |\ \ \ \ | | | | | | | | | | | Input: add get_connected_joysticks() method. | ||||
| | * | | | | Input: add get_connected_joysticks() method. | Andreas Haas | 2016-07-05 | 2 | -0/+2 |
| | | |/ / | |/| | | | | | | | | | | fixes #5465 | ||||
| * | | | | Merge pull request #5443 from samuelgrigolato/iterate-string-in-gdscript | Juan Linietsky | 2016-07-10 | 1 | -0/+24 |
| |\ \ \ \ | | | | | | | | | | | Add support to String type in gdscript iteration | ||||
| | * | | | | Add support to String type in gdscript iteration. #5188 | Samuel Grigolato | 2016-06-26 | 1 | -0/+24 |
| | | | | | | |||||
| * | | | | | Merge pull request #5525 from SuperUserNameMan/window_get_latin_kb_variant | Juan Linietsky | 2016-07-10 | 2 | -0/+15 |
| |\ \ \ \ \ | | | | | | | | | | | | | windows get_latin_keyboard_variant() implementation and gdscript binding, #5503 | ||||
| | * | | | | | windows get_latin_keyboard_variant() implementation and gdscript binding | SuperUserNameMan | 2016-07-03 | 2 | -0/+15 |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge pull request #5589 from akien-mga/pr-unused-var | Rémi Verschelde | 2016-07-09 | 10 | -33/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | Removing some more unused vars and dead code | ||||
| | * | | | | | Remove unused variables (fourth pass) + dead code | Rémi Verschelde | 2016-07-08 | 10 | -33/+1 |
| | | |_|_|/ | |/| | | | | | | | | | | | | | Also fix a potential regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33. | ||||
| * / | | | | classref: Fix arg name for is_action_pressed/released | Rémi Verschelde | 2016-07-08 | 1 | -4/+4 |
| |/ / / / | | | | | | | | | | | | | Also position TEXTURE_SPHERE constant properly. | ||||
| * | | | | Make sure builtin types' constants remain in order | George Marques | 2016-07-05 | 1 | -42/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a list of constants for VariantCall to make sure the order of register is kept when showing in the editor help and in the documentation. This also remove the sorting of constants from the doctool, so it keeps the natural order in classes.xml. | ||||
| * | | | | Fixed HQ2x compiler warnings | J08nY | 2016-07-05 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | Merge pull request #5522 from neikeq/pr-issue-5519 | Juan Linietsky | 2016-07-02 | 1 | -6/+12 |
| |\ \ \ | | | | | | | | | Prettier str() for arrays | ||||
| | * | | | Prettier str() for arrays | Ignacio Etcheverry | 2016-07-02 | 1 | -6/+12 |
| | |/ / | |||||
| * | / | Do a second stage remap, so it considers translation first, atlas second, ↵ | Juan Linietsky | 2016-06-29 | 1 | -2/+17 |
| | |/ |/| | | | | | closes #5147 | ||||
| * | | Fix style bug in event queue | Rémi Verschelde | 2016-06-28 | 1 | -1/+1 |
| | | | | | | | | | | | Same fix as for 1f9812ab835e97ff07f4abba23a7915e04d306c9 Not sure if this code actually does anything though, `buffer_max_used` seems unused. | ||||
| * | | fix bug in reporting of message queue size | Juan Linietsky | 2016-06-27 | 1 | -1/+1 |
| | | | |||||
| * | | Make most resources (save for packedscenes and scripts) reload if they ↵ | Juan Linietsky | 2016-06-27 | 3 | -4/+27 |
| | | | | | | | | | change on disk. Closes #4059. | ||||
