|
b0a72e933d
|
HTMLTemplate::process_template_expression() initial implementation.
|
2024-02-26 13:11:31 +01:00 |
|
|
0d2fceecf0
|
Fix errors in HTMLTemplate::render_template.
|
2024-02-26 12:02:04 +01:00 |
|
|
d3535ef0ca
|
Strip the expression string before passing it to process_template_expression().
|
2024-02-26 11:56:30 +01:00 |
|
|
81c8e4aa75
|
Removed WebServerRequest parameter from get_and_render_template() in HTMLTemplate.
|
2024-02-26 11:56:01 +01:00 |
|
|
2fe82c604c
|
Fix binds in HTMLTemplate.
|
2024-02-26 11:52:13 +01:00 |
|
|
af492fc79e
|
HTMLTemplate template processing part 1.
|
2024-02-26 11:36:13 +01:00 |
|
|
a6eb8377a6
|
Use String's length() instead of size().
|
2024-02-26 11:33:06 +01:00 |
|
|
89f9faa0e2
|
Added docs for the new classes. (Except for variable substitution rules, as those are not yet done.)
|
2024-02-25 23:37:46 +01:00 |
|
|
5cee31117c
|
Fix class link in the docs for SMTPClient.
|
2024-02-25 23:36:25 +01:00 |
|
|
4a23a17670
|
Also use PROPERTY_HINT_BUTTON in UserManagerStatic instead of a bool.
|
2024-02-25 22:40:07 +01:00 |
|
|
bf15aa0f87
|
Don't create empty keys.
|
2024-02-25 22:34:48 +01:00 |
|
|
0e9a926365
|
Fixed a few smaller typos.
|
2024-02-25 22:33:17 +01:00 |
|
|
66e0daf383
|
Created a built in editor using PROPERTY_HINT_BUTTON-s from HTMLTemplates.
|
2024-02-25 22:11:17 +01:00 |
|
|
8c06dce33f
|
Now PROPERTY_HINT_BUTTON adds the property's name as the called method's first parameter.
|
2024-02-25 22:09:25 +01:00 |
|
|
c6c864a683
|
Hide template_overrides and template_defaults property from the inspector in HTMLTemplate.
|
2024-02-25 20:43:38 +01:00 |
|
|
ce638a69c1
|
Now HTMLTemplateDataEditorPlugin will only handle HTMLTemplateDatas, if they are on disk.
|
2024-02-25 19:25:58 +01:00 |
|
|
35e328576a
|
Set up docs for the new classes.
|
2024-02-25 19:17:06 +01:00 |
|
|
87920a4ed7
|
Initial HTMLTemplate class setup.
|
2024-02-25 19:15:34 +01:00 |
|
|
5c9996fd58
|
Added an editor plugin for HTMLTemplateData. Double clicking one in the editor will open the underlying file on the text editor tab (if enabled).
|
2024-02-25 17:26:28 +01:00 |
|
|
83facbff3b
|
Fix issues with HTMLTemplateData loading and serialization.
|
2024-02-25 16:33:53 +01:00 |
|
|
08864f0a25
|
Added an importer for HTMLTemplateData.
|
2024-02-25 16:23:36 +01:00 |
|
|
eca4475f2d
|
Implemented HTMLTemplateData.
|
2024-02-25 15:55:42 +01:00 |
|
|
fb005f970e
|
Added HTMLTemplate and HTMLTemplateData classes.
|
2024-02-25 14:54:50 +01:00 |
|
|
0edc5438dd
|
Re-extracted class docs.
|
2024-02-25 10:26:26 +01:00 |
|
|
7da17bca02
|
Added more defines for platform specific configs.
|
2024-02-17 20:55:27 +01:00 |
|
|
08711274c7
|
Fix custom module paths for the editor builds.
|
2024-02-17 16:41:51 +01:00 |
|
|
b8c81b5449
|
Small tweaks to HTTPServerSimple, mostly related to ssl handling.
|
2024-02-16 23:06:39 +01:00 |
|
|
2400b14bb9
|
Fix FileCache for files in .pck-s.
|
2024-02-16 22:12:17 +01:00 |
|
|
3da74f0703
|
Added get_global_class_name method to Script. Now GDScriptParser uses this first to determine global class names, instead of parsing the script file again.
|
2024-02-13 20:09:46 +01:00 |
|
|
c3c6d64a50
|
Portred: Add MergeGroup node to simplify merging Meshes at runtime.
- lawnjelly
8b79135538
|
2024-02-08 21:00:07 +01:00 |
|
|
af518b2d3b
|
Ported parts of: [3.x] Add Selected Collision Group in TileSet Editor
Also moves the TileSet Script property down to its own category.
- Mickeon
211c707e67
|
2024-02-08 18:11:25 +01:00 |
|
Danil Alexeev
|
0c92de12c1
|
GDScript: Fix get_method_list for custom functions
|
2024-02-08 14:50:56 +01:00 |
|
Danil Alexeev
|
a70e3ce4b3
|
GDScript: Prevent native class shadowing
|
2024-02-08 13:23:04 +01:00 |
|
|
e9f7ef263f
|
Fix build on windows.
|
2024-01-11 01:31:54 +01:00 |
|
|
b08959ab59
|
Fixed issues with the SMTPClient and EMail.
|
2024-01-11 01:24:16 +01:00 |
|
|
40e20146f6
|
Also use the queue in SMTPClient when not threading.
|
2024-01-11 00:39:52 +01:00 |
|
|
4a35fb9b44
|
Docs for the new classes.
|
2024-01-11 00:32:10 +01:00 |
|
|
2f44da6c00
|
Bind missing enum constants.
|
2024-01-11 00:05:42 +01:00 |
|
|
db36151c18
|
Re-extracted class docs.
|
2024-01-11 00:03:31 +01:00 |
|
|
92f1ab9e3e
|
Fixed property.
|
2024-01-11 00:02:57 +01:00 |
|
|
8541890a78
|
Ported SMTPClient.
|
2024-01-11 00:02:48 +01:00 |
|
|
fb4fe82c63
|
Ported EMail.
|
2024-01-10 22:01:42 +01:00 |
|
|
f6c504534a
|
Set up a new smtp module. It will be based on https://github.com/Relintai/gdMail .
|
2024-01-10 20:15:05 +01:00 |
|
|
b324675489
|
Removed the old SMTPClient class docs.
|
2024-01-10 20:12:36 +01:00 |
|
|
8e5ffcc9f1
|
Removed SMTPClient as the original code's license is unknown.
|
2024-01-10 19:37:39 +01:00 |
|
|
20ec9e2043
|
Fixed generating urls in BrowsableFolderServeWebPage.
|
2024-01-02 10:56:10 +01:00 |
|
|
2effb794fd
|
Fixed typo.
|
2024-01-02 10:55:42 +01:00 |
|
|
70d3d54386
|
Also added the new helper method to the gdnative api.
|
2023-12-27 13:48:01 +01:00 |
|
|
3f2149212a
|
Fixed error.
|
2023-12-25 21:11:09 +01:00 |
|
|
4d966d877f
|
Fixed warning.
|
2023-12-25 21:06:39 +01:00 |
|