aboutsummaryrefslogtreecommitdiff
path: root/doc/classes
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | ImageTexture.load returns an error code.Pieter-Jan Briers2018-05-142-2/+4
| |/ / / /
* | | | | Merge pull request #18934 from YeldhamDev/project_metadata_exposeRémi Verschelde2018-05-162-2/+24
|\ \ \ \ \ | | | | | | | | | | | | Exposed set/get_project_metadata in EditorSettings
| * | | | | Exposed set/get_project_metadata in EditorSettings.Michael Alexsander Silva Dias2018-05-162-2/+24
| | | | | |
* | | | | | [docs] fix links in class docsKelly Thomas2018-05-179-14/+14
|/ / / / /
* | | | | Merge pull request #18855 from clayjohn/doc_procedural_skyMax Hilbrunner2018-05-161-0/+19
|\ \ \ \ \ | | | | | | | | | | | | Added Documentation for Procedural Sky
| * | | | | added documentation for procedural skyclayjohn2018-05-141-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 Briers2018-05-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This caused Mono glue gen to fail and other bugs to appear (such as in Visual Script)
* | | | | | [docs] fix links in class docsKelly Thomas2018-05-143-7/+7
|/ / / / /
* | | | | filled in docs for panorama skyclayjohn2018-05-131-0/+3
| | | | | | | | | | | | | | | | | | | | filled in docs for panorama sky
* | | | | [DOCS] Vector2/Vector3/TileMap wording fixesChris Bradfield2018-05-123-64/+69
| | | | |
* | | | | Merge pull request #18823 from Faless/multiplayer_rawMax Hilbrunner2018-05-123-10/+31
|\ \ \ \ \ | |/ / / / |/| | | | Allow sending raw bytes via the Multiplayer API
| * | | | Fix and improve docs, adds send_bytesFabio Alessandrelli2018-05-123-10/+31
| | |/ / | |/| |
* | | | Fix Error in the ScrollContainer TooltipsDaniel "Orangestar" O2018-05-121-1/+1
| | | |
* | | | Sync classref with current sourceRémi Verschelde2018-05-1238-55/+511
| | | |
* | | | Fix docs regarding Color.from_hsv hue range [0,360] -> [0,1]Noshyaar2018-05-111-2/+2
| | | | | | | | | | | | Per changes in #17407
* | | | Reset the cursor with Input.set_custom_mouse_cursor(null)Guilherme Felipe2018-05-101-1/+1
|/ / /
* | | Document websocket module, further document enetFabio Alessandrelli2018-05-084-208/+0
| | |
* | | Document MultiplayerAPI classFabio Alessandrelli2018-05-083-37/+29
| | |
* | | Merge pull request #17559 from simedis/joint_motorsRémi Verschelde2018-05-082-20/+64
|\ \ \ | | | | | | | | Implemented interface for bullet linear motors
| * | | Implemented interface for bullet joint motorsGeoffrey2018-03-162-20/+64
| | | |
* | | | Merge pull request #17451 from Goutte/feat-base-button-maskJuan Linietsky2018-05-071-3/+7
|\ \ \ \ | | | | | | | | | | Allow configuration of which mouse buttons the BaseButton responds to
| * | | | Add a binary mask to allow configuration of which mouse buttons the ↵Goutte2018-03-131-3/+7
| | | | | | | | | | | | | | | | | | | | BaseButton will respond to.
* | | | | Merge pull request #15911 from Zephilinox/ready_signalJuan Linietsky2018-05-071-0/+5
|\ \ \ \ \ | | | | | | | | | | | | Add ready signal to Node
| * | | | | Add ready signal to NodeZephilinox2018-01-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Closes #15889
* | | | | | Merge pull request #15943 from poke1024/geometry-line-lineJuan Linietsky2018-05-071-0/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add Geometry::line_intersects_line_2d()
| * | | | | | Add Geometry::line_intersects_line_2d()Bernhard Liebl2018-01-211-0/+15
| |/ / / / /
* | | | | | Merge pull request #18122 from olivergs/wip/rtl-content-heightMax Hilbrunner2018-05-071-0/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | RichTextLabel, doc: Added new method to get total content height
| * | | | | | RichTextLabel, doc: Added new method to get total content heightOliver Gutierrez2018-04-111-0/+7
| | | | | | |
* | | | | | | Merge pull request #18677 from BastiaanOlij/add_no_blendJuan Linietsky2018-05-071-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add no-blend canvas item render_mode
| * | | | | | | Add no-blend canvas item render_modeBastiaan Olij2018-05-071-0/+3
| | | | | | | |
* | | | | | | | Merge pull request #18524 from BastiaanOlij/keep_3d_linearJuan Linietsky2018-05-071-0/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Added option to viewport to keep linear color
| * | | | | | | Added option to viewport to keep linear colorBastiaan Olij2018-05-061-0/+3
| | | | | | | |
* | | | | | | | Merge pull request #18454 from KidRigger/working_timerMax Hilbrunner2018-05-071-1/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Allows setting the Timer wait_time in start method.
| * | | | | | | | Allows setting the Timer wait_time in start method.Anish2018-04-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows shortening the two line method of Timer.set_wait_time followed by Timer.start set wait_time as a parameter to Timer.start. Also modifies the class documentation. Fixes: #18107
* | | | | | | | | Rewrite Tween class reference.Chris Bradfield2018-05-061-54/+57
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #18146 from mjtorn/gh-mjtorn-rtl-shadowMax Hilbrunner2018-05-051-0/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Implement font shadows for RichTextLabel
| * | | | | | | | Implement font shadows for RichTextLabelMarkus Törnqvist2018-04-121-0/+8
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #18612 from Nobelix/pitch-scale-descMax Hilbrunner2018-05-053-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added a description to the picth_scale property.
| * | | | | | | | Added a description to the picth_scale property in the AudioStreamPlayer ↵Nobelix2018-05-043-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | classes.
* | | | | | | | | correct documentation for version number data typeKelly Thomas2018-05-041-3/+3
|/ / / / / / / /
* | | | | | | | Merge pull request #18491 from Calinou/custom-lineedit-secret-characterMax Hilbrunner2018-04-301-1/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make the LineEdit "secret" character customizable
| * | | | | | | | Make the LineEdit "secret" character customizableHugo Locurcio2018-04-301-1/+4
| | |/ / / / / / | |/| | | | | |
* / | | | | | | [DOCS] Clarify look_at and looking_atMel Collins2018-04-292-3/+7
|/ / / / / / /
* | | | | | / Fixed (minor) typo in CapsuleShape2D doc pageHoratioZEDU2018-04-251-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #18176 from nikibobi/string-trimGeorge Marques2018-04-221-0/+36
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add string trim_prefix, trim_suffix, lstrip and rstrip methods
| * | | | | | add string trim_prefix trim_suffix lstrip and rstrip methodsbosak2018-04-171-0/+36
| |/ / / / /
* | | | | | Add detail to doc for add_surface_from_arrays (#17911)GaryO2018-04-221-3/+7
| | | | | | | | | | | | | | | | | | Includes review comments from #17911 from @cbscribe and @Noshyaar
* | | | | | Merge pull request #18336 from PJB3005/18-04-21-command'sMax Hilbrunner2018-04-221-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixes a typo in the VisualServer.canvas_item_add_set_transform docs.
| * | | | | | Fixes a typo in the VisualServer.canvas_item_add_set_transform docs.Pieter-Jan Briers2018-04-211-1/+1
| | | | | | |
* | | | | | | [DOCS] Add note that Pool*Arrays are passed by value (#18340)krogank92018-04-227-7/+7
| | | | | | |