NGnius (Graham)
08138e3589
Fix build errors from beta hotfix 1
2020-11-13 17:02:27 +01:00
4701b3577d
Make BlockColor.Index a property and other fixes
2020-10-02 17:06:06 +02:00
f2ce037564
Fix TextBlock.Text=null, most new blocks and others
2020-10-02 14:52:26 +02:00
NGnius (Graham)
aae2057972
Convert relevant blocks to wireable blocks and fix wire connect during block init
2020-08-23 09:59:13 -04:00
7336fe8353
Add support for initializing blocks with properties
...
Newly created blocks use the initializer to set properties, allowing the user to set per-block properties
2020-07-24 11:11:52 -04:00
89d32956d9
Automatically invoke the correct block constructor
...
And store delegates of dynamic methods invoking constructors
Tested with the automated tests
2020-07-24 11:11:52 -04:00
f403feb298
Update to Gamecraft 2020.06.17.08.41 (preview)
...
Removed BlockIdentifiers.OWNED_BLOCKS as the original got replaced with an array
Added the correct group for each supported functional block
Removed EntityFactory property from IEntitySerializer as it is provided on deserialization
2020-07-11 00:30:58 +02:00
dca6fe4c1b
Fixes, added SimBody class
2020-05-23 00:06:49 +02:00
NGnius (Graham)
4e08acf44c
Reduce potentially unnecessary calls to Sync() by always forcing Sync() for new blocks
2020-05-21 20:00:31 -04:00
3ff98f29bb
Improve GetBlockInfo(), block colors
...
Made GetBlockInfo() always return a reference without needing it as a parameter
Fixed Color property
Added CustomColor property for temporarily setting any color
2020-05-20 00:08:02 +02:00
NGnius (Graham)
97de5e606b
Add first block children ConsoleBlock and TextBlock, I hope they're not bullied at school for those names
2020-05-17 23:36:11 -04:00