Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-07 | Merge pull request #22827 from qonnop/optimize-interpolation | Rémi Verschelde | |
Optimize interpolation algorithms | |||
2018-10-07 | Merge pull request #22831 from exts/bugfix/simplifypath | Rémi Verschelde | |
Fixes #22828 - res://user had incorrect substr value | |||
2018-10-07 | Merge pull request #22830 from Faless/fix_joypad_tree_crash | Max Hilbrunner | |
Fix crash in Tree when moving using Joypad | |||
2018-10-07 | fixes #22828 - res://user had incorrect substr value | exts | |
2018-10-07 | Merge pull request #22771 from guilhermefelipecgs/fix_inspector_preview | Rémi Verschelde | |
Fix inspector preview | |||
2018-10-07 | Fix crash in Tree when moving using Joypad | Fabio Alessandrelli | |
2018-10-07 | Baker fixes | Juan Linietsky | |
2018-10-07 | Optimize interpolation algorithms | qonnop | |
Interpolation in the form of va + (vb - va) * c is faster and prevents floating point issues for int/string Followup to https://github.com/godotengine/godot/pull/22786 | |||
2018-10-07 | Fix inspector preview | Guilherme Felipe | |
Remove script preview to inspector dock | |||
2018-10-07 | Merge pull request #22788 from Faless/warnings_fix | Rémi Verschelde | |
Some warnings fix | |||
2018-10-07 | Fix LWSClient connect_to_host string termination. | Fabio Alessandrelli | |
Coming from strncpy might get you a non-NULL terminated buffer. The solution, if you accept trunction, is to give one less byte to strncpy and manually set the last char in the buffer to '\0'. If the source string is shorter, than the buffer is padded with '\0' automatically. | |||
2018-10-07 | Check getcwd return in X11 platform main. | Fabio Alessandrelli | |
2018-10-07 | Fix potentially unininitialized pointer write. | Fabio Alessandrelli | |
2018-10-07 | Safer getcwd in DirAccess | Fabio Alessandrelli | |
Fix [-Wunused-result] | |||
2018-10-07 | Avoid possible overflow in OS_Unix readlink | Fabio Alessandrelli | |
Also fix [-Wunused-result] | |||
2018-10-07 | One less local variable in marshalls | Fabio Alessandrelli | |
2018-10-07 | Merge pull request #22678 from Dragoncraft89/set_pause | Rémi Verschelde | |
Add Behaviour of SceneTree pausing to the doc | |||
2018-10-07 | Merge pull request #22698 from Calinou/fix-find-files-hidpi | Rémi Verschelde | |
Fix Find in Files font size on hiDPI displays | |||
2018-10-07 | Merge pull request #22700 from Calinou/increase-itemlist-popupmenu-spacing | Rémi Verschelde | |
Increase spacing slightly between ItemList and PopupMenu items | |||
2018-10-07 | Merge pull request #22705 from DualMatrix/debugging_the_debugger_grand_finale | Rémi Verschelde | |
Cleaned up/Fixed some bugs in the remote inspector code. | |||
2018-10-07 | Merge pull request #22822 from godotengine/revert-16977-master | Rémi Verschelde | |
Revert "Created a new function named get_element in GridContainer. This funct…" | |||
2018-10-07 | Merge pull request #22712 from groud/fix_animation_finished_signal | Rémi Verschelde | |
Fixes AnimatedSprite2D animation_finished signal triggering too early | |||
2018-10-07 | Revert "Make KEY_ESCAPE close all output/debugger docks on bottom" | Rémi Verschelde | |
This reverts commit 2ae2735a7a2631ef1a2c901a81135b1a1f3f954f. It also closes panels like the shader text editor when trying to discard code completion tooltips. It could be readded with extra care that modals like tooltips will take precedence and mark the event as handled. Fixes #17159, fixes #20738, closes #22727. | |||
2018-10-07 | Merge pull request #22722 from akien-mga/fix-warnings | Rémi Verschelde | |
Fix more "may be used initialized" warnings from GCC 7 | |||
2018-10-07 | Merge pull request #22770 from Chaosus/fix_inspector_theme | Rémi Verschelde | |
Fix inspector color when theme changed | |||
2018-10-07 | Merge pull request #22759 from AndreaCatania/pyfix | Rémi Verschelde | |
Some physics fixes for 3.1 | |||
2018-10-07 | C# bindings generator fixes | Ignacio Etcheverry | |
- Fix unused bool local for MonoBoolean argument. - Append U to API hashes. Fixes warning: 'integer constant is so large that it is unsigned' | |||
2018-10-07 | Merge pull request #22752 from aaronfranke/equals-redundant | Rémi Verschelde | |
Remove redundant "== true" and "== false" code | |||
2018-10-07 | Revert "Created a new function named get_element in GridContainer. This ↵ | Rémi Verschelde | |
funct…" | |||
2018-10-07 | Merge pull request #22786 from qonnop/fix-int-interpolation | Rémi Verschelde | |
Fixed int interpolation issue, closes #22763 | |||
2018-10-07 | Merge pull request #22810 from Calinou/improve-viewport-menu-button | Rémi Verschelde | |
Make the 3D viewport menu button easier to read | |||
2018-10-07 | Merge pull request #22812 from neikeq/issue-22781 | Rémi Verschelde | |
Mono: Fix crash on NodePath/RID disposal during Godot shutdown | |||
2018-10-07 | Merge pull request #22782 from eska014/gles2-uniform-precision | Rémi Verschelde | |
Fix GLES2 uniform precision | |||
2018-10-07 | Optimitzed area overlap checks | Andrea Catania | |
2018-10-07 | Merge pull request #22818 from cbscribe/kcc_doc_spatialmat | Max Hilbrunner | |
[DOCS] SpatialMaterial descriptions | |||
2018-10-06 | [DOCS] SpatialMaterial descriptions | Chris Bradfield | |
2018-10-06 | Merge pull request #22804 from akien-mga/works-better-with-a-bug | Rémi Verschelde | |
Readd mipmaps 'bug' in Image::expand_x2_hq2x, fixing it caused a regression | |||
2018-10-06 | Make the 3D viewport menu button easier to read | Hugo Locurcio | |
This closes #22809. | |||
2018-10-06 | Mono: Fix crash on NodePath/RID disposal during Godot shutdown | Ignacio Etcheverry | |
2018-10-06 | Remove redundant "== false" code | Aaron Franke | |
Some of this code has been re-organized. f | |||
2018-10-06 | Remove redundant "== true" code | Aaron Franke | |
If it can be compared to a boolean, it can be evaluated as one in-place. | |||
2018-10-06 | Readd mipmaps 'bug' in Image::expand_x2_hq2x, fixing it caused a regression | Rémi Verschelde | |
Fixes #22747. | |||
2018-10-06 | Improved code that handles collision shapes, fixes #21945 | Andrea Catania | |
2018-10-06 | Fixed int interpolation issue, closes #22763 | qonnop | |
When interpolating between two equal int values a and b, floating point calculation imprecisions can result in different values depending on the interpolation factor. | |||
2018-10-06 | Merge pull request #22799 from vnen/gdscript-warning-fix | Rémi Verschelde | |
Fix compiler warnings in GDScript module | |||
2018-10-06 | Fix compiler warnings in GDScript module | George Marques | |
2018-10-06 | Merge pull request #22796 from ↵ | Rémi Verschelde | |
KoderaSoftwareUnlimited/fix-segfault-mouse-move-related Reverts warning fix on release builds that caused segfault in release build | |||
2018-10-06 | Merge pull request #22742 from YeldhamDev/textedit_margin_scroll | Rémi Verschelde | |
Fix TextEdit margin start spacing with two scrollbars | |||
2018-10-06 | Revert cause of #22794 | Mariusz Chwalba | |
2018-10-06 | Merge pull request #22783 from eska014/html5-warnings | Rémi Verschelde | |
Fix warnings in HTML5 build outside platform files |