Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-04 | Merge pull request #24592 from volzhs/android-etc | Rémi Verschelde | |
Make possible to use ETC texture format with GLES3 on Android | |||
2019-01-04 | Merge pull request #24582 from Xrayez/script-encrypt | Rémi Verschelde | |
Bring back script encryption in export preset | |||
2019-01-04 | Merge pull request #24585 from Xrayez/fix-crash-hex-number | Rémi Verschelde | |
Fix crash when checking empty string for valid hex number | |||
2019-01-04 | Merge pull request #24568 from Shinryuuji/fix-wrong-texture-array-target | Rémi Verschelde | |
Fix wrong default target for sampler2DArray | |||
2019-01-04 | Merge pull request #24504 from harrisyu/AtlasCheckPixelOpaque | Rémi Verschelde | |
Fix #24470 Atlas Texture with margin setting cause error in editor. | |||
2019-01-04 | Merge pull request #24539 from BastiaanOlij/override_gl_position | Rémi Verschelde | |
Override GL_position | |||
2019-01-04 | Merge pull request #24575 from nekomatata/android-curve-texture | Rémi Verschelde | |
Fixed CurveTexture with GLES3 on Android | |||
2019-01-04 | Merge pull request #24647 from WindyDarian/gltf_morph_fix | Rémi Verschelde | |
Fix for blend shape incorrectly scaling skinned gltf mesh | |||
2019-01-04 | Merge pull request #24732 from hpvb/vector-pod-optimization | Rémi Verschelde | |
Optimizations for trivial types | |||
2019-01-04 | Merge pull request #24738 from timoschwarzer/24725-fit-child-in-rect-null-check | Rémi Verschelde | |
Check if p_child is not null in Container.fit_child_rect() | |||
2019-01-04 | Merge pull request #24754 from guilhermefelipecgs/fix_17374 | Rémi Verschelde | |
Update zstd to 1.3.8 | |||
2019-01-03 | Update zstd to 1.3.8 | Guilherme Felipe | |
2019-01-03 | Merge pull request #24477 from lupoDharkael/nouveau | Hein-Pieter van Braam | |
Don't enable DRI_PRIME if nouveau is loaded | |||
2019-01-03 | Check if p_child is not null in Container.fit_child_rect() | Timo Schwarzer | |
Fixes #24725 | |||
2019-01-03 | Merge pull request #24683 from SoIAS/autocompletion_menu_position_24674 | Rémi Verschelde | |
Fixed autocompletion menu vertical position | |||
2019-01-03 | Merge pull request #24688 from Supatier/add-additional-vscode-name | Rémi Verschelde | |
Add code-oss, vscode-oss, and visual-studio-code-oss to vscode path | |||
2019-01-03 | Merge pull request #24748 from timoschwarzer/no-target-fps-in-editor | Rémi Verschelde | |
Don't apply target_fps in editor | |||
2019-01-03 | Merge pull request #24747 from corrigentia/patch-6 | Rémi Verschelde | |
Docs: Fix "equal to" and code markup in float.xml | |||
2019-01-03 | Merge pull request #24746 from timoschwarzer/24745-pathfollow2d-offset | Rémi Verschelde | |
Allow offset and unit_offset to be set higher than one loop | |||
2019-01-03 | Merge pull request #24040 from ↵ | Leon Krause | |
guilhermefelipecgs/implements_custom_mouse_cursor_for_javascript Implements OS_JavaScript::set_custom_mouse_cursor | |||
2019-01-03 | Don't apply target_fps in editor | Timo Schwarzer | |
2019-01-03 | Docs: Fix "equal to" and code markup in float.xml | corrigentia | |
Docs: Fix "be [equal to](https://www.thefreedictionary.com/equal%20to)" in float.xml. Attempt correction of code snippet markup. | |||
2019-01-03 | Allow offset and unit_offset to be set higher than one loop | Timo Schwarzer | |
Fixes #24745 | |||
2019-01-03 | Implements OS_JavaScript::set_custom_mouse_cursor | Guilherme Felipe | |
2019-01-03 | Merge pull request #24736 from timoschwarzer/ltex-thumbnails | Rémi Verschelde | |
Add thumbnails to LargeTexture | |||
2019-01-03 | Merge pull request #24722 from Calinou/improve-graphedit-line-drawing | Rémi Verschelde | |
Make GraphEdit lines smoother and scale their width on hiDPI displays | |||
2019-01-03 | Add thumbnails to LargeTexture | Timo Schwarzer | |
2019-01-03 | Merge pull request #24730 from PrestonKnopp/master | Rémi Verschelde | |
escaped '&' in macos osx_tools.app Info.plist | |||
2019-01-03 | Optimizations for trivial types | Hein-Pieter van Braam | |
Relying on various compiler primitives we can reduce the work done in our memory allocators and CowData. For types with trivial ctors or dtors we can skip looping over all elements when creating, resizing, and destroying lists of objects. These primitives are supported by clang, msvc, and GCC. However, once we've moved to C++11 we can rely on several std:: primitives that do the same thing and are standardized. In my testing the extra conditionals introduced here get removed from the generated program entirely as the results for these primitives is known at compile time. | |||
2019-01-03 | Fixed autocompletion menu vertical position | Dawid Wdowiak | |
2019-01-02 | escaped '&' in macos osx_tools.app Info.plist | PrestonKnopp | |
2019-01-02 | Make GraphEdit lines smoother and scale their width on hiDPI displays | Hugo Locurcio | |
2019-01-02 | Merge pull request #24715 from dragmz/patch-4 | Rémi Verschelde | |
Fix negative size rectangle drawing in GLES2 | |||
2019-01-02 | Merge pull request #24691 from BlackCatter/line2d-fix | Rémi Verschelde | |
Fix line 2D intersection behavior | |||
2019-01-02 | Merge pull request #24712 from Chaosus/script | Rémi Verschelde | |
Improved script attachment/removal buttons behavior a bit | |||
2019-01-02 | Improved script attachment/removal a bit | Chaosus | |
2019-01-02 | Fix negative size rectangle drawing | Marcin Zawiejski | |
Fixes rectangle being drawn as it was a non-negative size in case it actually is. This can be observed e.g. when drawing a negative size selection rectangle (i.e. press mouse button and move cursor up and left). | |||
2019-01-02 | Fix line 2D intersection behavior | Artem Burjachenko | |
2019-01-02 | Merge pull request #24703 from akien-mga/appveyor-scons-3.0.1 | Rémi Verschelde | |
AppVeyor: Force installing SCons 3.0.1 | |||
2019-01-02 | Add code-oss, vscode-oss, and visual-studio-code-oss to vscode path | supatier | |
2019-01-01 | AppVeyor: Force installing SCons 3.0.1 | Rémi Verschelde | |
3.0.2 was released today and when installed via pip, it seems to be missing from the PATH. | |||
2019-01-01 | Merge pull request #24700 from hpvb/fix-32bit-linux-build | Hein-Pieter van Braam | |
Disable support for VIA Padlock | |||
2019-01-01 | Disable support for VIA Padlock | Hein-Pieter van Braam | |
This code defines a symbol 'unsupported' which is also in a newer version of libwebsockets. To fix 32bit linux builds just disable padlock support. Processors that support this are rare and old. | |||
2019-01-01 | Merge pull request #24686 from YeldhamDev/autotile_grid_separation_fix | Rémi Verschelde | |
Fix incorrect grid snapping in TileSet editor with separation | |||
2019-01-01 | Merge pull request #24687 from DavidSichma/draw-rect-rot | Rémi Verschelde | |
fix draw_rect rotation | |||
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2019-01-01 | Fix missing/malformed license headers | Rémi Verschelde | |
2018-12-31 | fix draw_rect rotation | David Sichma | |
2018-12-31 | Fix incorrect grid snapping in TileSet editor with separation | Michael Alexsander Silva Dias | |
2018-12-31 | Merge pull request #24679 from Chaosus/fix_not_found1 | Rémi Verschelde | |
Fix "Method not found" error message when script is removed from object |