]> git.lizzy.rs Git - dragonfireclient.git/history - src/environment.cpp
Merge branch 'master' of https://github.com/minetest/minetest
[dragonfireclient.git] / src / environment.cpp
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-01-30 sfan5Abort raycasts that go out-of-bounds (#12006)
2021-09-19 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-05-13 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-03-26 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-02-10 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-11 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-08 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-12-12 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-11-28 Elias FleckensteinMerged Minetest
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinRevert "Make Lint Happy"
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinMake Lint Happy
2020-10-19 Elias FleckensteinAdded ThroughWalls, InventoryActions API and AutoTotem
2020-08-18 LarsAllow the ABM time budget to be configurable.
2020-08-14 Elias FleckensteinSome Updates
2020-08-01 Elias FleckensteinAdded BrightNight
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-04-11 Loic BlotMove serveractiveobject & unitsao
2020-04-11 sfan5scriptapi: Sort out ServerEnvironment / Environment...
2019-08-10 Jozef BehranMerge pull request #8776 from osjc/FixGetNode
2018-08-16 Dániel JuhászRaycast: export exact pointing location (#6304)
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2018-01-13 Lars HofhanslRevert "Add an active object step time budget #6721"
2017-12-06 Lars HofhanslAdd an active object step time budget #6721
2017-09-04 paramatWorld start time: Add setting for this, default unchanged
2017-08-20 Loïc BlotModernize code: very last fixes (#6290)
2017-07-07 Dániel JuhászExpose getPointedThing to Lua
2017-06-17 Loïc BlotCpp11 initializers 2 (#5999)
2017-06-16 Loïc BlotC++11 patchset 9: move hardcoded init parameters to...
2017-04-25 ShadowNinjaRename Scripting API files for consistency
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-04-06 Loïc BlotLINT: Switch whitelist check from egrep to awk
2017-03-17 Loïc Blot[CSM] Add core.get_timeofday & core.get_day_count env...
2017-03-13 Loic Blot[CSM] Client side modding
2017-01-08 Loic BlotMove ServerEnvironment to dedicated cpp/header files
2017-01-08 Loic BlotMove ClientEnvironment to dedicated cpp/header files
2017-01-08 lhofhanslGet neighbor from same map block if possible in ABMHand...
2017-01-04 Lars HofhanslFixes for using std:vector in ABMHander and further...
2017-01-04 Rogier-5Use std::vector instead of std::map in class ABMHandler
2017-01-04 Dániel JuhászImprove getPointedThing() (#4346)
2017-01-01 Loic BlotBreath cheat fix: server side
2016-12-24 RogierMove PP() and PP2() macros to basic_macros.h
2016-12-24 Lars HofhanslProcess ABMs in a spherical volume instead of cubic
2016-10-30 Ner'zhulPlayerSAO/LocalPlayer refactor: (#4612)
2016-10-20 paramatChanges to static object storage limit and error message
2016-10-13 raymooAttached particle spawners
2016-10-09 Loic BlotEnvironment cleanup
2016-10-08 Loic BlotMove RemotePlayer code to its own cpp/header
2016-10-08 Loic BlotRemotePlayer/LocalPlayer Player base class proper separ...
2016-10-08 Loic BlotMore code cleanup (UNORDERED + RemotePlayer/LocalPlayer)
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-05 Loic BlotReplace various std::map with UNORDERED_MAP + various...
2016-06-11 EkdohibsMake node timers more efficient
2016-04-27 obneqHandle particle spawners in env and delete expired ids
2016-03-19 Auke KokAllow NodeTimer, ABM and block mgmt interval changes.
2016-03-09 Auke KokAvoid try/catch for settings.
2016-03-09 Auke KokAdd consistent monotonic day counter - get_day_count()
2016-03-07 est31Add minetest.register_lbm() to run code on block load...
2016-02-26 rubenwardyCache some settings
2016-02-11 KahrlAdd '/clearobjects quick'
2015-11-04 est31Fix time progressing too fast
2015-11-04 est31Time: use locks again
2015-11-03 est31Time: Remove serverside getter, and use atomic operations
2015-10-27 est31Environment: Time of day fixes and add serverside getter
2015-10-18 paramatABMs: Make catch-up behaviour optional
2015-10-14 ShadowNinjaRename macros with two leading underscores
2015-10-14 ShadowNinjaUse warningstream for log messages with WARNING
2015-09-23 Loic BlotSave and remove player by pointer
2015-09-19 Loic BlotLittle optimization on getAdded/Removed activeobjects...
2015-09-16 est31Fix object position border checking
2015-09-15 est31Disallow placing entities outside safe boundaries
2015-09-08 Loic BlotChange m_client_event_queue's type to std::queue
2015-08-25 David JonesChange i++ to ++i
2015-08-24 ShadowNinjaClean up threading
2015-08-16 kwolekrSEnv: Remove static_exists from ActiveObjects in delete...
2015-08-01 Břetislav Štecsrc/environment.cpp: Fix NULL pointer dereference
2015-07-24 Loic BlotRemove some old dead code. Fix some Clang warnings...
2015-07-23 est31Optional reconnect functionality
2015-07-17 est31Server kicks: make messages configurable, cache wstring
2015-07-16 nerzhulKick players when shutting down server and there is...
2015-07-14 kwolekrRemove raw message output on AOM deserialization failure
2015-06-20 est31Generic CAO cleanups and renames for clarification
2015-06-20 est31Make attached objects visible in 3rd person view
2015-05-18 kwolekrRecord MapBlock modification reasons as flags instead...
2015-04-22 nerzhulRe-apply 972d17baea81ffe6d508b291ef97207a4822e1da...
2015-04-21 kwolekrRevert "m_active_object_messages is used like a queue...
2015-04-21 Loic Blotm_active_object_messages is used like a queue. Use...
2015-04-16 Loic BlotUse std::vector instead of std::set for Environment...
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-04-01 kwolekrFix usage of destroyed mutex
2015-03-17 Craig RobbinsMinor bug fix (lag between damage flash and hearts...
2015-03-17 Craig RobbinsFix various damage related bugs (client-side)
2015-03-13 Loic BlotUse the new Player::isDead function when it's the case
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-05 Loic BlotFix issue #2441: crash on respawn, since a conversion...
2015-03-05 Loic BlotPerformance improvement: Use std::list instead of std...
2015-03-05 Loic BlotRemove Queue class which uses std::list and use native...
next