]> git.lizzy.rs Git - dragonfireclient.git/blob - doc/changelog.txt
updated changelog a bit
[dragonfireclient.git] / doc / changelog.txt
1 Minetest-c55 changelog
2 ----------------------
3 This should contain all the major changes.
4 For minor stuff, refer to the commit log of the repository.
5
6 2011-04-04:
7 - Cleaned client to be completely synchronous, except for the mesh calculation, which is now done with queues in a separate thread.
8 - Added node metadata support
9 - Added chests
10
11 2011-02-17:
12 - 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.
13
14 2011-02-16:
15 - Better handling of Ctrl-C on POSIX systems
16
17 2011-02-15:
18 - Fixed a problem of not saving and loading the "lighting expired" value of MapBlocks properly. This caused high server CPU usage.
19 - Ctrl-C handling on POSIX systems
20 - Added simple command support to server
21 - Added settings enable_texture_atlas and texture_path
22
23 2011-02-14:
24 - Created changelog.txt
25 - Added sneaking/crouching
26 - Modified the looks of the hotbar and cleaned code
27 - Added code to allow generating 3D cube images for inventory
28