Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-24 | Merge pull request #5524 from pkowal1982/master | Juan Linietsky | |
Array has(var value) function | |||
2016-07-24 | Merge pull request #5447 from RandomShaper/parallax-layer-fix-tidy | Juan Linietsky | |
Improve parallax mirroring algorithm | |||
2016-07-24 | Merge pull request #5415 from volzhs/improve-android-payment | Juan Linietsky | |
Improve android payment | |||
2016-07-24 | Merge pull request #5832 from Algrin6/patch-1 | Juan Linietsky | |
Fixes defects in Curve2D and Curve3D | |||
2016-07-24 | Merge pull request #5884 from 29jm/fix-crash-graphnode | Rémi Verschelde | |
Fix crash when GraphNode wasn't a child of a Control | |||
2016-07-24 | Fix crash when GraphNode wasn't a child of a Control | Johan Manuel | |
2016-07-24 | Turn some prints to error logs, remove others | Rémi Verschelde | |
Fixes #5876 in passing. | |||
2016-07-23 | Merge pull request #5737 from neikeq/pr-issue-5269 | Rémi Verschelde | |
TextEdit: Scroll search results to the center | |||
2016-07-23 | Merge pull request #5821 from TheHX/issue-5795 | Rémi Verschelde | |
Improved FileSystem dock "Instance" option | |||
2016-07-23 | Merge pull request #5875 from 29jm/fix-warnings | Rémi Verschelde | |
Fix warnings in core/variant_op.cpp | |||
2016-07-23 | Merge pull request #5882 from neikeq/pr-issue-1481 | Rémi Verschelde | |
Project Manager: Added project list scrolling with keyboard | |||
2016-07-23 | Project Manager: Added project list scrolling with keyboard | Ignacio Etcheverry | |
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-23 | Add some doc to ImmediateGeometry | Juan Linietsky | |
2016-07-23 | Merge pull request #5872 from akien-mga/pr-libraries-update | Rémi Verschelde | |
Update embedded libraries: rg_etc1 1.04, zlib 1.2.8, RtAudio 4.1.2 | |||
2016-07-23 | RtAudio: Update to upstream version 4.1.2 | Rémi Verschelde | |
The only differences we have with the upstream tarball are marked with `// -GODOT-` comments for clarity. The changes we currently have are just some defines for cross-platform configuration, and could likely be moved to the SCons buildsystem (ideally in a sub-environment to avoid having RtAudio-specific defines pollute the whole build log). One change for WinRT was not kept, if it is needed it should ideally be integrated upstream: ``` #if defined(__WINDOWS_DS__) || defined(__WINDOWS_ASIO__) || defined(__WINDOWS_WASAPI__) -#ifdef WINRT_ENABLED - #define MUTEX_INITIALIZE(A) InitializeCriticalSectionEx(A, 0, 0) -#else #define MUTEX_INITIALIZE(A) InitializeCriticalSection(A) -#endif ``` | |||
2016-07-23 | zlib: Update builtin version to upstream 1.2.8 | Rémi Verschelde | |
Our only differences to the upstream distribution are: - The `gz*.c` files are not included - Z_PREFIX and Z_SOLO are defined in zconf.h | |||
2016-07-23 | rg_etc1: Upstream version 1.04 | Rémi Verschelde | |
From https://github.com/richgel999/rg-etc1 | |||
2016-07-23 | Merge pull request #5861 from akien-mga/pr-freetype-2.6.5 | Rémi Verschelde | |
Upgrade FreeType to upstream version 2.6.5 | |||
2016-07-23 | Merge pull request #5864 from djrm/new_icons | Rémi Verschelde | |
Modified some icons | |||
2016-07-23 | Merge pull request #5866 from MarianoGnu/master | Rémi Verschelde | |
Prevent crash in TextureRegionEditor. Fixes #5862 | |||
2016-07-22 | Prevent crash in TextureRegionEditor. Fixes #5862 | MarianoGNU | |
2016-07-22 | Modified some icons | Daniel J. Ramirez | |
2016-07-22 | Merge pull request #5863 from MarianoGnu/master | Mariano Javier Suligoy | |
Fix pick color from screen. Closes #5853 | |||
2016-07-22 | Fix pick color from screen. Closes #5853 | MarianoGNU | |
2016-07-22 | FreeType: Update to upstream version 2.6.5 | Rémi Verschelde | |
The only diffs to the upstream sources are to be found in `include/ft2build.h` and `include/freetype/config/ftoption.h`. | |||
2016-07-22 | FreeType: Remove unnecessary subfolder | Rémi Verschelde | |
Also sort sources alphabetically for clarity. | |||
2016-07-22 | FreeType: Reduce diff with upstream 2.5.0 version | Rémi Verschelde | |
The Godot specific changes to ftoption.h are indicated with a `// -Godot-` comment for clarity. See #5859 for details. | |||
2016-07-22 | Merge pull request #5860 from 29jm/fix-itemlist-separators | Rémi Verschelde | |
Fix ItemList.clear() not removing separators | |||
2016-07-22 | Fix ItemList.clear() not removing separators | Johan Manuel | |
2016-07-22 | Fixed ItemList indexing bug while selecting items. | Robert Lewicki | |
Also added functionality for unselecting items in itemlist while clicking in empty space. Fixes #5772. | |||
2016-07-22 | Removed support for saving paths as relative, closes #5728 | Juan Linietsky | |
Editor now has good refactoring tools, so this function is mostly obsolete | |||
2016-07-22 | Make texture parameter optional in begin() of ImmediateGeometry. Closes ↵ | Juan Linietsky | |
#5676 and closes #5720 | |||
2016-07-22 | Show a warning that an animation must be selected in order to edit it. Avoid ↵ | Juan Linietsky | |
copying/pasting if no anim selected. Closes #5799 | |||
2016-07-22 | Set proper line into operators when parsing GDScript, fixes #5822 | Juan Linietsky | |
2016-07-22 | Merge pull request #5851 from 29jm/typo-scroll | Rémi Verschelde | |
Fix typo in ScrollContainer documentation | |||
2016-07-22 | Fix typo in ScrollContainer documentation | Johan Manuel | |
2016-07-22 | Merge pull request #5849 from SaracenOne/expose_add_index | Rémi Verschelde | |
SurfaceTool add_index method exposed to scripts. | |||
2016-07-22 | Merge pull request #5847 from 29jm/patch-3 | Rémi Verschelde | |
Expose virtual keyboard functions to GDScript | |||
2016-07-22 | Merge pull request #5846 from leezh/regex_doc | Rémi Verschelde | |
Added examples to RegEx doc #5827 | |||
2016-07-22 | Merge pull request #5845 from hurikhan/x11_cleanup | Rémi Verschelde | |
Code cleanup in platform/x11 | |||
2016-07-22 | Fix binding for ItemList.sort_items_by_text | Rémi Verschelde | |
Also forces to recompute the cached rect for all items. Fixes #5799 | |||
2016-07-22 | SurfaceTool add_index method exposed to scripts. | Saracen | |
2016-07-21 | Expose virtual keyboard functions to GDScript | Johan Manuel | |
2016-07-21 | properly implement item disabling, fixes #5683 | Juan Linietsky | |
2016-07-21 | Update profiler curves on item toggled, closes #5680 | Juan Linietsky | |
2016-07-21 | Added examples to RegEx doc | Zher Huei Lee | |
2016-07-21 | Code cleanup in platform/x11 | Mario Schlack | |
2016-07-21 | Merge pull request #5842 from hurikhan/x11_request_attention | Rémi Verschelde | |
Implement OS.request_attention() for X11 | |||
2016-07-21 | Implement OS.request_attention() for X11 | Mario Schlack | |