summaryrefslogtreecommitdiffstats
path: root/doc/classes
Commit message (Expand)AuthorAgeFilesLines
* doc: Sync classref with current sourceRémi Verschelde2021-03-1846-1108/+498
* Merge pull request #47098 from Birdulon/DocDrawString4Rémi Verschelde2021-03-182-2/+3
|\
| * Documentation: Correct CanvasItem.draw_string position description.Luke Hubmayer-Werner2021-03-182-2/+3
* | Fix AudioEffectCapture buffer length cannot be changedjmb4622021-03-171-1/+1
* | Merge pull request #47080 from mbrlabs/ios-sensor-conversionRémi Verschelde2021-03-171-4/+4
|\ \ | |/ |/|
| * Converted sensor acceleration units to m/s^2 on iOS and UWPMarcus Brummer2021-03-171-4/+4
* | Merge pull request #47024 from groud/navigationRémi Verschelde2021-03-172-0/+80
|\ \ | |/ |/|
| * Allow Navigation to be more flexibleGilles Roudière2021-03-152-0/+80
* | Document different unit of measurement for sensor data on iOS and AndroidMarcus Brummer2021-03-161-2/+2
* | Merge pull request #47014 from aaronfranke/atlastex-docRémi Verschelde2021-03-151-2/+3
|\ \
| * | Improve documentation for AtlasTextureAaron Franke2021-03-141-2/+3
| |/
* / Document the valid input range for `acos()` and `atan()`Hugo Locurcio2021-03-151-2/+2
|/
* [46188] fix: get unix from datetime when empty dictAitor Cereceto2021-03-121-0/+1
* Implement Navigation layersGilles Roudière2021-03-106-19/+216
* Remove Navigation2D/3D nodes, and move the navigation map to the world resourceGilles Roudière2021-03-1011-212/+22
* doc: Sync classref with current sourceRémi Verschelde2021-03-109-45/+71
* Merge pull request #45545 from abaire/relaxes_gltf_name_sanitizationRémi Verschelde2021-03-091-0/+7
|\
| * Relaxes Node naming constraints in glTF documents to match the Editor.abaire2021-02-241-0/+7
* | Merge pull request #46110 from gongpha/colorbar-in-colorpickerRémi Verschelde2021-03-091-0/+3
|\ \
| * | Add interpolation bar on each channel in ColorPickerKongfa Waroros2021-03-091-0/+3
* | | Merge pull request #46801 from Faless/js/4.x_allow_hidpiRémi Verschelde2021-03-091-1/+1
|\ \ \
| * | | [HTML5] Respect allow_hidpi option during setupFabio Alessandrelli2021-03-081-1/+1
* | | | Merge pull request #46784 from Bhu1-V/doc-updateRémi Verschelde2021-03-091-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Added Additional Description for PhysicsServer2D->area_create() method.Bhuvan Vemula2021-03-091-1/+1
| |/ /
* | | Merge pull request #44324 from Calinou/doc-basematerial3d-height-no-triplanarRémi Verschelde2021-03-081-0/+2
|\ \ \ | |/ / |/| |
| * | Document that BaseMaterial3D doesn't support height mapping + triplanarHugo Locurcio2020-12-121-0/+2
* | | Merge pull request #46386 from KoBeWi/projekt_settingzRémi Verschelde2021-03-071-1/+2
|\ \ \
| * | | Allow to save override.cfg with ProjectSettingskobewi2021-03-071-1/+2
* | | | Merge pull request #43929 from HaSa1002/docs-lang-6Rémi Verschelde2021-03-0516-59/+323
|\ \ \ \
| * | | | Docs: Port Code Examples to C# (R, S, T, U)HaSa10022021-03-0516-59/+323
* | | | | Merge pull request #46663 from Calinou/doc-margincontainer-theme-constantRémi Verschelde2021-03-051-9/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use safer `add_theme_constant_override()` in MarginContainer code sampleHugo Locurcio2021-03-041-9/+11
* | | | | Adding Raycast3D custom debug shape thickness and colorjmb4622021-03-041-0/+7
|/ / / /
* | | | Remove trivial examples in the ItemList class documentationHugo Locurcio2021-03-031-20/+1
* | | | Merge pull request #36202 from YeldhamDev/sprite_region_hideRémi Verschelde2021-03-021-1/+1
|\ \ \ \
| * | | | Hide extra options from various nodes if they're not enabledMichael Alexsander2021-03-021-1/+1
* | | | | Fix examples in Callable docskleonc2021-03-021-6/+6
|/ / / /
* | | | Merge pull request #42007 from HaSa1002/callable-docsRémi Verschelde2021-03-011-1/+9
|\ \ \ \
| * | | | Document missing Callable methodsHaSa10022021-03-011-1/+9
* | | | | Merge pull request #46508 from rcorre/pathbakeRémi Verschelde2021-03-012-2/+2
|\ \ \ \ \
| * | | | | Clarify Curve.get_closest_point uses baked points.Ryan Roden-Corrent2021-02-282-2/+2
| |/ / / /
* | | | | Merge pull request #46534 from asmaloney/doc-styleboxflat-grammarRémi Verschelde2021-03-011-4/+4
|\ \ \ \ \
| * | | | | Fix some grammar in StyleBoxFlat class docsAndy Maloney2021-02-281-4/+4
| |/ / / /
* / / / / Logger: Cache 'flush_stdout_on_print' to improve performance, and works befor...Mateo Kuruk Miccino2021-02-281-0/+2
|/ / / /
* | | | Fixes typo in Array::bsearch_custom docHaoyu Qiu2021-02-261-1/+1
* | | | Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>...Emmanuel Leblond2021-02-252-6/+4
* | | | Merge pull request #46416 from nekomatata/draw-collision-outline-optionRémi Verschelde2021-02-251-0/+3
|\ \ \ \
| * | | | Added option in project settings to draw Shape2D outlinesPouleyKetchoupp2021-02-251-0/+3
| |/ / /
* | | | Improve the `OS.get_environment()`/`OS.set_environment()` documentationHugo Locurcio2021-02-251-6/+9
* | | | Expose set_environment to GDScriptBastiaan Olij2021-02-251-0/+11