X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=doc%2Fchangelog.txt;h=c9fe7446f523aafec50f6b215f2604b7294c3dc3;hb=281f76b6a07393906cb532bed95d5d98f0791c3a;hp=a8722f1c9bb2c16a2cde7758ec43fec6a69bb819;hpb=d065bae323838734556de2693b6b004c98c95092;p=dragonfireclient.git diff --git a/doc/changelog.txt b/doc/changelog.txt index a8722f1c9..c9fe7446f 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,23 @@ Minetest-c55 changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. +2011-04-04: +- Cleaned client to be completely synchronous, except for the mesh calculation, which is now done with queues in a separate thread. +- Added node metadata support +- Added chests + +2011-02-17: +- Added better handling of textures. Now many file extensions are searched. Also too large textures are not put on the texture atlas, and the construction of the texture atlas is stopped when it is full. + +2011-02-16: +- Better handling of Ctrl-C on POSIX systems + +2011-02-15: +- Fixed a problem of not saving and loading the "lighting expired" value of MapBlocks properly. This caused high server CPU usage. +- Ctrl-C handling on POSIX systems +- Added simple command support to server +- Added settings enable_texture_atlas and texture_path + 2011-02-14: - Created changelog.txt - Added sneaking/crouching