aboutsummaryrefslogtreecommitdiff
path: root/src/environment.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Improve mobv2Perttu Ahola2011-10-151-6/+1
* mobv2Perttu Ahola2011-10-151-18/+121
* Header file tweaking; mainly for speedPerttu Ahola2011-10-121-4/+5
* Merge remote-tracking branch 'marktraceur/master'Perttu Ahola2011-09-261-1/+42
|\
| * Fixed saplings growing into trees (thanks so much, Kahrl!)Mark Holmquist2011-09-231-3/+16
| * Adding (most) of the sapling functionality. It has yet to work, since MEET_OT...Mark Holmquist2011-09-231-1/+29
* | Merge branch 'view_bobbing_and_vielded_tool'Perttu Ahola2011-09-261-33/+11
|\ \
| * | Simplistic wielded tool lighting, added setMeshVerticesColor to utility.h and...Kahrl2011-09-211-10/+11
| * | Removed unused camera_position and camera_direction fields from Client. Moved...Kahrl2011-09-071-23/+0
| |/
* / Fixed null pointer dereference errors found by cppcheckJoshua Beck2011-09-241-3/+4
|/
* Pause in unloaded territory instead of collideJacobF2011-09-061-1/+6
* tuned lava/universal damage codePerttu Ahola2011-08-151-7/+17
* lava!Perttu Ahola2011-08-151-0/+29
* Typo fixGiuseppe Bilotta2011-08-111-2/+2
* Introduce Player::getLightPositionGiuseppe Bilotta2011-08-111-1/+1
* Fixing ladders againMark Holmquist2011-08-011-1/+3
* Made rats cookable and made them spawn near treesPerttu Ahola2011-07-301-3/+39
* Fixed #21 Earth under torches oscillates between mud and grassPerttu Ahola2011-07-231-4/+3
* merged the content type extension and deltaPerttu Ahola2011-07-231-1/+2
|\
| * + firefliesNils Dagsson Moskopp2011-07-201-1/+2
| * * fix automerge regressionNils Dagsson Moskopp2011-07-151-73/+5
| * Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-141-38/+61
| |\
| * \ Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git into...Sebastian Rühl2011-06-261-5/+73
| |\ \
* | | | extended content-type rangePerttu Ahola2011-07-231-19/+19
| |_|/ |/| |
* | | made screen go slightly blue when underwaterPerttu Ahola2011-07-011-0/+16
* | | Fixed objects being sometimes not able to be stored statically in a block whe...Perttu Ahola2011-07-011-12/+17
* | | map unloading is now a whole lot betterPerttu Ahola2011-06-271-14/+1
* | | fixed block unloading from memory (a better fix coming next)Perttu Ahola2011-06-261-0/+3
* | | reorganized a lot of stuff and modified mapgen and objects slightly while doi...Perttu Ahola2011-06-261-12/+24
* | | even more code refactoringPerttu Ahola2011-06-261-1/+1
|/ /
* | mapgen stuffPerttu Ahola2011-06-251-0/+2
* | New map generator added (and SQLite, messed up the commits at that time...) (...Perttu Ahola2011-06-251-53/+75
* | Moved some mapnode content stuff from mapnode.{h,cpp} and digging property st...Perttu Ahola2011-06-171-0/+1
* | tried to reduce unnecessary map saving disk i/o a bitPerttu Ahola2011-06-051-50/+66
* | Reduced server CPU usage on NodeMetadata step()s. Also furnace now cooks whil...Perttu Ahola2011-05-311-3/+49
* | tuned grass growth ratePerttu Ahola2011-05-291-3/+3
* | player passwords and privileges in world/auth.txtPerttu Ahola2011-05-291-1/+10
|/
* Some work-in-progress stuff and many comment updatesPerttu Ahola2011-05-221-3/+3
* Preliminary "active block" stuff + set up test code to grow grass.Perttu Ahola2011-05-221-142/+430
* Fixed a small memory leak in ServerEnvironment and cleaned the code a bitPerttu Ahola2011-05-211-213/+261
* random comment updatesPerttu Ahola2011-04-301-1/+1
* Code refactoring; split half of main.cpp to game.cpp.Perttu Ahola2011-04-231-2/+2
* Some work-in-progress in hp and mobs and a frightening amount of random fixes.Perttu Ahola2011-04-211-30/+148
* fixed the object update interval thingyPerttu Ahola2011-04-101-0/+4
* changed server to do object management at longer intervals (0.5s)Perttu Ahola2011-04-101-186/+190
* Made environment to not consider disconnected players when dealing with Activ...Perttu Ahola2011-04-101-0/+15
* Map generation is now properly threaded and doesn't block block placement and...Perttu Ahola2011-04-101-1/+1
* a commit before starting to reorganize the map loading/generation logicPerttu Ahola2011-04-101-6/+6
* new-style rats are now generated in the mapPerttu Ahola2011-04-101-2/+13
* fixed a bitPerttu Ahola2011-04-101-0/+7