aboutsummaryrefslogtreecommitdiff
path: root/src/environment.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-01-221-4/+9
* Limit range of ABM timer initial value randomizationPerttu Ahola2012-01-031-1/+4
* Initialize ABM timer to random value to spread processingPerttu Ahola2012-01-021-0/+13
* Fix ABM trigger chance being often way too highPerttu Ahola2012-01-021-1/+3
* Add EnvRef:get_objects_inside_radius(pos, radius)Perttu Ahola2011-12-281-0/+17
* Add ABM required neighbor checkPerttu Ahola2011-12-031-0/+36
* Fix player double damagePerttu Ahola2011-12-021-0/+3
* Move ServerRemotePlayer to a separate filePerttu Ahola2011-12-021-6/+9
* Make players be again visible from a long distancePerttu Ahola2011-12-021-17/+28
* Players are more like objects + related stuffPerttu Ahola2011-12-011-6/+12
* Player-is-SAO WIPPerttu Ahola2011-12-011-114/+122
* Add ServerActiveObject::removingFromEnvironment()Perttu Ahola2011-12-011-0/+8
* Fix player getting reset to 0,0 at connect if being far from 0,0Perttu Ahola2011-11-301-1/+5
* Fix active_object_count and active_object_count_wider not getting updated bet...Perttu Ahola2011-11-291-17/+20
* Silly MSVC doesn't know how to handle type conversions for parameters of pow(...Perttu Ahola2011-11-291-1/+1
* Comment out debug output in ServerEnvironment::activateBlockPerttu Ahola2011-11-291-4/+4
* Handle ActiveBlockModifier intervals properly, down to 1sPerttu Ahola2011-11-291-13/+25
* Replace old active block random node modifying things with actual ActiveBlock...Perttu Ahola2011-11-291-349/+123
* Make blocks to be loaded from disk when the active block area reaches themPerttu Ahola2011-11-291-2/+7
* Fix player getting thrown underground after connectingPerttu Ahola2011-11-291-3/+4
* Make lighting update occur immediately after ClientActiveObject addition to m...Perttu Ahola2011-11-291-1/+11
* Optimize active block modifier stuff (was left horribly unoptimized after mak...Perttu Ahola2011-11-291-13/+33
* Add node definitions in Lua and do not use content_mapnode_init anymore (exce...Kahrl2011-11-291-3/+6
* Add reason parameter to setModified and print it out to verbosestream when sa...Perttu Ahola2011-11-291-12/+26
* Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter w...Perttu Ahola2011-11-291-17/+18
* GameDef compilesPerttu Ahola2011-11-291-20/+23
* Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola2011-11-291-14/+21
* Allocate MapBlock::m_node_metadata on heap to allow less header bloatPerttu Ahola2011-11-291-2/+3
* Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola2011-11-291-0/+1
* Scripting WIP: Add global environment step function on_stepPerttu Ahola2011-11-291-0/+5
* Scripting WIPPerttu Ahola2011-11-291-3/+7
* Scripting WIPPerttu Ahola2011-11-291-2/+2
* Scripting WIPPerttu Ahola2011-11-291-2/+2
* Scripting WIPPerttu Ahola2011-11-291-12/+27
* Fix object duplication bugPerttu Ahola2011-10-181-10/+49
* Add /clearobjectsPerttu Ahola2011-10-181-0/+86
* Made a scheme to get rid of the objects in the worst object flooded blocksPerttu Ahola2011-10-171-7/+13
* Attempt to fix objects getting multiplicated by objects getting deactivated i...Perttu Ahola2011-10-171-26/+18
* Add a log message to SEnv and make it load objects if there are < 51 of them,...Perttu Ahola2011-10-171-1/+11
* Workaround for blocks having a huge amount of active objects; add log message...Perttu Ahola2011-10-171-17/+71
* Improve active object handling log outputceleron552011-10-171-10/+39
* Some more profiler stuff to get the hang on what really uses CPUPerttu Ahola2011-10-161-6/+8
* Improve debug profiler usage for investigating CPU usage of serverPerttu Ahola2011-10-161-27/+38
* Make dungeon masters not shoot the walls with no reasonPerttu Ahola2011-10-161-1/+2
* Better player damage prevention when falling on unloaded blocks, not involvin...Perttu Ahola2011-10-161-7/+2
* Use the logger; also, default to not showing much crap in console. Use --info...Perttu Ahola2011-10-161-46/+58
* Add peaceful / not peaceful distinction in mobs and the only_peaceful_mobs se...Perttu Ahola2011-10-161-0/+5
* Make dungeon masters though and make oerkkis disappear when they get to you (...Perttu Ahola2011-10-151-1/+1
* Improve mobv2Perttu Ahola2011-10-151-6/+1
* mobv2Perttu Ahola2011-10-151-18/+121