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