b095a48ace
Fix the logic of get_url_site(). Also small binding cleanups.
2022-08-21 21:37:00 +02:00
46ee607d18
Fixed a few typos.
2022-08-21 18:24:36 +02:00
70cc269b40
Added docs for WebServer.
2022-08-21 18:24:20 +02:00
0c9e77aab4
Added docs for WebPermission.
2022-08-21 18:09:23 +02:00
ab3ae5fdd4
Added docs for CSRFTokenWebServerMiddleware.
2022-08-21 17:46:17 +02:00
c6b1406ed7
Added docs for WebServerMiddleware.
2022-08-21 17:31:01 +02:00
7cc171ebe7
Added docs for WebRoot.
2022-08-21 17:13:06 +02:00
20c0a91275
Added full documentation of the WebNode.
2022-08-21 16:45:03 +02:00
8119bd099a
Added description for HTTPSessionManager. Note that this class still needs more cleanups, but I wrote docs in a way as if those were already done.
2022-08-21 03:04:13 +02:00
892cff7537
Added a description for the HTTPSession class.
2022-08-21 03:02:11 +02:00
3b19f30e6c
Added a description for the WebServerRequest.
2022-08-21 02:47:35 +02:00
714547cb17
Re-extracted class docs.
2022-08-21 00:40:49 +02:00
8108324700
Fix doc class strings, and add missing ones.
2022-08-21 00:32:32 +02:00
edb7dd231e
Enable html prettifying in the web editor.
2022-08-20 22:30:09 +02:00
b8d9139bb1
HTMLParser now properly parses doctype in a case insensitive way. Also improved an error message a bit.
2022-08-20 22:28:08 +02:00
62b0d5572e
Use string length() instead of size() as it was intended in HTMLParser, and BBCodeParser.
2022-08-20 21:57:50 +02:00
5a5fbc8e4d
Implemented the initial version of the WebEditor. It's currently a simple preview gui.
2022-08-20 21:50:44 +02:00
e38dfb7c40
Set up WebEditorPlugin to hide / show the web editor tab in a way that feels right. The tab itself is empty though at the moment.
2022-08-20 20:24:40 +02:00
d62fa2b4c9
Added web editor plugin skeleton.
2022-08-20 18:11:07 +02:00
9aadbd720c
Added a web node editor icon.
2022-08-20 16:46:45 +02:00
89a414187b
Added icons for the rest of the web nodes.
2022-08-20 16:44:30 +02:00
0bc4baaa02
Added an icon for UserModule.
2022-08-20 16:24:11 +02:00
114e8953ed
Added icons for the UserManagers.
2022-08-20 16:18:27 +02:00
b552438044
Added icons for Usser, and user web pages.
2022-08-20 16:01:19 +02:00
e4cc8ce6fd
Added icons for AliasWebPage, and RedirectWebpage.
2022-08-20 15:29:11 +02:00
0ed82cbca3
Removed stub module.
2022-08-20 15:11:50 +02:00
c5b11c8ca8
Added icons for WebNode, WebRoot, and WebServer.
2022-08-20 03:23:18 +02:00
ead97d9164
Added an icon for MeshDataResource, MeshDataInstance, and for the meshDataInstance editor toggle.
2022-08-20 03:11:31 +02:00
5925b62b2c
Fix newly introduced potential crashes in mesh data resource editor.
2022-08-20 02:13:09 +02:00
a426e173f5
Hide MDIEd's toggle button by default.
2022-08-20 02:07:52 +02:00
31bcbb0184
Hide the transform gizmo while editing a mesh data resource.
2022-08-20 01:42:19 +02:00
3220e9c592
Now in order to edit MeshDataInstance a new edit mode has to be togged from the top bar. While this mode is enabled the edited MeshDatainstace can't be deselected. Also now Mesh Data Editor's sidebar will only be visible in this mode, along with the editor gizmo.
2022-08-20 01:33:02 +02:00
95767b2cea
Moved the editor only modules to a new editor_modules folder.
2022-08-19 22:46:53 +02:00
1ef37c61c2
Moved http server simple to it's own module.
2022-08-19 22:09:30 +02:00
e2d42db711
Also renamed the files.
2022-08-19 21:24:36 +02:00
cffe742085
Renamed the VisualServer to RenderringServer like in Godot4, as I think it's a lot better name for it. I did not yet rename the files.
2022-08-19 20:50:20 +02:00
2a13c65298
Ported: Visual/Physics/Navigation Servers validate RIDs with documentation update - tinmanjuggernaut
...
2be0738304
2022-08-19 02:52:31 +02:00
f1c29650eb
Ported: Fix TileMap error msg when optional navigation node is not set
...
Fixes TileMap error msg spam when bake_navigation=true but the optional and depr navigation node is not set.
- smix8
30d4555c65
2022-08-19 01:55:37 +02:00
88d6ef51eb
Removed additional direct script rpc mode query when sending rpcs, in order to simplify that codepath as much as possible. Also removed the remote, remotesync etc. keywords from gdscript, as now they won't work anymore. Node's rpc_config() method should be used instead of marking methods with keywords in scripts.
2022-08-19 01:19:33 +02:00
9d0c889583
Added a few small networking related helper methods to Node. Made the rpc macros in Entity use them.
2022-08-19 00:36:24 +02:00
1dc5d84196
Moved visibility rpcs (vrpc) from Entity to Node. Also added an unreliable variant.
2022-08-19 00:04:38 +02:00
98e649489f
Now the TextEditor won't open a file multiple times, instead it will just switch to the proper tab.
2022-08-18 22:31:48 +02:00
1d101bfea1
Now the TextEditor addon will add it's own "create file" entry to the editor's filesystem dock.
2022-08-18 21:35:02 +02:00
e019ccc64b
Now text files will show up in the editor if the text editor plugin is enabled. Also clicking them will open them in the text editor.
2022-08-18 20:36:36 +02:00
6be9bf5dfe
Cleaned up and added the skeleton modification stack implementations to the build. Also smaller fixes.
2022-08-18 15:41:28 +02:00
23610db948
Fix build.
2022-08-18 13:04:52 +02:00
6ff120dc85
Moved the old module dependencies to the new system.
2022-08-18 12:53:49 +02:00
91fe9ed8ca
Backported: [Scons] Implement module dependency sorting.
...
Modules can now call:
env.module_add_dependencies(name: str, deps: list, optional: bool)
To add required or optional dependencies during the "can_build" step.
Required dependencies will be checked and the module will be not be
enabled when they are missing, printing a warning to notify the user.
- Faless
951a1016d3
2022-08-18 12:44:45 +02:00
4732493761
Backported: SCons: Validate dependencies for linked multimedia modules
...
This is still a bit hacky and eventually we should rework the way we handle
optional dependencies (especially with regard to builtin/system libs), but
it's a simple first step.
- akien-mga
7c74312217
2022-08-18 12:25:38 +02:00
4c4e19223e
Added _theme_ infix to the theme helper methods in Control.
2022-08-17 20:57:16 +02:00