summaryrefslogtreecommitdiffstats
path: root/doc/classes/StreamPeerExtension.xml
Commit message (Collapse)AuthorAgeFilesLines
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Simplify network GDExtension bindings using EXBIND macros.Fabio Alessandrelli2022-09-011-4/+4
| | | | | | Simplify StreamPeer, PacketPeer, MultiplayerPeer extension. Simplify and update WebRTC*Extension with newly supported types.
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-12/+12
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Fix const pointers types in docs and extension API.Fabio Alessandrelli2021-09-291-2/+2
| | | | | | The GDVIRTUAL_NATIVE_PTR did not declare the correct GDNativeConstPtr template, resulting in "void*" being used as it's type info in both the documentation and the extension API dump.
* [Net/Docs] Update extensions documentation.Fabio Alessandrelli2021-09-241-0/+48