Relintai
  • Joined on 2023-03-15
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-04-10 17:51:45 +02:00
4b2ec37826 Updated the commits in the Backports section of the changelog file.
00f1096e87 Set the unlit / unshaded extension when importing / exporting GLTF
6eb9ac3085 Fix GridMap free navigation RID error spam
Compare 3 commits »
Relintai synced commits to master at Relintai/wp_saver_rcpp_fw from mirror 2023-04-07 17:41:52 +02:00
fab3addbdb Fix readme.md.
a4157693ee Fix the settings example file.
Compare 2 commits »
Relintai synced commits to master at Relintai/pandemonium_demo_projects from mirror 2023-04-07 00:21:54 +02:00
8db01f6d4a Make sure everything works under the viewport folder.
9d493ee250 Removed the visualscript folder.
af17f82b96 Make sure the plugin project works.
e292916886 Make sure everything works in the networking folder. Also removed webrtc examples.
3a9b6ac729 Make sure everything works in the mobile folder.
Compare 13 commits »
Relintai synced commits to master at Relintai/pandemonium_engine_docs from mirror 2023-04-07 00:21:46 +02:00
c577f4c8b7 Cleaned up the Optimizing a build for size section.
a0d8d885d9 Cleaned up the Introduction to the buildsystem section.
9f080b93ce Cleaned up the Getting the source section.
a88ca9827c Cleaned up the Cross-compiling for iOS on Linux section.
3548010ccb Cleaned up Compiling with script encryption key section.
Compare 15 commits »
Relintai synced commits to master at Relintai/pmlpp_sample from mirror 2023-03-29 12:11:47 +02:00
f1a8dbf063 Added basic usage information to the readme.
bc9e49e935 Updated the engine and module to the latest.
Compare 2 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-03-23 00:11:45 +01:00
a76df86ef3 Parse and process http headers in a case insensitive manner in HTTPParser.
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-03-22 16:01:45 +01:00
53ddc7796f Quick fix for accessing files in the pck file for FileCaches.
b92d4f19ca Refresh the file cache in WebRoot on NOTIFICATION_READY.
517a5b9044 Added more mimetypes to the HTTPServerSimple.
1cb112f64c Properly handle non-ascii characters in uris in HTTPParser.
eb33d812d0 Added missing helper method to WebServerRequest.
Compare 6 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-03-22 07:51:45 +01:00
23d01a29ce Use the size struct member when parsing markdown in MarkdownRenderer.
d357a57ab2 Updated the logic of a few getters in String.
Compare 2 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-03-21 23:41:46 +01:00
0ed384eb1c Fix handling utf-8 in the MarkdownRenderer.
8191319e2f Improved PagedArticleWebPage's api.
Compare 2 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-03-20 23:11:46 +01:00
5e17f2041d Use the new helper method in HTTPServerConnection::send().
4b23c9c5c9 Renamed utf8_length() to utf8_byte_length(), and utf16_length() to utf16_byte_length() in String, as this might help to better explain why these differ from normal length().
a0d33b5fcd Added utf8_length(), and utf16_length() helper methods to String.
c6ef898c46 Fix Content-Length calculation in HTTPServerConnection::send when using non-ascii utf-8 characters.
26f77bbe2b Use set_length, instead of resize in String's operator +=.
Compare 6 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-03-19 14:31:46 +01:00
27920ca1a7 Make sure that the script editor is the 3rd tab. I implemented the simplest solution I could think for now. If more control is needed in the future, EditorPlugins will likely need a priority queue (or some different, more generic solution).
054332ae8d Fix selecting the script editor even if it's not the 3rd in the editor_tables array.
Compare 2 commits »
Relintai synced commits to master at Relintai/broken_seals from mirror 2023-03-18 14:20:26 +01:00
cb815b12ad Updated the engine to the latest.
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-03-18 14:10:25 +01:00
a155e44491 Implement max request size limit for HTTPServerSimple.
e607aba732 Updated the CHANGELOG file with the last ported commit.
09138d762c Ported: Use hash table for GDScript parsing
3d1abe86fb Ported: GDScriptParser - don't use index operator on linked list
Compare 4 commits »