Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-30 | Merge pull request #25670 from aqnuep/bake_mode_affect_gi_prove | Rémi Verschelde | |
Disable GI probe capturing lights with bake mode disabled | |||
2019-04-30 | doc: Sync classref with current source | Rémi Verschelde | |
2019-04-30 | Merge pull request #27656 from Calinou/doc-lineedit-keybindings | Rémi Verschelde | |
Document built-in LineEdit keybindings | |||
2019-04-30 | Merge pull request #27805 from Kanabenki/line2d-add-point-idx | Rémi Verschelde | |
Add optional position argument for add_point in Line2D | |||
2019-04-30 | Merge pull request #27870 from mawenzy/pr_gotoline | Rémi Verschelde | |
Bind goto_line function for Script Editor | |||
2019-04-29 | Merge pull request #28399 from YeldhamDev/textedit_expose_tab_fold | Rémi Verschelde | |
Expose 'TextEdit's tab drawing and folding to GDScript | |||
2019-04-29 | Merge pull request #18992 from aaronfranke/mono-equal-approx | Rémi Verschelde | |
[Core] [Mono] Improve and use approximate equality methods | |||
2019-04-27 | changed references to array types in arraymesh doc | clayjohn | |
2019-04-27 | Added docs to AudioStreamPlayer for get_mix_time | Juan Linietsky | |
2019-04-25 | [Core] Expose approximate equality methods to GDScript | Aaron Franke | |
2019-04-25 | Merge pull request #28359 from Calinou/doc-improve-projectsettings | Max Hilbrunner | |
Improve the ProjectSettings documentation | |||
2019-04-24 | Expose 'TextEdit's tab drawing and folding to GDScript | Michael Alexsander Silva Dias | |
2019-04-24 | Improve the ProjectSettings documentation | Hugo Locurcio | |
2019-04-24 | doc: Sync classref with current source | Rémi Verschelde | |
2019-04-23 | Added inspector plugin documentation. | Juan Linietsky | |
Fixed plugin bindings. | |||
2019-04-23 | Disable GI probe capturing lights with bake mode disabled | Daniel Rakos | |
The bake mode property of lights previously didn't affect GI probes. This change makes the GI probe ignore lights that have their bake mode set to disabled. | |||
2019-04-23 | Merge pull request #24269 from xsellier/feature/master-add-sha256 | Hein-Pieter van Braam | |
Add SHA256 for PoolByteArray | |||
2019-04-23 | Merge pull request #27724 from follower/patch-2 | Hein-Pieter van Braam | |
Add example of loading a font from .ttf file | |||
2019-04-22 | Merge pull request #26868 from NilsIrl/master | Rémi Verschelde | |
Add Attenuation Model "NO" for AudioStreamPlayer3D | |||
2019-04-22 | Merge pull request #28125 from KoBeWi/code_true_code | Rémi Verschelde | |
Consistently wrap booleans in [code] | |||
2019-04-22 | Merge pull request #28140 from Daw11/orphan-nodes | Rémi Verschelde | |
Add a monitor for the orphan nodes | |||
2019-04-22 | Add Attenuation Model "DISABLED" for AudioStreamPlayer3D | Nils ANDRÉ-CHANG | |
2019-04-19 | Added minimal documentation for _get_configuration_warning method | Hasan Yusuf Ahmed | |
(cherry picked from commit 0eeb1a7d0d540073a6e62e3203d304730493faf8) | |||
2019-04-19 | Merge pull request #28192 from akien-mga/doc-unused-demos | Rémi Verschelde | |
doc: Drop unused <demos> tag, sync classref | |||
2019-04-19 | doc: Sync classref with current source | Rémi Verschelde | |
2019-04-19 | doc: Drop unused <demos> tag | Rémi Verschelde | |
2019-04-17 | Add a monitor for the orphan nodes | Daw11 | |
- Allow the user to keep track of the nodes that might leak - Possible fix for #27103 | |||
2019-04-17 | Fixed copy&paste error #28117 | Soham Kar | |
Changed "left to right" in VSplitContainer to "top to bottom". | |||
2019-04-17 | Consistently wrap booleans in [code] | Tomasz Chabora | |
2019-04-16 | Bind goto_line function for Script Editor #9153 | mawenzy | |
- added doc for ScriptEditor:goto_line | |||
2019-04-16 | Merge pull request #27762 from rcorre/anim_docs | Max Hilbrunner | |
AnimationNode* docs | |||
2019-04-16 | Merge pull request #27937 from KoBeWi/sliderdocs | Max Hilbrunner | |
Added some documentation for Slider | |||
2019-04-16 | Merge pull request #27953 from siddharth952/v_scroll_speed | Max Hilbrunner | |
Fixes documentation of v_scroll_speed and wrap_enabled | |||
2019-04-15 | doc: Add note about VisibilityNotifier.is_on_screen after instantiation | Rémi Verschelde | |
Fixes #9430. | |||
2019-04-15 | doc: Sync classref with current source | Rémi Verschelde | |
2019-04-12 | fixes #25707 documentation of v_scroll_speed | Siddharth | |
Fixes #25707 Update TextEdit.xml | |||
2019-04-11 | Document String's 'is_valid_filename()' | Michael Alexsander Silva Dias | |
2019-04-11 | Added some documentation for Slider | Tomasz Chabora | |
2019-04-09 | Fill out some of the AnimationNode docs. | Ryan Roden-Corrent | |
The API docs for various animation nodes are pretty empty, yet the tutorial at https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree.html contains some details. These details should be included in the API docs so looking up a particular class actually provides some information rather than requiring the user to hunt for a different tutorial. This also links the AnimationTree tutorial and demo in the docs. I've found the TPS demo to be the best resource so far for learning how to use the AnimationTree. This should be easy to find if someone looks up the AnimationTree API docs. Finally, this fixes a param typo in AnimationNodeStateMachine. | |||
2019-04-09 | Merge pull request #27561 from KoBeWi/get_frame_doc | Rémi Verschelde | |
Document SceneTree.get_frame() and persistent in add_to_group() | |||
2019-04-09 | Merge pull request #27591 from toasteater/doc/rng-impl-notes | Rémi Verschelde | |
Improve RandomNumberGenerator docs. | |||
2019-04-08 | Merge pull request #27506 from Chaosus/astar | Rémi Verschelde | |
Added functions to AStar for disable/enable points to effectivly create obstacles | |||
2019-04-08 | Merge pull request #27452 from Chaosus/direction_to | Rémi Verschelde | |
Added method to retrieve a direction vector from one point to another | |||
2019-04-08 | Add optional position argument for add_point in Line2D | Kanabenki | |
2019-04-08 | Merge pull request #27802 from Chaosus/fix_smoothstep_docs | Yuri Roubinsky | |
Fix smooth_step to smoothstep in docs | |||
2019-04-08 | Fix smooth_step to smoothstep docs | Chaosus | |
2019-04-08 | Merge pull request #27698 from YeldhamDev/doc_tilemap_setcell_override | Rémi Verschelde | |
Document TileMap's new 'set_cell' internal override capability | |||
2019-04-08 | Merge pull request #27231 from Chaosus/smoothstep | Rémi Verschelde | |
Added smoothstep built-in function | |||
2019-04-08 | Added functions to AStar for disable/enable points | Chaosus | |
2019-04-07 | Added smoothstep built-in function | Chaosus | |