Relintai
  • Joined on 2023-03-15
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2024-03-02 02:41:54 +01:00
2b85fcdbb5 Backported ViewPanner from Godot4. It also got bindings, now inherited from Resource, and is registered in the ClassDB.
4cdb163626 Backported create_reference() helper methods for InputEvents from godot 4.
cf7b59b6c8 Fix small formatting inconsistencies.
5f6121b719 Include cleanups.
715008c433 Added 2 missing files.
Compare 15 commits »
Relintai synced commits to master at Relintai/pandemonium_demo_projects from mirror 2024-02-28 22:11:56 +01:00
176596b927 Now WebRoot also uses the new templates in the new demo.
4975c59422 Also converted the settings page to the new templates.
15e23dbedf Finished converting the register page to use the new templates.
9e21d5aab8 Update the name of the new example.
04d085529a Use the new qvf method in the login page.
Compare 8 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2024-02-27 00:41:53 +01:00
df4379d766 Added a parameter to HTMLTemplate::process_template_expression_variable() to be able to control when to emit errors if a variable is not set. Now this is used when checking for the first argument for the q template method variants.
aa854f049a Updated the docs form HTMLTemplate.
aef18dd4f1 Fix 2 off-by-one errors.
6ea807be26 Added a q variant from all template methods. These use their first argument to decide whether to print anything or not.
af2ef6476e Document the new methods, also expression substitution.
Compare 6 commits »
Relintai synced commits to refs/tags/v4.2.1 at Relintai/pandemonium_demo_projects from mirror 2024-02-26 22:01:55 +01:00
Relintai synced new reference refs/tags/v4.2.1 to Relintai/pandemonium_demo_projects from mirror 2024-02-26 22:01:55 +01:00
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2024-02-26 16:31:53 +01:00
72c764f74c Also process the last variable in HTMLTemplate::process_template_expression().
dcd00dec81 Fix incorrect clipping in String::substr_index().
b0a72e933d HTMLTemplate::process_template_expression() initial implementation.
0d2fceecf0 Fix errors in HTMLTemplate::render_template.
d3535ef0ca Strip the expression string before passing it to process_template_expression().
Compare 10 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2024-02-26 00:11:53 +01:00
89f9faa0e2 Added docs for the new classes. (Except for variable substitution rules, as those are not yet done.)
5cee31117c Fix class link in the docs for SMTPClient.
4a23a17670 Also use PROPERTY_HINT_BUTTON in UserManagerStatic instead of a bool.
bf15aa0f87 Don't create empty keys.
0e9a926365 Fixed a few smaller typos.
Compare 19 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2024-02-24 15:31:53 +01:00
4b9982d2d9 Bump version.
8bd1c25844 Small tweaks to the changelog.
dc68cb400c Updated changelog.
Compare 3 commits »
Relintai synced commits to refs/tags/v4.2.1 at Relintai/pandemonium_engine from mirror 2024-02-24 15:31:53 +01:00
Relintai synced new reference refs/tags/v4.2.1 to Relintai/pandemonium_engine from mirror 2024-02-24 15:31:53 +01:00
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2024-02-23 15:01:54 +01:00
b3cf4d9dc2 Set version to 4.2.1 stable.
837825352a Updated old package path.
Compare 2 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2024-02-23 06:51:53 +01:00
973b686a86 Found and updated some remaining old package paths.
d44d8c2bcd Fix checking the wrong property in the Android's export plugin.
Compare 2 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2024-02-18 04:21:50 +01:00
fa2a54a019 Added a way for platforms to define a custom resource pack location.
7da17bca02 Added more defines for platform specific configs.
0fccc9f393 Added S3TC_NOT_SUPPORTED define to be used by platforms externally.
cdb3f03e61 Added optional GLES2_LOAD_EXT_NO_DLCFN_AVAILABLE define for the rasterizer storage.
1d22053020 Moved dlfcn.h include in RasterizerStorageGLES2 to it's proper place according to the comment above it.
Compare 5 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2024-02-17 20:11:48 +01:00
08711274c7 Fix custom module paths for the editor builds.
4ed0f09f43 Turn custom module paths relative to the engine's directory when they reside inside the engine's folder.
Compare 2 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2024-02-17 03:51:49 +01:00
b8c81b5449 Small tweaks to HTTPServerSimple, mostly related to ssl handling.
2400b14bb9 Fix FileCache for files in .pck-s.
8284ff56b8 Fix DirAccess::get_filesystem_abspath_for() for .pck files.
Compare 3 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2024-02-16 03:21:48 +01:00
34ddcc3694 Fix build on MSVC.
Relintai synced commits to master at Relintai/elte_digit_kult_erettsegi_felk... from mirror 2024-02-15 10:21:47 +01:00
7905c99b37 Tweaks.
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2024-02-14 02:21:48 +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.
Relintai synced commits to master at Relintai/gdnative_python from mirror 2024-02-10 21:11:49 +01:00
6b6ee7dfce Updated the headers for pandemonium 4.2.0.
Relintai synced commits to refs/tags/v0.8.1 at Relintai/gdnative_python from mirror 2024-02-10 21:11:49 +01:00