2012-05-20 |
Perttu Ahola | Better description of static_spawnpoint in minetest... |
commit | commitdiff | tree | snapshot |
2012-05-20 |
Perttu Ahola | Update minetest.conf.example a bit |
commit | commitdiff | tree | snapshot |
2012-05-20 |
Perttu Ahola | Tune smooth lighting a bit |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Perttu Ahola | Log more stuff in Client::afterContentReceived() |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Perttu Ahola | Take out the "Privileges of foo are hidden from you... |
commit | commitdiff | tree | snapshot |
2012-04-15 |
Perttu Ahola | Add a hack to get rid of the rare "ERROR: StaticObjectL... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Perttu Ahola | Fix continuing to process TOSERVER_INIT2 even if player... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Perttu Ahola | Add "Registered definitions of stuff" to doc/lua_api.txt |
commit | commitdiff | tree | snapshot |
2012-04-13 |
Perttu Ahola | Fix executing register_chatcommand-defined commands... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Perttu Ahola | Fix unhandled InvalidPositionException |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Perttu Ahola | basic_privs to allow granting/revoking interact_extra too |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Perttu Ahola | Support static_spawnpoint setting |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Perttu Ahola | Fix ABM handling on block activation |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Perttu Ahola | Allow redefining minetest.item_place and the like |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Perttu Ahola | Make client know about reverted disallowed diggings |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Perttu Ahola | Add basic_privs privilege |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Perttu Ahola | Improve doc/lua_api.txt and add minetest.get_item_group... |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Perttu Ahola | Fix unable to join server first time with a password |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Perttu Ahola | Call this 0.4.dev-20120408 0.4.dev-20120408 |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Perttu Ahola | Add minimal documentation about the $world/game/ addition |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Perttu Ahola | Support placing a minetest game inside $world/game... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Perttu Ahola | Fix crash after 'LuaEntity name "particles:smoke" not... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Perttu Ahola | minetest.get_node_group(name, group) |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Perttu Ahola | EnvRef:find_nodes_in_area(minp, maxp, nodenames) |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Perttu Ahola | Allow looping of local and positional sounds |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Perttu Ahola | Make lava brighter by showing light sources at their... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Improve texture atlas generation |
commit | commitdiff | tree | snapshot |
2012-04-07 |
q66 | Fullscreen, vsync, fullscreen_bpp and fsaa options... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Improve doc/lua_api.txt |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Tune mapgen |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Fix collision code getting stuck if speed is 0 |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Fix segfault when setting privileges of a non-connected... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Fix fabs() brainfart |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Tune desert beaches |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Fix MSVC ambiguous fabs() call errors |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Add deserts to map generator |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Tune mapgen a bit |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Sergey Gilfanov | PerlinNoise for Lua. |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Support custom textures installed as /textures/all... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Perttu Ahola | Add EnvRef:find_node_near(pos, radius, nodenames) |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Perttu Ahola | Add missing mapgen.lua to games/minimal |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Perttu Ahola | Handle failing openal init properly, add enable_sound... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Perttu Ahola | Add #include <unistd.h> to filesys.cpp |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Perttu Ahola | experimental:soundblock dig_immediate=3 |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Perttu Ahola | Attempt to fix sound left-right channels |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Perttu Ahola | Make the minimal development test somewhat playable... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Perttu Ahola | Fix crash when inputting only / in chat |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Perttu Ahola | Fix super-small size of regular item entities |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Perttu Ahola | Show reported map seed on debug info (F5) |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Perttu Ahola | Minimally update compiling on Windows in README.txt |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Perttu Ahola | Add to README.txt's example dependencies on Linux:... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Perttu Ahola | Fix visual='cube' size |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Perttu Ahola | Fix sound direction and add experimental:soundblock... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Perttu Ahola | Remove debug output |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Perttu Ahola | Fix dropped nodeitem visuals |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Perttu Ahola | Fix buildbot |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Perttu Ahola | Add util/buildbot |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Perttu Ahola | Add optional MINGWM10_DLL to cmake install |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Perttu Ahola | Add multiplayer test script |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Perttu Ahola | Fix installation path of minetest_game/mods (// in... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Perttu Ahola | Fix things for cross-compiling using mingw |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Perttu Ahola | Tune cave generation |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Perttu Ahola | Improve caves more |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Perttu Ahola | Some completely crapshit coding to make caves more... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Perttu Ahola | Implement dropped items as LuaEntities; leave the old... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Perttu Ahola | Fix disabling of player movement cheat detection in... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Perttu Ahola | Don't apply player movement cheat detection in singleplayer |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Perttu Ahola | Remplement and improve /setting in Lua, now called... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Perttu Ahola | Don't allow /granting unknown privileges |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Perttu Ahola | Split builtin.lua to multiple files |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Perttu Ahola | Allow getting the path of builtin.lua using minetest... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Perttu Ahola | granting and revoking of all privileges at once |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Perttu Ahola | Add license of Lua in README.txt |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Perttu Ahola | Change default privileges from "build, shout" to "inter... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Perttu Ahola | Fix authentication handler reporting failed password... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Perttu Ahola | Improve /grant and /revoke output, add /auth_reload |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Perttu Ahola | Add server-side enforcement of the 'fast' privilege... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Perttu Ahola | Fix client.h getting included on the server build |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Perttu Ahola | Add 'fly' and 'fast' privileges and the underlying... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Perttu Ahola | Fix doc/lua_api.txt |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Perttu Ahola | initial_properties field in entity definition |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Perttu Ahola | More documentation in doc/lua_api.txt |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Perttu Ahola | Allow group:groupname in ABM definition and implement... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Jonathan Neuschäfer | cmake: lua: use COMMON_CFLAGS |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Perttu Ahola | Install minetest_game without .git and other unnecessar... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Perttu Ahola | Fix handling of missing auth.txt in the new handler |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Perttu Ahola | Make server ignore media files with unknown filename... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Perttu Ahola | Fix admin password handling in minetest.builtin_auth_ha... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Perttu Ahola | Improved teleport command |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Perttu Ahola | Reimplement authentication handler in Lua; now we have... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Perttu Ahola | Fix the position of LuaEntityCAOs not getting updated... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Perttu Ahola | Add minetest.get_connected_players() |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Perttu Ahola | Fix object visuals flashing brightly or disappearing... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Perttu Ahola | Fix walking sound of other players (and other objects) |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Perttu Ahola | ObjectRef:set_armor_groups() and ObjectRef:set_properti... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Perttu Ahola | ObjectProperties |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Perttu Ahola | minetest.register_chatcommand(cmd, def) |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Perttu Ahola | Raise the player fall damage threshold to a much more... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Perttu Ahola | Improve the look of fences |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Kahrl | [transformN image modifier |
commit | commitdiff | tree | snapshot |
next |