dissector branch: added wireshark dissector minetest.lua
[oweals/minetest.git] / src / environment.h
2011-08-22 Perttu AholaMerge remote-tracking branch 'oblomov/me_cmd'
2011-08-22 Perttu AholaMerge remote-tracking branch 'oblomov/new_input'
2011-08-22 Perttu AholaMerge branch 'lava'
2011-08-14 Perttu Aholalava!
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-01 Perttu Aholamade screen go slightly blue when underwater
2011-06-27 Nils Dagsson MoskoppMerge pull request #13 from Bahamada/upstream_merge
2011-06-27 Nils Dagsson MoskoppMerge pull request #13 from Bahamada/upstream_merge
2011-06-26 Perttu Aholareorganized a lot of stuff and modified mapgen and...
2011-06-26 Sebastian RühlMerge branch 'master' of https://github.com/erlehmann...
2011-06-26 Sebastian RühlMerge branch 'master' of https://github.com/erlehmann...
2011-06-25 Perttu AholaNew map generator added (and SQLite, messed up the...
2011-06-05 Perttu Aholatried to reduce unnecessary map saving disk i/o a bit
2011-06-01 Perttu Aholamore merging - hopefully all spare heads are now gone
2011-06-01 Perttu Aholamerged an old head into main branch
2011-06-01 Perttu AholaMerged CiaranG's fence graphic updates (ugh, well,...
2011-05-31 Perttu AholaReduced server CPU usage on NodeMetadata step()s. Also...
2011-05-29 Perttu Aholaplayer passwords and privileges in world/auth.txt
2011-05-24 Perttu AholaMerged CiaranG's fence and fixed two things
2011-05-24 Perttu Aholaa work-in-progress map modified callback interface...
2011-05-22 Perttu Aholamerged password change menu
2011-05-22 Perttu AholaSome work-in-progress stuff and many comment updates
2011-05-22 Perttu AholaPreliminary "active block" stuff + set up test code...
2011-05-21 Perttu AholaFixed a small memory leak in ServerEnvironment and...
2011-04-29 Perttu Aholarandom comment updates
2011-04-21 Perttu AholaSome work-in-progress in hp and mobs and a frightening...
2011-04-10 Perttu Aholachanged server to do object management at longer interv...
2011-04-10 Perttu Aholaimplemented rats in new system to verify that it works
2011-04-07 Perttu AholaSome progress on transitioning from MapBlockObject...
2011-02-23 Perttu Aholaupdated scripting api a bit
2011-02-23 Perttu Aholamainly work on object scripting api
2011-02-21 Perttu Aholapreliminary lua scripting framework for objects
2011-02-20 Perttu AholaTemporary commit; lots of test code and stuff
2011-01-27 Perttu AholaNow texture handling is fast. Also now players are...
2011-01-17 Perttu Aholafixed erroneus handling of many players with no peer...
2011-01-15 Perttu AholaPlayers are left on server while server is running...
2010-12-19 Perttu Aholaadded dedicated server build without irrlicht
2010-12-19 Perttu Aholaday/night working client side
2010-12-18 Perttu Aholabefore daynight mesh cache
2010-11-29 Perttu Aholalicense stuff
2010-11-26 Perttu AholaInitial files