TechbloxModdingAPI/TechbloxModdingAPI
Norbi Peti 67f32b8810
Improved and fixed publish queue detection and block test
- Made the PublishEntityChangesDelayed() method use the internals of Svelto.ECS to determine if it should wait
-- I had this code for a while but it used too much reflection to my liking
-- Now I made the reflection code nicer and a bit safer
- Fixed float comparisons: last time I didn't actually used abs() for float3 but I found this even better method
2023-03-30 01:17:31 +02:00
..
App Fix all compiler issues and add Count property and smart ToArray() function to RefCollection 2022-10-02 01:34:51 +02:00
Blocks Improved and fixed publish queue detection and block test 2023-03-30 01:17:31 +02:00
Commands Resolve all compile-time and patching errors, remove anticheat in singleplayer 2021-12-16 21:13:45 +01:00
Engines Update to Techblox 2022.01.25.15.52 2022-01-30 04:32:10 +01:00
Events Removed all obsolete classes and some commented out code 2021-05-21 00:09:36 +02:00
Input Update to Techblox 2022.01.25.15.52 2022-01-30 04:32:10 +01:00
Interface/IMGUI Improve UI elements (IMGUI) 2022-02-23 02:25:34 +01:00
Inventory Removed 2 non-OOP classes and fixed fly cam teleport 2021-05-30 01:34:30 +02:00
Persistence Update to Techblox 2022.02.17.10.32 2022-02-18 23:09:56 +01:00
Players Improved and fixed publish queue detection and block test 2023-03-30 01:17:31 +02:00
Tasks Update to Techblox 2022.02.17.10.32 2022-02-18 23:09:56 +01:00
Tests Fix all compiler issues and add Count property and smart ToArray() function to RefCollection 2022-10-02 01:34:51 +02:00
Utility Improved and fixed publish queue detection and block test 2023-03-30 01:17:31 +02:00
Block.cs Start updating to Techblox 2022.05.25.11.05 2022-06-01 16:54:17 +02:00
BlockGroup.cs Merge branch 'master' into preview 2021-12-14 23:26:35 +01:00
Blueprint.cs Merge branch 'master' into preview 2021-12-14 23:26:35 +01:00
Cluster.cs Begin updating to Techblox 2022.04.28.14.02 2022-04-29 02:07:46 +02:00
EcsObjectBase.cs Update to Techblox 2022.01.25.15.52 2022-01-30 04:32:10 +01:00
Main.cs All kinds of fixes of issues during automatic tests 2021-12-28 15:09:01 +01:00
Player.cs Add new blocks and materials, make every type public in the game, fix entity publish 2022-10-04 01:47:09 +02:00
Player.Events.cs Added player join/leave events and fix errors 2021-12-27 02:28:09 +01:00
SimBody.cs Begin updating to Techblox 2022.04.28.14.02 2022-04-29 02:07:46 +02:00
TechbloxModdingAPI.csproj Update reference paths to allow for RC2 dev as well 2022-10-18 20:19:41 +02:00
TechbloxModdingAPIException.cs Some file renames that were missing 2021-05-03 00:17:49 +02:00