aboutsummaryrefslogtreecommitdiff
path: root/src/environment.cpp
AgeCommit message (Expand)Author
2022-05-17Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2022-01-30Abort raycasts that go out-of-bounds (#12006)sfan5
2020-11-28Merged MinetestElias Fleckenstein
2020-11-04Revert "Make Lint Happy"Elias Fleckenstein
2020-11-04Make Lint HappyElias Fleckenstein
2020-10-19Added ThroughWalls, InventoryActions API and AutoTotemElias Fleckenstein
2020-08-18Allow the ABM time budget to be configurable.Lars
2020-08-14Some UpdatesElias Fleckenstein
2020-08-01Added BrightNightElias Fleckenstein
2020-04-11Move serveractiveobject & unitsaoLoic Blot
2020-04-11scriptapi: Sort out ServerEnvironment / Environment distinction properlysfan5
2019-08-10Merge pull request #8776 from osjc/FixGetNodeJozef Behran
2018-08-16Raycast: export exact pointing location (#6304)Dániel Juhász
2018-02-10Node definition manager refactor (#7016)Dániel Juhász
2018-01-12Revert "Add an active object step time budget #6721"Lars Hofhansl
2017-12-06Add an active object step time budget #6721Lars Hofhansl
2017-09-04World start time: Add setting for this, default unchangedparamat
2017-08-20Modernize code: very last fixes (#6290)Loïc Blot
2017-07-07Expose getPointedThing to LuaDániel Juhász
2017-06-17Cpp11 initializers 2 (#5999)Loïc Blot
2017-06-16C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot
2017-04-25Rename Scripting API files for consistencyShadowNinja
2017-04-19Fix various copy instead of const ref reported by cppcheck (#5615)Loïc Blot
2017-04-06LINT: Switch whitelist check from egrep to awkLoïc Blot
2017-03-17[CSM] Add core.get_timeofday & core.get_day_count env calls (#5401)Loïc Blot
2017-03-13[CSM] Client side moddingLoic Blot
2017-01-08Move ServerEnvironment to dedicated cpp/header filesLoic Blot
2017-01-08Move ClientEnvironment to dedicated cpp/header filesLoic Blot
2017-01-08Get neighbor from same map block if possible in ABMHandler (#4998)lhofhansl
2017-01-04Fixes for using std:vector in ABMHander and further perf improvementsLars Hofhansl
2017-01-04Use std::vector instead of std::map in class ABMHandlerRogier-5
2017-01-04Improve getPointedThing() (#4346)Dániel Juhász
2017-01-01Breath cheat fix: server sideLoic Blot
2016-12-24Move PP() and PP2() macros to basic_macros.hRogier
2016-12-24Process ABMs in a spherical volume instead of cubicLars Hofhansl
2016-10-30PlayerSAO/LocalPlayer refactor: (#4612)Ner'zhul
2016-10-20Changes to static object storage limit and error messageparamat
2016-10-13Attached particle spawnersraymoo
2016-10-09Environment cleanupLoic Blot
2016-10-08Move RemotePlayer code to its own cpp/headerLoic Blot
2016-10-08RemotePlayer/LocalPlayer Player base class proper separation (code cleanup) (...Loic Blot
2016-10-08More code cleanup (UNORDERED + RemotePlayer/LocalPlayer)Loic Blot
2016-10-08Player/LocalPlayer/RemotePlayer inheritance cleanup (part 2 on X)Loic Blot
2016-10-05Replace various std::map with UNORDERED_MAP + various cleanupsLoic Blot
2016-06-11Make node timers more efficientEkdohibs
2016-04-28Handle particle spawners in env and delete expired idsobneq
2016-03-19Allow NodeTimer, ABM and block mgmt interval changes.Auke Kok
2016-03-09Avoid try/catch for settings.Auke Kok
2016-03-09Add consistent monotonic day counter - get_day_count()Auke Kok
2016-03-07Add minetest.register_lbm() to run code on block load onlyest31