Search results

  1. Mike Kienenberger

    Block Selection

    I've had a git epiphany, git committed, git push-deleted a couple branches, git rebased, then git pushed out a new branch with just the relevant changes. I'll also edit the original message, but my component-based-block-selection has been replaced with the better version...
  2. Mike Kienenberger

    Revising block selection

    Revising block selection
  3. Mike Kienenberger

    Block Selection

    I took a look at the block selection code today. What we currently had in engine was very specialized: based on the local player activating an item and always rendered, and only one selection could ever be in effect. I separated it out into two new base systems and reworked the current...
  4. Mike Kienenberger

    Proposal: moving math stuff to an independent repository

    If you want to get involved with Apache Commons Math, it should be pretty trivial to do. Disclaimer: I'm an ASF member.
  5. Mike Kienenberger

    Implementation Light & Shadow

    I checked out the L&S Resources and L&S modules a couple of days ago and was making them work with the latest develop branch, just to get an idea of what was currently implemented. One big problem that took me a long time to track down is that the assets are in both modules. Often with the...
  6. Mike Kienenberger

    Archived null particleEntity location in BlockParticleEmitterSystem.java:239 render()

    21:11:41.259 [Timer-2] ERROR o.t.r.logic.NearestSortingList - Uncaught exception in sorting thread: java.lang.ArrayIndexOutOfBoundsException: 127 21:11:43.528 [main] ERROR o.terasology.engine.TerasologyEngine - Uncaught exception java.lang.NullPointerException: null at...
Top