Players stay in environment even when dead, damage flash and fall damage fixes
[oweals/minetest.git] / src / environment.cpp
2012-02-05 KahrlPlayers stay in environment even when dead, damage...
2012-01-22 KahrlNode placement / mineral / serialization / iron freq...
2012-01-03 Perttu AholaLimit range of ABM timer initial value randomization
2012-01-02 Perttu AholaInitialize ABM timer to random value to spread processing
2012-01-02 Perttu AholaFix ABM trigger chance being often way too high
2011-12-28 Perttu AholaAdd EnvRef:get_objects_inside_radius(pos, radius)
2011-12-03 Perttu AholaAdd ABM required neighbor check
2011-12-02 Perttu AholaFix player double damage
2011-12-02 Perttu AholaMove ServerRemotePlayer to a separate file
2011-12-01 Perttu AholaMake players be again visible from a long distance
2011-12-01 Perttu AholaPlayers are more like objects + related stuff
2011-12-01 Perttu AholaPlayer-is-SAO WIP
2011-12-01 Perttu AholaAdd ServerActiveObject::removingFromEnvironment()
2011-11-29 Perttu AholaFix player getting reset to 0,0 at connect if being...
2011-11-29 Perttu AholaFix active_object_count and active_object_count_wider...
2011-11-29 Perttu AholaSilly MSVC doesn't know how to handle type conversions...
2011-11-29 Perttu AholaComment out debug output in ServerEnvironment::activate...
2011-11-29 Perttu AholaHandle ActiveBlockModifier intervals properly, down...
2011-11-29 Perttu AholaReplace old active block random node modifying things...
2011-11-29 Perttu AholaMake blocks to be loaded from disk when the active...
2011-11-29 Perttu AholaFix player getting thrown underground after connecting
2011-11-29 Perttu AholaMake lighting update occur immediately after ClientActi...
2011-11-29 Perttu AholaOptimize active block modifier stuff (was left horribly...
2011-11-29 KahrlAdd node definitions in Lua and do not use content_mapn...
2011-11-29 Perttu AholaAdd reason parameter to setModified and print it out...
2011-11-29 Perttu AholaDo not expose CONTENT_* stuff in content_mapnode.h...
2011-11-29 Perttu AholaGameDef compiles
2011-11-29 Perttu AholaCreate framework for getting rid of global definitions...
2011-11-29 Perttu AholaAllocate MapBlock::m_node_metadata on heap to allow...
2011-11-29 Perttu AholaMove ContentFeatures to mapnode_contentfeatures.{h...
2011-11-29 Perttu AholaScripting WIP: Add global environment step function...
2011-11-29 Perttu AholaScripting WIP
2011-11-29 Perttu AholaScripting WIP
2011-11-29 Perttu AholaScripting WIP
2011-11-29 Perttu AholaScripting WIP
2011-10-17 Perttu AholaFix object duplication bug
2011-10-17 Perttu AholaAdd /clearobjects
2011-10-17 Perttu AholaMade a scheme to get rid of the objects in the worst...
2011-10-17 Perttu AholaAttempt to fix objects getting multiplicated by objects...
2011-10-17 Perttu AholaAdd a log message to SEnv and make it load objects...
2011-10-17 Perttu AholaWorkaround for blocks having a huge amount of active...
2011-10-17 celeron55Improve active object handling log output
2011-10-16 Perttu AholaSome more profiler stuff to get the hang on what really...
2011-10-16 Perttu AholaImprove debug profiler usage for investigating CPU...
2011-10-16 Perttu AholaMake dungeon masters not shoot the walls with no reason
2011-10-16 Perttu AholaBetter player damage prevention when falling on unloade...
2011-10-16 Perttu AholaUse the logger; also, default to not showing much crap...
2011-10-16 Perttu AholaAdd peaceful / not peaceful distinction in mobs and...
2011-10-15 Perttu AholaMake dungeon masters though and make oerkkis disappear...
2011-10-15 Perttu AholaImprove mobv2
2011-10-14 Perttu Aholamobv2
2011-10-12 Perttu AholaHeader file tweaking; mainly for speed
2011-09-26 Perttu AholaMerge remote-tracking branch 'marktraceur/master'
2011-09-26 Perttu AholaMerge remote-tracking branch 'kahrl/sectors2sqlite...
2011-09-26 Perttu AholaMerge branch 'view_bobbing_and_vielded_tool'
2011-09-26 Perttu AholaMerge remote-tracking branch 'darkrose/master'
2011-09-24 celeron55Merge pull request #10 from joshbeck/master
2011-09-24 Joshua BeckFixed null pointer dereference errors found by cppcheck 10/head
2011-09-24 Mark HolmquistFixed saplings growing into trees (thanks so much,...
2011-09-24 Mark HolmquistAdding (most) of the sapling functionality. It has...
2011-09-21 KahrlSimplistic wielded tool lighting, added setMeshVertices...
2011-09-08 Kahrlattempting to merge Queatz/the-wielded-tool and kahrl...
2011-09-07 KahrlRemoved unused camera_position and camera_direction...
2011-09-06 JacobFPause in unloaded territory instead of collide
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-15 Perttu Aholatuned lava/universal damage code
2011-08-14 Perttu Aholalava!
2011-08-12 Perttu AholaMerge remote-tracking branch 'speedprog/banByIp'
2011-08-11 Giuseppe BilottaTypo fix
2011-08-11 Giuseppe BilottaIntroduce Player::getLightPosition
2011-08-05 Perttu Aholamerged delta and c55
2011-08-01 Nils Dagsson MoskoppMerge pull request #47 from MarkTraceur/master
2011-08-01 Mark HolmquistFixing ladders again
2011-07-30 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-30 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-30 Perttu AholaMade rats cookable and made them spawn near trees
2011-07-24 Perttu Aholamerged fix to decapitated trees; other bugs now exists
2011-07-23 Perttu AholaFixed #21 Earth under torches oscillates between mud...
2011-07-23 Perttu Aholamerged jungle and bluish shadows
2011-07-23 Perttu Aholamerged the content type extension and delta
2011-07-23 Perttu Aholaextended content-type range
2011-07-23 Perttu Aholamerged some stuff from upstream while merging delta
2011-07-22 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-22 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-21 Perttu AholaMerged minetest-delta a624fe549bc75855a170
2011-07-20 Nils Dagsson MoskoppMerge pull request #27 from Oblomov/master
2011-07-20 Nils Dagsson MoskoppMerge pull request #27 from Oblomov/master
2011-07-20 Nils Dagsson Moskopp+ fireflies
2011-07-20 Nils Dagsson Moskopp+ fireflies
2011-07-15 Nils Dagsson Moskopp* fix automerge regression
2011-07-15 Nils Dagsson Moskopp* fix automerge regression
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-07-01 Perttu AholaFixed objects being sometimes not able to be stored...
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 Aholamap unloading is now a whole lot better
next