summaryrefslogtreecommitdiff
path: root/doc/classes
AgeCommit message (Collapse)Author
2018-05-29Revert "RPCMode refactor, more sync modes"Max Hilbrunner
2018-05-29Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner
RPCMode refactor, more sync modes
2018-05-28Fix MethodInfo for EditorInspectorPlugin.can_handleRémi Verschelde
2018-05-28Sync classref with current sourceRémi Verschelde
Also fix binding of Basis.slerp
2018-05-28Merge pull request #18899 from ibrahn/gdscript-license-infoRémi Verschelde
GDScript access to copyright, license, author and donor information.
2018-05-27Fixed GroupCallFlags links in the SceneTree's doc.Michael Alexsander Silva Dias
2018-05-26Merge pull request #18379 from ZDDM/18-04-23-audiostream-docsMax Hilbrunner
Fully expose the data variable in AudioStreamSample and AudioStreamOGGVorbis
2018-05-26Merge pull request #18747 from anakimluke/patch-1Max Hilbrunner
fixed minor doc wording problem
2018-05-26New sync RPC modes to match all combinationsFabio Alessandrelli
2018-05-26Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-26Added some quick info on shaders to the docsBastiaan Olij
2018-05-25[DOCS] Array sortMax Hilbrunner
2018-05-25Merge pull request #18752 from danilo2205/enhanced_path_followRémi Verschelde
Up Vector for Curve3D and OrientedPathFollow Implementation
2018-05-23Merge pull request #14715 from Krakean/string_add_rsplit2Max Hilbrunner
Added rsplit() method to String class
2018-05-20Up vector implementation and OrientedPathFollow.danilo2205
2018-05-20[DOCS] Update VideoPlayer classrefChris Bradfield
2018-05-19GDScript 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-16Merge pull request #18804 from tagcup/vec_slerpRémi Verschelde
Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation.
2018-05-16Merge pull request #18814 from PJB3005/18-05-12-imagetexture-load-errorRémi Verschelde
ImageTexture.load returns an error code.
2018-05-16Merge pull request #18934 from YeldhamDev/project_metadata_exposeRémi Verschelde
Exposed set/get_project_metadata in EditorSettings
2018-05-17[docs] fix links in class docsKelly Thomas
2018-05-16Exposed set/get_project_metadata in EditorSettings.Michael Alexsander Silva Dias
2018-05-16Merge pull request #18855 from clayjohn/doc_procedural_skyMax Hilbrunner
Added Documentation for Procedural Sky
2018-05-15Fix 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-14added documentation for procedural skyclayjohn
Added documentation for procedural sky added documentation for procedural sky added documentation for procedural sky
2018-05-14ImageTexture.load returns an error code.Pieter-Jan Briers
2018-05-14[docs] fix links in class docsKelly Thomas
2018-05-13filled in docs for panorama skyclayjohn
filled in docs for panorama sky
2018-05-12[DOCS] Vector2/Vector3/TileMap wording fixesChris Bradfield
2018-05-12Merge pull request #18823 from Faless/multiplayer_rawMax Hilbrunner
Allow sending raw bytes via the Multiplayer API
2018-05-12Fix and improve docs, adds send_bytesFabio Alessandrelli
2018-05-12Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation.tagcup
Also even out Basis and Quat APIs a little.
2018-05-12Fix Error in the ScrollContainer TooltipsDaniel "Orangestar" O
2018-05-12Sync classref with current sourceRémi Verschelde
2018-05-11Fix docs regarding Color.from_hsv hue range [0,360] -> [0,1]Noshyaar
Per changes in #17407
2018-05-10Reset the cursor with Input.set_custom_mouse_cursor(null)Guilherme Felipe
2018-05-09fixed minor doc wording problemanakimluke
2018-05-08Document websocket module, further document enetFabio Alessandrelli
2018-05-08Document MultiplayerAPI classFabio Alessandrelli
2018-05-08Merge pull request #17559 from simedis/joint_motorsRémi Verschelde
Implemented interface for bullet linear motors
2018-05-07Merge pull request #17451 from Goutte/feat-base-button-maskJuan Linietsky
Allow configuration of which mouse buttons the BaseButton responds to
2018-05-07Merge pull request #15911 from Zephilinox/ready_signalJuan Linietsky
Add ready signal to Node
2018-05-07Merge pull request #15943 from poke1024/geometry-line-lineJuan Linietsky
Add Geometry::line_intersects_line_2d()
2018-05-07Merge pull request #18122 from olivergs/wip/rtl-content-heightMax Hilbrunner
RichTextLabel, doc: Added new method to get total content height
2018-05-07Merge pull request #18677 from BastiaanOlij/add_no_blendJuan Linietsky
Add no-blend canvas item render_mode
2018-05-07Add no-blend canvas item render_modeBastiaan Olij
2018-05-07Merge pull request #18524 from BastiaanOlij/keep_3d_linearJuan Linietsky
Added option to viewport to keep linear color
2018-05-07Merge pull request #18454 from KidRigger/working_timerMax Hilbrunner
Allows setting the Timer wait_time in start method.
2018-05-06Rewrite Tween class reference.Chris Bradfield
2018-05-06Added option to viewport to keep linear colorBastiaan Olij