aboutsummaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)Author
2012-04-04Fix sound direction and add experimental:soundblock alias sb in minimal for ↵Perttu Ahola
testing
2012-03-31initial_properties field in entity definitionPerttu Ahola
2012-03-30Add minetest.get_connected_players()Perttu Ahola
2012-03-30ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on ↵Perttu Ahola
players too!
2012-03-29Modify minimal/give_initial_stuff to always give stuffPerttu Ahola
2012-03-29Rework tool_capabilities a bit (maxwear->uses, scale dig time according to ↵Perttu Ahola
leveldiff)
2012-03-28Make mapgen use mapgen_* node aliases rather than the LEGN macroPerttu Ahola
2012-03-28Add PseudoRandom in Lua APIPerttu Ahola
2012-03-27Add minetest.after(time, func)Perttu Ahola
2012-03-27Add default_grass_footstep.1.ogg as a test sound in minimalPerttu Ahola
2012-03-26Add games/minimal/game.confPerttu Ahola
2012-03-26Move games/minetest to games/minimal and update README.txtPerttu Ahola
2012-03-25Make server world selection not brain dead and use gameid 'minetest' instead ↵Perttu Ahola
of 'mesetint'
2012-03-24Lua API for playing soundsPerttu Ahola
2012-03-24Add sound.digPerttu Ahola
2012-03-24Add sounds, tune thingsPerttu Ahola
2012-03-24Add event manager and use it to trigger soundsPerttu Ahola
2012-03-22Update Lua API documentation and move it into doc/lua_api.txtPerttu Ahola
2012-03-20Fix various things being too fast to break by handPerttu Ahola
2012-03-20Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola