Skip to content
Snippets Groups Projects
  1. Jun 03, 2013
  2. May 26, 2013
  3. May 25, 2013
    • sapier's avatar
      Move scriptapi to separate folder (by sapier) · ab433775
      sapier authored
      On the lua side, notably minetest.env:<function>(<args>) should now
      be replaced by minetest.<function>(<args>).
      The old way is and will stay supported for a long time.
      
      Also:
      Update and clean up lua_api.txt (by celeron55)
      Move EnvRef to lua and remove add_rat and add_firefly (by kahrl)
      Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
      ab433775
  4. May 22, 2013
  5. May 20, 2013
  6. May 19, 2013
    • PilzAdam's avatar
      New modsystem · 45fcc9de
      PilzAdam authored
      Mods are placed in $path_<user/share>/mods
      They can be enabled per world in world.mt or the configure world window
      45fcc9de
  7. May 18, 2013
  8. May 03, 2013
  9. May 01, 2013
  10. Apr 26, 2013
  11. Apr 25, 2013
  12. Apr 24, 2013
  13. Apr 23, 2013
  14. Apr 20, 2013
  15. Apr 18, 2013
  16. Apr 11, 2013
  17. Apr 06, 2013
  18. Apr 05, 2013
  19. Apr 03, 2013
  20. Apr 01, 2013
  21. Mar 29, 2013
  22. Mar 28, 2013
  23. Mar 25, 2013
  24. Mar 24, 2013
  25. Mar 23, 2013
    • Jeija's avatar
      Allow spawning particles from the server, from lua · e1ff5b13
      Jeija authored
      Spawn single particles or make use of ParticleSpawner for many randomly spawned particles.
      Accessible in Lua using minetest.spawn_particle and minetest.add_particlespawner.
      Increase Protocol Version to 17.
      
      Conflicts:
      	src/clientserver.h
      e1ff5b13
    • RealBadAngel's avatar
      6d facedir · 6f8d40ef
      RealBadAngel authored
      6f8d40ef
  26. Mar 21, 2013
  27. Mar 17, 2013
  28. Mar 06, 2013
Loading