This commit is contained in:
darkrose 2014-08-29 17:25:39 +10:00
parent 562c20b8df
commit a1eabd9ec9
3 changed files with 29 additions and 5 deletions

View File

@ -8,9 +8,9 @@ endif(${CMAKE_VERSION} STREQUAL "2.8.2")
project(voxelands)
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
set(VERSION_MAJOR 1407)
set(VERSION_MAJOR 1408)
set(VERSION_MINOR 00)
set(VERSION_EXTRA ":next")
set(VERSION_EXTRA "")
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}${VERSION_EXTRA}")
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Minetest Classic</title>
<title>Voxelands</title>
<style type="text/css">
html, body {background:#323246; color:#F0F0F0; font: 14px sans-serif; line-height:1.2em; position:relative; min-width:100%; min-height:100%; margin:0; padding:0;}
@ -40,7 +40,7 @@ div.body ul li, div.body ol li {margin:0; padding:0; margin-bottom:5px;}
<body>
<header class="site-header">
<div class="main-header">
<h1>Minetest Classic</h1>
<h1>Voxelands</h1>
<nav class="main-menu">
<ul>
<li><a href="/">Home</a></li>

View File

@ -1,8 +1,32 @@
Minetest-Classic changelog
Voxelands changelog
----------------------
This should contain all the major changes.
For minor stuff, refer to the commit log of the repository.
1408.00: (release 2014-08-29)
- highlight the selected node instead of showing a selection box
- implement circuits:
- add wirelike drawtype
- add energy propagation to environment
- add mesewire
- add copperwire
- add reactor
- add solarpanel
- add waterwheel
- add switch
- add button
- add NOT gate
- add wood/stone pressure plates
- add repeater
- add lamp
- add piston
- add sticky piston
- add a clock
- optimise mesh gen a little
- set give_initial_stuff to default as true
- implement sound
- add quartz to lava cooling
1407.00: (release 2014-07-26)
- name changed from Minetest Classic to Voxelands
- new menu logo (sdzen)