forked from oerkki/voxelands
1311.01
This commit is contained in:
parent
33f2393aa6
commit
d4e067e69b
|
@ -9,7 +9,7 @@ project(minetest-classic)
|
||||||
|
|
||||||
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
|
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
|
||||||
set(VERSION_MAJOR 1311)
|
set(VERSION_MAJOR 1311)
|
||||||
set(VERSION_MINOR 00)
|
set(VERSION_MINOR 01)
|
||||||
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}")
|
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}")
|
||||||
|
|
||||||
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")
|
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")
|
||||||
|
|
|
@ -3,6 +3,12 @@ Minetest-c55 changelog
|
||||||
This should contain all the major changes.
|
This should contain all the major changes.
|
||||||
For minor stuff, refer to the commit log of the repository.
|
For minor stuff, refer to the commit log of the repository.
|
||||||
|
|
||||||
|
1311.01: (release 2013-11-14)
|
||||||
|
- prevent water being placed inside doors
|
||||||
|
- stop fire only burning half of doors
|
||||||
|
- fix infinite everything bug
|
||||||
|
- stop stacked large plantlike nodes depth buffer fighting (jungle grass)
|
||||||
|
|
||||||
1311.00: (release 2013-11-13)
|
1311.00: (release 2013-11-13)
|
||||||
- replace cobble with rough stone
|
- replace cobble with rough stone
|
||||||
- make cobble craftable from rough stone
|
- make cobble craftable from rough stone
|
||||||
|
|
Loading…
Reference in New Issue