bravoserver / bravo

UNMAINTAINED: Reverse-engineered Minecraft stuff. Worked with 1.4.x protocol
http://bravoserver.org/
Other
206 stars 45 forks source link

Entity movement loop, Mob AI precurser #318

Closed Varriount closed 13 years ago

Varriount commented 13 years ago

I've added in an entity loop that allows entities to move. Currently on my machine, it can handle about 400 simple movement mobs, if we need a higher limit then I'll probably have to do some digging for optimization and/or delegate entity movement to a separate process.

MostAwesomeDude commented 13 years ago

Merging; will be adding cleanups afterwards. Thanks!