LiamKarlMitchell / InfiniteSky

InfiniteSky is an open-source mmorpg project, It is written in Node.JS
GNU General Public License v3.0
33 stars 42 forks source link

Character experience bar update #101

Open przemyslawwalczak opened 9 years ago

przemyslawwalczak commented 9 years ago

Currently we are updating the experience bar each time we gain experience. There might be a way to optimize this by pre-counting displayed percentage on the bar by the server and updating the client only when the bar is about to change.