Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-30 | doc: Add default values to all properties | Rémi Verschelde | |
Thanks to @bojidar-bg's impressive work in #29380. | |||
2019-06-30 | Merge pull request #30062 from zaksnet/fix-referencerect-node | Rémi Verschelde | |
Adds ReferenceRect an option to be visible inside the game | |||
2019-06-29 | Added descriptions to OS.get_splash_tick_msec() and OS.get_window_safe_area() | unknown | |
2019-06-29 | doc: Sync classref with current source | Rémi Verschelde | |
2019-06-29 | Merge pull request #29923 from zaksnet/Document-Spinbox | Rémi Verschelde | |
Document SpinBox Node | |||
2019-06-29 | Merge pull request #30162 from KoBeWi/doc-ready | Rémi Verschelde | |
Clarify docs for _ready and request_ready | |||
2019-06-29 | Document SpinBox node | Zak | |
2019-06-28 | Clarify docs for _ready and request_ready | Tomasz Chabora | |
2019-06-28 | Document PopupMenu node. | Zak | |
2019-06-28 | Fix ReferenceRect node | Zak | |
ReferenceRect node by default was only displaying in the editor and not when the game is running. | |||
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio | |
- Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies | |||
2019-06-27 | Merge pull request #30114 from Chaosus/vs_context_menu | Rémi Verschelde | |
Shows menu when dragging connection on empty space in visual shader | |||
2019-06-27 | doc: Don't use `GlobalScope` scope in hyperlinks, it's automatically inferred | Rémi Verschelde | |
2019-06-27 | doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks | Rémi Verschelde | |
2019-06-27 | Properly expose all Error constants to scripting languages | Rémi Verschelde | |
2019-06-27 | doc: Fix scoped hyperlinks to same-class enums/methods | Rémi Verschelde | |
The class name does not need to be specified when it is the current class. | |||
2019-06-27 | doc: Complete and harmonize all _MAX constant descriptions | Rémi Verschelde | |
2019-06-27 | Shows menu when dragging connection on empty space in visual shader graph | Chaosus | |
2019-06-27 | Merge pull request #30096 from akien-mga/doc-misc-updates | Rémi Verschelde | |
doc: Proofread and complete various nodes | |||
2019-06-27 | Merge pull request #30105 from Xrayez/bind-pip-geometry | Rémi Verschelde | |
Bind is_point_in_polygon in Geometry singleton | |||
2019-06-26 | Merge pull request #30078 from Zylann/document_vs_cull_ray | Rémi Verschelde | |
Document VisualServer.instances_cull_ray | |||
2019-06-27 | Bind is_point_in_polygon in Geometry singleton | Andrii Doroshenko (Xrayez) | |
2019-06-26 | doc: Proofread and complete various nodes | Rémi Verschelde | |
All 100% completed: MainLoop, Node, Object, Path, Performance, Reference, Resource, SceneState, SceneTree, UndoRedo. Also fixed some en_GB occurrences as the reference spelling is en_US. | |||
2019-06-26 | Merge pull request #25863 from AlexHolly/undo-redo-version-signal | Rémi Verschelde | |
UndoRedo add version changed signal | |||
2019-06-26 | Document VisualServer.instances_cull_ray | Marc Gilleron | |
2019-06-26 | Merge pull request #30088 from akien-mga/node-get_node_and_resource | Rémi Verschelde | |
Node: Fix logic of has/get_node_and_resource and document it | |||
2019-06-26 | UndoRedo add version changed signal | Alexander Holland | |
added some functions to manage undo buttons | |||
2019-06-26 | doc: Sync classref with current source | Rémi Verschelde | |
2019-06-26 | Node: Fix logic of has/get_node_and_resource and document it | Rémi Verschelde | |
Also document NodePath. | |||
2019-06-26 | doc: Document EncodedObjectAsID, expose its property | Rémi Verschelde | |
2019-06-25 | doctool: Fix writing theme_item descriptions | Rémi Verschelde | |
We already had support for parsing and saving theme_item descriptions in DocData, and displaying it in the editor, but doctool would drop the changes as it was not writing them back to the XML. Part of #29868. | |||
2019-06-25 | Merge pull request #30030 from zaksnet/document-margincontainer | Rémi Verschelde | |
Document MarginContainer node | |||
2019-06-24 | Remove references to mouse stuff from OS | austinried | |
There is nothing in `OS` about mouse grabbing or mouse cursors, that's in `Input`, so I'm cleaning up those references. | |||
2019-06-24 | Merge pull request #30016 from randall-fulton/docs/object-set-deferred | Rémi Verschelde | |
Add docstring for Object.set_deferred | |||
2019-06-24 | Area2D: Fix argument type of body_* signals | Rémi Verschelde | |
Those signals receive either a PhysicsBody2D or a TileMap object, and what the emitting method checks internally is only that the object is a Node. In theory any Node could go through these signals if they talk directly to the PhysicsServer2D. Also updated docs. Fixes #27076. Might need further (compat breaking) improvement as this API is a bit confusing, cf. #24739. | |||
2019-06-24 | Add docstring for Object.set_deferred | Randall Fulton | |
2019-06-24 | Document MarginContainer Node | Zak | |
2019-06-24 | doc: Sync classref with current source | Rémi Verschelde | |
2019-06-21 | Improve the `Engine.get_version_info()` documentation | Hugo Locurcio | |
This documents some keys that were missing and improves formatting. | |||
2019-06-21 | Merge pull request #29935 from Faless/net/get_if_multicast_pr | Rémi Verschelde | |
Multicast, more network interfaces info | |||
2019-06-21 | Multicast support in NetSocket/PacketPeerUDP | Fabio Alessandrelli | |
2019-06-21 | Implement IP.get_local_interfaces. | Fabio Alessandrelli | |
Allow getting interfaces names and assigned names. On UWP this is not supported, and the function will return one interface for each local address (with interface name the local address itself). | |||
2019-06-20 | Document ReferenceRect Node | Zak | |
Added missing documentation for ReferenceRect Node | |||
2019-06-20 | Merge pull request #24249 from zorbathut/zorbathut/animimmediate | Rémi Verschelde | |
Implement AnimationPlayer call modes as per #23498. | |||
2019-06-19 | Merge pull request #29901 from BastiaanOlij/fix_cameraserver_const | Rémi Verschelde | |
Made constants fully upper case in camera server | |||
2019-06-19 | Merge pull request #27237 from Chaosus/astar_2d | Rémi Verschelde | |
Added 2D functions to AStar | |||
2019-06-19 | Merge pull request #27389 from YeldhamDev/acceptdiag_label_wrap | Rémi Verschelde | |
Add option to enable autowrapping for label inside 'AcceptDialog' | |||
2019-06-19 | Made constants fully upper case in camera server | Bastiaan Olij | |
2019-06-19 | Merge pull request #28648 from KoBeWi/substr-1 | Rémi Verschelde | |
Make second parameter of substr optional | |||
2019-06-19 | Merge pull request #28659 from KoBeWi/rainbow_mode | Rémi Verschelde | |
Add HSV mode to color picker |