From 63611932ebae93620386b26cfa82f7c4552b22ff Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 29 May 2011 21:11:16 +0300 Subject: player passwords and privileges in world/auth.txt --HG-- extra : rebase_source : 7260636295d9068fbeeddf4143c89f2b8a91446c --- doc/changelog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/changelog.txt') diff --git a/doc/changelog.txt b/doc/changelog.txt index f43a68f12..cb3594a98 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -13,6 +13,7 @@ X: - Slightly updated map format - Player passwords - All textures first searched from texture_path +- Map directory ("map") has been renamed to "world" (just rename it to load an old world) 2011-04-24: - Smooth lighting with simple ambient occlusion -- cgit v1.2.3 From 9f7c21a0b48285fe03bef1060557f6e75976d625 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 29 May 2011 21:13:29 +0300 Subject: invert_mouse config option --HG-- extra : rebase_source : 2695ad71185244cefbcf6e3e28ba1ab5e54c882f --- doc/changelog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/changelog.txt') diff --git a/doc/changelog.txt b/doc/changelog.txt index cb3594a98..e886370a6 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -14,6 +14,7 @@ X: - Player passwords - All textures first searched from texture_path - Map directory ("map") has been renamed to "world" (just rename it to load an old world) +- Mouse inversion (invert_mouse) 2011-04-24: - Smooth lighting with simple ambient occlusion -- cgit v1.2.3 From cc2df1a3ed52dbe97145c6cb320c81e8d70f9a3d Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 29 May 2011 21:28:22 +0300 Subject: changed version number to 0.2.20110529_0 --HG-- extra : rebase_source : 9b05d4bfee9312aef4182fa6f63b4237368cec34 --- doc/changelog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/changelog.txt') diff --git a/doc/changelog.txt b/doc/changelog.txt index e886370a6..7089146a0 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -15,6 +15,8 @@ X: - All textures first searched from texture_path - Map directory ("map") has been renamed to "world" (just rename it to load an old world) - Mouse inversion (invert_mouse) +- Grass doesn't grow immediately anymore +- Fence added 2011-04-24: - Smooth lighting with simple ambient occlusion -- cgit v1.2.3 From e81919c818c6040de7401a037e3fdfac88b28eea Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 29 May 2011 22:34:04 +0300 Subject: hopefully fixed the privilege problems --HG-- extra : rebase_source : 9826d20176134a53ff232816a10407465d8c0f50 --- doc/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/changelog.txt') diff --git a/doc/changelog.txt b/doc/changelog.txt index 7089146a0..e02019783 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,7 +3,7 @@ Minetest-c55 changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. -X: +2011-05-29: - Optimized smooth lighting - A number of small fixes - Added clouds and simple skyboxes -- cgit v1.2.3 From 7d57b71ffed075d2b204a082b2ea1a95b44de257 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 2 Jun 2011 00:15:42 +0300 Subject: 0.2.20110602_0 --- doc/changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/changelog.txt') diff --git a/doc/changelog.txt b/doc/changelog.txt index e02019783..5a01b6bc4 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,11 @@ Minetest-c55 changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. +2011-06-02: +- Password crash on windows fixed +- Optimized server CPU usage a lot +- Furnaces now work also while players are not near to them + 2011-05-29: - Optimized smooth lighting - A number of small fixes -- cgit v1.2.3