Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-14 | Merge pull request #20744 from Zylann/fix_viewport_lock_rotation | Rémi Verschelde | |
Initialize default lock rotation in constructor | |||
2018-08-14 | Merge pull request #20760 from Calinou/improve-assetlib-download-ux | Rémi Verschelde | |
Improve the asset library download UX | |||
2018-08-14 | Merge pull request #20772 from dragmz/string_copy_oob_read_fix | Rémi Verschelde | |
Fix out of buffer read when copying from a non-null-terminated string | |||
2018-08-14 | Merge pull request #20831 from Calinou/project-manager-window-size-hidpi | Rémi Verschelde | |
Scale the project manager window size with the editor scale | |||
2018-08-14 | Merge pull request #20835 from Calinou/use-standard-button-texts-2 | Rémi Verschelde | |
Tweak some editor button texts | |||
2018-08-14 | Merge pull request #20844 from gotnospirit/fix_tween_memory_leak | Rémi Verschelde | |
interpolation was not removed because of id mismatch | |||
2018-08-14 | Merge pull request #20848 from Calinou/improve-3d-manipulator-gizmo | Rémi Verschelde | |
Improve the 3D manipulator gizmo | |||
2018-08-14 | Merge pull request #20876 from ttencate/cursor_blink | Rémi Verschelde | |
Reset caret blink when Ctrl+moving the cursor | |||
2018-08-14 | Merge pull request #20992 from Chaosus/conversion_fix | Rémi Verschelde | |
Fix int(String) != int(int) conversion | |||
2018-08-14 | Merge pull request #20993 from Chaosus/fix_folder_deleting | Rémi Verschelde | |
Fix impossibility of removing folder which contains non-latin symbols | |||
2018-08-14 | Merge pull request #20999 from ivodopiviz/project-manager-show | Rémi Verschelde | |
Always show "Open in File Manager" | |||
2018-08-14 | Merge pull request #21002 from dragmz/patch-3 | Rémi Verschelde | |
Reduce verbosity for unsupported GLES2 bg modes | |||
2018-08-14 | Reduce verbosity for unsupported GLES2 bg modes | Marcin Zawiejski | |
2018-08-14 | Merge pull request #20915 from ivodopiviz/rmb-filesystem | Rémi Verschelde | |
Show in File Manager Clarification | |||
2018-08-14 | Fix comments indentation | Rémi Verschelde | |
2018-08-14 | Always show "Open in File Manager" | Ivan Vodopiviz | |
Now this button is always shown in the project manager. Fixes #20799. | |||
2018-08-14 | Show in File Manager Clarification | Ivan Vodopiviz | |
Changed the context menu 'Show in File Manager' action description to better reflect actual behavior. Fixes #20897 | |||
2018-08-14 | Fix impossibility of removing folder which contains non-latin symbols(on ↵ | Chaosus | |
Windows) | |||
2018-08-14 | Merge pull request #20773 from Noshyaar/tree | Rémi Verschelde | |
[DOCS] complete Tree drag and drop related methods | |||
2018-08-14 | Merge pull request #20747 from hpvb/fix-20184 | Rémi Verschelde | |
Do not call _update_actions when only changing deadzone | |||
2018-08-14 | Merge pull request #20826 from raphael10241024/mybranch | Rémi Verschelde | |
fix #20390: handle time before year 1970 | |||
2018-08-14 | Fix int(String) != int(int) conversion | Chaosus | |
2018-08-14 | Merge pull request #20860 from guilhermefelipecgs/fix_border_artifact | Rémi Verschelde | |
Fix border artifacts at the edge of deep parallax. | |||
2018-08-14 | Merge pull request #20986 from marcelofg55/audio_dummy | Rémi Verschelde | |
Add Dummy AudioDriver into the AudioDriverManager list | |||
2018-08-14 | Merge pull request #20982 from hpvb/fix-19842 | Rémi Verschelde | |
Emit pressed events after processing items | |||
2018-08-14 | Merge pull request #20981 from gotnospirit/case_aware_autocomplete | Rémi Verschelde | |
Case-aware autocomplete: prefer same case candidates | |||
2018-08-14 | Merge pull request #20976 from Chaosus/warning_color | Rémi Verschelde | |
Add warning color to output log | |||
2018-08-14 | Merge pull request #20947 from oisincar/get_bone_ix | Rémi Verschelde | |
Expose PhysicalBone::get_bone_id() to c#/gdscript | |||
2018-08-14 | Merge pull request #20932 from clayjohn/doc_backbuffercopy | Rémi Verschelde | |
[Doc] Removed reference to texscreen in BackBufferCopy docs | |||
2018-08-14 | Merge pull request #20952 from hpvb/fix-17963 | Rémi Verschelde | |
When starting up try creating directories recursively | |||
2018-08-14 | SCons: Fix mono_root initialization | Rémi Verschelde | |
As advised by @neikeq. | |||
2018-08-13 | removed reference to texscreen | clayjohn | |
2018-08-14 | When starting up try creating directories recursively | Hein-Pieter van Braam | |
Previously we had a check to see if cache and data directories exist and another check to try to make them if they do not. However the second check was never reached if we don't have the directories in question. Furthermore for cache directories on Linux people who never started a desktop environment we need to recurisively create the XDG directory as well as the godot specific directory. This fixes #17963 | |||
2018-08-13 | Add Dummy AudioDriver into the AudioDriverManager list | Marcelo Fernandez | |
2018-08-13 | Merge pull request #20706 from mysticfall/issue-20705 | Ignacio Etcheverry | |
Add missing GetPtr() for Dictionary<> and Array<> | |||
2018-08-13 | Emit pressed events after processing items | Hein-Pieter van Braam | |
When processing items we may actually delete the item we're processing in the callback for the signal. To avoid this, call the signal after we're done processing the items. This fixes #19842 | |||
2018-08-13 | Merge pull request #20913 from pulkomandy/master | Rémi Verschelde | |
Rebase patches for fixing haiku build. | |||
2018-08-13 | Merge pull request #20918 from Fluffel/document_tween_branch | Rémi Verschelde | |
[DOCS] get_indexed, tween | |||
2018-08-13 | Add warning color to output log | Chaosus | |
2018-08-13 | Merge pull request #20953 from hpvb/fix-20322 | Rémi Verschelde | |
Don't try to update the visual shader graph if it doesn't exist yet | |||
2018-08-13 | Merge pull request #20956 from volzhs/update-help | Rémi Verschelde | |
Update help doc when changing font size | |||
2018-08-13 | Editor autocomplete: prefer same case candidates | James | |
2018-08-13 | Merge pull request #20963 from akien-mga/remove-tmp-tpz | Rémi Verschelde | |
Remove cached .tpz archive after templates download and install | |||
2018-08-13 | Merge pull request #20936 from marcelofg55/mingw_compile_err | Rémi Verschelde | |
MinGW compile fix | |||
2018-08-13 | Merge pull request #20974 from karroffel/imgeo-gles2 | Thomas Herzog | |
[gles2] added ImmediateGeometry rendering | |||
2018-08-13 | Merge pull request #20971 from swarnimarun/new-resource-option | Rémi Verschelde | |
Fix for resource save dialog call | |||
2018-08-13 | Fixed absent variable exception while trying to raise another exception. | Teashrock | |
2018-08-13 | [gles2] added ImmediateGeometry rendering | Thomas Herzog | |
2018-08-13 | Merge pull request #20970 from Chaosus/fix_spam | Rémi Verschelde | |
Remove usage console spam | |||
2018-08-13 | Fix for resource save dialog call | Swarnim Arun | |
to make sure the resource save opens in the current folder when using right click to do it. |