1
0
mirror of https://github.com/minetest/minetest.git synced 2025-07-06 18:00:21 +02:00
Commit Graph

4419 Commits

Author SHA1 Message Date
037b259197 Switch the license to be LGPLv2/later, with small parts still remaining as GPLv2/later, by agreement of major contributors 2012-06-05 18:54:07 +03:00
a569961e0f Update translation template po/minetest.pot 2012-06-04 23:29:14 +03:00
7eabde6aee Use gettext for more basic user interface strings 2012-06-04 23:24:31 +03:00
ed772da0cc Remove misdesigned exception from ReliablePacketBuffer 2012-06-04 22:43:33 +03:00
f48882213e Add ignore_world_load_errors configuration option and provide better error messages 2012-06-04 22:34:40 +03:00
1cd2076d42 Improve GUIMessageMenu (move and resize elements based on size of text) 2012-06-04 22:33:47 +03:00
816b9c8d71 Fix loading of old signs 2012-06-04 18:19:23 +03:00
3bea1a944e Call this 0.4.dev-20120603 0.4.dev-20120603 2012-06-04 00:37:51 +03:00
3e419ffb38 Add InvRef:is_empty(listname) and make chests/furnaces not diggable if not empty in minimal game 2012-06-03 22:31:02 +03:00
a149c6ecde Add can_dig callback 2012-06-03 22:31:02 +03:00
3f18e9a2da fix locked chest to not destroy denied items (minimal game) 2012-06-03 22:31:02 +03:00
4b0494062e Add fire visualization to minimal furnace menu 2012-06-03 22:31:02 +03:00
a09d86dd3c Update inventory menu from formspec on-the-fly 2012-06-03 22:31:02 +03:00
3ccb0f691b Add texture modification [lowpart:percent:filename 2012-06-03 22:31:02 +03:00
1709fd854a Implement image[<X>,<Y>;<W>,<H>;<texture name>] and allow floating-point values in formspec 2012-06-03 22:31:02 +03:00
7bf446f671 Reshape inventory menu code 2012-06-03 22:31:02 +03:00
e4bc76f55c Add a bit of unit test for inventory 2012-06-03 22:31:02 +03:00
81c5e5200b Fix loading of legacy chests 2012-06-03 22:31:01 +03:00
9c3830dd35 Use proper furnace cook time 2012-06-03 22:31:01 +03:00
bf8cfce50e Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return a string to aid better inter-object compatibility of code that assumes objects to be players 2012-06-03 22:31:01 +03:00
b235e4d290 Make GUIinventoryMenu::drawList more robust with invalid data 2012-06-03 22:31:01 +03:00
b8cf6dee3e Lua implementation of furnace with visible active state 2012-06-03 22:31:01 +03:00
35df1ee253 Implement locked chest; add after_place_node and after_dig_node node callbacks 2012-06-03 22:31:01 +03:00
353f9fd43c minetest.get_craft_result 2012-06-03 22:31:01 +03:00
3899f83da8 NodeMetaRef:{to,from}_table and lua_api.txt additions 2012-06-03 22:31:01 +03:00
5f3c70061d Properly handle dropping of items from nodes, and disallow moving items directly between nodes 2012-06-03 22:31:01 +03:00
aba7134301 on_metadata_inventory_{move,offer,take} 2012-06-03 22:31:01 +03:00
d7447cdf9e Implement sign using form field protocol 2012-06-03 22:31:01 +03:00
ff8d2bbc36 Convert legacy chest inventory list "0" to "main" 2012-06-03 22:31:00 +03:00
70c98c9972 Properly create metadata inventories in minimal 2012-06-03 22:31:00 +03:00
45f32838b9 Improve GUIInventoryMenu error messages more 2012-06-03 22:31:00 +03:00
7d6e80a423 Add proper error messages to GUIInventoryMenu when inventory lists are invalid 2012-06-03 22:31:00 +03:00
f3ec1452cd Random node metadata things 2012-06-03 22:31:00 +03:00
29f03756bd Attempt to begin to implement chests and furnace in Lua (with problems) 2012-06-03 22:31:00 +03:00
fe8c5546f0 Add node on_construct, on_destruct callbacks and update lua_api.txt 2012-06-03 22:31:00 +03:00
c4315a7afa Strip unneeded variables from NodeMetadata 2012-06-03 22:31:00 +03:00
704782c95b WIP node metadata, node timers 2012-06-03 22:31:00 +03:00
67059e1932 Catch VersionMismatchException while loading world data 2012-06-03 20:42:49 +03:00
e2ea711136 Check password hash validity 2012-06-03 20:32:44 +03:00
74aa598769 Fix MSVC build (pow type overload stuff) 2012-05-31 20:22:37 +03:00
747ff7daf8 Add support for putting modpacks directly into mod directories 2012-05-21 19:49:35 +03:00
1f670fc688 Add better trace peudo-loglevel support 2012-05-20 18:30:30 +03:00
388906ac70 Allow using --worldname for local game too 2012-05-20 17:41:40 +03:00
49d9745dc4 Comment out unnecessary debug output in Settings 2012-05-20 17:19:48 +03:00
7c15d793ac --world list 2012-05-20 17:09:46 +03:00
d90cb3511c Better description of static_spawnpoint in minetest.conf.example 2012-05-20 16:59:13 +03:00
5100272dc3 Update minetest.conf.example a bit 2012-05-20 14:54:02 +03:00
afda9810f1 Tune smooth lighting a bit 2012-05-20 14:12:17 +03:00
22df8b81b3 Log more stuff in Client::afterContentReceived() 2012-05-19 17:11:41 +03:00
7a427c9070 Take out the "Privileges of foo are hidden from you." response of /privs 2012-05-19 12:42:55 +03:00