Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-28 | Merge pull request #38286 from bojidar-bg/x-expose-cell-size | Rémi Verschelde | |
Expose the cell_size affecting VisibilityNotifier2D precision | |||
2020-04-28 | Expose the cell_size affecting VisibilityNotifier2D precision | Bojidar Marinov | |
Refs: #4803 | |||
2020-04-27 | Merge pull request #38252 from Calinou/doc-improve-compression-projectsettings | Rémi Verschelde | |
Improve the compression project settings documentation | |||
2020-04-27 | Merge pull request #38230 from Calinou/doc-audiostreamplayer-improve-pitch-scale | Rémi Verschelde | |
Improve `pitch_scale` descriptions in AudioStreamPlayer documentation | |||
2020-04-27 | Improve the compression project settings documentation | Hugo Locurcio | |
2020-04-26 | Merge pull request #37973 from Calinou/doc-tween-add-easing-cheatsheet | Max Hilbrunner | |
Add an easing/transition type cheatsheet to the Tween documentation | |||
2020-04-26 | Improve `pitch_scale` descriptions in AudioStreamPlayer documentation | Hugo Locurcio | |
This closes #29439. Co-authored-by: Cheeseness <contact@jbushproductions.com> | |||
2020-04-24 | doc: Fix parsing typed arrays in makerst.py | Rémi Verschelde | |
`Type[]` typed arrays will link to `Type`, as it's likely the most interesting information for the user. And sync classref with current source. | |||
2020-04-24 | Merge pull request #38025 from Calinou/doc-procedural-geometry | Rémi Verschelde | |
Improve the procedural geometry class documentations | |||
2020-04-23 | Merge pull request #38050 from Calinou/doc-cameraeffects | Rémi Verschelde | |
Document the CameraEffects class | |||
2020-04-23 | Merge pull request #37888 from Calinou/doc-editor-only-singletons | Rémi Verschelde | |
Document how some editor classes should be accessed as singletons only | |||
2020-04-22 | Document how some editor classes should be accessed as singletons only | Hugo Locurcio | |
This closes #37687. | |||
2020-04-22 | Document the CameraEffects class | Hugo Locurcio | |
2020-04-20 | Exposed RenderingDevice to script API | Juan Linietsky | |
Also added an easier way to load native GLSL shaders. Extras: Had to fix no-cache for subresources in resource loader, it was not properly working, making shaders not properly reload. Note: The precommit hooks are broken because they don't seem to support enums from one class being used in another. Feel free to fix this after merging this PR. | |||
2020-04-20 | Merge pull request #37974 from Calinou/doc-backbuffercopy-anchors | Rémi Verschelde | |
Document how to workaround UI anchor issues when using BackBufferCopy | |||
2020-04-20 | Merge pull request #37972 from Calinou/doc-improve-resourcesaver-example | Rémi Verschelde | |
Check for errors when saving in the ResourceSaver example documentation | |||
2020-04-20 | Merge pull request #37971 from Calinou/doc-improve-visibility-enabler-notifier | Rémi Verschelde | |
Improve the VisibilityEnabler and VisibilityNotifier documentations | |||
2020-04-20 | Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editor | Rémi Verschelde | |
Subgroups were added in #37678 but not properly handled everywhere where PROPERTY_USAGE_GROUP is. | |||
2020-04-20 | Merge pull request #38039 from akien-mga/docdata-skip-unexposed | Rémi Verschelde | |
DocData: Skip unexposed classes | |||
2020-04-20 | Merge pull request #38036 from akien-mga/doc-update | Rémi Verschelde | |
doc: Sync classref with current source | |||
2020-04-20 | Merge pull request #38035 from akien-mga/revert-35261-pck-destination | Rémi Verschelde | |
Revert "Made possible to specify where to dump the contents when load… | |||
2020-04-20 | DocData: Skip unexposed classes | Rémi Verschelde | |
Properly expose classes that we actually want accessible. | |||
2020-04-20 | doc: Sync classref with current source | Rémi Verschelde | |
Add missing enum bindings. | |||
2020-04-20 | Merge pull request #37947 from clayjohn/DOCS-rendering-update | Rémi Verschelde | |
Update many docs with recent rendering changes | |||
2020-04-20 | Merge pull request #38027 from dreamsComeTrue/override_selected_font_color-docs | Rémi Verschelde | |
Update TextEdit docs - explaining 'override_selected_font_color' role | |||
2020-04-20 | Revert "Made possible to specify where to dump the contents when loading a ↵ | Rémi Verschelde | |
".pck" file" This reverts commit 3c261e0dfa19d9c661ad6ca908a3b8ccee050016. This was not so useful as is due to the way dependency paths are stored in scenes and resources. | |||
2020-04-20 | Improve the procedural geometry class documentations | Hugo Locurcio | |
This references Godot's winding order at the top of every procedural geometry class, as well as referencing other classes within a given geometry class. A warning about ImmediateGeometry3D performance was also added. | |||
2020-04-19 | Update TextEdit docs - explaining 'override_selected_font_color' role | Dominik 'dreamsComeTrue' Jasiński | |
2020-04-19 | Correct the addition of a key and the duplication of a variable name | Marcel Admiraal | |
in Dictionary class documentation. | |||
2020-04-17 | Add an easing/transition type cheatsheet to the Tween documentation | Hugo Locurcio | |
Related to https://github.com/godotengine/godot-docs/pull/3403. | |||
2020-04-17 | Document how to workaround UI anchor issues when using BackBufferCopy | Hugo Locurcio | |
This closes #6880. | |||
2020-04-17 | Check for errors when saving in the ResourceSaver example documentation | Hugo Locurcio | |
This also replaces a non-breaking space that was accidentally added in the EditorFeatureProfile documentation. This closes #31393. | |||
2020-04-17 | Improve the VisibilityEnabler and VisibilityNotifier documentations | Hugo Locurcio | |
This closes #4803. | |||
2020-04-17 | Update many docs with recent rendering changes | clayjohn | |
2020-04-17 | Merge pull request #37963 from Calinou/doc-dynamicfont-limitations | Rémi Verschelde | |
Document DynamicFont limitations and a possible workaround | |||
2020-04-17 | Merge pull request #37953 from clayjohn/VULKAN-sky-sun-size | Rémi Verschelde | |
Add light size to Sky Shaders | |||
2020-04-17 | Merge pull request #37962 from Calinou/doc-image-size-limits | Rémi Verschelde | |
Document image size limits | |||
2020-04-17 | Add light size to Sky Shaders | clayjohn | |
2020-04-17 | Document DynamicFont limitations and a possible workaround | Hugo Locurcio | |
This closes #30014. | |||
2020-04-17 | Document image size limits | Hugo Locurcio | |
This closes #30238. | |||
2020-04-17 | Clarify that angles must be specified as radians in the documentation | Hugo Locurcio | |
This closes #36356. | |||
2020-04-16 | Made possible to specify where to dump the contents when loading a ".pck" file | Michael Alexsander | |
2020-04-16 | Merge pull request #37047 from YeldhamDev/tabcontainer_doc_control_fix | Rémi Verschelde | |
Fix incorrect TabContainer documentation for 'get_tab_control()' | |||
2020-04-16 | Merge pull request #37747 from KoBeWi/cam2center | Rémi Verschelde | |
Improve Camera2D documentation | |||
2020-04-16 | Merge pull request #37856 from Calinou/doc-basebutton-keep-pressed-outside | Rémi Verschelde | |
Mention `keep_pressed_outside` caveat in the BaseButton documentation | |||
2020-04-16 | Merge pull request #37832 from Calinou/doc-improve-dictionary | Rémi Verschelde | |
Improve the Dictionary class documentation | |||
2020-04-16 | Merge pull request #37824 from nekomatata/rigid-body-force-doc | Rémi Verschelde | |
More details in Rigid Body add_force documentation | |||
2020-04-15 | Improve the AudioStreamSample class documentation | Hugo Locurcio | |
This closes #37915. | |||
2020-04-14 | Merge pull request #37316 from nekomatata/physical-bone-settings | Rémi Verschelde | |
Add PhysicalBone rotation, damping, axis lock & can sleep | |||
2020-04-14 | Add PhysicalBone rotation, damping, axis lock & can sleep | PouleyKetchoupp | |