Robin
Robin
The default node editor isn't compatible with darkui because it uses custom code instead of the in-built dotnet node classes. Adding a custom property editor is a pain in the...
I realise this is a very late comment - I've been meaning to fully review this PR for a while now but never had the time (and still do not...
`DarkDockPanel` is not meant to be nested. You should only ever have one. It is the parent control which contains all the regions, panels, drag areas, etc. You can follow...
You'll need Visual Basic 6.0, not the modern .NET copies. There are some tutorials for the source code / engine on this page: https://github.com/RobinPerris/EclipseOrigins
Sounds like it's having a problem loading a form control. Used to be very common. Try installing these library runtime files: http://www.hitsparkinteractive.com/threads/runtimes-installer.96/ Then re-download and re-compile the source code.
The runtimes installer should solve any reference issues. Try taking a look here: https://github.com/RobinPerris/Crystalshire/blob/master/client/client.vbp Each of those references and objects need to exist on your machine and be registered. http://stackoverflow.com/questions/4897685/how-do-i-register-a-dll-file-on-windows-7-64-bit...
This is the version of the source code that was used to build and deploy the last working version of the Crystalshire game. There are no other versions of it....
I'm afraid I don't understand what the problem is. Do you have an example or link explaining what you think the problem is?