| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-07-25 | GLES2: Check for GPU capabilities to display an error | Rémi Verschelde | 1 | -1/+10 | |
| The engine will still segfault, but the error message should be displayed by the OS in a blocking manner, so that it will only crash once users have acknowledged the error dialog. Closes #1162. | |||||
| 2016-07-25 | Fix some warnings | Johan Manuel | 3 | -6/+6 | |
| 2016-07-25 | Fix default ranges of the inspector | Bojidar Marinov | 1 | -2/+2 | |
| Probably closes #3091 (Should apply to Variant::REAL and Variant::INT) | |||||
| 2016-07-24 | Update documentation. | MarianoGNU | 2 | -2/+2 | |
| 2016-07-24 | expose bottom panel button to EditorPlugin scripts | MarianoGNU | 2 | -3/+4 | |
| 2016-07-24 | Add thread support to HTTPRequest, changed assetlib to use it. | Juan Linietsky | 3 | -26/+102 | |
| 2016-07-24 | shows progress (bytes) on download even if getting chunked content | Juan Linietsky | 1 | -4/+8 | |
| 2016-07-24 | Bump version to 2.1-rc1 | Rémi Verschelde | 1 | -1/+1 | |
| 2016-07-24 | Fix non-visible col number in text editor | Rémi Verschelde | 2 | -10/+31 | |
| The issue itself cannot be fully fixed due to the changes in 864c0e8, but this solution makes the bug less likely to happen (it would only happen with > 5 digits for line or column, and/or a much bigger font. Could be further refined by taking the configured font into account... Fixed #5890. | |||||
| 2016-07-24 | Avoid changing position when the window is fullscreen | George Marques | 1 | -0/+1 | |
| 2016-07-24 | Viewport: Replace obsolete "windows" group calls | Ignacio Etcheverry | 1 | -6/+4 | |
| - Fixes neighbour focusing event propagation not being stopped | |||||
| 2016-07-24 | Fix for incorrect velocity report due to a typo. | Alex Piola | 1 | -4/+4 | |
| Closes #5854 | |||||
| 2016-07-24 | Fix crash when GraphNode wasn't a child of a Control | Johan Manuel | 1 | -0/+5 | |
| 2016-07-24 | Turn some prints to error logs, remove others | Rémi Verschelde | 5 | -12/+10 | |
| Fixes #5876 in passing. | |||||
| 2016-07-23 | Project Manager: Added project list scrolling with keyboard | Ignacio Etcheverry | 2 | -0/+135 | |
| 2016-07-23 | Fix warnings in core/variant_op.cpp | Johan Manuel | 1 | -2/+8 | |
| 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 | 1 | -0/+16 | |
| 2016-07-23 | RtAudio: Update to upstream version 4.1.2 | Rémi Verschelde | 3 | -129/+63 | |
| 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 | 14 | -416/+132 | |
| 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 | 1 | -18/+10 | |
| From https://github.com/richgel999/rg-etc1 | |||||
| 2016-07-22 | Prevent crash in TextureRegionEditor. Fixes #5862 | MarianoGNU | 1 | -2/+12 | |
| 2016-07-22 | Modified some icons | Daniel J. Ramirez | 9 | -37/+1126 | |
| 2016-07-22 | Fix pick color from screen. Closes #5853 | MarianoGNU | 1 | -1/+2 | |
| 2016-07-22 | FreeType: Update to upstream version 2.6.5 | Rémi Verschelde | 488 | -16934/+28397 | |
| 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 | 483 | -46/+45 | |
| Also sort sources alphabetically for clarity. | |||||
| 2016-07-22 | FreeType: Reduce diff with upstream 2.5.0 version | Rémi Verschelde | 4 | -857/+21 | |
| The Godot specific changes to ftoption.h are indicated with a `// -Godot-` comment for clarity. See #5859 for details. | |||||
| 2016-07-22 | Fix ItemList.clear() not removing separators | Johan Manuel | 1 | -0/+1 | |
| 2016-07-22 | Fix #5854 | Alex Piola | 1 | -7/+7 | |
| Fix for #5854 | |||||
| 2016-07-22 | Fixed ItemList indexing bug while selecting items. | Robert Lewicki | 1 | -11/+8 | |
| 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 | 6 | -12/+14 | |
| 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 | 2 | -2/+2 | |
| #5676 and closes #5720 | |||||
| 2016-07-22 | Show a warning that an animation must be selected in order to edit it. Avoid ↵ | Juan Linietsky | 3 | -2/+21 | |
| copying/pasting if no anim selected. Closes #5799 | |||||
| 2016-07-22 | Set proper line into operators when parsing GDScript, fixes #5822 | Juan Linietsky | 1 | -0/+11 | |
| 2016-07-22 | Fix typo in ScrollContainer documentation | Johan Manuel | 1 | -4/+4 | |
| 2016-07-22 | Fix binding for ItemList.sort_items_by_text | Rémi Verschelde | 1 | -1/+4 | |
| Also forces to recompute the cached rect for all items. Fixes #5799 | |||||
| 2016-07-22 | SurfaceTool add_index method exposed to scripts. | Saracen | 1 | -0/+1 | |
| 2016-07-21 | Expose virtual keyboard functions to GDScript | Johan Manuel | 4 | -4/+38 | |
| 2016-07-21 | properly implement item disabling, fixes #5683 | Juan Linietsky | 1 | -9/+17 | |
| 2016-07-21 | Update profiler curves on item toggled, closes #5680 | Juan Linietsky | 1 | -0/+2 | |
| 2016-07-21 | Added examples to RegEx doc | Zher Huei Lee | 1 | -17/+22 | |
| 2016-07-21 | Code cleanup in platform/x11 | Mario Schlack | 4 | -156/+37 | |
| 2016-07-21 | Implement OS.request_attention() for X11 | Mario Schlack | 2 | -0/+21 | |
| 2016-07-21 | Implement OS.request_attention() for OSX (#5662) | GungnirInd | 2 | -1/+6 | |
| Keeps bouncing icon until user focuses window | |||||
| 2016-07-21 | Fix mouse wheel event position on Windows | George Marques | 1 | -4/+7 | |
| 2016-07-21 | "FileSystem" dock now instance all selected scenes in one action | Franklin Sobrinho | 5 | -10/+42 | |
| 2016-07-21 | Instance only selected scenes in FS dock, closes #5795 | Juan Linietsky | 1 | -1/+2 | |
| 2016-07-21 | Renamed scenes_dock to filesystem_dock (makes more sense, it has not been a ↵ | Juan Linietsky | 4 | -72/+72 | |
| scenes dock since a long time). | |||||
| 2016-07-21 | Hide editor types from create node dialog, closes #3263 | Juan Linietsky | 1 | -0/+3 | |
| 2016-07-21 | Some optimizations and limits for extreme zoom in and out in editor, fixes #5820 | Juan Linietsky | 2 | -9/+58 | |
| 2016-07-21 | Minor code formatting in platform/android | Mario Schlack | 13 | -47/+69 | |
