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 |
2012-03-27 |
Perttu Ahola | Remove usage of mapgen::add_random_objects(block) |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Remove no-op mapgen::add_random_objects |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Fix inexistent_top_provides_sunlight heuristic in make_... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Remove some debug output |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Tune block fetching to clients on server |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Do post-mapgen lighting using the VoxelManipulator... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | voxalgo::clearLightAndCollectSources |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Implement propagateSunlight for VoxelManipulator |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Fix tree generation density for different mapgen chunk... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Post-mapgen lighting optimization |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Make mapgen generate stuff in chunks of 3^3 mapblocks |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Update minetest.conf.example and defaultsettings.cpp |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Increase vertical FOV on lower aspect ratios (<16:10) |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Fix minetest_game installation and don't fail if it... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Fix and extend minetest.after(time, func, param) |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Perttu Ahola | Add minetest.after(time, func) |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Perttu Ahola | Add default_grass_footstep.1.ogg as a test sound in... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Perttu Ahola | Update version number to 0.4.dev-20120326 because much... 0.4.dev-20120326 |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Perttu Ahola | Do a dumb-ass static string copy for const-incorrect... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Perttu Ahola | Add games/minimal/game.conf |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Perttu Ahola | Move games/minetest to games/minimal and update README.txt |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Perttu Ahola | Prefer _game postfix in game names (to be squashed... |
commit | commitdiff | tree | snapshot |
next |