8,451 Commits over 2,131 Days - 0.17cph!
Basic stuff for adding components to wiseguysuser
Fix comments + update entity cache
Forgot to remove a temp line
Switched out my custom highlight code for Garry's one. Got rid of more unused stuff.
Get the tracer material back
Removing a bunch of unused project assets
Show something even when there are no winners at end of round
Get network_entity_cache RPC checks working again by checking all assemblies. This is a bit of a hack fix though: Apparently there are over 150 assemblies in our project... would be much faster if we can just get the user script ones
As far as I can tell, comparison with 'null' is coming out with the same results as comparison with '(object)null'. Tentatively changing the three lines in NetworkEntity.RPC, to get rid of those last three warnings.
Fix issue with initial join player spawn order
Simplify the scene name thing
Automatically fill in scene name in NetworkLevel
Read only attributes support scripts
Revert accidental 99 Bots mode change
Got scene Points Of Interest working again. Added WiseguysLevel to my test map.
Fix round start ordering issue.
Better solution for the same thing
Send a full character state when group or group subscribers change. Fixes state not getting fully sent to new connections
State diff was getting processed twice unnecessarily
Character kept nagging about "Facepunch.Bass.Serialization.Serializer<GameData.CharacterState>' is obsolete: `Don't bother using this any more'", so I've removed it and converted the state sends to use the newer system.
Rename team balancing. Make it clearer that is does NOT rebalance automatically in all cases, e.g. When imbalance happens due to player disconnections.
Added server-side verification for client character selections
Bots now respect auto-balancing team selections
Team deathmatch doesn't need the fancy character selection anymore
Added automatic team balancing option on the character selection screen. Will need to also validate this server-side
Fixed levels not loading for client in editor.
Fixed false cleanup errors when stopping the server in editor.
Refactored belt input a bit, added mouse wheel support - can now scroll mouse wheel to select belt slots.
Fix NRE on NetworkUser disconnect
Added level components in all scenes
testmap_small has a networklevel
Hopefully final fucking fix
Moving stuff into an editor def
Fixed a couple of post - merge issues