Made commit #11 right now. A important feature was added right now:
Code:
if (ReferenceEquals(ent, EngineVars.MouseEnt))
{
	ent.Pan += 1.5 * TimeStep;
}


All engine objects have now C# reference equality. This is useful for any referencing and won't cause problems with external libraries.


Visit my site: www.masterq32.de