Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-15 | Fix Vector2 doc of floor, add ceil doc | letheed | |
2018-06-15 | doc: Remove extraneous empty lines in descriptions | Rémi Verschelde | |
2018-06-14 | Added some details in skeleton docs. | tagcup | |
Workaround for #19551. | |||
2018-06-13 | Fix invalid DEFVAL in SpatialEditorGizmo::add_unscaled_billboard | Rémi Verschelde | |
Likely added by mistake in #19487. Should fix #19543. | |||
2018-06-13 | Style fixes for commit d5bb6faa | Rémi Verschelde | |
2018-06-13 | Merge pull request #19526 from robojumper/fix_tutorials | Rémi Verschelde | |
Add support for tutorial links to makerst.py | |||
2018-06-12 | Add support for tutorial links to makerst.py | robojumper | |
Also change the <tutorials> structure to make use of individual <link> tags | |||
2018-06-11 | -Make sure that ProjectSettings are properly dumped when dumping docs. | Juan Linietsky | |
-Documented all properties of project settings Update documentation for ProjectSettings | |||
2018-06-10 | updated Viewport docs to correct wrong information and fill out empty sections | clayjohn | |
2018-06-08 | Added some documentation to particles | Bastiaan Olij | |
2018-06-05 | Doc: Fix typo in File documentation | Rémi Verschelde | |
Fixes #19383. | |||
2018-06-03 | Add option to disable automatic multiplayer poll | Fabio Alessandrelli | |
Automatic poll from SceneTree is enabled by default. This allows for polling (and thus RPCs/RSETs) manually in other loops (e.g. physics, thread, specific step) and for proper mutex protecion when accessing the multiplayer API from threads (e.g. for sending larger files in chunks). | |||
2018-05-31 | makerst.py: Properly escape \ for rst | Rémi Verschelde | |
Fixes godotengine/godot-docs#1486. | |||
2018-05-30 | Merge pull request #19266 from akien-mga/os-execute-doc | Max Hilbrunner | |
Improve return value and docs on OS.execute regarding blocking/non-blocking variants | |||
2018-05-30 | Improve return value of OS.execute in blocking/non-blocking variants | Rémi Verschelde | |
Initialized the PID to -2, which will be the value returns in blocking- mode where the PID is not available. (-1 was already taken to signify an execution failure). OS::execute will now properly return a non-OK error code when it fails to execute the target file. The documentation was rewritten to be very clear about the differences between blocking and non-blocking mode. Fixes #19056. | |||
2018-05-29 | New sync RPC modes to match all combinations | Fabio Alessandrelli | |
2018-05-29 | Refactor RPCMode enum and checks | Fabio Alessandrelli | |
2018-05-29 | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner | |
2018-05-29 | Merge pull request #19021 from Faless/rpc_sync_fix | Max Hilbrunner | |
RPCMode refactor, more sync modes | |||
2018-05-28 | Fix MethodInfo for EditorInspectorPlugin.can_handle | Rémi Verschelde | |
2018-05-28 | Sync classref with current source | Rémi Verschelde | |
Also fix binding of Basis.slerp | |||
2018-05-28 | Merge pull request #18899 from ibrahn/gdscript-license-info | Rémi Verschelde | |
GDScript access to copyright, license, author and donor information. | |||
2018-05-27 | Fixed GroupCallFlags links in the SceneTree's doc. | Michael Alexsander Silva Dias | |
2018-05-26 | Merge pull request #18379 from ZDDM/18-04-23-audiostream-docs | Max Hilbrunner | |
Fully expose the data variable in AudioStreamSample and AudioStreamOGGVorbis | |||
2018-05-26 | Merge pull request #18747 from anakimluke/patch-1 | Max Hilbrunner | |
fixed minor doc wording problem | |||
2018-05-26 | New sync RPC modes to match all combinations | Fabio Alessandrelli | |
2018-05-26 | Refactor RPCMode enum and checks | Fabio Alessandrelli | |
2018-05-26 | Added some quick info on shaders to the docs | Bastiaan Olij | |
2018-05-25 | [DOCS] Array sort | Max Hilbrunner | |
2018-05-25 | Merge pull request #18752 from danilo2205/enhanced_path_follow | Rémi Verschelde | |
Up Vector for Curve3D and OrientedPathFollow Implementation | |||
2018-05-23 | Merge pull request #14715 from Krakean/string_add_rsplit2 | Max Hilbrunner | |
Added rsplit() method to String class | |||
2018-05-20 | Up vector implementation and OrientedPathFollow. | danilo2205 | |
2018-05-20 | [DOCS] Update VideoPlayer classref | Chris Bradfield | |
2018-05-19 | GDScript access to copyright, license, author and donor information. | Ibrahn Sahir | |
Adds following functions to the Engine singleton: get_author_info - names of Godot authors get_copyright_info - detailed source copyright get_license_info get_donor_info - donor names get_license_info - full text of licenses used, indexed by license names get_license_text - the text of the Godot Expat license | |||
2018-05-16 | Merge pull request #18804 from tagcup/vec_slerp | Rémi Verschelde | |
Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation. | |||
2018-05-16 | Merge pull request #18814 from PJB3005/18-05-12-imagetexture-load-error | Rémi Verschelde | |
ImageTexture.load returns an error code. | |||
2018-05-16 | Merge pull request #18934 from YeldhamDev/project_metadata_expose | Rémi Verschelde | |
Exposed set/get_project_metadata in EditorSettings | |||
2018-05-17 | [docs] fix links in class docs | Kelly Thomas | |
2018-05-16 | Exposed set/get_project_metadata in EditorSettings. | Michael Alexsander Silva Dias | |
2018-05-16 | Merge pull request #18855 from clayjohn/doc_procedural_sky | Max Hilbrunner | |
Added Documentation for Procedural Sky | |||
2018-05-15 | Fix missing registration for new param of TextEdit::cursor_set_line. | Pieter-Jan Briers | |
This caused Mono glue gen to fail and other bugs to appear (such as in Visual Script) | |||
2018-05-14 | added documentation for procedural sky | clayjohn | |
Added documentation for procedural sky added documentation for procedural sky added documentation for procedural sky | |||
2018-05-14 | ImageTexture.load returns an error code. | Pieter-Jan Briers | |
2018-05-14 | [docs] fix links in class docs | Kelly Thomas | |
2018-05-13 | Merge pull request #18821 from PJB3005/18-05-12-doc-enums | Max Hilbrunner | |
Makes doc methods display enums. | |||
2018-05-13 | filled in docs for panorama sky | clayjohn | |
filled in docs for panorama sky | |||
2018-05-12 | [DOCS] Vector2/Vector3/TileMap wording fixes | Chris Bradfield | |
2018-05-12 | Merge pull request #18823 from Faless/multiplayer_raw | Max Hilbrunner | |
Allow sending raw bytes via the Multiplayer API | |||
2018-05-12 | Fix and improve docs, adds send_bytes | Fabio Alessandrelli | |
2018-05-12 | Makes doc methods display enums. | Pieter-Jan Briers | |