Relintai
  • Joined on 2023-03-15
Relintai synced commits to refs/tags/v0.8.0 at Relintai/gdnative_python from mirror 2023-06-25 20:32:37 +02:00
Relintai synced new reference refs/tags/v0.8.0 to Relintai/gdnative_python from mirror 2023-06-25 20:32:37 +02:00
Relintai synced commits to master at Relintai/gdnative_python from mirror 2023-06-25 12:23:24 +02:00
f22a71f149 Try updating scons version.
28d035d509 Disable the 32 bit windows build for now.
8f5a9ededb Re-enable workflows.
fbc365fe7e Disable tests for now in the github actions.
0d0a0006dd Commit headers.
Compare 5 commits »
Relintai synced commits to master at Relintai/gdnative_python_sample from mirror 2023-06-24 03:51:48 +02:00
e90e603cd4 Updated the include copy helper script.
93dd4409d5 Updated the engine.
Compare 2 commits »
Relintai synced commits to master at Relintai/gdnative_python from mirror 2023-06-24 03:42:33 +02:00
a8f20c386d Small note.
Relintai synced commits to main at Relintai/Relintai from mirror 2023-06-24 01:11:51 +02:00
54d387cba0 Update README.md
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-06-24 01:11:50 +02:00
6d6f7a0d53 Apparently osx doesn't have the uchar.h header, so define char16_t and char32_t directly.
67975e335b Fixed compile errors.
21ad9c3cbe Fixed compile errors.
a47958471b Fix includes.
Compare 4 commits »
Relintai synced commits to master at Relintai/gdnative_python_sample from mirror 2023-06-23 19:41:49 +02:00
94d381597a Updated the engine to the latest.
3ca3064af8 gdnative is now built in to the engine.
Compare 2 commits »
Relintai synced commits to master at Relintai/gdnative_cpp_sample from mirror 2023-06-23 19:32:24 +02:00
37deb82be2 Updated the engine.
6d40c3ee1a Now the engine has gdnative built in.
Compare 2 commits »
Relintai synced commits to master at Relintai/gdnative from mirror 2023-06-23 17:01:57 +02:00
22ec60fc4e Added deprecation notice, as this module got merged into the engine directly.
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-06-23 17:01:50 +02:00
b19d80afcb Added back gdnative as a built in module. It was worked on in this repository: https://github.com/Relintai/gdnative .
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-06-22 16:31:50 +02:00
d3f2e0e4fe Fixed SkeletonModification3DFABRIK.
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-06-17 05:51:51 +02:00
e56d6fa906 Added code to load old resource properties where applicable, to help converting resources to the new fixed apis. These will be removed after the next release.
b1de21dd58 Renamed get_stat, and set_stat in Entity. It's just a smell c++ side helper method, they aren't bound. Should not require any changes like the rest.
a0b908874d Fix Entity's api's inconsistencies pt 4.
3fdb671b51 Fix Entity's api's inconsistencies pt 3.
05b11e9458 Fix Entity's api's inconsistencies pt 2.
Compare 6 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-06-15 21:11:51 +02:00
c5e893897e Changed 2 errors to just an if.
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-06-15 13:01:50 +02:00
21003539a3 Added warning for the android editor that android will kill the game after a few seconds if it's opened in the same window as the editor and then it goes to the backgond. Should be still enough to see what's the issue of you don't intentionally debug break though.
6c70361a07 Fix debugging on the android editor.
c978f27634 Implemented switching between the running game and the editor in the android editor.
c68ec30899 Fix warning in the android editor.
Compare 4 commits »
Relintai synced commits to master at Relintai/mono from mirror 2023-06-15 04:51:57 +02:00
d3264520af Fix crash.
2001f6acbe Implemented proper StringName* to variant conversion in the generated binds.
Compare 2 commits »
Relintai synced commits to master at Relintai/mono_sample from mirror 2023-06-15 04:51:56 +02:00
2650419248 Make the old helper scripts actually run the mono version.
031e8b1ed0 Added new helper scripts.
5ad26364b7 Added an export to the test project.
6a6ed59cb4 Updated the engine and the module.
Compare 4 commits »
Relintai synced commits to master at Relintai/pandemonium_demo_projects from mirror 2023-06-14 23:41:45 +02:00
3c244d6619 Fix project name.
beb0ec30e3 Added a new demo showing how to theme user web nodes.
b2832cb3a8 Added a new demo showing an sqlite web + user management based setup.
cbcc6ecf9c Fix project name.
d9b8b591e8 Added a new demo showing a static web + user setup.
Compare 6 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-06-14 20:41:50 +02:00
5879f0849f Fix codestyle warning.
1a5cba555c Backported godot4 PR: Support threads in the script debugger
Compare 2 commits »
Relintai synced commits to master at Relintai/pandemonium_demo_projects from mirror 2023-06-14 15:31:45 +02:00
c9bb63e742 Added a demo for the simpler web static pages.