jlnunez89 / fibula-mmo

An open source server written in C# for the other-leg-bone-name game (which must not be named).
MIT License
28 stars 7 forks source link

Map description needs improvements. #14

Closed jlnunez89 closed 4 years ago

jlnunez89 commented 5 years ago

Currently the map description process is sloppy and not optimized.

We need to check if creatures can be sent as a separate packet (or after everything else in the tile) to see if the can hopefully cache and optimize tile description.

Also, real map loading might be a next logical step here.

jlnunez89 commented 4 years ago

TODO: reassess if more improvements are needed in this area, or else close this one.

jlnunez89 commented 4 years ago

related: #36

now all floors are tested

jlnunez89 commented 4 years ago

seems pretty stable after a while, no debugs anymore. will open as separate issues as needed.