Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-15 | Merge pull request #45263 from KoBeWi/😕 | Rémi Verschelde | |
2022-03-14 | Merge pull request #59099 from RandomShaper/mouse_drop_on_disable | Rémi Verschelde | |
2022-03-14 | Merge pull request #59129 from Sauermann/fix-internal-gui-state | Rémi Verschelde | |
2022-03-14 | Cleanup internal GUI state, if event is accepted in _input. | Markus Sauermann | |
2022-03-14 | Merge pull request #57392 from madmiraal/implement-3888 | Rémi Verschelde | |
2022-03-13 | Merge pull request #57436 from AnilBK/change-scopes | Rémi Verschelde | |
Scope Changes for some variables. | |||
2022-03-13 | Cleanup embed subwindows getters | kobewi | |
2022-03-13 | Merge pull request #59108 from KoBeWi/somewhere_on_the_screen | Rémi Verschelde | |
2022-03-13 | Fix text clipping on the right side. | bruvzg | |
2022-03-13 | Expose methods for screen-space transforms | kobewi | |
2022-03-13 | Fix RichTextLabel shadow color when text has transparency | Haoyu Qiu | |
2022-03-13 | Drop mouse focus and over when gui input is globally disabled | Pedro J. Estébanez | |
2022-03-13 | Merge pull request #58018 from Calinou/procedural-sky-add-cover-texture | Rémi Verschelde | |
Add sky cover texture for ProceduralSkyMaterial | |||
2022-03-12 | Merge pull request #54399 from ↵ | Rémi Verschelde | |
Calinou/filedialog-current-properties-hint-no-editor Don't store and show current file/directory/path FileDialog properties | |||
2022-03-12 | Merge pull request #59061 from fazil47/graph_edit_offset_fix | Rémi Verschelde | |
2022-03-12 | popup_request signal emits mouse click position | Fazil Babu | |
2022-03-12 | Allow negative indexes in ItemList and PopupMenu | kobewi | |
2022-03-11 | Merge pull request #59007 from novaplusplus/code_edit_from_to_error_fix | Rémi Verschelde | |
2022-03-11 | Merge pull request #59013 from bruvzg/fake_bold_italics | Rémi Verschelde | |
2022-03-11 | Add options to embolden and transform font outlines to simulate bold and ↵ | bruvzg | |
italic typefaces. | |||
2022-03-11 | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks | Rémi Verschelde | |
`DirAccess *` needs to be deleted manually, and this is often forgotten especially when doing early returns with `ERR_FAIL_COND`. `DirAccessRef` is deleted automatically when it goes out of scope. Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> | |||
2022-03-11 | Merge pull request #58965 from TechnoPorg/remove-stex-occurrences | Rémi Verschelde | |
Remove more occurrences of "stex" | |||
2022-03-11 | Fix "p_from_line > p_to_line" errors in text edit | nova++ | |
Done via making the function more robust to different inputs | |||
2022-03-10 | Remove more occurrences of "stex" | TechnoPorg | |
2022-03-10 | Discern between virtual and abstract class bindings | reduz | |
* Previous "virtual" classes (which can't be instantiated) are not corretly named "abstract". * Added a new "virtual" category for classes, they can't be instantiated from the editor, but can be inherited from script and extensions. * Converted a large amount of classes from "abstract" to "virtual" where it makes sense. Most classes that make sense have been converted. Missing: * Physics servers * VideoStream * Script* classes. which will go in a separate PR due to the complexity involved. | |||
2022-03-10 | Merge pull request #58978 from Sauermann/revert-58913 | Rémi Verschelde | |
2022-03-10 | Revert "Update mouse cursor shape after changes" | Markus Sauermann | |
This reverts commit 0fce98b4b5f568298477b175c70510924793f6b0. | |||
2022-03-09 | Remove unused Bullet module and thirdparty code | Rémi Verschelde | |
It has been disabled in `master` since one year (#45852) and our plan is for Bullet, and possibly other thirdparty physics engines, to be implemented via GDExtension so that they can be selected by the users who need them. | |||
2022-03-09 | Remove VARIANT_ARG* macros | reduz | |
* Very old macros from the time Godot was created. * Limited arguments to 5 (then later changed to 8) in many places. * They were replaced by C++11 Variadic Templates. * Renamed methods that take argument pointers to have a "p" suffix. This was used in some places and not in others, so made it standard. * Also added a dereference check for Variant*. Helped catch a couple of bugs. | |||
2022-03-09 | Change some math macros to constexpr | kobewi | |
Changes `MAX`, `MIN`, `ABS`, `CLAMP` and `SIGN`. | |||
2022-03-09 | Merge pull request #58926 from ↵ | Rémi Verschelde | |
fabriceci/avoid-direction-correction-when-motion-is-down | |||
2022-03-09 | Avoid directional correction when the motion is downward | fabriceci | |
2022-03-09 | Merge pull request #58913 from Sauermann/fix-mouse-cursor-change | Rémi Verschelde | |
2022-03-09 | Update mouse cursor shape after changes | Markus Sauermann | |
This fixes some cases where the mouse cursor shape did not change automatically, but instead required a MouseMove to update. | |||
2022-03-09 | Replace `TabBar`'s `min_width` with `max_tab_width` and expose it | Michael Alexsander | |
2022-03-08 | Rename Control's Rect properties to exclude rect_ part | Marcel Admiraal | |
2022-03-08 | Merge pull request #57769 from Chaosus/vs_custom | Rémi Verschelde | |
2022-03-08 | Merge pull request #58850 from YeldhamDev/more_tab_regressions | Rémi Verschelde | |
2022-03-08 | Add `_get_func_code/_is_available` virtual functions to custom nodes | Yuri Roubinsky | |
2022-03-08 | Merge pull request #58887 from cesarizu/bbcode_align_left | Rémi Verschelde | |
2022-03-08 | Merge pull request #58879 from Calinou/basebutton-shortcut-context-fix-typo | Rémi Verschelde | |
2022-03-08 | Merge pull request #58894 from akien-mga/CompressedTexture-compat-aliases | Rémi Verschelde | |
2022-03-08 | Merge pull request #58881 from pfertyk/issue_58790_all_tabs_in_front_crash | Rémi Verschelde | |
2022-03-08 | Add compat aliases for renamed `CompressedTexture*` types | Rémi Verschelde | |
2022-03-08 | Merge pull request #49447 from Calinou/remove-shadow-color-property | Rémi Verschelde | |
Remove unused `shadow_color` property from Light3D | |||
2022-03-08 | Add support to align to left to bbcode | César Izurieta | |
2022-03-08 | Fix crash with all_tabs_in_front | Paweł Fertyk | |
Fixes #58790. | |||
2022-03-07 | Fix typo in BaseButton shortcut context methods | Hugo Locurcio | |
2022-03-07 | Merge pull request #58847 from KoBeWi/editor_settings_mess | Rémi Verschelde | |
2022-03-07 | Merge pull request #58750 from Chaosus/vs_varyings | Rémi Verschelde | |
Add varying support to visual shaders |