]> git.lizzy.rs Git - dragonfireclient.git/blob - doc/changelog.txt
changelog update and disable motd by default
[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-07-31:
7 - A number of small fixes, build system stuff and such (refer to version control log)
8 - Map generator no longer crashes at generation limit
9 - Fixed mapgen producing lots of cut-down trees
10 - Some minor tweaks in map generator (some contributed)
11 - Volumetric clouds (contributed)
12 - Icon added (graphic contributed)
13 - Key configuration menu (contributed)
14 - Decorative blocks and items: bookshelf, sandstone, cactus, clay, brick, papyrus, rail, paper, book (contributed)
15 - Jungles!
16 - Hotbar is a bit smaller
17 - Health is now enabled by default; You can now eat cooked rats to heal yourself.
18 - Finally added sword textures, altough sword is still of no use
19 - Creative mode now preserves normal mode inventory
20
21 2011-07-04:
22 - Many small fixes
23 - Code reorganizing to aid further development
24 - Renewed map generator
25
26 2011-06-02:
27 - Password crash on windows fixed
28 - Optimized server CPU usage a lot
29 - Furnaces now work also while players are not near to them
30
31 2011-05-29:
32 - Optimized smooth lighting
33 - A number of small fixes
34 - Added clouds and simple skyboxes
35 - The glass block added
36 - Added key configuration to config file
37 - Player privileges on server
38 - Slightly updated map format
39 - Player passwords
40 - All textures first searched from texture_path
41 - Map directory ("map") has been renamed to "world" (just rename it to load an old world)
42 - Mouse inversion (invert_mouse)
43 - Grass doesn't grow immediately anymore
44 - Fence added
45
46 2011-04-24:
47 - Smooth lighting with simple ambient occlusion
48 - Updated main menu
49
50 2011-04-23_0_test:
51 - Small bug fixes
52 - Item drop multiplication fixed
53 - HP added
54 - Added A simple monster which spawns to dark places at map generation time
55 - Some code refactoring and cleaning (possibly new bugs)
56
57 2011-04-11:
58 - Fixed crafting a bit
59
60 2011-04-10_0:
61 - Asynchronous map generation
62 - New object system
63
64 2011-04-06:
65 - Mesh update of node addition/removal is now done asynchronously on client, removing frametime spike
66 - 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)
67
68 2011-04-05:
69 - Made furnace usable
70 - Added cobblestone
71 - Added wood, stone and steel tools: pickaxes, shovels and axes
72 - Incremented to version 0.0.2
73
74 2011-04-04:
75 - Cleaned client to be completely synchronous, except for the mesh calculation, which is now done with queues in a separate thread.
76 - Added node metadata support
77 - Added chests
78
79 2011-02-17:
80 - 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.
81
82 2011-02-16:
83 - Better handling of Ctrl-C on POSIX systems
84
85 2011-02-15:
86 - Fixed a problem of not saving and loading the "lighting expired" value of MapBlocks properly. This caused high server CPU usage.
87 - Ctrl-C handling on POSIX systems
88 - Added simple command support to server
89 - Added settings enable_texture_atlas and texture_path
90
91 2011-02-14:
92 - Created changelog.txt
93 - Added sneaking/crouching
94 - Modified the looks of the hotbar and cleaned code
95 - Added code to allow generating 3D cube images for inventory
96