]> git.lizzy.rs Git - dragonfireclient.git/blob - doc/changelog.txt
hopefully fixed the privilege problems
[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-05-29:
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 - Slightly updated map format
14 - Player passwords
15 - All textures first searched from texture_path
16 - Map directory ("map") has been renamed to "world" (just rename it to load an old world)
17 - Mouse inversion (invert_mouse)
18 - Grass doesn't grow immediately anymore
19 - Fence added
20
21 2011-04-24:
22 - Smooth lighting with simple ambient occlusion
23 - Updated main menu
24
25 2011-04-23_0_test:
26 - Small bug fixes
27 - Item drop multiplication fixed
28 - HP added
29 - Added A simple monster which spawns to dark places at map generation time
30 - Some code refactoring and cleaning (possibly new bugs)
31
32 2011-04-11:
33 - Fixed crafting a bit
34
35 2011-04-10_0:
36 - Asynchronous map generation
37 - New object system
38
39 2011-04-06:
40 - Mesh update of node addition/removal is now done asynchronously on client, removing frametime spike
41 - 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)
42
43 2011-04-05:
44 - Made furnace usable
45 - Added cobblestone
46 - Added wood, stone and steel tools: pickaxes, shovels and axes
47 - Incremented to version 0.0.2
48
49 2011-04-04:
50 - Cleaned client to be completely synchronous, except for the mesh calculation, which is now done with queues in a separate thread.
51 - Added node metadata support
52 - Added chests
53
54 2011-02-17:
55 - 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.
56
57 2011-02-16:
58 - Better handling of Ctrl-C on POSIX systems
59
60 2011-02-15:
61 - Fixed a problem of not saving and loading the "lighting expired" value of MapBlocks properly. This caused high server CPU usage.
62 - Ctrl-C handling on POSIX systems
63 - Added simple command support to server
64 - Added settings enable_texture_atlas and texture_path
65
66 2011-02-14:
67 - Created changelog.txt
68 - Added sneaking/crouching
69 - Modified the looks of the hotbar and cleaned code
70 - Added code to allow generating 3D cube images for inventory
71