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 |
2012-03-29 |
Perttu Ahola | Simple fix for camera blinking black when jumping into... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Perttu Ahola | Use GenericCAO in place of LuaEntityCAO and PlayerCAO |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Perttu Ahola | Add GenericCAO and player armor groups, but don't use... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Kahrl | on_joinplayer + on_leaveplayer + scriptapi_run_callback... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Kahrl | added PlayerSAO and RemotePlayer, removed ServerRemoteP... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Perttu Ahola | Modify minimal/give_initial_stuff to always give stuff |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Perttu Ahola | Rework tool_capabilities a bit (maxwear->uses, scale... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Perttu Ahola | Try a default day+night length of 20 minutes instead... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Perttu Ahola | Generate beaches |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Generate blobs of dirt and gravel in stone |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Remove unnecessary debug output |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Area-based MapEditEvent ignore and that put to use... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Reduce EnvRef:set_node() time tenfold by postponing... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Fix on_generate minp/maxp (was broken due to chunkymapgen) |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Add EnvRef:set_node() |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Add range option to PseudoRandom:next() |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Add blockseed to on_generated |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Default to having fancy trees and 3d clouds turned on |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Add minetest.is_singleplayer() |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | doc/lua_api.txt: minetest.get_worldpath(modname) -... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Correctly lock mutexes when the server sends MapEditEve... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | No occlusion culling when free_move is on and camera... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Make mapgen use mapgen_* node aliases rather than the... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Add PseudoRandom in Lua API |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Tune skybox |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Try to make background/fog/sky color selection work... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Set default minimum viewing range of 35 nodes |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Unrelated, but anyway: tune light levels again |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Tune caves |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Fix deep ground cave generation a bit |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Fix mapgen block_is_underground heuristic |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Tune mapgen |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Set default maximum viewing range to a bit more than... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Re-implement and re-tune mapgen v2 |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Tune generation responsiveness and cheat inhibition... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Increase maximum generate distance now that generation... |
commit | commitdiff | tree | snapshot |
next |