summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2018-09-12Merge pull request #21705 from KellyThomas/tree-create-itemRémi Verschelde
Change return value of Tree.create_item() from Object to TreeItem
2018-09-12Merge pull request #21988 from KellyThomas/array-invert-2Rémi Verschelde
Standardize documentation for the pool arrays' invert methods
2018-09-12Merge pull request #21780 from akien-mga/animatedsprite-deprecatedRémi Verschelde
Drop deprecated compatibility methods from AnimatedSprite
2018-09-12Standardize documentation for the pool arrays' invert methodsKelly Thomas
2018-09-11doc: Sync classref with current sourceRémi Verschelde
2018-09-10Merge pull request #21937 from romlok/remotetransformRémi Verschelde
Clarify which direction RemoteTransform[2D] work
2018-09-10Merge pull request #21842 from merumelu/curve-point-countRémi Verschelde
Bind Curve::get_point_count
2018-09-10Clarify which direction RemoteTransform[2D] workMel Collins
2018-09-10Fix mistake in Array.xmlVirtualBox
2018-09-10added clarification about Input.get_accelerometer only working when project ↵Carl Scarlett
is exported
2018-09-09Drop deprecated compatibility methods from AnimatedSpriteRémi Verschelde
They were deprecated in 2.1, but never properly identified as such and thus never removed. Fixes #21765.
2018-09-07Bind Curve::get_point_countmerumelu
2018-09-03Fix custom cursor hotspotGuilherme Felipe
Cursor hotspot must be inside image on Linux. Adding validation for all platforms for consistency.
2018-09-03Change return value of Tree.create_item() from Object to TreeItemKelly Thomas
2018-09-01Merge pull request #21636 from akien-mga/docdata-variantRémi Verschelde
DocData: Fix return type listed as "var" instead of "Variant"
2018-09-01Merge pull request #21670 from cbscribe/kcc_class_editsRémi Verschelde
[DOCS] Classref additions and corrections
2018-09-01[DOCS] Classref additions and correctionsChris Bradfield
2018-09-01Improve ClassDB information for some some signal parametersKelly Thomas
2018-08-31DocData: Fix return type listed as "var" instead of "Variant"Rémi Verschelde
2018-08-31update class docsKelly Thomas
2018-08-30RayCast2D: Fix reporting old collider after collision endedRémi Verschelde
It now behaves the same as RayCast (3D). Fixed documentation accordingly and documented new configuration options. Supersedes and closes #20567.
2018-08-30Merge pull request #21585 from TGRCdev/rigidbody_docsRémi Verschelde
Documented some RigidBody and PhysicsDirectBodyState methods
2018-08-29Added documentation for some RigidBody methods, and copied the descriptions ↵Tiger C
to matching PhysicsDirectBodyState methods.
2018-08-29doc: Sync classref with current sourceRémi Verschelde
2018-08-29Moved documentation for methods made accessible from super class for MeshBastiaan Olij
2018-08-28Merge pull request #21454 from char0xff/docMax Hilbrunner
Update UndoRedo.xml
2018-08-28Merge pull request #21444 from romlok/input-propagationMax Hilbrunner
Clarify direction of input event propagation
2018-08-28Merge pull request #21514 from cbscribe/kcc_docs_fixes2Rémi Verschelde
[DOCS] Classref corrections and clarifications
2018-08-27[DOCS] Corrections and clarificationsChris Bradfield
2018-08-26Update UndoRedo.xmlVirtualBox
2018-08-26Fall back to GLES2 if GLES3 is not workingHein-Pieter van Braam
This adds a static is_viable() method to all rasterizers which has to be called before initializing the rasterizer. This allows us to check what rasterizer to use in OS::initialize together with the GL context initialization. This commit also adds a new project setting "rendering/quality/driver/driver_fallback" which allows the creator of a project to specify whether or not fallback to GLES2 is allowed. This setting is ignored for the editor so the editor will always open even if the project itself cannot run. This will hopefully reduce confusion for users downloading projects from the internet. We also no longer crash when GLES3 is not functioning on a platform. This fixes #15324
2018-08-26Clarify direction of input event propagationMel Collins
2018-08-24Particles: Allow speed_scale at 0 in property hint, equivalent to pauseRémi Verschelde
Supersedes and closes #21193.
2018-08-21doc: Sync classref with current sourceRémi Verschelde
2018-08-19Merge pull request #21176 from cbscribe/kcc_doc_updatesRémi Verschelde
[DOCS] Many class ref updates
2018-08-18[DOCS] Many class ref updatesChris Bradfield
2018-08-18Merge pull request #21130 from cbscribe/kcc_class_updatesRémi Verschelde
[DOCS] Updates to assorted class descriptions.
2018-08-17[DOCS] Updates to assorted class descriptions.Chris Bradfield
2018-08-17Bind ItemList's item_custom_fg_color methodsRémi Verschelde
Fixes #21086.
2018-08-16add project method to Vector2/3Thomas Herzog
2018-08-15Doc: Clarify usage of dialog_hide_on_ok and caveat for FileDialogRémi Verschelde
Fixes #20817.
2018-08-14Merge pull request #20906 from Chaosus/rrect_fixRémi Verschelde
Fix ReferenceRect border
2018-08-14Merge pull request #20665 from SaracenOne/animation_tree_controlRémi Verschelde
Add method to manually advance AnimationTree and manual process mode.
2018-08-14Merge pull request #20773 from Noshyaar/treeRémi Verschelde
[DOCS] complete Tree drag and drop related methods
2018-08-14Merge pull request #20932 from clayjohn/doc_backbuffercopyRémi Verschelde
[Doc] Removed reference to texscreen in BackBufferCopy docs
2018-08-13removed reference to texscreenclayjohn
2018-08-13Merge pull request #20918 from Fluffel/document_tween_branchRémi Verschelde
[DOCS] get_indexed, tween
2018-08-13Merge pull request #20554 from YeldhamDev/cursor_doc_linuxRémi Verschelde
Small doc formating changes and Linux cursor theme note
2018-08-11[DOCS] get_indexed, tweenFluffel
2018-08-11Fix ReferenceRect borderChaosus