Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-17 | Improves LineEdit documentation | Haoyu Qiu | |
* Recently supported macOS shortcuts are added * Makes it clear than `set_text` won't trigger `text_changed` * `minimum_spaces` is the number of space characters that can be shown without scrolling | |||
2020-01-16 | Validate input in (CPU)Particles set_emission_shape() | Rémi Verschelde | |
Fixes #29777. Co-authored-by: Cameron Reikes <cameronreikes@gmail.com> | |||
2020-01-15 | Merge pull request #35147 from madmiraal/fix-34992 | Rémi Verschelde | |
Fixes get_floor_normal() returning the user defined floor_normal. | |||
2020-01-15 | Fixes get_floor_normal() returning the user defined floor_normal. | Marcel Admiraal | |
When there is no collision with a floor the get_floor_normal() function should return the zero vector to be consistent with get_floor_velocity(). Renames floor_normal to up_direction in all bindings. Updates the documentation of get_floor_normal() and get_floor_velocity() to make it clear when the values are valid. Updates the documentation for move_and_slide() and move_and_slide_with_snap() to use the new up_direction parameter name. | |||
2020-01-15 | Merge pull request #35134 from clayjohn/DOCS-update-multiple | Rémi Verschelde | |
Completed documentation for many visual nodes | |||
2020-01-14 | Completed documentation for many visual nodes | clayjohn | |
2020-01-15 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.16.0. See ab3bccdb78cc7dffb6ab796053ef63489f05558d for procedure. | |||
2020-01-14 | Merge pull request #35077 from Feniks-Gaming/master | Rémi Verschelde | |
Expanded bool class description with examples | |||
2020-01-14 | Expanded class_bool Description with examples | Feniks | |
I expanded boolean long description with example of when booleans could be use practice because Boolean Description: Boolean built-in type. was pretty vague. As new to programming person it took me longer than it should have to understand what those are and why I would want to use them. Hopefully this will make it clearer to new users reading documentation Update bool.xml | |||
2020-01-14 | Document `Engine.get_idle/physics_frames` methods | Andrii Doroshenko (Xrayez) | |
2020-01-14 | Merge pull request #35120 from Faless/docs/html5_restrictions | Rémi Verschelde | |
Update documentation to reflect HTML5 limitations. | |||
2020-01-14 | Update documentation to reflect HTML5 limitations. | Fabio Alessandrelli | |
2020-01-14 | Complete documentation of some more classes | Tomasz Chabora | |
2020-01-13 | Revert "Enable Vsync via Compositor by default" | Rémi Verschelde | |
This reverts commit 9600fd5dde1f85b7dd2dd8558d52ff86b18651e7. Add comment warning about possible implications of using this option. Fixes #35038. | |||
2020-01-12 | doc: Sync classref with current source | Rémi Verschelde | |
2020-01-12 | Merge pull request #34960 from johannesgunnar/spin_box-apply-method | Rémi Verschelde | |
Spinbox apply input method | |||
2020-01-11 | Add apply method to SpinBox | Jóhannes Gunnar Þorsteinsson | |
2020-01-10 | Merge pull request #35001 from KoBeWi/nope | Rémi Verschelde | |
Add signal for LineEdit overflow event | |||
2020-01-10 | Merge pull request #34999 from cajallen/master | Rémi Verschelde | |
Updated Array's sort_custom method documentation | |||
2020-01-10 | Add signal for LineEdit overflow event | Tomasz Chabora | |
2020-01-10 | [DOCS] Corrections and clarifications to classref | Chris Bradfield | |
2020-01-10 | sort_custom description and example updated | cajallen | |
2020-01-10 | Merge pull request #34991 from Calinou/doc-os-is-debug-build | Rémi Verschelde | |
Improve the `OS.is_debug_build()` documentation | |||
2020-01-10 | Improve the `OS.is_debug_build()` documentation | Hugo Locurcio | |
2020-01-10 | Merge pull request #34962 from KoBeWi/randocs | Rémi Verschelde | |
Complete documentation of various classes | |||
2020-01-10 | Complete documentation of various classes | Tomasz Chabora | |
2020-01-10 | Merge pull request #34968 from Calinou/enable-vsync-via-compositor | Rémi Verschelde | |
Enable Vsync via Compositor by default | |||
2020-01-09 | Enable Vsync via Compositor by default | Hugo Locurcio | |
This feature was added in #33414 but it was disabled by default. Now that it got some testing, it's probably safe to enable it by default. | |||
2020-01-09 | Add option to disable loading scripts in ScriptCreateDialog | Michael Alexsander | |
2020-01-09 | Doc: Mention that Directory pre-opens res:// by default | Rémi Verschelde | |
This may be considered a bug, so we might change that in the future. See #24149. | |||
2020-01-08 | Improve the Environment class documentation | Hugo Locurcio | |
Co-authored-by: Clay John <claynjohn@gmail.com> | |||
2020-01-08 | Merge pull request #34871 from ↵ | Rémi Verschelde | |
lentsius-bark/textEdit-vertical-horizontal-scroll-expose expose scroll_vertical and scroll_horizontal in TextEdit | |||
2020-01-08 | Merge pull request #34901 from YeldhamDev/multiple_doc_completions | Rémi Verschelde | |
Complete docs for GraphEdit/Node and PopupMenu | |||
2020-01-07 | Make possible to edit the GraphEdit's selection rect colors | Michael Alexsander | |
2020-01-07 | Complete docs for GraphEdit/Node and PopupMenu | Michael Alexsander | |
2020-01-07 | Complete the Environment class documentation | Hugo Locurcio | |
This closes #34846. | |||
2020-01-07 | expose scroll_vertical and scroll_horizontal in TextEdit + documentation | Krystof Klestil | |
2020-01-07 | Rewording RichTextLabel::remove_line documentation | Haoyu Qiu | |
2020-01-06 | doc: Document what happens to old script with Object.set_script() | rainlizard | |
2020-01-06 | Merge pull request #33967 from Calinou/add-os-is-window-focused | Rémi Verschelde | |
Add an `OS.is_window_focused()` getter | |||
2020-01-06 | Merge pull request #34848 from clayjohn/DOCS-VisualServer | Rémi Verschelde | |
Finish documenting VisualServer | |||
2020-01-05 | Finish documenting VisualServer | clayjohn | |
2020-01-06 | Merge pull request #34847 from YeldhamDev/splitcontainer_tabs_docs | Rémi Verschelde | |
Complete the SplitContainer and Tabs documentations | |||
2020-01-06 | Merge pull request #34852 from timothyqiu/rtl-doc | Rémi Verschelde | |
Completes the RichTextLabel documentation | |||
2020-01-06 | Merge pull request #32126 from Calinou/expose-video-adapter-name-vendor | Rémi Verschelde | |
Add VisualServer methods to get the video adapter name and vendor | |||
2020-01-06 | Completes the RichTextLabel documentation | Haoyu Qiu | |
2020-01-06 | Add VisualServer methods to get the video adapter name and vendor | Hugo Locurcio | |
These methods can be used in scripts to retrieve the OpenGL `GL_RENDERER` and `GL_VENDOR` strings (respectively). This closes #28404. | |||
2020-01-05 | Complete the SplitContainer and Tabs documentations | Michael Alexsander | |
2020-01-05 | Merge pull request #34833 from clayjohn/DOCS-VisualServer | Rémi Verschelde | |
Document most VisualServer functions | |||
2020-01-05 | Document most VisualServer functions | clayjohn | |