aboutsummaryrefslogtreecommitdiff
path: root/src/environment.cpp
AgeCommit message (Expand)Author
2014-11-14Remove most exceptions from getNode() (and variants)Craig Robbins
2014-11-08Implement WieldMeshSceneNode which improves wield mesh renderingKahrl
2014-11-08Replace setting unlimited_player_transfer_distance with player_transfer_distanceSmallJoker
2014-10-23Remove remenants of mob codePavel Puchkin
2014-10-01Make players check inventory modification properlyShadowNinja
2014-10-01Simplify player modification checksShadowNinja
2014-09-21Split settings into seperate source and header filesShadowNinja
2014-09-01Update Mapgen VoxelManipulator on buffer invalidationkwolekr
2014-06-29Make player files saving againSmallJoker
2014-06-23Store the maximum player file tries in a constantShadowNinja
2014-06-23Only try to load from possible player filesShadowNinja
2014-06-23Only keep players loaded while they're connectedShadowNinja
2014-06-23Fix race condition on accessing m_time_of_day_speed causing day night race on...sapier
2014-06-23Speedup attachement handling by replacing vector search by direct array acces...sapier
2014-04-18Remove liquid_finite and weatherproller
2014-04-15Fix all warnings reported by clangSfan5
2014-03-24Fix merge mistake when rebasing for PR #1169Ciaran Gultnieks
2014-03-12Remove goto from Environment::removePlayerSelat
2014-03-09Update ABM object counts when triggers add objectsCiaran Gultnieks
2014-03-06Stop wasting time in abm - performance improvementCiaran Gultnieks
2014-03-02Fix for unloaded but active block problemCiaran Gultnieks
2014-02-09ServerEnvironment: Remove direct dependency on EmergeManagerkwolekr
2014-02-01Add player:override_day_night_ratio() for arbitrarily controlling sunlight br...Perttu Ahola
2014-01-13Fix some errors reported by clang static analyzer.Ilya Zhuravlev
2014-01-11Add forceloadingNovatux
2013-12-12Make line_of_sight return blocking node positionstujones11
2013-11-30Add minetest.swap_nodeNovatux
2013-11-17Revert patch 58f036ad1 that causes object duplication (which tried to fix obj...Perttu Ahola
2013-11-17Actually fix weatherkwolekr
2013-10-17Fix object duplication bug (at least in the most reproducible UFO case)Perttu Ahola
2013-09-16Weather: Clean up getHeat/getHumidity somewhatkwolekr
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-13Dont write directly to files but rather write and copy a tmp filePilzAdam
2013-08-11Decoration: Fix schematic probability mess with new MTS file versionkwolekr
2013-08-06Add support for different drowning damage and allow drowning in other nodetypesBlockMen
2013-08-04Change large amount of objects to be configurable via a setting in minetest.c...Novatux
2013-08-03Fix anticheatPerttu Ahola
2013-07-20Add set_breath and get_breath to lua API.RealBadAngel
2013-07-07Fix many formspec menu bugssapier
2013-06-28Dont write player files all the timePilzAdam
2013-06-22Print playername when failing to read playerfile and ignore files starting wi...PilzAdam
2013-06-19Add drowningPilzAdam
2013-06-18Show number of objects in client environment in profiler (F6)Kahrl
2013-06-12Play player_damage.ogg when recieving damage and additionally play player_fal...PilzAdam
2013-06-03Add and implement setting max_clearobjects_extra_loaded_blocks.Kahrl
2013-05-25Move scriptapi to separate folder (by sapier)sapier
2013-05-19Fix lava damage on player's upper bodykwolekr
2013-05-19Fix nearly all warningskwolekr
2013-05-06fix static data not beeing stored correctly on deactivationsapier
2013-04-24Improve getFree*ActiveObjectId to reduce common case cpu usage drasticalysapier