Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-28 | Fix regression with str() improvements for math types | Ignacio Etcheverry | |
2016-07-27 | Merge pull request #5921 from neikeq/pr-issue-5919 | Rémi Verschelde | |
Prettier str() for some math types | |||
2016-07-27 | Prettier str() for some math types | Ignacio Etcheverry | |
2016-07-27 | Fix reading of empty StringArray-s in .tscn | Bojidar Marinov | |
Closes #5912 | |||
2016-07-26 | Changed the way the step decimals are computed to a safer way, fixes many ↵ | Juan Linietsky | |
issues. | |||
2016-07-24 | Merge pull request #5524 from pkowal1982/master | Juan Linietsky | |
Array has(var value) function | |||
2016-07-24 | Turn some prints to error logs, remove others | Rémi Verschelde | |
Fixes #5876 in passing. | |||
2016-07-23 | Fix warnings in core/variant_op.cpp | Johan Manuel | |
Adds default cases in switches where needed, and replaces '0;' with ';;' in macro expansions (as suggested by @vnen in #5587). | |||
2016-07-22 | Merge pull request #5847 from 29jm/patch-3 | Rémi Verschelde | |
Expose virtual keyboard functions to GDScript | |||
2016-07-21 | Expose virtual keyboard functions to GDScript | Johan Manuel | |
2016-07-21 | Merge pull request #5560 from vnen/os-request-attention | Rémi Verschelde | |
Add OS.request_attention() for Windows | |||
2016-07-19 | put text formats for resources and scenes as priority | Juan Linietsky | |
2016-07-19 | Fixed properly not save signals that already exist in their base scenes, ↵ | Juan Linietsky | |
closes #5656 | |||
2016-07-19 | Fix main scene not being saved when set via Play button | Rémi Verschelde | |
Fixes #1134 for real. Also tweaked the engine.cfg template and the preference order when browsing for the main scene. | |||
2016-07-19 | Revert "Homogeinize resource formats loaders/savers" | Rémi Verschelde | |
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. | |||
2016-07-18 | Merge pull request #5709 from akien-mga/pr-get-engine-version | Rémi Verschelde | |
OS: Add get_engine_version method | |||
2016-07-18 | OS: Add get_engine_version method | Rémi Verschelde | |
Fixes #5693. | |||
2016-07-18 | Merge pull request #5718 from jay3d/master | Rémi Verschelde | |
Added gyroscope support to Godot and Android | |||
2016-07-17 | Remove some noisy debug prints | Rémi Verschelde | |
Part of #5031 | |||
2016-07-16 | Merge pull request #5467 from RandomShaper/enhance-tidy-extensions | Juan Linietsky | |
Enhance/tidy file extensions management | |||
2016-07-16 | i18n: Add missing locale identifiers for Bengali and Urdu | Rémi Verschelde | |
Fixes errors showing up since the addition of those WIP translations. | |||
2016-07-16 | Added gyroscope support to Godot and Android | Jamil Halabi | |
2016-07-14 | Fix binding of File::get_sha256() | George Marques | |
Fix #5698 | |||
2016-07-10 | Merge pull request #5559 from Hinsbart/connected_joysticks | punto- | |
Input: add get_connected_joysticks() method. | |||
2016-07-10 | Merge pull request #5443 from samuelgrigolato/iterate-string-in-gdscript | Juan Linietsky | |
Add support to String type in gdscript iteration | |||
2016-07-10 | Merge pull request #5525 from SuperUserNameMan/window_get_latin_kb_variant | Juan Linietsky | |
windows get_latin_keyboard_variant() implementation and gdscript binding, #5503 | |||
2016-07-09 | Merge pull request #5589 from akien-mga/pr-unused-var | Rémi Verschelde | |
Removing some more unused vars and dead code | |||
2016-07-08 | classref: Fix arg name for is_action_pressed/released | Rémi Verschelde | |
Also position TEXTURE_SPHERE constant properly. | |||
2016-07-08 | Remove unused variables (fourth pass) + dead code | Rémi Verschelde | |
Also fix a potential regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33. | |||
2016-07-07 | Array has(var value) function | Pawel Kowal | |
2016-07-05 | Make sure builtin types' constants remain in order | George Marques | |
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. | |||
2016-07-05 | Add OS.request_attention() for Windows | George Marques | |
2016-07-05 | Fixed HQ2x compiler warnings | J08nY | |
2016-07-05 | Input: add get_connected_joysticks() method. | Andreas Haas | |
fixes #5465 | |||
2016-07-03 | windows get_latin_keyboard_variant() implementation and gdscript binding | SuperUserNameMan | |
2016-07-02 | Merge pull request #5522 from neikeq/pr-issue-5519 | Juan Linietsky | |
Prettier str() for arrays | |||
2016-07-02 | Prettier str() for arrays | Ignacio Etcheverry | |
2016-06-29 | Do a second stage remap, so it considers translation first, atlas second, ↵ | Juan Linietsky | |
closes #5147 | |||
2016-06-28 | Make text formats preferent over binary ones | Pedro J. Estébanez | |
2016-06-28 | Tidy up population of extensions list | Pedro J. Estébanez | |
2016-06-28 | Homogeinize resource formats loaders/savers | Pedro J. Estébanez | |
2016-06-28 | Fix style bug in event queue | Rémi Verschelde | |
Same fix as for 1f9812ab835e97ff07f4abba23a7915e04d306c9 Not sure if this code actually does anything though, `buffer_max_used` seems unused. | |||
2016-06-27 | fix bug in reporting of message queue size | Juan Linietsky | |
2016-06-27 | Make most resources (save for packedscenes and scripts) reload if they ↵ | Juan Linietsky | |
change on disk. Closes #4059. | |||
2016-06-27 | Properly deliver localized coordinates when passing gui events through ↵ | Juan Linietsky | |
parents, closes #4215 | |||
2016-06-26 | Add support to String type in gdscript iteration. #5188 | Samuel Grigolato | |
2016-06-26 | Cleaner way to enable ptrcall | Juan Linietsky | |
2016-06-26 | -Fix crashes with thread_exit() | Juan Linietsky | |
-Added draft of C script API (still disabled and unused) | |||
2016-06-26 | Merge pull request #5412 from vnen/dvector-invert-bind | Rémi Verschelde | |
Expose *Array.invert() to script | |||
2016-06-25 | Expose *Array.invert() to script | George Marques | |
Properly solve #4601. |