oweals/minetest.git
2012-12-16 Ilya ZhuravlevAdded ability to fetch media from remote server (using...
2012-12-15 jordan4ibanezFix item entity's collision with nodeboxes 356/head
2012-12-11 PilzAdamDont sneak while flying 350/head
2012-12-11 PilzAdamOnly fly through walls in noclip mode wich requires...
2012-12-06 Ilya ZhuravlevUpdate README
2012-12-06 Perttu AholaBump version to 0.4.4 0.4.4
2012-12-06 Perttu AholaUpdate GUI texts
2012-12-06 Jürgen Doserdraw gui later. this fixes the hotbar disappearing...
2012-12-06 Jürgen Doserfix screen flickering black when rendering to texture
2012-12-06 Perttu AholaSet proper field background colors in Irrlicht 1.8
2012-12-06 Perttu AholaRaise default maximum render distance to 240
2012-12-06 Perttu AholaFix automagic render distance tuner
2012-12-03 Matthew IAdd #include guards to base64.h
2012-12-02 Perttu AholaTry to add a bit of topside brightness when not using...
2012-12-02 Perttu AholaTweak shader randomly a bit
2012-12-02 Perttu AholaDefault to preload_item_visuals=true
2012-12-02 MirceaKitsuneDon't send player position from client to server if...
2012-12-02 Ilya ZhuravlevFix minetest.get_node_drops(). It should always return...
2012-12-02 Perttu AholaSmooth day-night transitions
2012-12-02 Perttu AholaConst-correct util/serialize.h
2012-12-02 Perttu AholaHandle day-night transition in shader and make light...
2012-12-02 Perttu AholaGet rid of jordan4ibanez's insane digging animation...
2012-12-02 Perttu AholaFix tile MaterialType to make sense and make lava surfa...
2012-12-01 Perttu AholaInstall shaders properly
2012-12-01 Perttu AholaRemove accidental vim swap file
2012-12-01 Perttu AholaAdd enable_shaders to minetest.conf.example
2012-12-01 obneqAdd checkboxes for shaders and on-demand item visual...
2012-12-01 Perttu AholaImplement a global shader parameter passing system...
2012-12-01 KahrlShaderSource and silly example shaders
2012-12-01 Perttu AholaAdd setting preload_item_visuals
2012-12-01 Perttu AholaOn-demand item meshes and textures
2012-12-01 Perttu AholaModify some client log message levels
2012-12-01 RealBadAngelNew elements in formspec, item_image and item_image_button.
2012-12-01 PilzAdamOnly check attachment for nodes with group attached_node
2012-12-01 PilzAdamAdd the group attached_node 318/head
2012-12-01 PilzAdamMerge support for anaglyph stereo
2012-11-30 Perttu AholaAdd the ability for client to check if image exists
2012-11-30 DannyDarkLog /grant and /revoke command usage
2012-11-30 Jürgen DoserMake dragged itemstack following the mouse cursor much...
2012-11-30 Matthew IIgnore directories beginning with a "." when searching...
2012-11-30 Perttu AholaRun scriptapi_on_shutdown() thread-safely and remove...
2012-11-30 Matthew IAdd shutdown hook interface to Lua API
2012-11-29 Perttu AholaAdd congestion control settings to minetest.conf
2012-11-29 Perttu AholaFull protocol 13 compatibility on server side
2012-11-29 Perttu AholaMake strict and non-strict protocol version checking...
2012-11-29 Perttu AholaAllow server to accept protocol 13 clients altough...
2012-11-29 Perttu AholaRanged support of protocol version on server side
2012-11-29 Perttu AholaSupport serialization of protocol 13 ContentFeatures
2012-11-29 Perttu Aholaunit test: TestNodedefSerialization
2012-11-29 Perttu AholaModify new ObjectProperties format to such that 0.4...
2012-11-29 Perttu AholaFix Taoki's messed up generic object command ids
2012-11-29 Perttu AholaChange version to 0.4.4-dev because... ehm... why it...
2012-11-28 CalinouFix head shifting downards in glass, nodeboxes...
2012-11-27 Perttu AholaFix mesh glitches on MapBlock boundaries
2012-11-27 Perttu AholaRevert "Use wielditem drawtype for all nodes in item_en...
2012-11-27 MirceaKitsuneFix forgotten material properties for meshes (also...
2012-11-26 Perttu AholaDefault server step to 0.1s and sync object/player...
2012-11-26 PilzAdamUse wielditem drawtype for all nodes in item_entity
2012-11-26 Perttu AholaRemove unnecessary util/serialize.h from content_mapblo...
2012-11-26 Perttu AholaConst-correct SharedBuffer::SharedBuffer(const T *t...
2012-11-26 Perttu AholaMove util/serialize.h out from staticobject.h for small...
2012-11-26 Perttu AholaMove a function from clientserver.h to clientserver.cpp
2012-11-26 Perttu AholaProper versioning of new network-serialized stuff
2012-11-26 Perttu AholaNew PROTOCOL_VERSION scheme (allow client to support...
2012-11-26 Perttu AholaFix LuaEntitySAO::getClientInitializationData() and...
2012-11-25 Perttu AholaBump version to 0.4.4 as this isn't compatible with...
2012-11-25 Perttu AholaUpdate ContentFeatures serialization format now as...
2012-11-25 MirceaKitsuneRealBadAngel's patch which allows the lua api to read...
2012-11-25 MirceaKitsuneA bunch of fixes
2012-11-25 MirceaKitsuneAllow Vanessa's texture filtering / mipmap patch to...
2012-11-25 MirceaKitsuneFix more things I forgot for attached players. Such...
2012-11-25 MirceaKitsuneUpdate attachments at the ending of the addToScene...
2012-11-25 MirceaKitsuneSend animations, bone overrides and attachments in...
2012-11-25 MirceaKitsuneEnable client-side attachments, add detachment code
2012-11-25 MirceaKitsuneFix some remaining issues with attachments, now they...
2012-11-25 MirceaKitsuneComplete the attachment framework.
2012-11-25 MirceaKitsuneFramework for the attachment system, new object propert...
2012-11-25 MirceaKitsuneGet the new animation framework properly working
2012-11-25 MirceaKitsuneJoint positioning and rotation code, and fix a problem...
2012-11-25 MirceaKitsuneAllow the LUA API to set animations to meshes as well...
2012-11-25 MirceaKitsuneGet the mesh working through the memory cache properly...
2012-11-25 MirceaKitsuneAdd a subfolder for models and transfer models from...
2012-11-25 MirceaKitsuneFix material properties and allow lighting. Models...
2012-11-25 MirceaKitsuneProperly read the mesh from LUA.
2012-11-25 MirceaKitsune3D model support for players using Irrlicht. Also ready...
2012-11-25 Perttu AholaRevert "Don't leak textures all over the place"
2012-11-22 Ilya ZhuravlevFix trees growing into any type of node
2012-11-22 xyzzMerge pull request #268 from khonkhortisan/image_button
2012-11-20 AnthonyFix server crash on /clearpassword
2012-11-13 MirceaKitsuneAdd anaglyph settings to minetest.conf.example
2012-11-13 MirceaKitsuneDefault anaglyph to 0.1
2012-11-13 MirceaKitsuneAnaglyph stereo support, created by xyz
2012-11-12 xyzzMerge pull request #284 from RealBadAngel/master
2012-11-10 PilzAdamMerge pull request #286 from PilzAdam/digging_animation
2012-11-10 PilzAdamAdd jordan4ibanez' better digging animation 286/head
2012-11-09 Perttu AholaSwap out pixel-perfect nyan cat by request of Chris...
2012-11-09 Vanessa Ezekowitzadded GUI checkboxes in Settings tab for the aforementi...
2012-11-09 Vanessa EzekowitzAdded video settings filter options via config file...
2012-11-08 Perttu AholaFix unnecessary network protocol incompatibility in...
2012-11-08 RealBadAngelAdding background to Formspec 284/head
next