Unmined 0.4.207dev

Release time \o/

What’s new in 0.4.207dev:

  • New user interface
  • New chunk processor
  • New map renderer
  • Improved zoom range (+/- 16x)
  • Map image cache
  • Configuration files
  • Improved support for multiple CPU cores

This release has almost no features and it’s for hardcore fans who want to play with the new engine. All of the missing stuff will be restored in future releases, and lot of new features are coming soon.

You can download it here.

Good news

Finally I have fixed all the bugs and I’m preparing a prerelease now. What we have is a full multi-threaded and double-cached processing and rendering engine with layer support, and it’s suitable for creating editor tools and huge amount of new map features.

Live map and the bridge mod

Mojang has changed the chunk saving code in Minecraft Snapshot 12w21b, it seems that newly created chunks are not saved until they are dropped from the chunk cache. Unmined cannot access chunks until Minecraft saves them, so this will add a significant delay when using live map.

These delays could be completely eliminated by creating an API mod that acts a bridge between Unmined and Minecraft and can be used by Unmined to access unsaved chunk data and other in-game information like player positions in real-time. Unmined is not meant to be an in-game navigation tool since writing a mod is much better way to do this (I use Rei’s minimap), but updating the map as soon as possible can be important and showing player positions in real-time would be cool.

Writing an API mod and a Bukkit plugin would open the possibilities for adding in-game tools to Unmined like in-game editing, teleporting players, setting up permissions and protected areas, reverting user changes and more. Mapping a remote server would be also possible.

What do you think about this?