Early alpha release

This commit is contained in:
David Vierra 2015-02-02 15:02:02 -10:00
parent efee453737
commit a7ce68c3f5
3 changed files with 15 additions and 27 deletions

View File

@ -4,11 +4,11 @@
<span class="glyphicon glyphicon-download-alt" aria-hidden="true"
style="margin-right:10px"></span>Download MCEdit</a>
<div class="latest-version">
Latest version: <em>Tech Demo</em>
Latest version: <em>2.0.0-alpha1</em>
</div>
<ul class="dl-links">
<li class="li-icon-windows">
<a href="https://github.com/mcedit/mcedit2/releases/download/v2.0-tech-demo/mcedit2-tech-demo-win-amd64.exe">Windows (64-bit only)</a>
<a href="https://github.com/mcedit/mcedit2/releases/download/2.0.0a1/mcedit2-2.0.0-alpha1-win-amd64.exe">Windows (64-bit only)</a>
</li>

View File

@ -0,0 +1,13 @@
---
layout: post
title: "MCEdit 2.0 alpha 2.0.0a1 released"
date: 2015-2-2 15:00:00 -1000
comments: true
---
As a reward for my twitter followers, an early alpha version of MCEdit 2.0 is now available from the links to the left.
Many key features are now here, but in a very rough state. Lots of things are slow and still don't work right. As before, <em>Do not use this version for any serious work!</em> Don't bother reporting any bugs, except for when MCEdit crashes on startup or doesn't even open - and remember to post your `mcedit.log` file.
Only for 64-bit Windows, because resource limits aren't in yet and it will just run out of memory on 32-bit.

View File

@ -1,25 +0,0 @@
---
layout: post
title: "MCEdit 2.0 development is now in Alpha"
date: 2015-1-1 00:00:00 -1000
comments: true
---
MCEdit 2.0 has been in development for what seems like a year, and it is now ready for public testing. Use the
download links to the left to choose the correct edition for your computer.
While in Alpha, I am only interested in bug reports where MCEdit completely fails to start. Open an issue using the
"Report Issues" link to the left and always attach your `mcedit.log` file from the MCEdit folder.
MCEdit has been almost completely rewritten, and now sports a conventional UI made using the Qt toolkit. Here are
some new features you might like.
- Instant undo/redo - no waiting for a copy before every edit.
- Shaped selections - combine selections by adding and subtracting shapes
- Lighting updated immediately - instead of all at once when you save
- Resource pack support - textures, block models, and items
- Block model support - future blocks will now display correctly (Requires MC 1.7+)
- Textures and models from your Minecraft installation (Requires MC 1.7+)
- Generate tool - generate structures and objects with live preview (will be extendable with plugins!)
- New plugin system - replaces the old "filter" system with several new types of plugin (WIP)