Immortius
Immortius
I did a quick search for usages of CoreRegistry within the nui classes: Only one widget proper (excluding screens) uses core registry - UILoadBar. It uses it to get access...
Advanced monitoring is all still in multiplayer - the advanced config was removed but it was mostly unnecessary (and dangerous) data representation settings. I would like to see the monitoring...
Facade is an element of our upcoming restructure - a facade is... basically a wrapper around the core terasology library that makes it runnable for a system. So the applet...
It can be enabled through the config file, which I think is adequate for a debugging feature. I'm not sure it is completely hooked up correctly - specifically, it complains...
I think it would be particularly good to add more documentation on the unsafe methods on their assumptions. If trying to Set a component to an entity that lacks it...
Arguably it is working as intended - it creates a copy of the entity, and the entity system doesn't know about the behavior of the components being copied, nor should...
The entity manager knows nothing of NetworkComponent, and does not use it internally. The only components the entity manager deals with specifically are EntityInfoComponent and LocationComponent, the latter probably being...
That is a good idea.
I agree with the idea of disconnecting the existing client.
We could just come up with some simple markup language. Could be as simple as: `{color:#fff}some text{color}` `{u}important{u}` It would have to be limited to options within a font though...