aboutsummaryrefslogtreecommitdiff
path: root/src/environment.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* implemented rats in new system to verify that it worksPerttu Ahola2011-04-101-6/+31
* new object systemPerttu Ahola2011-04-101-16/+192
* Some progress on transitioning from MapBlockObject to ActiveObject.Perttu Ahola2011-04-081-4/+26
* Modified block mesh generation to have clearer input and output. Instead of b...Perttu Ahola2011-04-031-1/+2
* Removed lua stuffPerttu Ahola2011-04-031-28/+5
* fixed a possible infinite loop in ClientEnvironment (dtime counter getting so...Perttu Ahola2011-02-241-1/+11
* updated scripting api a bitPerttu Ahola2011-02-231-3/+23
* mainly work on object scripting apiPerttu Ahola2011-02-231-19/+62
* preliminary lua scripting framework for objectsPerttu Ahola2011-02-211-10/+39
* Temporary commit; lots of test code and stuffPerttu Ahola2011-02-211-195/+648
* added sneaking/crouching and changelogPerttu Ahola2011-02-141-3/+8
* work-in-progress texture atlas optimizationPerttu Ahola2011-02-101-2/+2
* bug-fixin'Perttu Ahola2011-02-081-20/+23
* mapgen tweakingPerttu Ahola2011-02-061-2/+2
* This map generator is starting to look pretty good now... also, disabled load...Perttu Ahola2011-02-011-1/+2