Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-06 | Merge pull request #24608 from PJB3005/18-12-26-control-docs | Rémi Verschelde | |
Improve documentation of Control. | |||
2019-01-06 | Merge pull request #24801 from timoschwarzer/24773-fix-down-smooth-scroll | Rémi Verschelde | |
Fix jumping when scrolling down fast with smooth scroll enabled | |||
2019-01-06 | Fix jumping when scrolling down fast with smooth scroll enabled | Timo Schwarzer | |
Fixes #24773 | |||
2019-01-06 | Merge pull request #24797 from timoschwarzer/fix-code-completion | Rémi Verschelde | |
Fix code completion on nodes in current scene | |||
2019-01-05 | Fix code completion on nodes in current scene | Timo Schwarzer | |
2019-01-05 | Merge pull request #24791 from humblers/blend-gles2 | Rémi Verschelde | |
Change blend equations for GLES2 canvasitems | |||
2019-01-05 | Merge pull request #24792 from Paulb23/wrap_zoom_issue_23896 | Rémi Verschelde | |
Fix text edit wrapping beyond control size, issue 23896 | |||
2019-01-05 | Fix text edit wrapping beyond control size, issue 23896 | Paulb23 | |
2019-01-06 | Change blend equation for canvasitems | Daeil Kim | |
2019-01-05 | Merge pull request #24782 from SoIAS/duplicated_code_24781 | Rémi Verschelde | |
Removed duplicated code in animation_track_editor.cpp | |||
2019-01-05 | Merge pull request #24778 from Rubonnek/fix-out-of-bounds | Rémi Verschelde | |
Fixed out of bounds axis name access | |||
2019-01-04 | Fixed out of bounds axis name access | Wilson E. Alvarez | |
2019-01-04 | Removed duplicated code | Dawid Wdowiak | |
2019-01-04 | Merge pull request #21708 from hpvb/fix-21242v2 | Hein-Pieter van Braam | |
String[size()] should return a default constructed CharType | |||
2019-01-04 | Merge pull request #24767 from godotengine/revert-24546-fix_blend_tree | Rémi Verschelde | |
Revert "Fix blend tree generating wrong node names" | |||
2019-01-04 | Revert "Fix blend tree generating wrong node names" | Rémi Verschelde | |
2019-01-04 | Merge pull request #24741 from ↵ | Rémi Verschelde | |
timoschwarzer/24697-fix-autocomplete-segfault-in-inner-classes Fix segfault when trying to autocomplete in inner classes | |||
2019-01-04 | Merge pull request #24689 from BrodyEller/master | Rémi Verschelde | |
Fix viewport not updating with make_current() for Camera2D | |||
2019-01-04 | String[size()] should return a default constructed CharType | Hein-Pieter van Braam | |
As per the C++ standard 21.3.4.1 for std::string: Returns: If pos < size(), returns data()[pos]. Otherwise, if pos == size(), the const version returns charT(). Otherwise, the behavior is undefined. Since the behavior is undefined Godot now does the same thing for const and non-const versions of operator[]. This fixes #21242 and fixes #22221. | |||
2019-01-04 | Improve documentation of Control. | Pieter-Jan Briers | |
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 | Fix segfault when trying to autocomplete in inner classes | Timo Schwarzer | |
Fixes #24697 | |||
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. |