]> git.lizzy.rs Git - minetest.git/shortlog
minetest.git
2012-05-31 Perttu AholaFix MSVC build (pow type overload stuff)
2012-05-21 Perttu AholaAdd support for putting modpacks directly into mod...
2012-05-20 Perttu AholaAdd better trace peudo-loglevel support
2012-05-20 Perttu AholaAllow using --worldname for local game too
2012-05-20 Perttu AholaComment out unnecessary debug output in Settings
2012-05-20 Perttu Ahola--world list
2012-05-20 Perttu AholaBetter description of static_spawnpoint in minetest...
2012-05-20 Perttu AholaUpdate minetest.conf.example a bit
2012-05-20 Perttu AholaTune smooth lighting a bit
2012-05-19 Perttu AholaLog more stuff in Client::afterContentReceived()
2012-05-19 Perttu AholaTake out the "Privileges of foo are hidden from you...
2012-04-15 Perttu AholaAdd a hack to get rid of the rare "ERROR: StaticObjectL...
2012-04-14 Perttu AholaFix continuing to process TOSERVER_INIT2 even if player...
2012-04-14 Perttu AholaAdd "Registered definitions of stuff" to doc/lua_api.txt
2012-04-13 Perttu AholaFix executing register_chatcommand-defined commands...
2012-04-10 Perttu AholaFix unhandled InvalidPositionException
2012-04-09 Perttu Aholabasic_privs to allow granting/revoking interact_extra too
2012-04-09 Perttu AholaSupport static_spawnpoint setting
2012-04-09 Perttu AholaFix ABM handling on block activation
2012-04-09 Perttu AholaAllow redefining minetest.item_place and the like
2012-04-09 Perttu AholaMake client know about reverted disallowed diggings
2012-04-09 Perttu AholaAdd basic_privs privilege
2012-04-09 Perttu AholaImprove doc/lua_api.txt and add minetest.get_item_group...
2012-04-09 Perttu AholaFix unable to join server first time with a password
2012-04-08 Perttu AholaCall this 0.4.dev-20120408 0.4.dev-20120408
2012-04-08 Perttu AholaAdd minimal documentation about the $world/game/ addition
2012-04-08 Perttu AholaSupport placing a minetest game inside $world/game...
2012-04-08 Perttu AholaFix crash after 'LuaEntity name "particles:smoke" not...
2012-04-08 Perttu Aholaminetest.get_node_group(name, group)
2012-04-08 Perttu AholaEnvRef:find_nodes_in_area(minp, maxp, nodenames)
2012-04-08 Perttu AholaAllow looping of local and positional sounds
2012-04-08 Perttu AholaMake lava brighter by showing light sources at their...
2012-04-07 Perttu AholaImprove texture atlas generation
2012-04-07 q66Fullscreen, vsync, fullscreen_bpp and fsaa options...
2012-04-07 Perttu AholaImprove doc/lua_api.txt
2012-04-07 Perttu AholaTune mapgen
2012-04-07 Perttu AholaFix collision code getting stuck if speed is 0
2012-04-07 Perttu AholaFix segfault when setting privileges of a non-connected...
2012-04-07 Perttu AholaFix fabs() brainfart
2012-04-07 Perttu AholaTune desert beaches
2012-04-07 Perttu AholaFix MSVC ambiguous fabs() call errors
2012-04-07 Perttu AholaAdd deserts to map generator
2012-04-07 Perttu AholaTune mapgen a bit
2012-04-07 Sergey GilfanovPerlinNoise for Lua.
2012-04-07 Perttu AholaSupport custom textures installed as /textures/all...
2012-04-06 Perttu AholaAdd EnvRef:find_node_near(pos, radius, nodenames)
2012-04-06 Perttu AholaAdd missing mapgen.lua to games/minimal
2012-04-06 Perttu AholaHandle failing openal init properly, add enable_sound...
2012-04-06 Perttu AholaAdd #include <unistd.h> to filesys.cpp
2012-04-06 Perttu Aholaexperimental:soundblock dig_immediate=3
2012-04-05 Perttu AholaAttempt to fix sound left-right channels
2012-04-05 Perttu AholaMake the minimal development test somewhat playable...
2012-04-05 Perttu AholaFix crash when inputting only / in chat
2012-04-04 Perttu AholaFix super-small size of regular item entities
2012-04-04 Perttu AholaShow reported map seed on debug info (F5)
2012-04-04 Perttu AholaMinimally update compiling on Windows in README.txt
2012-04-04 Perttu AholaAdd to README.txt's example dependencies on Linux:...
2012-04-04 Perttu AholaFix visual='cube' size
2012-04-04 Perttu AholaFix sound direction and add experimental:soundblock...
2012-04-04 Perttu AholaRemove debug output
2012-04-04 Perttu AholaFix dropped nodeitem visuals
2012-04-03 Perttu AholaFix buildbot
2012-04-03 Perttu AholaAdd util/buildbot
2012-04-02 Perttu AholaAdd optional MINGWM10_DLL to cmake install
2012-04-02 Perttu AholaAdd multiplayer test script
2012-04-02 Perttu AholaFix installation path of minetest_game/mods (// in...
2012-04-02 Perttu AholaFix things for cross-compiling using mingw
2012-04-02 Perttu AholaTune cave generation
2012-04-01 Perttu AholaImprove caves more
2012-04-01 Perttu AholaSome completely crapshit coding to make caves more...
2012-04-01 Perttu AholaImplement dropped items as LuaEntities; leave the old...
2012-04-01 Perttu AholaFix disabling of player movement cheat detection in...
2012-04-01 Perttu AholaDon't apply player movement cheat detection in singleplayer
2012-04-01 Perttu AholaRemplement and improve /setting in Lua, now called...
2012-04-01 Perttu AholaDon't allow /granting unknown privileges
2012-04-01 Perttu AholaSplit builtin.lua to multiple files
2012-04-01 Perttu AholaAllow getting the path of builtin.lua using minetest...
2012-03-31 Perttu Aholagranting and revoking of all privileges at once
2012-03-31 Perttu AholaAdd license of Lua in README.txt
2012-03-31 Perttu AholaChange default privileges from "build, shout" to "inter...
2012-03-31 Perttu AholaFix authentication handler reporting failed password...
2012-03-31 Perttu AholaImprove /grant and /revoke output, add /auth_reload
2012-03-31 Perttu AholaAdd server-side enforcement of the 'fast' privilege...
2012-03-31 Perttu AholaFix client.h getting included on the server build
2012-03-31 Perttu AholaAdd 'fly' and 'fast' privileges and the underlying...
2012-03-31 Perttu AholaFix doc/lua_api.txt
2012-03-31 Perttu Aholainitial_properties field in entity definition
2012-03-31 Perttu AholaMore documentation in doc/lua_api.txt
2012-03-31 Perttu AholaAllow group:groupname in ABM definition and implement...
2012-03-30 Jonathan Neuschäfercmake: lua: use COMMON_CFLAGS
2012-03-30 Perttu AholaInstall minetest_game without .git and other unnecessar...
2012-03-30 Perttu AholaFix handling of missing auth.txt in the new handler
2012-03-30 Perttu AholaMake server ignore media files with unknown filename...
2012-03-30 Perttu AholaFix admin password handling in minetest.builtin_auth_ha...
2012-03-30 Perttu AholaImproved teleport command
2012-03-30 Perttu AholaReimplement authentication handler in Lua; now we have...
2012-03-30 Perttu AholaFix the position of LuaEntityCAOs not getting updated...
2012-03-30 Perttu AholaAdd minetest.get_connected_players()
2012-03-30 Perttu AholaFix object visuals flashing brightly or disappearing...
2012-03-30 Perttu AholaFix walking sound of other players (and other objects)
next