NorbiPeti
eb7a09ed22
Fixes, move command patch out of the test class
Removed some command line engines that shouldn't be registered
Fixed registering custom commands - registering it with the existing ones
3 years ago
NorbiPeti
6a2459b3e7
Attempts to bring console commands back (test)
3 years ago
NorbiPeti
cc4850a073
Fix fake input
3 years ago
NorbiPeti
677c8b0907
Add constructor for placing block, remove most PlaceNew args
3 years ago
NorbiPeti
9a4ff858f3
Improve color API and add material API
3 years ago
NorbiPeti
124ef410c7
Attempt to bring console back and update block ID list
3 years ago
NorbiPeti
98e00de642
Fix all startup errors
3 years ago
NorbiPeti
2d41026a05
Turned the rest of the errors into TODOs
3 years ago
NorbiPeti
d954060a5a
Add ability to change properties of existing blocks
And not storing custom block data for now
4 years ago
NGnius (Graham)
1c014e36ac
Add IMGUI styling and initial OOP implementation
4 years ago
NorbiPeti
879901f4b9
Add new block IDs, a property, 2 tests and fixes
4 years ago
NorbiPeti
6a90739197
Attempt to use custom cube category
4 years ago
NorbiPeti
712ece86db
Add custom block registration functionality and a test
4 years ago
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
9b1e2548d1
Attempts to create custom block types
It can load certain assets (a Cube from a sample) but fails because of missing shaders
My own Cube doesn't even get that far
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