]> git.lizzy.rs Git - dragonfireclient.git/blob - doc/changelog.txt
updated changelog
[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-02-17:
7 - 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.
8
9 2011-02-16:
10 - Better handling of Ctrl-C on POSIX systems
11
12 2011-02-15:
13 - Fixed a problem of not saving and loading the "lighting expired" value of MapBlocks properly. This caused high server CPU usage.
14 - Ctrl-C handling on POSIX systems
15 - Added simple command support to server
16 - Added settings enable_texture_atlas and texture_path
17
18 2011-02-14:
19 - Created changelog.txt
20 - Added sneaking/crouching
21 - Modified the looks of the hotbar and cleaned code
22 - Added code to allow generating 3D cube images for inventory
23