Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-05-12 | Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation. | tagcup | |
Also even out Basis and Quat APIs a little. | |||
2018-05-12 | Fix Error in the ScrollContainer Tooltips | Daniel "Orangestar" O | |
2018-05-12 | Sync classref with current source | Rémi Verschelde | |
2018-05-11 | Fix docs regarding Color.from_hsv hue range [0,360] -> [0,1] | Noshyaar | |
Per changes in #17407 | |||
2018-05-10 | Reset the cursor with Input.set_custom_mouse_cursor(null) | Guilherme Felipe | |
2018-05-08 | Document websocket module, further document enet | Fabio Alessandrelli | |
2018-05-08 | Document MultiplayerAPI class | Fabio Alessandrelli | |
2018-05-08 | Merge pull request #17559 from simedis/joint_motors | Rémi Verschelde | |
Implemented interface for bullet linear motors | |||
2018-05-07 | Merge pull request #17451 from Goutte/feat-base-button-mask | Juan Linietsky | |
Allow configuration of which mouse buttons the BaseButton responds to | |||
2018-05-07 | Merge pull request #15911 from Zephilinox/ready_signal | Juan Linietsky | |
Add ready signal to Node | |||
2018-05-07 | Merge pull request #15943 from poke1024/geometry-line-line | Juan Linietsky | |
Add Geometry::line_intersects_line_2d() | |||
2018-05-07 | Merge pull request #18122 from olivergs/wip/rtl-content-height | Max Hilbrunner | |
RichTextLabel, doc: Added new method to get total content height | |||
2018-05-07 | Merge pull request #18677 from BastiaanOlij/add_no_blend | Juan Linietsky | |
Add no-blend canvas item render_mode | |||
2018-05-07 | Add no-blend canvas item render_mode | Bastiaan Olij | |
2018-05-07 | Merge pull request #18524 from BastiaanOlij/keep_3d_linear | Juan Linietsky | |
Added option to viewport to keep linear color | |||
2018-05-07 | Merge pull request #18454 from KidRigger/working_timer | Max Hilbrunner | |
Allows setting the Timer wait_time in start method. | |||
2018-05-06 | Rewrite Tween class reference. | Chris Bradfield | |
2018-05-06 | Added option to viewport to keep linear color | Bastiaan Olij | |
2018-05-05 | Merge pull request #18146 from mjtorn/gh-mjtorn-rtl-shadow | Max Hilbrunner | |
Implement font shadows for RichTextLabel | |||
2018-05-05 | Merge pull request #18612 from Nobelix/pitch-scale-desc | Max Hilbrunner | |
Added a description to the picth_scale property. | |||
2018-05-04 | correct documentation for version number data type | Kelly Thomas | |
2018-05-04 | Added a description to the picth_scale property in the AudioStreamPlayer ↵ | Nobelix | |
classes. | |||
2018-04-30 | Merge pull request #18491 from Calinou/custom-lineedit-secret-character | Max Hilbrunner | |
Make the LineEdit "secret" character customizable | |||
2018-04-30 | Make the LineEdit "secret" character customizable | Hugo Locurcio | |
2018-04-29 | [DOCS] Clarify look_at and looking_at | Mel Collins | |
2018-04-27 | Allows setting the Timer wait_time in start method. | Anish | |
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 | |||
2018-04-25 | Fixed (minor) typo in CapsuleShape2D doc page | HoratioZEDU | |
2018-04-22 | Merge pull request #18176 from nikibobi/string-trim | George Marques | |
Add string trim_prefix, trim_suffix, lstrip and rstrip methods | |||
2018-04-22 | Add detail to doc for add_surface_from_arrays (#17911) | GaryO | |
Includes review comments from #17911 from @cbscribe and @Noshyaar | |||
2018-04-22 | Merge pull request #18336 from PJB3005/18-04-21-command's | Max Hilbrunner | |
Fixes a typo in the VisualServer.canvas_item_add_set_transform docs. | |||
2018-04-22 | [DOCS] Add note that Pool*Arrays are passed by value (#18340) | krogank9 | |
2018-04-22 | [DOCS] Popup.popup_exclusive description | homer666 | |
2018-04-21 | Fixes a typo in the VisualServer.canvas_item_add_set_transform docs. | Pieter-Jan Briers | |
2018-04-20 | Merge pull request #18316 from Noshyaar/http | Max Hilbrunner | |
[DOCS] add HTTPRequest.request return values |