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