Recent content by Panserbjoern

  1. Panserbjoern

    Modding: per-block-storage extensions

    Hi Cervator Yes, why not move it to the incubator... Well, using the books mod as an example was a bad choice, of course. You would rather use a per-block-storage extension for stuff like temperature, moisture or block-integrity. I think, as soon as you have more than just a handfull of...
  2. Panserbjoern

    Modding: per-block-storage extensions

    Hi I am currently working on per-block-storage extensions for mods. It's not yet finished but i've made quite some progress in the past couple days. Branch: https://github.com/mbrotz/Terasology/tree/per-block-storage Please don't merge anything of that branch, though! I'm playing around...
  3. Panserbjoern

    Advanced Monitoring Tool

    I've extended the chunk monitor to highlight tesselated chunks with a blue border. (See images above!) This allows you to see, which chunks are tesselated and sent to the graphics card. Further, the threads monitor now monitors the threads responsible for chunk storage and growth simulation...
  4. Panserbjoern

    Chunk Storage

    Hello I have finally switched entirely from java object serialization to protobuf for chunk storage! Worlds in the old java object serialization format are still loaded, but they will be stored in the new protobuf format. The old GZIP based storage format is no longer supported, but i can...
  5. Panserbjoern

    Advanced Monitoring Tool

    Awesome! :) I have no idea, though, what causes these errors in IntelliJ... Its working perfectly fine in Eclipse. If there is anything i can do about that, let me know.
  6. Panserbjoern

    Advanced Monitoring Tool

    Updated the images in the first post.
  7. Panserbjoern

    Advanced Monitoring Tool

    Cervator, no problem! :) I would like such a licence! What infos do you need?
  8. Panserbjoern

    Advanced Monitoring Tool

    Immortius, this is not a replacement. It just displays the measurements. You still have to press F4 to start performance measurement.
  9. Panserbjoern

    Advanced Monitoring Tool

    Thanks, Cervator! :D
  10. Panserbjoern

    Advanced Monitoring Tool

    Hi Sorry for my long absence. I was quite busy and still have lots to do, but i found some time for Terasology lately and i hope, i can do some more work. While experimenting around with stackable chunks i created an advanced monitoring tool for Terasology. It is cappable of monitoring game...
  11. Panserbjoern

    Tweaking Multiplayer

    None taken! I know, i tend to overengineering when i have too much time... :rolleyes: I promise to keep it as simple as possible. :D
  12. Panserbjoern

    Tweaking Multiplayer

    Cool! But stackable chunks will introduce lots of changes. Looooooots... :) Might lead to some collisions.
  13. Panserbjoern

    Tweaking Multiplayer

    Well, i'll do the chunk stuff, if that helps.
  14. Panserbjoern

    Inactive Leap Motion Controller

    Awesome! :D
  15. Panserbjoern

    Tweaking Multiplayer

    Hi Immortius. I guess, support for stackable chunks will have to be added manually to your multiplayer arc. Or do you plan to merge with the singleplayer branch later?
Top