Relintai
  • Joined on 2023-03-15
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-06-01 22:21:51 +02:00
d8bd83dbd5 Fix the type of FastnoiseNoiseParams::get_fractal_octaves().
e8bb085466 Renamed the Math singleton to PMath, as it causes too many issues when dealing with gdnatove / mono. It will also be eventually moved to a module, as it's only useful in some situations.
97f5037c8b Renamed the object() method in HTMLBuilder as it can cause issues with bind generators.
d093365b00 Fix some property names being the same as getters / setters.
50fa3addad Fix handling dots in String::is_numeric().
Compare 5 commits »
Relintai synced commits to master at Relintai/mono from mirror 2023-06-01 14:51:45 +02:00
98a4b63096 Fix issues with the core cs types.
9863e95b02 Added the new Variant types to (hoipefully all) glue code.
86248c1889 Added support for the new variant classes in the bindings generator.
c2f86d2a07 Added classes for the new variant types.
Compare 4 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-06-01 14:11:51 +02:00
dbc5b1df35 Fixed disrepancies between a few getter and setters.
Relintai synced commits to master at Relintai/gdnative_cpp from mirror 2023-06-01 06:01:54 +02:00
3ba1d209c4 Rename the Math namespace in Vector2.
c6607875c9 Handle inf default values in the bindings generator.
2b669fcb6f Fix more issues with the binding generator.
Compare 3 commits »
Relintai synced commits to main at Relintai/Relintai from mirror 2023-06-01 06:01:51 +02:00
4769abad7c Update README.md
6d2f007da4 Update README.md
dd6dea0044 Update README.md
ee0e825e94 Update README.md
237adee9d8 Update README.md
Compare 5 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-06-01 06:01:50 +02:00
61ccfb443f Bind missing enum values in Terrain2DJob.
868230fe57 Bind enum values.
44070461e7 Move the enums from the top of spell.h into the Spell class.
9c28249819 Bind enum constants.
a1402fd46a Bind enum constants.
Compare 10 commits »
Relintai synced commits to master at Relintai/gdnative from mirror 2023-05-31 22:31:45 +02:00
cd6ac06d90 Fix typo.
ff1ef18c46 Added missing methods for PoolVEctor2is.
16bb10a8e9 Don't add a method + vmethod twice to the api.json, when a class defines a vmethod, and implements it.
435b0bb31e Added missing method to the api json.
Compare 4 commits »
Relintai synced commits to master at Relintai/gdnative_cpp from mirror 2023-05-31 21:51:55 +02:00
d3375e8eaf Fix typo.
7aeb3d3c4d Fix StringName default values.
52b5a8e4db Added Vector2i, Vector3i, Vector4, Vector4i, Rect2i, and PoolVector2iArray.
56f4e1ec46 Renamed CameraMatrix to Projection.
7327b95957 Added the new variant types to the binding generator. Also fixed issue with Color default value generation.
Compare 12 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-05-31 21:51:50 +02:00
807d5f18a2 Bind enum constants in Prop2DInstanceJob.
Relintai synced commits to master at Relintai/gdnative from mirror 2023-05-31 14:21:45 +02:00
d320ee5c36 Improved StringName constructors.
ed876f00e2 Add all methods to the api json.
f24206c903 Fix string method name.
ef7a514d7e Added a new api json generator helper script.
7e1f8305a6 Remove WebRTC related classes from config.py.
Compare 7 commits »
Relintai synced commits to master at Relintai/gdnative_cpp from mirror 2023-05-31 13:41:56 +02:00
7efc4247e1 Initial path setups.
ab52f40a24 Remove .gitmodule file.
465668f74b .Gitignore the pandemonium_headers folder.
6c4989cff5 Use checkout v3.
000efa415a Disabled github actions.
Compare 5 commits »
Relintai synced commits to master at Relintai/gdnative from mirror 2023-05-31 06:11:45 +02:00
c4ec2ddc59 Small improvements to the helper script.
86da41e550 Added the missing methods in Transform and Transform2D.
fff4a84b47 Also added helper methods to variant for the other new types.
ea4ca1895c Added the new PoolVector variants to Variant.
5ac196aca5 Fix warning.
Compare 11 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-05-31 05:31:51 +02:00
e1e51b2881 Fix the return type of PoolVector::count().
Relintai synced commits to master at Relintai/gdnative from mirror 2023-05-30 22:01:45 +02:00
7ee8f7a647 Added Rect2i.
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-05-30 21:21:51 +02:00
59933a9e60 Added grow_by and to_rect2 helper method to Rect2i.
Relintai synced commits to master at Relintai/gdnative from mirror 2023-05-30 05:51:45 +02:00
42d6e9ed55 Small improvements to the helper tool.
ddd8573857 Implemented the new apis for Transform2D.
1c90cb43bd Added most new apis to String.
83fab63cf2 Implemented most new apis to Variant.
2346bba159 Implemented the new apis for Transform.
Compare 7 commits »
Relintai synced commits to master at Relintai/gdnative from mirror 2023-05-29 21:41:45 +02:00
c851d2d1b8 Small improvements to the helper utility.
85c9e13d06 Various api cleanups.
ed21dace22 Implemented the new methods for Color.
5d123c7190 Implemented the new methods for Basis.
6bd3f59d7a Fixed a few smaller issues with the helper script.
Compare 6 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-05-29 20:51:51 +02:00
0f6fb760ad Now Basis::get_uniform_scale() returns a real_t instead of a float.
47e637b2b8 Mark the parameters of Basis::rotate_to_align as const ref.
Compare 2 commits »
Relintai synced commits to master at Relintai/gdnative from mirror 2023-05-29 05:41:44 +02:00
b289295a31 Implemented the new methods for AABB.
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-05-28 12:11:54 +02:00
9e326c3000 Apparently Basis::rotate_to_align had a bug. Ported the fix by lyuma from: 6dfa6fc50e