aboutsummaryrefslogtreecommitdiff
path: root/src/environment.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Abort raycasts that go out-of-bounds (#12006)sfan52022-01-301-0/+6
* Allow the ABM time budget to be configurable.Lars2020-08-181-0/+1
* Move serveractiveobject & unitsaoLoic Blot2020-04-111-1/+0
* scriptapi: Sort out ServerEnvironment / Environment distinction properlysfan52020-04-111-0/+18
* Merge pull request #8776 from osjc/FixGetNodeJozef Behran2019-08-101-1/+1
* Raycast: export exact pointing location (#6304)Dániel Juhász2018-08-161-5/+9
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-2/+2
* Revert "Add an active object step time budget #6721"Lars Hofhansl2018-01-121-1/+0
* Add an active object step time budget #6721Lars Hofhansl2017-12-061-0/+1
* World start time: Add setting for this, default unchangedparamat2017-09-041-0/+3
* Modernize code: very last fixes (#6290)Loïc Blot2017-08-201-7/+2
* Expose getPointedThing to LuaDániel Juhász2017-07-071-0/+174
* Cpp11 initializers 2 (#5999)Loïc Blot2017-06-171-2/+2
* C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot2017-06-161-7/+3
* Rename Scripting API files for consistencyShadowNinja2017-04-251-1/+1
* Fix various copy instead of const ref reported by cppcheck (#5615)Loïc Blot2017-04-191-2/+2
* LINT: Switch whitelist check from egrep to awkLoïc Blot2017-04-061-0/+1
* [CSM] Add core.get_timeofday & core.get_day_count env calls (#5401)Loïc Blot2017-03-171-2/+3
* [CSM] Client side moddingLoic Blot2017-03-131-1/+1
* Move ServerEnvironment to dedicated cpp/header filesLoic Blot2017-01-081-2149/+0
* Move ClientEnvironment to dedicated cpp/header filesLoic Blot2017-01-081-828/+0
* Get neighbor from same map block if possible in ABMHandler (#4998)lhofhansl2017-01-081-6/+15
* Fixes for using std:vector in ABMHander and further perf improvementsLars Hofhansl2017-01-041-5/+5
* Use std::vector instead of std::map in class ABMHandlerRogier-52017-01-041-13/+15
* Improve getPointedThing() (#4346)Dániel Juhász2017-01-041-0/+241
* Breath cheat fix: server sideLoic Blot2017-01-011-42/+42
* Move PP() and PP2() macros to basic_macros.hRogier2016-12-241-2/+1
* Process ABMs in a spherical volume instead of cubicLars Hofhansl2016-12-241-2/+5
* PlayerSAO/LocalPlayer refactor: (#4612)Ner'zhul2016-10-301-15/+20
* Changes to static object storage limit and error messageparamat2016-10-201-7/+7
* Attached particle spawnersraymoo2016-10-131-0/+24
* Environment cleanupLoic Blot2016-10-091-106/+59
* Move RemotePlayer code to its own cpp/headerLoic Blot2016-10-081-1/+1
* RemotePlayer/LocalPlayer Player base class proper separation (code cleanup) (...Loic Blot2016-10-081-11/+11
* More code cleanup (UNORDERED + RemotePlayer/LocalPlayer)Loic Blot2016-10-081-59/+46
* Player/LocalPlayer/RemotePlayer inheritance cleanup (part 2 on X)Loic Blot2016-10-081-64/+20
* Replace various std::map with UNORDERED_MAP + various cleanupsLoic Blot2016-10-051-40/+20
* Make node timers more efficientEkdohibs2016-06-111-15/+17
* Handle particle spawners in env and delete expired idsobneq2016-04-281-0/+46
* Allow NodeTimer, ABM and block mgmt interval changes.Auke Kok2016-03-191-12/+12
* Avoid try/catch for settings.Auke Kok2016-03-091-17/+7
* Add consistent monotonic day counter - get_day_count()Auke Kok2016-03-091-1/+19
* Add minetest.register_lbm() to run code on block load onlyest312016-03-071-0/+250
* Cache some settingsrubenwardy2016-02-261-6/+4
* Add '/clearobjects quick'Kahrl2016-02-111-44/+71
* Fix time progressing too fastest312015-11-041-2/+7
* Time: use locks againest312015-11-041-14/+23
* Time: Remove serverside getter, and use atomic operationsest312015-11-031-23/+15
* Environment: Time of day fixes and add serverside getterest312015-10-271-15/+15
* ABMs: Make catch-up behaviour optionalparamat2015-10-181-6/+10