aboutsummaryrefslogtreecommitdiff
path: root/src/serverenvironment.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add player:get_meta(), deprecate player attributes (#7202)rubenwardy2018-04-061-1/+1
* Huge LBM lookup performance improvement on mapblock loading (#7195)Loïc Blot2018-04-041-11/+20
* Optimize entity-entity collision (#6587)Vitaliy2018-04-031-62/+26
* ServerEnvironment::loadDefaultMeta: Loading default meta is only possible for...Loic Blot2018-03-161-0/+13
* VoxelArea: add_{x,y,z,p} must be staticLoic Blot2018-03-091-2/+2
* ServerEnvironment & StaticObject cleanupsLoic Blot2018-03-091-23/+24
* SAO limits: Allow SAOs to exist outside the set 'mapgen limit'paramat2018-02-261-2/+1
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-4/+4
* Add minetest.bulk_set_node call + optimize Environment::set_node call (#6958)Loïc Blot2018-01-301-3/+9
* Revert "Add an active object step time budget #6721"Lars Hofhansl2018-01-121-50/+35
* Line_of_sight: Improve using VoxelLineIteratorDániel Juhász2017-12-261-21/+12
* Add an active object step time budget #6721Lars Hofhansl2017-12-061-35/+50
* Optionally extend the active object in a players camera direction.Lars Hofhansl2017-12-031-13/+49
* Clearobjects: Send progress messages to terminal using actionstreamparamat2017-11-241-3/+3
* Move files to subdirectories (#6599)Vitaliy2017-11-081-4/+4
* Make Player::peer_id server-side only and add getters and setters (#6478)Loïc Blot2017-09-301-6/+6
* Add session_t typedef + remove unused functions (#6470)Loïc Blot2017-09-271-2/+2
* ServerEnv: Clean up object lifecycle handling (#6414)sfan52017-09-151-180/+130
* Make INodeDefManager::getIds return a vector, not a setKahrl2017-09-121-11/+11
* Remove DSTACK support (#6346)Loïc Blot2017-08-301-5/+0
* Code modernization: subfolders (#6283)Loïc Blot2017-08-191-1/+1
* Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)Loïc Blot2017-08-191-155/+98
* Optimize headers (part 2) (#6272)Loïc Blot2017-08-181-0/+1
* ServerEnvironment::step: modernize loopsLoic Blot2017-08-111-68/+27
* Start off newly generated worlds early at sunrise, 5:15am (#6211)JRottm2017-08-051-2/+2
* LBM: use range based for and fixed a loop variable overloading in applyLBMsLoic Blot2017-07-241-33/+24
* LBM content mapping map doesn't need to be ordered, use std::unordered_mapLoic Blot2017-07-181-1/+1
* Expose getPointedThing to LuaDániel Juhász2017-07-071-1/+32
* Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot2017-06-181-11/+2
* Use thread_local instead from some static settings (#5955)Loïc Blot2017-06-111-2/+4
* (Re)spawn players within 'mapgen_limit'paramat2017-06-111-1/+2
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-14/+15
* Enhance ABM performance a little bit by removing two std::set copy (#5815)Loïc Blot2017-05-251-16/+14
* Mainmenu: Fix issues while trying to enable all mods (#5770)SmallJoker2017-05-191-1/+1
* Rename Scripting API files for consistencyShadowNinja2017-04-251-1/+1
* Player data to Database (#5475)Loïc Blot2017-04-231-45/+189
* [CSM] Add core.get_timeofday & core.get_day_count env calls (#5401)Loïc Blot2017-03-171-1/+2
* [CSM] Client side moddingLoic Blot2017-03-131-2/+2
* Objectpos over limit: Avoid crash caused by sector over limitparamat2017-02-161-1/+1
* Fix >5 year old PlayerSAO deletion bugsfan52017-02-151-8/+4
* Fix PlayerSAO deletion warning (0eede97af2927dcda3545192403b0a44f30bcd1f)sfan52017-02-041-3/+8
* Implement player attribute backend (#4155)Loïc Blot2017-01-271-1/+2
* Warning fix for 2ea60156437962d7d29d20606bf5d9189059f76b (#5082)Loïc Blot2017-01-211-7/+3
* Do not force deletion of players when mapblock is full (#5081)Loïc Blot2017-01-211-0/+6
* Optimize SAO getStaticData by using std::string pointer instead of return copyLoic Blot2017-01-131-3/+6
* Environment & IGameDef code refactoring (#4985)Ner'zhul2017-01-091-10/+10
* Minor: Fix indentation in serverenvironment.cppLars Hofhansl2017-01-081-51/+51
* Move ServerEnvironment to dedicated cpp/header filesLoic Blot2017-01-081-0/+2167