index
:
hax-minetest-server.git
master
Server-optimized Minetest 5.6.0
Test_User
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Node texture animation
Perttu Ahola
2012-06-16
16
-82
/
+421
*
Add comment about ItemSAO being deprecated
Perttu Ahola
2012-06-11
1
-0
/
+3
*
Add some missing object properties to doc/lua_api.txt
Perttu Ahola
2012-06-10
1
-0
/
+3
*
Node placement client-side prediction
Perttu Ahola
2012-06-10
8
-8
/
+99
*
Remove a random old comment and a #define from game.cpp
Perttu Ahola
2012-06-09
1
-11
/
+0
*
Add experimental_tester_tool_1.png to minimal game (was accidentally left out)
Perttu Ahola
2012-06-08
1
-0
/
+0
*
Move genmap.py and pnoise.py to old/
Perttu Ahola
2012-06-08
2
-0
/
+0
*
Update minetestmapper.py to support the current map format (and previous ones)
Perttu Ahola
2012-06-08
2
-52
/
+266
*
Update and fix doc/mapformat.txt; make current format more solid in mapblock.cpp
Perttu Ahola
2012-06-08
2
-18
/
+26
*
Don't deprecate minetest.register_on_placenode and minetest.register_on_dignode
Perttu Ahola
2012-06-08
1
-13
/
+2
*
Add disallow_empty_password setting
Perttu Ahola
2012-06-07
3
-11
/
+23
*
Call this 0.4.dev-20120606
Perttu Ahola
2012-06-07
1
-1
/
+1
*
Add minetest.serialize() and minetest.deserialize()
Perttu Ahola
2012-06-07
3
-0
/
+219
*
Allow groups in crafting recipes
Perttu Ahola
2012-06-06
3
-12
/
+39
*
Remove obsolete "footprints" default setting from defaultsettings.cpp
Perttu Ahola
2012-06-06
1
-1
/
+0
*
Allow replacements in cooking and fuel recipes
Kahrl
2012-06-06
3
-38
/
+69
*
Fix small errors in lua_api.txt
Perttu Ahola
2012-06-06
1
-7
/
+7
*
Add after_destruct and cache the existence of on_construct, on_destruct and a...
Perttu Ahola
2012-06-05
6
-12
/
+74
*
place_node, dig_node and punch_node; an in-game tester tool; remove old code
Perttu Ahola
2012-06-05
5
-241
/
+166
*
Fix NDT_RAILLIKE tweakings
Perttu Ahola
2012-06-05
1
-0
/
+1
*
Shadily clean up NDT_RAILLIKE to surely differ from the few leftover non-LGPL...
darkrose
2012-06-05
1
-70
/
+56
*
Clean and optimize clouds.cpp enough to not really contain any of the small a...
Perttu Ahola
2012-06-05
2
-96
/
+85
*
Switch the license to be LGPLv2/later, with small parts still remaining as GP...
Perttu Ahola
2012-06-05
179
-728
/
+726
*
Update translation template po/minetest.pot
Perttu Ahola
2012-06-04
1
-190
/
+329
*
Use gettext for more basic user interface strings
Perttu Ahola
2012-06-04
3
-59
/
+60
*
Remove misdesigned exception from ReliablePacketBuffer
Perttu Ahola
2012-06-04
1
-2
/
+4
*
Add ignore_world_load_errors configuration option and provide better error me...
Perttu Ahola
2012-06-04
5
-12
/
+62
*
Improve GUIMessageMenu (move and resize elements based on size of text)
Perttu Ahola
2012-06-04
1
-6
/
+16
*
Fix loading of old signs
Perttu Ahola
2012-06-04
1
-2
/
+2
*
Call this 0.4.dev-20120603
Perttu Ahola
2012-06-04
1
-1
/
+1
*
Add InvRef:is_empty(listname) and make chests/furnaces not diggable if not em...
darkrose
2012-06-03
3
-0
/
+50
*
Add can_dig callback
darkrose
2012-06-03
2
-1
/
+5
*
fix locked chest to not destroy denied items (minimal game)
darkrose
2012-06-03
1
-1
/
+1
*
Add fire visualization to minimal furnace menu
Perttu Ahola
2012-06-03
3
-13
/
+23
*
Update inventory menu from formspec on-the-fly
Perttu Ahola
2012-06-03
3
-10
/
+55
*
Add texture modification [lowpart:percent:filename
Perttu Ahola
2012-06-03
1
-0
/
+35
*
Implement image[<X>,<Y>;<W>,<H>;<texture name>] and allow floating-point valu...
Perttu Ahola
2012-06-03
4
-42
/
+94
*
Reshape inventory menu code
Perttu Ahola
2012-06-03
4
-181
/
+79
*
Add a bit of unit test for inventory
Perttu Ahola
2012-06-03
1
-0
/
+94
*
Fix loading of legacy chests
Perttu Ahola
2012-06-03
3
-8
/
+13
*
Use proper furnace cook time
Perttu Ahola
2012-06-03
1
-1
/
+1
*
Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return a...
Perttu Ahola
2012-06-03
3
-3
/
+13
*
Make GUIinventoryMenu::drawList more robust with invalid data
Perttu Ahola
2012-06-03
1
-1
/
+14
*
Lua implementation of furnace with visible active state
darkrose
2012-06-03
2
-0
/
+129
*
Implement locked chest; add after_place_node and after_dig_node node callbacks
Perttu Ahola
2012-06-03
4
-7
/
+126
*
minetest.get_craft_result
Perttu Ahola
2012-06-03
3
-26
/
+158
*
NodeMetaRef:{to,from}_table and lua_api.txt additions
Perttu Ahola
2012-06-03
6
-86
/
+191
*
Properly handle dropping of items from nodes, and disallow moving items direc...
Perttu Ahola
2012-06-03
1
-4
/
+31
*
on_metadata_inventory_{move,offer,take}
Perttu Ahola
2012-06-03
6
-24
/
+275
*
Implement sign using form field protocol
Perttu Ahola
2012-06-03
10
-31
/
+117
[prev]
[next]