Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-16 | Merge pull request #23685 from Kanabenki/add-store-csv-line | Rémi Verschelde | |
Add store_csv_line method for File | |||
2018-11-16 | Corrected some points discussed in #17491 | Juan Linietsky | |
2018-11-16 | Add store_csv_line method for File | Kanabenki | |
2018-11-15 | Fix return value of get_total_character_count | Thomas ten Cate | |
Also document that it only counts visible characters. Fixes #23720 | |||
2018-11-13 | doc: Sync classref with current source | Rémi Verschelde | |
2018-11-13 | Implement random number generator | Chaosus | |
Co-authored-by: Zirak <zirakertan@gmail.com> | |||
2018-11-12 | Merge pull request #23090 from DavidSichma/inconsistent-kinematic | Rémi Verschelde | |
Consistency in KinematicBody | |||
2018-11-10 | Merge pull request #23633 from Naryosha/docs-sync | Rémi Verschelde | |
doc: Sync classref with current source | |||
2018-11-10 | doc: Sync classref with current source | Poommetee Ketson | |
2018-11-10 | Allow to specify a custom strength when calling Input.action_press(), this ↵ | Davide Baldo | |
allows virtual axis, mainly for mobile. | |||
2018-11-07 | Expose OS::move_window_to_foreground | Marcelo Fernandez | |
2018-11-05 | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde | |
Fixes #23509. | |||
2018-11-05 | Merge pull request #23422 from santouits/docs-expression | Rémi Verschelde | |
Docs: Expression class docs | |||
2018-11-04 | Merge pull request #23512 from MrVallentin/typos | Gilles Roudière | |
Fixed typos | |||
2018-11-04 | Fixed typos | MrVallentin | |
2018-11-03 | Docs: Expression class docs | santouits | |
2018-11-03 | Allow plugin scene change signal to report null for empty scenes. | Jared | |
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-17 | Fix inconsistency in KinematicBody | David Sichma | |
- moved new infinite_inertia argument of move_and_slide and move_and_slide_with_snap in KinematicBody and KinematicBody2D to the end if not already there. This makes the order of arguments consistent and should keep projects from 3.0 compatible as this argument did not exist in 3.0. Docs updated accordingly. - renamed max_bounces to max_slides for consistency. Docs updated accordingly. - the argument infinite_inertia in test_move is now optional, as it is in every other movement related method. This closes #22829. | |||
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 | |