]> git.lizzy.rs Git - dragonfireclient.git/blob - doc/changelog.txt
Set version to 0.3.0 and update changelog
[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 0.3.0: (released on 2011-11-01)
7 - Some small fixes
8 0.3.dev-20111021:
9 - Modify dungeon masters to only try to shoot players
10 - Fix object duplication bug at block load/unload bug
11 - Improve network layer
12 0.3.dev-20111016:
13 - Locked chest
14 - Server user limit setting (max_users)
15 - Wielded tool is shown in HUD
16 - View bobbing
17 - Saplings that drop from leaf blocks and when placed on ground will grow to trees
18 - Optimized map saving (does not re-save everything all the time)
19 - New mob system and new mob: dungeon master
20 - Death/respawn screen
21
22 0.2.20110922_3:
23 - Fix the build for MSVC2010; also released for windows using MSVC2010.
24
25 0.2.20110922_1:
26 - Make client report a newer version number to the server than 2011-07-31 does and make server disallow old clients
27
28 0.2.20110922:
29 - Map is saved in an SQLite database file (by Queatz)
30 - Ladders (MarkTraceur)
31 - Lava
32 - Apple trees (sfan5)
33 - Slightly better looking inventory with transparency
34 - /me chat command (Oblomov)
35 - Using chosen map seed possible through fixed_map_seed configuration option (kahrl)
36 - Fix the long-existed PeerNotFound loop bug
37 - Some translations and localization-related fixes
38 - Lots of small fixes
39
40 2011-07-31_3:
41 - Fixes a bug that made the server to deny non-empty passwords from players connecting the first time
42
43 2011-07-31_2:
44 - Fixes a bug that caused the server to always read an empty password from the client when a client connected.
45
46 2011-07-31:
47 - A number of small fixes, build system stuff and such (refer to version control log)
48 - Map generator no longer crashes at generation limit
49 - Fixed mapgen producing lots of cut-down trees
50 - Some minor tweaks in map generator (some contributed)
51 - Volumetric clouds (contributed)
52 - Icon added (graphic contributed)
53 - Key configuration menu (contributed)
54 - Decorative blocks and items: bookshelf, sandstone, cactus, clay, brick, papyrus, rail, paper, book (contributed)
55 - Jungles!
56 - Hotbar is a bit smaller
57 - Health is now enabled by default; You can now eat cooked rats to heal yourself.
58 - Finally added sword textures, altough sword is still of no use
59 - Creative mode now preserves normal mode inventory
60
61 2011-07-04:
62 - Many small fixes
63 - Code reorganizing to aid further development
64 - Renewed map generator
65
66 2011-06-02:
67 - Password crash on windows fixed
68 - Optimized server CPU usage a lot
69 - Furnaces now work also while players are not near to them
70
71 2011-05-29:
72 - Optimized smooth lighting
73 - A number of small fixes
74 - Added clouds and simple skyboxes
75 - The glass block added
76 - Added key configuration to config file
77 - Player privileges on server
78 - Slightly updated map format
79 - Player passwords
80 - All textures first searched from texture_path
81 - Map directory ("map") has been renamed to "world" (just rename it to load an old world)
82 - Mouse inversion (invert_mouse)
83 - Grass doesn't grow immediately anymore
84 - Fence added
85
86 2011-04-24:
87 - Smooth lighting with simple ambient occlusion
88 - Updated main menu
89
90 2011-04-23_0_test:
91 - Small bug fixes
92 - Item drop multiplication fixed
93 - HP added
94 - Added A simple monster which spawns to dark places at map generation time
95 - Some code refactoring and cleaning (possibly new bugs)
96
97 2011-04-11:
98 - Fixed crafting a bit
99
100 2011-04-10_0:
101 - Asynchronous map generation
102 - New object system
103
104 2011-04-06:
105 - Mesh update of node addition/removal is now done asynchronously on client, removing frametime spike
106 - 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)
107
108 2011-04-05:
109 - Made furnace usable
110 - Added cobblestone
111 - Added wood, stone and steel tools: pickaxes, shovels and axes
112 - Incremented to version 0.0.2
113
114 2011-04-04:
115 - Cleaned client to be completely synchronous, except for the mesh calculation, which is now done with queues in a separate thread.
116 - Added node metadata support
117 - Added chests
118
119 2011-02-17:
120 - 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.
121
122 2011-02-16:
123 - Better handling of Ctrl-C on POSIX systems
124
125 2011-02-15:
126 - Fixed a problem of not saving and loading the "lighting expired" value of MapBlocks properly. This caused high server CPU usage.
127 - Ctrl-C handling on POSIX systems
128 - Added simple command support to server
129 - Added settings enable_texture_atlas and texture_path
130
131 2011-02-14:
132 - Created changelog.txt
133 - Added sneaking/crouching
134 - Modified the looks of the hotbar and cleaned code
135 - Added code to allow generating 3D cube images for inventory
136