Coder Social home page Coder Social logo

osjr's People

Contributors

therealnull avatar zeruth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

osjr's Issues

Getting objects currently resource heavy.

This is because currently, the client cycles through every tile in Region (~10800 tiles). 50 times a second.

A simple fix is underway using baseX&Y to determine the objects Tiles position in a much more efficient way. Won't fix for now though, because my CPU doesn't really mind. Low end PC's see a tremendous slowdown though. and this will need to be fixed before first Release.

reproduce: Enable agility overlay while watching FPS counter.

Client leaves a lot of stale references.

This can be observed by using ::displayfps. Memory usage is absurd. Using Eclipse MAT shows that the majority of these objects are Fields.

While not bad for performance by any means (not really noticeable at all) - it's still bad practice, and a lot of these classes need to be re-evaluated with the way they handle new Objects. Especially Hooks.accessors.

The JVM will auto-free when you get too close to the maximum memory usage. In our case these references aren't held so the memory is freed back to a respectable range, but will continue this cycle repeatedly.

Client doesn't load at all when hooks are invalid.

It is pretty easy to tell when this has happened. The client will get stuck at a black screen and never progress.

My preferred way of dealing with this would be to add a valid hooks check, and if it fails. load up the vanilla client instead of OSJR.

Add support for multiple XpGlobes

I've made this VERY EASY with the way I designed SkillGlobe. Good for first contribution as this is a non-issue for me personally.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.