Relintai
  • Joined on 2023-03-15
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-06-07 00:51:51 +02:00
91f365b183 Added CapsuleShape2D support for StaticBody2DNavigationGeometryParser2D.
683feba2e1 Fix RectangleShape2D size calculation in StaticBody2DNavigationGeometryParser2D.
99207066c5 Disable offsetting in PandemoniumNavigationMeshGenerator for 2d, as it seems to be bugged.
f8ae128f72 Fix UndoRedo handling in NavigationPolygonEditor.
d344005b8d Don't unref() the NavigationMesh in NavigationPolygon.
Compare 15 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-06-06 16:41:49 +02:00
2481e1ac65 Fix inconsistent override.
82316363eb Removed the old navigation mesh generator and it's editor plugin.
f04fe96da7 Ported the geometry parser for GridMap from the navigation mesh generator pr.
316a53bfbf Fix non tools build.
27ee583bb8 Ported missing changes to NavigationPolygonInstance from the navigation mesh generator rework pr.
Compare 12 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-06-06 08:31:51 +02:00
b96e013bed Updated navigation geometry parsers, and added them to the build.
de7d96cc6d Move server initialization afterMODULE_REGISTRATION_LEVEL_SERVER.
3612f2db50 Use GLOBAL_DEF instead of GLOBAL_GET in PandemoniumNavigationMeshGenerator.
62cecc5bb3 Fix int sign comparison warning.
Compare 4 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-06-06 00:21:53 +02:00
bfcf461cb9 Fix unused variable warning.
03944c456c Cleaned up and enabled the new navigation mesh generator editor plugins.
2296bf693a Fix and finally enable PandemoniumNavigationMeshGenerator.
26ff340d47 Reorganized NavigationMesh.
a3aebe8bc5 Ported the improvements to the NavigationMesh from the NavigationMeshGenerator rework pr.
Compare 22 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-06-05 16:11:53 +02:00
642b5b7159 Use call_deferred when emitting the completed signal, so the handlers run on the main thread.
6dc774cf5c Emit the completed signal automatically in ThreadPoolJob.
9a2a39923a Added virtual _execute to threadPoolJob.
645045f97c Finished reworking PandemoniumNavigationMeshGenerator's api.
Compare 4 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-06-05 08:01:51 +02:00
d35db3a25a More cleanups.
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-06-04 15:41:50 +02:00
57153f4a33 Make overrides consistent again.
45c0147f66 Notes and small cleanups.
3ba762a9a4 PandemoniumNavigationMeshGenerator rework pt1.
6136f0b802 Fix the type of the CreateNavigationMeshGeneratorCallback.
e55c561075 Also added the navigation mesh generator module. It's disabled for now, as it needs some reworks.
Compare 10 commits »
Relintai synced commits to master at Relintai/gdnative_python_sample from mirror 2023-06-03 09:41:47 +02:00
918c4877d7 Updated the module and the engine.
108304a080 .gitignore pythonscript.gdnlib.
001173d673 Test project.
b7624526a3 .gitignore the game/addons, and the gdnative_python folders.
Compare 4 commits »
Relintai synced commits to master at Relintai/gdnative_python from mirror 2023-06-03 09:32:37 +02:00
c867c70ca1 Fixed more missing conversions / enum values.
f262501f40 Added missing StringName conversions.
d0d72b9ae9 Remove rpc remnant.
6d3d236ce9 Fix more missing constants.
b5c9435b3b Update method.
Compare 5 commits »
Relintai synced commits to master at Relintai/gdnative from mirror 2023-06-03 07:11:45 +02:00
1d693a0c58 Update ResourceLoader Load method parameters.
Relintai synced commits to main at Relintai/Relintai from mirror 2023-06-03 07:01:50 +02:00
148ec72af9 Update README.md
Relintai synced commits to master at Relintai/gdnative_python_sample from mirror 2023-06-03 01:31:48 +02:00
1daeb0d121 New main scene.
9630f9a173 Updated the engine and the module.
d2dbba01d2 Added a new helper script.
Compare 3 commits »
Relintai synced commits to master at Relintai/gdnative_python from mirror 2023-06-03 01:23:13 +02:00
531ca3b539 Fix issues with the bindings.
6bebb18f86 Fix string conversions in pythonscript.c.
6439b01afa Added conversions for the new variant types.
34eca3bf35 Fix templates.
a2942c51e6 Fix generating default values.
Compare 6 commits »
Relintai synced commits to master at Relintai/gdnative_python from mirror 2023-06-02 17:12:27 +02:00
8d934c94fe Removed gdapi11, and 12.
a7d9e11f3d Add char26_t and char32_t defines for cython.
bf7ccb484c Fix typo.
78ccd8b6c1 Force mark render all new methods.
761d6b1bc8 Fix some method names.
Compare 28 commits »
Relintai synced commits to master at Relintai/gdnative from mirror 2023-06-02 14:51:45 +02:00
5a372f9a17 Added a new constructor to Projection.
f780ad3a18 Also update the api json.
e81ba7a8d1 Fix the prefix of some of the string methods.
Compare 3 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-06-02 14:41:51 +02:00
79538b4392 Fix more binding inconsistencies.
6b15eb053c Fix property bind inconsistency.
e3e9450882 Fix property binding hints.
de9da3151f Fix property types. Auras have been merged into Spells a while ago.
Compare 4 commits »
Relintai synced commits to master at Relintai/mono from mirror 2023-06-02 07:11:45 +02:00
1a9a5d522c Added more methods to StringName's glue. Also removed operator == and != from StringName. It seems like c# does not like when an operator like that calls into native code.
55b3cebac3 Added missing switch cases.
Compare 2 commits »
Relintai synced commits to master at Relintai/mono_sample from mirror 2023-06-02 06:51:45 +02:00
b72bacac70 Test project.
9d22dcfb3e Updated the engine and the module.
01532d172c Gitignore .mono folder, and crash logs.
Compare 3 commits »
Relintai synced commits to main at Relintai/Relintai from mirror 2023-06-02 06:31:51 +02:00
0eb9d3b268 Update README.md
170d011616 Update README.md
Compare 2 commits »
Relintai synced commits to master at Relintai/mono from mirror 2023-06-01 23:01:45 +02:00
1e77952f84 Fix registering StringNames.
7d578aed28 .gitignore the generated glue file.
ba70b47fc1 Fixed the remaining issues.
390381fff0 Fixed most of the issues with the binding generator.
Compare 4 commits »