TechbloxModdingAPI/TechbloxModdingAPI
Norbi Peti 23439abde3
Add new blocks and materials, make every type public in the game, fix entity publish
- Probably should've committed more
- Added new block IDs and a material (also fixed material names)
- Added missing player states
- Added a class to make every type public in the game's code, so we don't need to worry about internal components
- We don't need to worry about anticheat so it should be fine - will need to be made into its own exe though
- Fixed delayed entity publishing and set the limits based on the consumers (just 30 almost everywhere)
2022-10-04 01:47:09 +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 Add new blocks and materials, make every type public in the game, fix entity publish 2022-10-04 01:47:09 +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 Fix all compiler issues and add Count property and smart ToArray() function to RefCollection 2022-10-02 01:34:51 +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 Add new blocks and materials, make every type public in the game, fix entity publish 2022-10-04 01:47:09 +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 Fix all compiler issues and add Count property and smart ToArray() function to RefCollection 2022-10-02 01:34:51 +02:00
TechbloxModdingAPIException.cs Some file renames that were missing 2021-05-03 00:17:49 +02:00