NorbiPeti
fad3b5cbf4
Fix picking block groups...
4 years ago
NorbiPeti
d744aaab79
Add ability to create & move block groups & other stuff
Added a way to store block groups as blueprints
Blocks can be added/removed from block groups, although it doesn't work well atm
Added some patches to the test class in an attempt to debug an unrelated issue
Added a command to test placing a block group
Added a SelectedBlueprint property to the Player class
4 years ago
NGnius (Graham)
08138e3589
Fix build errors from beta hotfix 1
4 years ago
NorbiPeti
987fbe673a
Fix initial issues and add error on patch fail
Fixed compilation and loading issues for 2020.10.27.17.13
4 years ago
NGnius (Graham)
aae2057972
Convert relevant blocks to wireable blocks and fix wire connect during block init
4 years ago
NorbiPeti
cfdc5e8c26
Fixes, block IDs, cluster & chunk health support
4 years ago
NGnius (Graham)
708dbdd81d
Add wiring API and improve signal support
4 years ago
NorbiPeti
5264d98ce7
Test fixes, block event Block property
Fixed Assert.Equal()
Changed tests to reflect changes
Added Block property to the block event args
Completely removed sync things
4 years ago
NorbiPeti
89d32956d9
Automatically invoke the correct block constructor
And store delegates of dynamic methods invoking constructors
Tested with the automated tests
4 years ago
NGnius (Graham)
926d968eed
Add sfx block support
4 years ago
NGnius (Graham)
60f231f939
Add standard asserts
4 years ago
NGnius (Graham)
189c3ca2a5
Document App and Test additions (+ minor tweaks)
4 years ago
NGnius (Graham)
78122ee445
Add automatic testing functionality
4 years ago
NorbiPeti
62318b0843
Update to Gamecraft 2020.06.11.18.50
Removed some inputs from FakeInput
4 years ago
NorbiPeti
f62211309e
Added WaitForNextFrame() and fixed block scaling
A bit hacky, but it works
4 years ago
NorbiPeti
dba7c0a46f
Added 2 block events and removed BDNEException
Added an event for placing and removing blocks
Added a class to wrap event calls in a try-catch
Removed BlockDoesNotExistException
Made Block.GetSimBody() return null if block doesn't exist
4 years ago
NorbiPeti
269d30b0db
Add support for connected bodies
Added center of mass
Removed delta velocities
4 years ago
NorbiPeti
ab7c5805fe
Add object ID block and label support
4 years ago
NorbiPeti
dca6fe4c1b
Fixes, added SimBody class
4 years ago
NorbiPeti
084cbb40c4
Added AsyncUtils and Block.PlaceNewAsync()
4 years ago
NGnius (Graham)
e8f59e8641
Delay serializer registration and disable version check even in Debug mode to fix #5
4 years ago
NGnius (Graham)
8326d70cbf
Integrate tweak and signal functionality into Blocks
4 years ago
NorbiPeti
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
4 years ago
NorbiPeti
6dce87fb66
Documentation, added invalid block ID, error handling
4 years ago
NorbiPeti
1c5ce37fce
Add debug interface API and improve block API
Added API for adding more information on the debug display (not object-oriented yet)
Removed the setter for block type to ensure stability
Made the block API return defaults if the block no longer exists
Added property to check if the block exists
Made a struct for the block's color property
Added missing block IDs
4 years ago
NGnius (Graham)
06b8c3664e
Add Event builders
4 years ago
NGnius (Graham)
9cb6917d28
Create custom error types and error catching
4 years ago
NorbiPeti
6f8241554d
Add block type and color properties
4 years ago
NorbiPeti
ff57a16565
Create Block class with existing functionality
Placement, movement, rotation, removal
Block looked at (in Player class), connected blocks
4 years ago
NGnius (Graham)
1f35b2a434
Upgrade to Harmony v2.0.0
4 years ago
NGnius (Graham)
5cb27b05c0
Create CommandBuilder
4 years ago
NGnius (Graham)
07ba6f2dc4
Add game file persistence functionality
4 years ago
NGnius
d1c0556b9c
Update to Gamecraft 2020.04.06.14.50
4 years ago
NGnius
7ac5120ef5
Add Simulation and Build switch to events
4 years ago
NGnius
0459bdf9d9
Modify & Fix signal API
4 years ago
NGnius
8145c6c23f
Fix GameSwitchedTo event with some statefulness
4 years ago
NGnius
b4e9b403da
Add basic analytics disabler (experimental)
4 years ago
NGnius (Graham)
7c633045e4
Version bump to v0.1.2.0
4 years ago
NGnius (Graham)
2df8da1af5
Add mostly reliable signal & channel API support
4 years ago
NGnius (Graham)
f13d634a2c
Fix breaking changes in Gamecraft v2019.12.17.15.48
4 years ago
NGnius (Graham)
8686aad507
Add audio volume tools
4 years ago
NGnius (Graham)
0357728f0e
Implement some common block operations
4 years ago
NGnius (Graham)
c55454e4a3
Add general purpose engine management & cleanup
4 years ago
NGnius (Graham)
047f0bb344
Add command support
4 years ago
NGnius (Graham)
fae054b72b
Implement missing events
4 years ago
NGnius (Graham)
864efca755
Add event handling framework
4 years ago