aboutsummaryrefslogtreecommitdiff
path: root/src/environment.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename macros with two leading underscoresShadowNinja2015-10-141-4/+4
* Use warningstream for log messages with WARNINGShadowNinja2015-10-141-2/+2
* Save and remove player by pointerLoic Blot2015-09-231-24/+4
* Little optimization on getAdded/Removed activeobjects per player loop.Loic Blot2015-09-191-19/+17
* Fix object position border checkingest312015-09-161-1/+3
* Disallow placing entities outside safe boundariesest312015-09-151-0/+9
* Change m_client_event_queue's type to std::queueLoic Blot2015-09-081-3/+3
* Change i++ to ++iDavid Jones2015-08-251-6/+6
* Clean up threadingShadowNinja2015-08-231-6/+6
* SEnv: Remove static_exists from ActiveObjects in deleted blockskwolekr2015-08-161-1/+27
* src/environment.cpp: Fix NULL pointer dereferenceBřetislav Štec2015-08-011-11/+13
* Remove some old dead code. Fix some Clang warnings in SRP (ng->N... willLoic Blot2015-07-241-54/+0
* Optional reconnect functionalityest312015-07-231-3/+5
* Server kicks: make messages configurable, cache wstringest312015-07-171-1/+2
* Kick players when shutting down server and there is a crash due to a Lua stac...nerzhul2015-07-161-0/+10
* Remove raw message output on AOM deserialization failurekwolekr2015-07-131-17/+12
* Generic CAO cleanups and renames for clarificationest312015-06-201-1/+1
* Make attached objects visible in 3rd person viewest312015-06-201-0/+9
* Record MapBlock modification reasons as flags instead of stringskwolekr2015-05-171-14/+11
* Re-apply 972d17baea81ffe6d508b291ef97207a4822e1da...nerzhul2015-04-221-2/+2
* Revert "m_active_object_messages is used like a queue. Use std::queue instead...kwolekr2015-04-211-4/+4
* m_active_object_messages is used like a queue. Use std::queue instead of std:...Loic Blot2015-04-211-4/+4
* Use std::vector instead of std::set for Environment::getObjectsInsideRadiusLoic Blot2015-04-161-4/+2
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+1
* Fix usage of destroyed mutexkwolekr2015-03-311-73/+75
* Minor bug fix (lag between damage flash and hearts updating)Craig Robbins2015-03-171-5/+7
* Fix various damage related bugs (client-side)Craig Robbins2015-03-171-10/+4