aboutsummaryrefslogtreecommitdiff
path: root/src/environment.cpp
AgeCommit message (Expand)Author
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
2016-02-26Cache some settingsrubenwardy
2016-02-11Add '/clearobjects quick'Kahrl
2015-11-04Fix time progressing too fastest31
2015-11-04Time: use locks againest31
2015-11-03Time: Remove serverside getter, and use atomic operationsest31
2015-10-27Environment: Time of day fixes and add serverside getterest31
2015-10-18ABMs: Make catch-up behaviour optionalparamat
2015-10-14Rename macros with two leading underscoresShadowNinja
2015-10-14Use warningstream for log messages with WARNINGShadowNinja
2015-09-23Save and remove player by pointerLoic Blot
2015-09-19Little optimization on getAdded/Removed activeobjects per player loop.Loic Blot
2015-09-16Fix object position border checkingest31
2015-09-15Disallow placing entities outside safe boundariesest31
2015-09-08Change m_client_event_queue's type to std::queueLoic Blot
2015-08-25Change i++ to ++iDavid Jones
2015-08-23Clean up threadingShadowNinja
2015-08-16SEnv: Remove static_exists from ActiveObjects in deleted blockskwolekr
2015-08-01src/environment.cpp: Fix NULL pointer dereferenceBřetislav Štec
2015-07-24Remove some old dead code. Fix some Clang warnings in SRP (ng->N... willLoic Blot
2015-07-23Optional reconnect functionalityest31
2015-07-17Server kicks: make messages configurable, cache wstringest31
2015-07-16Kick players when shutting down server and there is a crash due to a Lua stac...nerzhul
2015-07-13Remove raw message output on AOM deserialization failurekwolekr
2015-06-20Generic CAO cleanups and renames for clarificationest31