- Nov 09, 2012
-
-
Vanessa Dannenberg authored
Set one or more of these in the config to turn the related option on: mip_map = 1 anisotropic_filter = 1 bilinear_filter = 1 trilinear_filter = 1
-
- Nov 08, 2012
-
-
Perttu Ahola authored
-
- Nov 04, 2012
-
-
RealBadAngel authored
-
- Nov 02, 2012
-
-
Kahrl authored
-
Perttu Ahola authored
-
PilzAdam authored
-
- Sep 09, 2012
-
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Perttu Ahola authored
-
- Sep 07, 2012
-
-
Ilya Zhuravlev authored
-
- Sep 05, 2012
- Sep 04, 2012
-
-
Perttu Ahola authored
-
Perttu Ahola authored
Version 0.4.3-rc0; increase PROTOCOL_VERSION due to backwards-incompatible InventoryList width field
-
Perttu Ahola authored
Remove "Unknown inventory identifier" deserialization errors, because they can break forward compatibility
-
Perttu Ahola authored
- Don't select blocks for drawing in every frame - Sort meshbuffers by material before drawing
-
- Sep 03, 2012
-
-
Perttu Ahola authored
-
- Sep 02, 2012
-
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Perttu Ahola authored
- You have 2 stacks: a with x items and b with y<x items - Take a with your mouse and place it on b - Whole stack a moves to b - (y * 2 - x) items move from b to a - (x - y) items are left to the mouse cursor
-
- Sep 01, 2012
-
-
Perttu Ahola authored
-
Thomas Lauro authored
-
Perttu Ahola authored
-
Thomas Lauro authored
- Display message when associating a key already in use - Fix issue for not beeing able to assign space to an action - Cleaning up - Make it build (by celeron55)
-
Perttu Ahola authored
-
Sergey Gilfanov authored
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Ilya Zhuravlev authored
-
sfan5 authored
"aux1_descends" setting switches to the old descend control.
-
Perttu Ahola authored
-
- Aug 31, 2012
-
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Matthew I authored
Opaque water's solidness was being set to 2, like a normal node. When you swim, it is treated like a solid block, and the display goes black. Setting it to 1 like transparent water allows you to see. It looks somewhat awkward when you swim, look up, and see an opaque wall of water (the surface), but there isn't much that can be done about it. If you made the water transparent so it looked good, it would defeat the purpose :) .
-
- Aug 12, 2012
-
-
Matthew I authored
Commands moved: /me /status /time /shutdown /ban /clearobjects
-
Matthew I authored
Those functions are: * minetest.get_ban_list() * minetest.get_ban_description(ip_or_name) * minetest.ban_player(name) * minetest.unban_player_or_ip(ip_or_name)
-
Matthew I authored
minetest.get_server_status() minetest.request_shutdown() EnvRef:clear_objects()
-
Matthew I authored
-