| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-06-08 | Fixed some options in assetlib | Juan Linietsky | 4 | -6/+24 | |
| 2016-06-08 | Caret blink no longer updates when hidden, issue 5100 | Paulb23 | 1 | -1/+3 | |
| 2016-06-08 | Added asset library on project manager for templates | Juan Linietsky | 5 | -100/+141 | |
| 2016-06-08 | RtAudio: proper under/overflow warning | J08nY | 1 | -2/+8 | |
| fix #5102 | |||||
| 2016-06-08 | Regenerated icons with the new faster exporter, Added and fixed some icons | Daniel J. Ramirez | 883 | -76/+371 | |
| 2016-06-07 | -Heavily improved editor startup and exit performance | Juan Linietsky | 10 | -187/+222 | |
| 2016-06-08 | GLEW: Update to upstream version 1.13.0 (pristine) | Rémi Verschelde | 4 | -2830/+11149 | |
| This removes a custom redefinition of glewGetProcAddress, which was apparently necessary for older Macs with buggy OpenGL (see #5087). The added source files are as provided in the upstream tarball. | |||||
| 2016-06-08 | GLEW: Define static + enabled and includes via SCons | Rémi Verschelde | 12 | -29/+23 | |
| This allows us not to have to hack our definitions in the upstream files, making it easier to upgrade to newer versions in the future. For the include paths to work, the headers are moved to a GL subfolder to match their upstream location. | |||||
| 2016-06-08 | Haiku: Do not define GLEW_ENABLED to undefine it later | Rémi Verschelde | 2 | -6/+3 | |
| Partial revert of f61eb5fd8e13642c82364f8ee66a0f6c791a4511. | |||||
| 2016-06-07 | Revert "Fix ui layout for EditorFontImportDialog" | Juan Linietsky | 1 | -5/+4 | |
| 2016-06-07 | rtr instead ttr | DimOkGamer | 1 | -18/+18 | |
| 2016-06-07 | Improved Blender/Collada shadeless->unshaded import | Pawel Kowal | 4 | -1/+12 | |
| 2016-06-07 | Fixed localization in file dialogs | DimOkGamer | 5 | -24/+24 | |
| and two more lines. 2 fixes in ru.po. | |||||
| 2016-06-07 | Update asset library editor plugin - new functionality and fixes | Bojidar Marinov | 4 | -218/+423 | |
| 2016-06-07 | listener icons | Daniel J. Ramirez | 7 | -0/+320 | |
| 2016-06-07 | Improved breakpoint marker position, and scales with font size | Paulb23 | 2 | -4/+6 | |
| 2016-06-07 | Windows: Hide mouse on MOUSE_MODE_CAPTURED | J08nY | 1 | -1/+1 | |
| Fixes #5051 | |||||
| 2016-06-07 | Classref for: ImageTexture, Image, LargeTexture | J08nY | 1 | -0/+52 | |
| 2016-06-07 | Exposed Image.INTERPOLATE_* | J08nY | 1 | -0/+3 | |
| 2016-06-07 | Sync classref | J08nY | 1 | -3/+203 | |
| 2016-06-07 | Fix ui layout for EditorFontImportDialog | Geequlim | 1 | -4/+5 | |
| 2016-06-07 | Fix indentation issues in last commits | Rémi Verschelde | 4 | -32/+30 | |
| Ping @reduz. | |||||
| 2016-06-06 | Revert "Fix implicit GDScript Reference inheritance" | punto- | 2 | -8/+5 | |
| 2016-06-06 | properly pass events to parent controls, closes #4701 | Juan Linietsky | 1 | -15/+23 | |
| 2016-06-06 | -Fix small bug regarding to canvas layer detection, closes #4381 | Juan Linietsky | 1 | -13/+8 | |
| 2016-06-06 | Added function get_signals_connected_to_this_this() | Juan Linietsky | 2 | -0/+8 | |
| should help properly implement #5058 | |||||
| 2016-06-07 | x11: fix vsync support | Andreas Haas | 1 | -5/+29 | |
| 2016-06-06 | Fixed some icons given the feedback, also added some missing icons | Daniel J. Ramirez | 31 | -35/+508 | |
| 2016-06-06 | Fix error tab index out of size print, issue 4997 | Paulb23 | 1 | -1/+0 | |
| 2016-06-06 | Fixed bottom left and right icon order for anchor editor. | Saracen | 6 | -2/+2 | |
| 2016-06-06 | Add missing license information (ogg/vorbis/opus) | Roberto | 3 | -0/+84 | |
| 2016-06-06 | Add a "copy path" item to the filesystem dock context menu. | Andreas Haas | 2 | -1/+9 | |
| Copies the path (in "res://" format) of the selected resource to the clipboard. Useful for preloads/extends etc. | |||||
| 2016-06-06 | Add missing license information (Theora) | Roberto | 2 | -0/+46 | |
| 2016-06-06 | Keep the default environment variables as set by SCons | Pedro J. Estébanez | 1 | -8/+3 | |
| 2016-06-06 | Add missing license information (WebP) | Roberto | 3 | -0/+79 | |
| 2016-06-06 | Add missing license information (MiniZip) | Roberto | 8 | -6/+98 | |
| 2016-06-06 | Somewhat fixed Directory::get_space_left() return values. | J08nY | 2 | -8/+12 | |
| 2016-06-06 | HiDPI: Use global/hidpi_mode as property | Rémi Verschelde | 3 | -4/+4 | |
| 2016-06-06 | Better translation for Korean | volzhs | 1 | -15/+15 | |
| 2016-06-05 | temporary fix for vsync call on x11 | Ariel Manzur | 1 | -2/+5 | |
| 2016-06-05 | vsync support | Juan Linietsky | 14 | -2/+107 | |
| -works on windows -may not work on X11, if so please fix -OSX does not seem to support disabling vsync | |||||
| 2016-06-05 | make hdpi manually configurable in project settings | Juan Linietsky | 5 | -3/+38 | |
| also added hidpi support to project manager | |||||
| 2016-06-05 | Improved Blender/Collada -colonly import creating collision shapes for empties | Pawel Kowal | 5 | -18/+94 | |
| 2016-06-05 | Bitmask import plugin | Saracen | 4 | -0/+403 | |
| 2016-06-05 | Add support for Python-like negative indexing | Dennis Brakhane | 2 | -6/+34 | |
| Negative indexing is a useful feature in Python, especially when combined with array slicing. Array slicing will hopefully be implemented later, but negative indexing is useful in its own right. A negative index is indexing from the end of an array, "array[-1] == array[array.size()-1]", using a negative index larger/smaller than the length of the array is still an error. While primarily useful for arrays and strings, support is also added to "array like" structures like Vector3 and Color. This is done just to be consistent; vector3[2] is much clearer than vector3[-1], but disallowing it while allowing it for an array with 3 elements seems confusing. | |||||
| 2016-06-05 | Move repetitive code to macros | Dennis Brakhane | 1 | -243/+38 | |
| In preparation for the following "allow negative indexing" commit, replace the repetitive array "set index" and "get index" code with macros. no functional changes were made, the resulting machine code is unchanged. | |||||
| 2016-06-05 | Added missing icons for some nodes, changed instance icons | Daniel J. Ramirez | 50 | -19/+1707 | |
| 2016-06-05 | Fix implicit GDScript Reference inheritance | eska | 2 | -5/+8 | |
| 2016-06-05 | fix ui_* input events in Editor | Andreas Haas | 1 | -24/+24 | |
| `input/` is the category for these in globals ^^ fixes #5050 | |||||
| 2016-06-06 | Fix min size bug of Label | volzhs | 1 | -2/+2 | |
| caused by #5030 | |||||
