Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-17 | Merge pull request #19087 from danvalho/master | Max Hilbrunner | |
SpriteFrames: expose method to get array containing animation names | |||
2018-07-17 | Merge pull request #20191 from jvdnbus/line2d-stretch | Max Hilbrunner | |
Line2D texture stretch mode | |||
2018-07-17 | Doc: Add example for array indexing | Rémi Verschelde | |
Supersedes and closes #20180. | |||
2018-07-16 | Line2D texture stretch mode | Jorn Van denbussche | |
Prototype for stretching the texture across the whole line. Fixed end cap tile mode. | |||
2018-07-12 | Merge pull request #20068 from Xrayez/submenu-popup-delay | Max Hilbrunner | |
Add ability to set submenu's popup delay time on mouse hovering | |||
2018-07-12 | Merge pull request #19540 from muiroc/cylinder | Max Hilbrunner | |
Cylinder resource and collision shape (bullet only) | |||
2018-07-10 | Merge pull request #20014 from Chaosus/scrollable | Max Hilbrunner | |
Added scrollable property for sliders | |||
2018-07-09 | Add ability to set submenu's popup delay time on mouse hovering | Andrii Doroshenko (Xrayez) | |
This allows to set delay time for the submenu to popup. Setting this value low can increase responsiveness. If the popup menu is added as a child of another (acting as a submenu), it will inherit the delay time of the parent menu item. | |||
2018-07-09 | mention load in texture class | toger5 | |
2018-07-07 | Added scrollable property to Sliders | Chaosus | |
2018-07-05 | Merge pull request #18028 from gabrii/18026 | Max Hilbrunner | |
Fix #18026. Expose TextEdit::set_draw_breakpoint_gutter. | |||
2018-07-05 | Merge pull request #15881 from dertom95/EditorScenePostImport | Max Hilbrunner | |
EditorScenePostImport: added get_source_folder() and get_source_file(… | |||
2018-07-04 | Merge pull request #19849 from willnationsdev/expose-script-create-dialog | Max Hilbrunner | |
Expose ScriptCreateDialog to EditorPlugin | |||
2018-07-04 | Expose ScriptCreateDialog to EditorPlugin | willnationsdev | |
2018-07-03 | Merge pull request #19244 from Chaosus/settingsperformance_and_colordeferred | Max Hilbrunner | |
Increases settings apply speed and added deferred color setting to ColorPicker | |||
2018-07-02 | Document return value of yield() with signals | Thomas ten Cate | |
Fixes godotengine/godot-docs#1478 | |||
2018-07-01 | Doc: Fix typos spotted by @yurchor | Rémi Verschelde | |
2018-07-01 | added cylinder shape support | muiroc | |
2018-06-27 | Document Vector2.round() and Vector3.round() | Hugo Locurcio | |
2018-06-18 | Merge pull request #19612 from Zylann/get_ticks_usec | Rémi Verschelde | |
Expose OS.get_ticks_usec() | |||
2018-06-18 | Expose OS.get_ticks_usec() | Marc Gilleron | |
2018-06-18 | Add longer description to ViewportTexture doc | Mel Collins | |
2018-06-18 | Added description for abs function in Rect2 | unknown | |
2018-06-18 | Merge pull request #19622 from mhilbrunner/docs-builtins | Max Hilbrunner | |
[DOCS] Builtin keywords because search is terribad | |||
2018-06-18 | [DOCS] Builtin keywords because search is terribad | Max Hilbrunner | |
2018-06-18 | Merge pull request #19615 from romlok/viewporttexturedoc | Max Hilbrunner | |
Add a little to ViewportTexture docs | |||
2018-06-18 | Merge pull request #19621 from mhilbrunner/docs-treeitem | Max Hilbrunner | |
[DOCS] TreeItem: Small fix for remove_child() | |||
2018-06-18 | [DOCS] TreeItem: Small fix for remove_child() | Max Hilbrunner | |
2018-06-18 | [DOCS] InputEventMouseButton: Factor | Max Hilbrunner | |
2018-06-17 | Add a little to ViewportTexture docs | Mel Collins | |
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-05 | SpriteFrames: expose method to get array containing animation names | danvalho | |
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-31 | Increase settings apply speed and added deferred color apply | Chaosus | |
2018-05-31 | EditorScenePostImport: added get_source_folder() and get_source_file() methods | Thomas Trocha | |
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 breakpoints and breakpoint gutter API in TextEdit | Gabriel Gavilan | |
Added breakpoint_gutter, is_breakpoint_gutter_enabled, set_breakpoint_gutter_enabled, get_breakpoints, remove_breakpoints. Fixed breakpoint_toggled signal not fierd when text is edited. Fixes #18026. | |||
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 | |