]> git.lizzy.rs Git - dragonfireclient.git/blob - doc/changelog.txt
71cbd970da302b9b1432e5c397d29cd9f5a879ac
[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 X:
7 - Optimized smooth lighting
8
9 2011-04-24:
10 - Smooth lighting with simple ambient occlusion
11 - Updated main menu
12
13 2011-04-23_0_test:
14 - Small bug fixes
15 - Item drop multiplication fixed
16 - HP added
17 - Added A simple monster which spawns to dark places at map generation time
18 - Some code refactoring and cleaning (possibly new bugs)
19
20 2011-04-11:
21 - Fixed crafting a bit
22
23 2011-04-10_0:
24 - Asynchronous map generation
25 - New object system
26
27 2011-04-06:
28 - Mesh update of node addition/removal is now done asynchronously on client, removing frametime spike
29 - Node addition/removal is sent directly only to clients that are closer than 100 nodes to the modification. For the others, the modified blocks are set unsent. (and are re-sent when applicable)
30
31 2011-04-05:
32 - Made furnace usable
33 - Added cobblestone
34 - Added wood, stone and steel tools: pickaxes, shovels and axes
35 - Incremented to version 0.0.2
36
37 2011-04-04:
38 - Cleaned client to be completely synchronous, except for the mesh calculation, which is now done with queues in a separate thread.
39 - Added node metadata support
40 - Added chests
41
42 2011-02-17:
43 - 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.
44
45 2011-02-16:
46 - Better handling of Ctrl-C on POSIX systems
47
48 2011-02-15:
49 - Fixed a problem of not saving and loading the "lighting expired" value of MapBlocks properly. This caused high server CPU usage.
50 - Ctrl-C handling on POSIX systems
51 - Added simple command support to server
52 - Added settings enable_texture_atlas and texture_path
53
54 2011-02-14:
55 - Created changelog.txt
56 - Added sneaking/crouching
57 - Modified the looks of the hotbar and cleaned code
58 - Added code to allow generating 3D cube images for inventory
59