41 Commits over 30 Days - 0.06cph!
Fixed a couple of post - merge issues
Get NPCs working + testmap_smaller minor edit
Fixed init order issues with NetworkUser/WiseGuysUser and INetworkUserComponents
Cleaned up all errors in the merge. A lot of casting NetworkUser to WiseguysUser that makes things a bit messy - would be nice if we can get rid of WiseguysUser entirely in the IPlayer refactor. Even if not, we can clean it up a bit more.
Fixed the last few issues.
Moved all of the per level content stuff
Everything's converted to GetManager<T>
Everything moved, just need to fix errors.
Create asm def for a lot more stuff, way too big of a checkin...
Going home. Removed the majority of dependencies now.
Fixed all errors related to NetworkUser, moved stuff to Wiseguys user temporarily.
NetworkUser stripped down to support the bare minimum.
Added missing attribute definitions
Removed old networklevel completely
NetworkLevels are now loading in properly again.
Moved all the generation etc. to WiseguysLevel
Moved more stuff from NetworkLevel to WiseguysLevel. Almost all loading again.
More work on moving NetworkLevel
Replaced client and server components
Moved and referencing fixed time
Looking at ASMDef Networking code