gopenfusion/shard
CPunch 459b71a109 fix: Chunks are now goroutine safe
- added Chunk.ForEachEntity()
- refactored SendPacketExclude() to use it
- Chunk.Entities is now Chunk.entities, which is private.
- Chunk.AddEntity() && RemoveEntity() now lock the chunk mutex
2023-11-21 01:49:57 -06:00
..
chat.go moved 'core' to 'internal' 2023-08-23 18:16:24 -05:00
entitymanager.go fix: Chunks are now goroutine safe 2023-11-21 01:49:57 -06:00
join.go moved 'core' to 'internal' 2023-08-23 18:16:24 -05:00
movement.go minor chunk refactoring 2023-11-21 01:36:23 -06:00
npcloader.go moved 'core' to 'internal' 2023-08-23 18:16:24 -05:00
shardserver.go moved 'core' to 'internal' 2023-08-23 18:16:24 -05:00