summaryrefslogtreecommitdiff
path: root/doc/classes
AgeCommit message (Collapse)Author
2020-04-20Merge pull request #38036 from akien-mga/doc-updateRémi Verschelde
doc: Sync classref with current source
2020-04-20Merge pull request #38035 from akien-mga/revert-35261-pck-destinationRémi Verschelde
Revert "Made possible to specify where to dump the contents when load…
2020-04-20doc: Sync classref with current sourceRémi Verschelde
Add missing enum bindings.
2020-04-20Merge pull request #37947 from clayjohn/DOCS-rendering-updateRémi Verschelde
Update many docs with recent rendering changes
2020-04-20Merge pull request #38027 from dreamsComeTrue/override_selected_font_color-docsRémi Verschelde
Update TextEdit docs - explaining 'override_selected_font_color' role
2020-04-20Revert "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-19Update TextEdit docs - explaining 'override_selected_font_color' roleDominik 'dreamsComeTrue' Jasiński
2020-04-19Correct the addition of a key and the duplication of a variable nameMarcel Admiraal
in Dictionary class documentation.
2020-04-17Update many docs with recent rendering changesclayjohn
2020-04-17Merge pull request #37963 from Calinou/doc-dynamicfont-limitationsRémi Verschelde
Document DynamicFont limitations and a possible workaround
2020-04-17Merge pull request #37953 from clayjohn/VULKAN-sky-sun-sizeRémi Verschelde
Add light size to Sky Shaders
2020-04-17Merge pull request #37962 from Calinou/doc-image-size-limitsRémi Verschelde
Document image size limits
2020-04-17Add light size to Sky Shadersclayjohn
2020-04-17Document DynamicFont limitations and a possible workaroundHugo Locurcio
This closes #30014.
2020-04-17Document image size limitsHugo Locurcio
This closes #30238.
2020-04-17Clarify that angles must be specified as radians in the documentationHugo Locurcio
This closes #36356.
2020-04-16Made possible to specify where to dump the contents when loading a ".pck" fileMichael Alexsander
2020-04-16Merge pull request #37047 from YeldhamDev/tabcontainer_doc_control_fixRémi Verschelde
Fix incorrect TabContainer documentation for 'get_tab_control()'
2020-04-16Merge pull request #37747 from KoBeWi/cam2centerRémi Verschelde
Improve Camera2D documentation
2020-04-16Merge pull request #37856 from Calinou/doc-basebutton-keep-pressed-outsideRémi Verschelde
Mention `keep_pressed_outside` caveat in the BaseButton documentation
2020-04-16Merge pull request #37832 from Calinou/doc-improve-dictionaryRémi Verschelde
Improve the Dictionary class documentation
2020-04-16Merge pull request #37824 from nekomatata/rigid-body-force-docRémi Verschelde
More details in Rigid Body add_force documentation
2020-04-15Improve the AudioStreamSample class documentationHugo Locurcio
This closes #37915.
2020-04-14Merge pull request #37316 from nekomatata/physical-bone-settingsRémi Verschelde
Add PhysicalBone rotation, damping, axis lock & can sleep
2020-04-14Add PhysicalBone rotation, damping, axis lock & can sleepPouleyKetchoupp
2020-04-13Mention `keep_pressed_outside` caveat in the BaseButton documentationHugo Locurcio
This closes #37790.
2020-04-13Merge pull request #37749 from clayjohn/Vulkan-improved-ssRémi Verschelde
Add vogel filter and settings to soft shadows
2020-04-12Improve the Dictionary class documentationHugo Locurcio
This closes https://github.com/godotengine/godot-docs/issues/3376.
2020-04-12More details in Rigid Body add_force documentationPouleyKetchoupp
2020-04-10Add proper quality settings to soft shadowsclayjohn
2020-04-10Fix OptionButton docs godotengine#36803Zak Grumbles
* item_selected and item_focused docs incorrectly had 'id' as the parameter. Changed to 'index'. * Fix parameter name in ADD_SIGNAL callin code.
2020-04-10Merge pull request #37297 from dalexeev/doc_fileRémi Verschelde
Improve the `File.store_{8,16,32,64}()` documentation
2020-04-10Merge pull request #37383 from WARIO-MDMA/godotphysics-renameRémi Verschelde
Rename "GodotPhysics" to "GodotPhysics{2D,3D}"
2020-04-10Merge pull request #37482 from zak-grumbles/fix_dict_duplicate_docsRémi Verschelde
Clarify Dictionary duplicate parameters in docs
2020-04-10Improve Camera2D documentationTomasz Chabora
2020-04-10Merge pull request #37566 from lucaslcode/clarify_autotileRémi Verschelde
clarify autotile_coord in docs
2020-04-10Merge pull request #37699 from lupoDharkael/committing-typoRémi Verschelde
Replace is_commiting_action with is_committing_action
2020-04-09Clarify documentation and indicate that rect_clip_content affects only ↵Markus Sauermann
CanvasItem based nodes. Resolves #37683
2020-04-09Renaming all ARVR nodes to XRBastiaan Olij
2020-04-09Rename "GodotPhysics" to "GodotPhysics{2D,3D}"WARIO-MDMA
2020-04-08Replace is_commiting_action with is_committing_actionlupoDharkael
2020-04-08Improve the CameraServer and CameraFeed class documentationsHugo Locurcio
This closes https://github.com/godotengine/godot-docs/issues/3255.
2020-04-07i18n: Sync translate template for class referenceRémi Verschelde
Adds initial fr.po translation for initialization on Weblate.
2020-04-07Merge pull request #37589 from Nannaquin/updatecolordocRémi Verschelde
Add reference of Color8 function to Color class documentation
2020-04-06Merge pull request #37556 from KoBeWi/kill_get_indexRémi Verschelde
Remove Node.get_position_in_parent()
2020-04-06Remove Node.get_position_in_parent()Tomasz Chabora
2020-04-05Add reference of Color8 function to Color class documentationNannaquin
2020-04-04Merge pull request #37391 from dreamsComeTrue/embedded-windows-modeRémi Verschelde
Expose 'Embedded Windows Mode' as Editor and Project Settings
2020-04-03clarify autotile_coord in docslucaslcode
I had no idea what 'coordinate' meant in the context of autotiles, so just adding some clarification for future people who have the same problem.
2020-04-03Expose 'Embedded Windows Mode' as Editor and Project SettingsDominik 'dreamsComeTrue' Jasiński