]> git.lizzy.rs Git - minetest.git/shortlog
minetest.git
2012-09-01 Thomas LauroFix issue with openal mac os x compile
2012-09-01 Perttu AholaFix GUIKeyChangeMenu so that '/' can be inserted on...
2012-09-01 Thomas LauroA bunch of GUIKeyChangeMenu fixes
2012-09-01 Perttu AholaAttempt to fix flying gravel and dirt
2012-09-01 Sergey GilfanovSmooth transition to the desert biome.
2012-09-01 Perttu AholaFix the bouncy node related stuff a bit
2012-09-01 Perttu AholaAdd bouncy node group
2012-09-01 Perttu AholaAdd disable_jump and fall_damage_add_percent node groups
2012-09-01 Ilya ZhuravlevAdd InventoryList width property & allow custom craftin...
2012-09-01 sfan5Make shift the default descent control on ladders and...
2012-09-01 Perttu AholaDon't crash in "unexpected multibyte character"; just...
2012-08-31 Perttu AholaUse proper alpha blit in some more texture modifiers
2012-08-31 Perttu AholaProperly initialize baseimg for texture modifier [combi...
2012-08-31 Matthew IFix black display inside opaque water
2012-08-19 Perttu AholaFix github issue #213: Dropping unknown items crashes...
2012-08-12 Perttu AholaFix crash when furnace is full (minimal game)
2012-08-12 Matthew IMove chat commands to Lua and remove servercommand...
2012-08-12 Matthew IAdd ban management routines to Lua API
2012-08-12 Matthew IExtend Lua API in order to implement chat commands
2012-08-12 Matthew IRemove trailing comma after player list in server statu...
2012-08-12 Matthew IAllow digging of unknown nodes
2012-08-12 Perttu AholaFix wrong amount of nodes being dropped from inventory
2012-08-12 darkrosefix node timers so on_timer gets the correct position
2012-08-12 Perttu AholaRemove unwanted ! from ifs in inventory record-for...
2012-07-28 Perttu AholaCall this 0.4.2-rc1 0.4.2-rc1
2012-07-28 Perttu AholaFix inventory segfault when rollback recording is disabled
2012-07-28 Perttu AholaAdd enable_rollback_recording setting, defaulting to...
2012-07-27 Perttu AholaHandle max<min in LuaPseudoRandom::l_next()
2012-07-27 Perttu AholaTweak rollback and liquids
2012-07-27 Perttu AholaTweak rollback stuff
2012-07-27 Perttu AholaIncrease automatic suspect guess timeframe
2012-07-27 Perttu AholaABM and liquid overload skip
2012-07-27 Perttu AholaFix server build (a missing header)
2012-07-27 Perttu AholaMake the rollback system VERY FUCKING GOD DAMN POWERFUL
2012-07-26 Perttu AholaDon't track liquids for rollback because of too much log
2012-07-26 Perttu AholaProperly rollback chat command triggered things
2012-07-26 Perttu AholaExperimental-ish rollback functionality
2012-07-26 Perttu AholaWorking group-shapeless and multigroup recipes
2012-07-25 Perttu AholaRestore focus to formspec menu when pressing a button
2012-07-25 Perttu AholaDeprecate minetest.add_to_creative_inventory and use...
2012-07-25 Perttu AholaAdd notice in the minimal game
2012-07-25 Perttu AholaAdd special return value -1 to inventry callbacks
2012-07-25 Perttu AholaImprove formspec positioning
2012-07-25 Perttu AholaImprove inventory callbacks a bit
2012-07-25 Perttu AholaRemove special handling of creative mode
2012-07-24 Perttu AholaDetached inventory callbacks and reworked node metadata...
2012-07-24 Perttu AholaDetached inventories
2012-07-24 Perttu Aholabuiltin/item.lua: callbacks with copies of positions...
2012-07-24 Perttu Aholadarkrose should work at a nuclear power plant.
2012-07-24 Perttu AholaUpdate minetestmapper.py to support ver. 24 and 25
2012-07-24 Perttu AholaImprove node timer format (map format version 25) and...
2012-07-24 Perttu AholaAdd node timer test in minimal/experimental
2012-07-23 Perttu AholaAdd oldnode parameter to minetest.register_on_placenode...
2012-07-23 Perttu AholaFix building on top of (pointable && buildable_to)...
2012-07-23 Perttu AholaDescribe node definition fields better in lua_api.txt
2012-07-23 Perttu AholaMove /give, /giveme, /spawnentity and /pulverize to...
2012-07-23 Perttu AholaImprove build configuration options
2012-07-23 Perttu AholaUpdate lua_api.txt a bit
2012-07-23 Perttu AholaFix map deserialization and remove old serialization...
2012-07-23 darkroseIncrease node id/param0 to 16 bits, leaving param2...
2012-07-23 darkroseImplement node timers
2012-07-22 Perttu AholaFix terrible grammar in comment!
2012-07-22 Perttu AholaFix compressZlib()
2012-07-22 Perttu AholaTest zlib wrapper's handling of large data
2012-07-22 Perttu AholaTweak test.c overally a bit
2012-07-22 Perttu AholaFormspec button_exit[] and image_button_exit[]
2012-07-22 darkroseDoc updates for formspec
2012-07-22 Perttu AholaAdd /test1 command to minimal for testing a more compli...
2012-07-22 Perttu Aholaminetest.register_on_player_receive_fields()
2012-07-22 darkroseImplement formspec
2012-07-22 Matthew IUpdate Lua API documentation to include minetest.get_mo...
2012-07-22 Matthew IAdd "/mods" command to list mods to client
2012-07-22 Matthew IAdd minetest.get_modnames() to Lua API
2012-07-21 Perttu AholaVersion 0.4.1 0.4.1
2012-07-21 Andreas ZwinkauFix signedness warning in base64.cpp
2012-07-21 Andreas ZwinkauFix wctomb use
2012-07-21 Andreas ZwinkauRemove mbtowc warnings
2012-07-21 Perttu AholaActually fix facedir-rotated nodes placed using minetes...
2012-07-21 Matthew IFix hovering after mining a block underneath you while...
2012-07-21 Perttu AholaRotate facedir-rotated top and bottom textures too...
2012-07-21 Perttu AholaFacedir rotation of nodebox textures
2012-07-21 Perttu AholaCheck whether node is known before reading definition...
2012-07-21 Bad-CommandFix signed overflow in getPointedThing
2012-07-21 Perttu AholaFix typo in scriptapi.cpp in minetest.get_craft_recipe()
2012-07-21 Perttu AholaServer-side checking of digging; disable_anticheat...
2012-07-21 Perttu AholaBITCH, THIS IS 0.4.0. 0.4.0
2012-07-21 Perttu AholaDefine M_PI on MSVC
2012-07-21 Perttu AholaAdd a random-ish contributor list to credit screen
2012-07-20 darkroseCheck for table type when reading groups from Lua
2012-07-20 darkroseAdd minetest.get_craft_recipe()
2012-07-20 darkroseAdd support for "textures/all" (and thus texture packs...
2012-07-20 darkroseMake lava buckets work as fuel in minimal game
2012-07-20 darkroseRemove trenches from map generator (cyisfor) (glitches...
2012-07-20 CalinouMessage cleanups (consistency) and prevent /me when...
2012-07-20 darkroseHandle nil placer as it might occur when using minetest...
2012-07-19 Perttu AholaRemove util/old/genmap.py, because it is uselessly old
2012-07-19 Perttu AholaAllow defining player's inventory form in Lua
2012-06-18 Perttu AholaFix /builtin/misc.lua:47: attempt to call method 'is_pl...
2012-06-17 Perttu AholaFix random glitches in transparent animations
2012-06-17 Perttu AholaAdd pointed_thing to lua_api.txt
next