Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-01 | Merge pull request #23411 from RandomShaper/fix-same-layer-not-deterministic | Rémi Verschelde | |
Fix canvas stacking not deterministic on same layer | |||
2018-11-01 | Merge pull request #23294 from gcardozo123/issue-23235-get-collision-exceptions | Rémi Verschelde | |
Add method get_collision_exceptions to PhysicsBody2D | |||
2018-11-01 | Merge pull request #22963 from AlexHolly/doc-richtextlabel | Rémi Verschelde | |
Doc RichTextLabel push strikethrough and align | |||
2018-11-01 | Add method get_collision_exceptions | Guilherme Recchi Cardozo | |
Adding this method to PhysicsBody, PhysicsBody2D and SoftBody. It returns a list of nodes included in collision exceptions. Fixes #23235, cheers! | |||
2018-10-31 | doc: Fix invalid [enum] uses | Rémi Verschelde | |
2018-10-30 | Fix canvas stacking not deterministic on same layer | Pedro J. Estébanez | |
Fixes #22687. | |||
2018-10-27 | Dont use equality operators with None singleton in python files | lupoDharkael | |
2018-10-25 | Doc RichTextLabel push strikethrough and align | Alexander Holland | |
2018-10-25 | doc: Sync with current source | Rémi Verschelde | |
2018-10-25 | Merge pull request #23199 from Ashafix/packedScene | Max Hilbrunner | |
[DOCS] more detailed example for usage of PackedScene | |||
2018-10-25 | Merge pull request #23221 from pgruenbacher/lookahead_docs | Rémi Verschelde | |
added docs for lookeahead pathfollow2d.xml | |||
2018-10-25 | Repaired mistyped of 'its' on several files. | M. Huri | |
2018-10-24 | added docs for lookeahead | paul gruenbacher | |
Fix indenting lookahead clarification fix ahead | |||
2018-10-24 | more detailed example for usage of PackedScene | Ashafix | |
2018-10-24 | Merge pull request #23201 from Ashafix/VectorSlicing | Rémi Verschelde | |
[DOCS] Added section that coordinates can be accessed via indexes | |||
2018-10-24 | Added section that coordinates can be accessed via indexes | Ashafix | |
2018-10-24 | [Docs] Repaired some words on ProjectSettings | M. Huri | |
2018-10-23 | Merge pull request #23200 from santouits/navpoldocs | Max Hilbrunner | |
NavigationPolygon descriptions of the class and methods | |||
2018-10-21 | Merge pull request #23206 from mhilbrunner/docs-streampeertcp | Max Hilbrunner | |
[DOCS] StreamPeerTCP | |||
2018-10-21 | [DOCS] StreamPeerTCP | Max Hilbrunner | |
2018-10-21 | [DOCS] YSort | Max Hilbrunner | |
2018-10-21 | NavigationPolygon descriptions of the class and methods | santouits | |
2018-10-18 | fix doc markdown | Alex | |
2018-10-16 | Merge pull request #23009 from AlexHolly/doc-tabcontainer-rearrange | Rémi Verschelde | |
Doc Tabcontainer rearrange tabs | |||
2018-10-15 | Doc Tabcontainer rearrange tabs | Alexander Holland | |
2018-10-15 | Doc Tabs | Alexander Holland | |
2018-10-14 | Merge pull request #22942 from AlexHolly/doc-string-filedialog | Max Hilbrunner | |
Filled missing Doc for String and FileDialog | |||
2018-10-14 | Merge pull request #22986 from AlexHolly/doc-lineedit-clear-button | Max Hilbrunner | |
Doc LineEdit MenuRedo and clear_button_enabled | |||
2018-10-14 | Merge pull request #22978 from CakHuri/fix-get_button_count-link | Max Hilbrunner | |
[Docs] Fixed 'get_button_count's link and a typo related to 'button'. | |||
2018-10-14 | Merge pull request #22924 from clayjohn/doc_MeshDataTool | Max Hilbrunner | |
[DOCS] Added descriptions to MeshDataTool classref | |||
2018-10-13 | Doc LineEdit MenuRedo and clear_button_enabled | Alexander Holland | |
2018-10-13 | [Docs] Fixed 'get_button_count's link and a typo related to 'button'. | M. Huri | |
2018-10-13 | Fixed a typo, sahpe to shape. | M. Huri | |
2018-10-12 | Filled missing Doc for String and FileDialog | Alexander Holland | |
2018-10-11 | added descriptions to MeshDataTool doc | clayjohn | |
2018-10-08 | update and expand surfacetool doc | clayjohn | |
2018-10-07 | Merge pull request #22808 from KellyThomas/vector-one | Rémi Verschelde | |
Add ONE constants to Vector2 and Vector3 | |||
2018-10-07 | Update class documentation xml | Kelly Thomas | |
2018-10-07 | add ONE constants to Vector2 and Vector3 | Kelly Thomas | |
2018-10-07 | Merge pull request #22678 from Dragoncraft89/set_pause | Rémi Verschelde | |
Add Behaviour of SceneTree pausing to the doc | |||
2018-10-07 | Merge pull request #22818 from cbscribe/kcc_doc_spatialmat | Max Hilbrunner | |
[DOCS] SpatialMaterial descriptions | |||
2018-10-06 | [DOCS] SpatialMaterial descriptions | Chris Bradfield | |
2018-10-06 | Merge pull request #22773 from KellyThomas/docs-links | Rémi Verschelde | |
[Docs] Fix some broken links | |||
2018-10-06 | [Docs] Fix some broken links | Kelly Thomas | |
2018-10-05 | [Docs] Add doc for Input::get_action_strength | Guilherme Felipe | |
2018-10-04 | [DOC] Complete the TextureProgress reference | Nathan Lovato | |
Added 6 missing entries, clarified one definition | |||
2018-10-03 | Merge pull request #22659 from YeldhamDev/animation_doc_example | Rémi Verschelde | |
Add example to Animation doc | |||
2018-10-03 | Merge pull request #22671 from Dragoncraft89/master | Rémi Verschelde | |
ItemList signals additional documentation | |||
2018-10-03 | Merge pull request #22674 from Dragoncraft89/find_node | Rémi Verschelde | |
Document find_node()'s owner argument behaviour | |||
2018-10-03 | Add example to Animation doc | Michael Alexsander Silva Dias | |