Commit Graph

7 Commits

Author SHA1 Message Date
CPunch bcc999db38 moved internal/entity to shard/entity 2023-12-01 16:56:55 -06:00
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
CPunch 06f4a4d33f minor chunk refactoring
- rename GetChunk -> GetChunkPos
- rename SetChunk -> SetChunkPos
2023-11-21 01:36:23 -06:00
CPunch 458e907c99 moved 'core' to 'internal' 2023-08-23 18:16:24 -05:00
unknown f27e72d68d send chat packets to *all* players 2023-06-27 22:05:08 -05:00
unknown 215e313c43 added chat :D 2023-06-27 21:49:11 -05:00
unknown c4325475ed minor renaming 2023-06-27 00:48:17 -05:00