Relintai
  • Joined on 2023-03-15
Relintai synced commits to master at Relintai/pmlpp from mirror 2023-04-23 16:01:46 +02:00
a34aed1696 Renamed the ImageChannels enum in MLPPTensor3 and a snall param name tweak.
9ce70da8d7 Bindings for MLPPTensor3.
02ab05537a Fix typo.
f7107134c3 MLPPTensor3 image api part3.
56f432ca79 MLPPTensor3 image api part2.
Compare 12 commits »
Relintai synced commits to master at Relintai/pmlpp_sample from mirror 2023-04-22 23:41:49 +02:00
4122bd958b Updated the engine and the module.
277f24e988 Updated the engine.
Compare 2 commits »
Relintai synced commits to master at Relintai/pmlpp from mirror 2023-04-22 23:41:48 +02:00
1823ffe616 More api cleanups.
da7659860a More api standardization.
Compare 2 commits »
Relintai synced commits to master at Relintai/pmlpp from mirror 2023-04-22 15:31:47 +02:00
eb9f3eaa34 More api standardization.
590d1ce5e2 Api standardization.
539167fee9 More cleanups.
5a4ff2f19e Api cleanups to LinAlg.
bfc1c40a0c Use the Math singleton everywhere in LinAlg.
Compare 5 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-04-22 15:31:46 +02:00
25e57a4268 Added erf to Math.
e80dfcee2e Added a Math singleton exposing math functions directly to scripts. The idea is to make the disrepancies between scripts and engine side code smaller.
4ab9936fc8 Added log10 to the Math class.
Compare 3 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-04-21 15:01:46 +02:00
922a519a52 Also fix the tangent generation button in the MeshDataResource editor.
ab2f492775 Fix visual indicator toggles in the MeshDataResource editor.
8253cf6c56 Reworked undo redo handling in the MeshDataResource Editor. Now it will properly mark the actual resource dirty in all cases. Also fixed other small inconsistencies, and issues.
Compare 3 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-04-21 06:51:46 +02:00
06b2437b72 Ported: [3.x] Expose more compression formats in Image
3a1b2954f1 Ported: [3.x] Don't apply scale to autohide theme property
e32e0af40f Ported: Fix null in android text entry system.
dd5ad408e8 Ported: SurfaceTool - efficiency improvements
1263101396 Ported: Batching - Add MultiRect command
Compare 5 commits »
Relintai synced commits to master at Relintai/pmlpp_sample from mirror 2023-04-17 05:01:50 +02:00
34d79881b6 More improvements to the module config.
4a001d4cc3 Update the engine and module.
Compare 2 commits »
Relintai synced commits to master at Relintai/pmlpp from mirror 2023-04-17 05:01:48 +02:00
0372aac3d3 Fix an another warning.
33ac510e6f Added an index based getter and setter to Tensor3 and Matrix.
90dbd6657e Vector, Matrix and Tensor3 api cleanups.
ce49ed294b MLPPTensor3 initial cleanup.
Compare 4 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-04-17 05:01:47 +02:00
71c00ae64f Fix string parameter parsing in multipart forms, also make multipart form content fields case independent.
Relintai synced commits to master at Relintai/pmlpp_sample from mirror 2023-04-16 20:51:49 +02:00
93b1012063 Updated the engine and module.
4435448b97 Cleaned up slim args.
0e9aee2feb Updated the module and the engine.
Compare 3 commits »
Relintai synced commits to master at Relintai/pmlpp from mirror 2023-04-16 20:51:47 +02:00
7a30524998 Fix warnings I missed.
dbe25ef093 Comment out everything in MLPPTensor3 temporarily.
624fd34433 Fix warnings found by clang.
6970af9363 Added MLPPTensor3 class. It's a copy of the MLPPMatrix class for now.
Compare 4 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-04-16 20:51:45 +02:00
c7639cad53 Fix build on windows.
1c505fe527 Make sure the dummy navigation server is used automatically if the normal is disabled.
88d12ace16 Added a new dummy navigation server module.
45ffb33025 Add init() virtual methods to the navigation servers.
aabd293f3b Allocate the selected navigation srevers.
Compare 13 commits »
Relintai synced commits to master at Relintai/pandemonium_demo_projects from mirror 2023-04-15 20:31:52 +02:00
a39cd4b9cd Fixed the enemy's animations in the 3d platformer demo.
c3e1033bd8 Fix the player's animations in the 3d platformer demo.
Compare 2 commits »
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-04-15 20:21:45 +02:00
276e4db381 Cleanups to Skeleton's bindings.
727826efba Make sure Skeletons set up their initial pose.
986565b0b4 Fix error spam in the skeleton editor.
Compare 3 commits »
Relintai synced commits to master at Relintai/broken_seals from mirror 2023-04-15 12:11:51 +02:00
7205feeefc Updated the engine.
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-04-15 12:11:46 +02:00
31f61225a2 Ported: Make MessageQueue growable
bb9f227c73 Ported: Update make_rst.py to match the master version
6bba08c00b Ported: Bump the target SDK version to 33 (Android 13)
76f9237411 Ported: Fix directory access when the running app has the All files access permission
464b0b5e08 Ported: Add Color + alpha constructor for Color
Compare 8 commits »
Relintai synced commits to master at Relintai/broken_seals from mirror 2023-04-11 02:01:53 +02:00
34a53a6266 Updated the engine to the latest.
Relintai synced commits to main at Relintai/Relintai from mirror 2023-04-11 02:01:48 +02:00
8f20fdd5c3 Update README.md
Relintai synced commits to master at Relintai/pandemonium_engine from mirror 2023-04-11 02:01:47 +02:00
40a9b72afb Ported from godot-plus: Add ability to mute AudioServer.
8ab1998fcb Ported from godot 4: Optimize Node::add_child validation
a14b058dc4 Ported from godot 4: Optimize Node children management
32e9927ac8 Ported from godot 4: Remove NOTIFICATION_MOVED_IN_PARENT
7d2667830d Ported from godot 4: Fix Viewport root order after Node2D raise
Compare 5 commits »