| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -Make sure that ProjectSettings are properly dumped when dumping docs. | Juan Linietsky | 2018-06-11 | 10 | -5/+804 |
| | | | | | | | -Documented all properties of project settings Update documentation for ProjectSettings | ||||
| * | updated Viewport docs to correct wrong information and fill out empty sections | clayjohn | 2018-06-10 | 1 | -2/+6 |
| | | |||||
| * | Added some documentation to particles | Bastiaan Olij | 2018-06-08 | 1 | -0/+9 |
| | | |||||
| * | Doc: Fix typo in File documentation | Rémi Verschelde | 2018-06-05 | 1 | -2/+2 |
| | | | | | Fixes #19383. | ||||
| * | Add option to disable automatic multiplayer poll | Fabio Alessandrelli | 2018-06-03 | 2 | -5/+8 |
| | | | | | | | | | 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). | ||||
| * | makerst.py: Properly escape \ for rst | Rémi Verschelde | 2018-05-31 | 1 | -1/+11 |
| | | | | | Fixes godotengine/godot-docs#1486. | ||||
| * | Merge pull request #19266 from akien-mga/os-execute-doc | Max Hilbrunner | 2018-05-30 | 1 | -8/+16 |
| |\ | | | | | Improve return value and docs on OS.execute regarding blocking/non-blocking variants | ||||
| | * | Improve return value of OS.execute in blocking/non-blocking variants | Rémi Verschelde | 2018-05-30 | 1 | -8/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | New sync RPC modes to match all combinations | Fabio Alessandrelli | 2018-05-29 | 1 | -4/+13 |
| | | | |||||
| * | | Refactor RPCMode enum and checks | Fabio Alessandrelli | 2018-05-29 | 2 | -19/+19 |
| |/ | |||||
| * | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner | 2018-05-29 | 2 | -28/+19 |
| | | |||||
| * | Merge pull request #19021 from Faless/rpc_sync_fix | Max Hilbrunner | 2018-05-29 | 2 | -19/+28 |
| |\ | | | | | RPCMode refactor, more sync modes | ||||
| | * | New sync RPC modes to match all combinations | Fabio Alessandrelli | 2018-05-26 | 1 | -4/+13 |
| | | | |||||
| | * | Refactor RPCMode enum and checks | Fabio Alessandrelli | 2018-05-26 | 2 | -19/+19 |
| | | | |||||
| * | | Fix MethodInfo for EditorInspectorPlugin.can_handle | Rémi Verschelde | 2018-05-28 | 1 | -1/+1 |
| | | | |||||
| * | | Sync classref with current source | Rémi Verschelde | 2018-05-28 | 23 | -59/+402 |
| | | | | | | | | | Also fix binding of Basis.slerp | ||||
| * | | Merge pull request #18899 from ibrahn/gdscript-license-info | Rémi Verschelde | 2018-05-28 | 1 | -0/+44 |
| |\ \ | | | | | | | GDScript access to copyright, license, author and donor information. | ||||
| | * | | GDScript access to copyright, license, author and donor information. | Ibrahn Sahir | 2018-05-19 | 1 | -0/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | Fixed GroupCallFlags links in the SceneTree's doc. | Michael Alexsander Silva Dias | 2018-05-27 | 1 | -3/+3 |
| | | | | |||||
| * | | | Merge pull request #18379 from ZDDM/18-04-23-audiostream-docs | Max Hilbrunner | 2018-05-26 | 1 | -0/+3 |
| |\ \ \ | | | | | | | | | Fully expose the data variable in AudioStreamSample and AudioStreamOGGVorbis | ||||
| | * | | | Fully exposes data variable on AudioStreamSample/AudioStreamOGGVorbis... | Zumo | 2018-05-01 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | ...and also changes "_set_data" and "_get_data" to "set_data" and "get_data" respectively. | ||||
| * | | | | Merge pull request #18747 from anakimluke/patch-1 | Max Hilbrunner | 2018-05-26 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | fixed minor doc wording problem | ||||
| | * | | | | fixed minor doc wording problem | anakimluke | 2018-05-09 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Added some quick info on shaders to the docs | Bastiaan Olij | 2018-05-26 | 2 | -2/+8 |
| | |_|_|/ |/| | | | |||||
| * | | | | [DOCS] Array sort | Max Hilbrunner | 2018-05-25 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Merge pull request #18752 from danilo2205/enhanced_path_follow | Rémi Verschelde | 2018-05-25 | 3 | -1/+73 |
| |\ \ \ \ | | | | | | | | | | | Up Vector for Curve3D and OrientedPathFollow Implementation | ||||
| | * | | | | Up vector implementation and OrientedPathFollow. | danilo2205 | 2018-05-20 | 3 | -1/+73 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #14715 from Krakean/string_add_rsplit2 | Max Hilbrunner | 2018-05-23 | 1 | -0/+14 |
| |\ \ \ \ | | | | | | | | | | | Added rsplit() method to String class | ||||
| | * | | | | Added rsplit() for String class | Dmitry Koteroff | 2017-12-15 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | Docs updated | ||||
| * | | | | | [DOCS] Update VideoPlayer classref | Chris Bradfield | 2018-05-20 | 2 | -13/+20 |
| | |/ / / |/| | | | |||||
| * | | | | Merge pull request #18804 from tagcup/vec_slerp | Rémi Verschelde | 2018-05-16 | 4 | -7/+76 |
| |\ \ \ \ | | | | | | | | | | | Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation. | ||||
| | * | | | | Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation. | tagcup | 2018-05-12 | 4 | -7/+76 |
| | | | | | | | | | | | | | | | | | | | | | Also even out Basis and Quat APIs a little. | ||||
| * | | | | | Merge pull request #18814 from PJB3005/18-05-12-imagetexture-load-error | Rémi Verschelde | 2018-05-16 | 2 | -2/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | ImageTexture.load returns an error code. | ||||
| | * | | | | | ImageTexture.load returns an error code. | Pieter-Jan Briers | 2018-05-14 | 2 | -2/+4 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #18934 from YeldhamDev/project_metadata_expose | Rémi Verschelde | 2018-05-16 | 2 | -2/+24 |
| |\ \ \ \ \ | | | | | | | | | | | | | Exposed set/get_project_metadata in EditorSettings | ||||
| | * | | | | | Exposed set/get_project_metadata in EditorSettings. | Michael Alexsander Silva Dias | 2018-05-16 | 2 | -2/+24 |
| | | | | | | | |||||
| * | | | | | | [docs] fix links in class docs | Kelly Thomas | 2018-05-17 | 9 | -14/+14 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #18855 from clayjohn/doc_procedural_sky | Max Hilbrunner | 2018-05-16 | 1 | -0/+19 |
| |\ \ \ \ \ | | | | | | | | | | | | | Added Documentation for Procedural Sky | ||||
| | * | | | | | added documentation for procedural sky | clayjohn | 2018-05-14 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added documentation for procedural sky added documentation for procedural sky added documentation for procedural sky | ||||
| * | | | | | | Fix missing registration for new param of TextEdit::cursor_set_line. | Pieter-Jan Briers | 2018-05-15 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This caused Mono glue gen to fail and other bugs to appear (such as in Visual Script) | ||||
| * | | | | | | [docs] fix links in class docs | Kelly Thomas | 2018-05-14 | 3 | -7/+7 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #18821 from PJB3005/18-05-12-doc-enums | Max Hilbrunner | 2018-05-13 | 1 | -9/+28 |
| |\ \ \ \ \ | | | | | | | | | | | | | Makes doc methods display enums. | ||||
| | * | | | | | Makes doc methods display enums. | Pieter-Jan Briers | 2018-05-12 | 1 | -9/+28 |
| | |/ / / / | |||||
| * | | | | | filled in docs for panorama sky | clayjohn | 2018-05-13 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | filled in docs for panorama sky | ||||
| * | | | | | [DOCS] Vector2/Vector3/TileMap wording fixes | Chris Bradfield | 2018-05-12 | 3 | -64/+69 |
| | | | | | | |||||
| * | | | | | Merge pull request #18823 from Faless/multiplayer_raw | Max Hilbrunner | 2018-05-12 | 3 | -10/+31 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Allow sending raw bytes via the Multiplayer API | ||||
| | * | | | | Fix and improve docs, adds send_bytes | Fabio Alessandrelli | 2018-05-12 | 3 | -10/+31 |
| | | |/ / | |/| | | |||||
| * | | | | Fix Error in the ScrollContainer Tooltips | Daniel "Orangestar" O | 2018-05-12 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Sync classref with current source | Rémi Verschelde | 2018-05-12 | 38 | -55/+511 |
| | | | | | |||||
| * | | | | Fix docs regarding Color.from_hsv hue range [0,360] -> [0,1] | Noshyaar | 2018-05-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | Per changes in #17407 | ||||
