TechbloxModdingAPI/TechbloxModdingAPI/Blocks
NorbiPeti 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
..
Engines Improved and fixed publish queue detection and block test 2023-03-30 01:17:31 +02:00
BlockColor.cs Fix block color and group 2021-05-18 00:44:09 +02:00
BlockComplexity.cs Block fixes, add mass and complexity properties, make Player.LocalPlayer return null if not found 2022-02-19 02:25:58 +01:00
BlockExceptions.cs Renamed all references of Gamecraft to Techblox 2021-05-02 01:56:20 +02:00
BlockIDs.cs Add new blocks and materials, make every type public in the game, fix entity publish 2022-10-04 01:47:09 +02:00
BlockMaterial.cs Add new blocks and materials, make every type public in the game, fix entity publish 2022-10-04 01:47:09 +02:00
BlockTests.cs Improved and fixed publish queue detection and block test 2023-03-30 01:17:31 +02:00
DampedSpring.cs Finish code generator (mostly) 2021-08-11 23:44:26 +02:00
Engine.cs Improved and fixed publish queue detection and block test 2023-03-30 01:17:31 +02:00
LogicGate.cs Finish code generator (mostly) 2021-08-11 23:44:26 +02:00
Motor.cs Add Motor class 2021-08-12 00:44:23 +02:00
ObjectID.cs Re-add object ID class, add some wheel rig properties, remove old game assembly refernces 2022-04-12 00:52:24 +02:00
Piston.cs Finish code generator (mostly) 2021-08-11 23:44:26 +02:00
Seat.cs Finish code generator (mostly) 2021-08-11 23:44:26 +02:00
Servo.cs Start updating to Techblox 2022.05.25.11.05 2022-06-01 16:54:17 +02:00
SignalingBlock.cs Start updating to Techblox 2022.08.11.09.42 and start work on RefCollection 2022-09-29 00:29:12 +02:00
WheelRig.cs Bump version 2022-04-12 03:18:28 +02:00
Wire.cs Fix all compiler issues and add Count property and smart ToArray() function to RefCollection 2022-10-02 01:34:51 +02:00