Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-10 | Uses LoD even if UV slot is not used in visual shader textures | Yuri Roubinsky | |
2019-10-10 | Merge pull request #32704 from Chaosus/vs_remove_rebuild | Rémi Verschelde | |
Removed "rebuild" function from public interface of VisualShader | |||
2019-10-10 | Removed "rebuild" function from public interface of VisualShader | Yuri Roubinsky | |
2019-10-10 | Merge pull request #32686 from MarqusJonsson/master | Rémi Verschelde | |
Add shortcut Shift + F3 to search pervious in the built-in docs | |||
2019-10-10 | Add shortcut Shift + F3 to search pervious in the built-in docs | Marqus | |
When using the built-in docs, Godot would not support the shortcut "Shift + F3" to search for the previous occurrence of the search entry text, thus causing an inconsistent behaviour when using shortcuts in the "ScriptEditor" compared to using them in the "ScriptTextEditor". The previous parameter of the function "EditorHelp::_search()" in the class "editor_help" seems to be unused, thus replaced with a bool representing to search for previous search entry text or not. By adding the shortcut to Godot's "ScriptEditor", this commit now improves Godot's consistensy when using shortcuts. Fixes #31147. Co-Authored-By: Oscar Ferm <oscfer-6@student.ltu.se> | |||
2019-10-10 | Merge pull request #32674 from Chaosus/vs_fix_cubemaps | Rémi Verschelde | |
Makes cubemaps to be works in visual shaders | |||
2019-10-10 | Merge pull request #32697 from madmiraal/remove-editor-dependency | Rémi Verschelde | |
Remove editor dependency | |||
2019-10-10 | Remove dependency on the editor directory being in the build's include path. | Marcel Admiraal | |
- Add or remove the necessary subdirectorires to the includes to remove dependency on the editor directory being in the build's include path. - Ensure includes in modified files conform to style guideline. - Remove editor from the build include path. | |||
2019-10-09 | Merge pull request #32673 from aaronfranke/vs-inheritance | Rémi Verschelde | |
Make VisualScript check inheritance for port info | |||
2019-10-09 | Merge pull request #32682 from Calinou/fix-nodepath-crash | Rémi Verschelde | |
Fix crash when using `Node.get_as_property_path()` | |||
2019-10-09 | Merge pull request #32684 from Faless/crypto/self_signed_cert_key_check | Rémi Verschelde | |
Fix crash when passing invalid key to Crypto. | |||
2019-10-09 | Fix crash when passing invalid key to Crypto. | Fabio Alessandrelli | |
In generate_self_signed_certificate | |||
2019-10-09 | Fix crash when using `Node.get_as_property_path()` | Hugo Locurcio | |
This closes #32679. | |||
2019-10-09 | Merge pull request #32662 from SamuelDeboni/docs-reflection-probe | Rémi Verschelde | |
Add documentation for ReflectionProbe | |||
2019-10-09 | Add documentation for ReflectionProbe | SamuelDeboni | |
Update doc/classes/ReflectionProbe.xml Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro> Apply suggestions from code review Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro> Update ReflectionProbe.xml | |||
2019-10-09 | Makes cube maps to be works in visual shaders | Yuri Roubinsky | |
2019-10-09 | Merge pull request #32672 from codecustard/fix_merge_scene_not_deselecting | Rémi Verschelde | |
Fixes deselection not working when merging scene | |||
2019-10-09 | Merge pull request #32671 from GodotExplorer/lsp-send-godot-class-tree | Rémi Verschelde | |
lsp: Send godot class tree to clients | |||
2019-10-09 | Merge pull request #32170 from puthre/ninepatch-fix | Rémi Verschelde | |
GLES2 & GLES3 Fixes ninepatch margins for high resolution textures. | |||
2019-10-09 | Merge pull request #32667 from GodotExplorer/lsp-fix-native-func-sign | Rémi Verschelde | |
LSP: Fix signature of void returned functions in native methods | |||
2019-10-09 | Merge pull request #32663 from jabcross/remove_toggle_ruler_shortcut | Rémi Verschelde | |
Remove Show Ruler shortcut (fixes #32639) | |||
2019-10-09 | Make VisualScript check inheritance for port info | Aaron Franke | |
2019-10-08 | Fixes deselection not working when merging scene | Emmanuel Barroga | |
Fixes the issue of multiselection retaining its selection when deselecting in the merge scene dialog | |||
2019-10-09 | lsp: Send godot class tree to clients | Geequlim | |
2019-10-09 | lsp: Fix signature of void returned functions in native methods | Geequlim | |
2019-10-08 | Remove Show Ruler shortcut (fixes #32639) | Pedro Ciambra | |
Removed default shortcut because of the conflict mentioned in the issue. Command + Shift + T would conflict with Soft Reload Script, and this shortcut doesn't seem to be needed very often. | |||
2019-10-08 | Merge pull request #32652 from Chaosus/shader_fix_autocompletion | Rémi Verschelde | |
Fixed invalid autocompletion pasting of shader param name | |||
2019-10-08 | Merge pull request #32649 from qarmin/another_crash_fix_for_tile_map | Rémi Verschelde | |
Fix crash in TileMap::update_cell_bitmask | |||
2019-10-08 | Merge pull request #32647 from Calinou/doc-improve-os-screen | Rémi Verschelde | |
Improve the OS `get_screen_*` methods' documentation | |||
2019-10-08 | Merge pull request #32646 from SamuelDeboni/master | Rémi Verschelde | |
Fixed AttributeError bug on doc_status.py | |||
2019-10-08 | Fix invalid autocompletion pasting of shader param name | Yuri Roubinsky | |
2019-10-08 | Merge pull request #32411 from YeldhamDev/fix_grid_overflow | Rémi Verschelde | |
Fix GridContainer's children overflowing it when not all slots of a row are occupied | |||
2019-10-08 | Merge pull request #32444 from lupoDharkael/center-template | Rémi Verschelde | |
Project Manager: Update template dialog position after window resize | |||
2019-10-08 | Merge pull request #32559 from YeldhamDev/tooltip_scale | Rémi Verschelde | |
Make tooltips have the same scale as their Controls | |||
2019-10-08 | Fixed AttributeError on doc_status.py | SamuelDeboni | |
2019-10-08 | Merge pull request #32478 from AlexHolly/fix-rect2-encloses | Rémi Verschelde | |
Make Rect2.encloses return true on same size | |||
2019-10-08 | Merge pull request #32556 from bruvzg/win_codesign | Rémi Verschelde | |
Code signing support for Windows exports | |||
2019-10-08 | Merge pull request #32571 from DavidSichma/rect_flip | Rémi Verschelde | |
Correctly flip texture src region | |||
2019-10-08 | Merge pull request #32618 from nekomatata/sprite-to-polygon | Rémi Verschelde | |
Sprite to polygon conversion improvements | |||
2019-10-08 | Merge pull request #32624 from Calinou/project-settings-allow-all-types | Rémi Verschelde | |
Allow all Variant types to be added as project settings | |||
2019-10-08 | Fix crash in TileMap::update_cell_bitmask | qarmin | |
2019-10-08 | Merge pull request #32426 from gianllucah/master | Rémi Verschelde | |
Option to erase a section key in ConfigFile | |||
2019-10-08 | Improve the OS `get_screen_*` methods' documentation | Hugo Locurcio | |
2019-10-08 | Merge pull request #32640 from madmiraal/remove-circular-includes | Rémi Verschelde | |
Remove circular include between core/typedefs.h and core/error_macros.h | |||
2019-10-08 | Merge pull request #32638 from akien-mga/popupmenu-keep-name | Rémi Verschelde | |
PopupMenu: Fix inconsistency setting text/xl_text in add_* methods | |||
2019-10-08 | Remove circular include between core/typedefs.h and core/error_macros.h | Marcel Admiraal | |
2019-10-08 | Merge pull request #21621 from AlexHolly/android-pen-hover-support | Rémi Verschelde | |
Adds Pen support for Android | |||
2019-10-08 | PopupMenu: Fix missing text/xl_text when using add_shortcut | Rémi Verschelde | |
Use macros to ensure that `text`, `xl_text` and `id` are always set using the same logic. Fixes #25519. Also fixes up #26914 when `p_id == -1` handling was only added for a couple methods instead of all of them. | |||
2019-10-08 | PopupMenu: Reorder add_* methods in more natural order | Rémi Verschelde | |
Also adds `add_icon_radio_check_shortcut` matching `add_icon_radio_check_item`, binds them for scripting languages, and binds `add_multistate_item`. | |||
2019-10-08 | Merge pull request #32616 from Faless/net/fix_close_exec | Rémi Verschelde | |
Disable socket descriptor sharing with subprocs. |