]> git.lizzy.rs Git - dragonfireclient.git/history - src/map.h
Merge branch 'master' of https://github.com/minetest/minetest
[dragonfireclient.git] / src / map.h
2022-06-02 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-23 Richard TryUse unordered_map instead of map for MapSectors
2022-05-22 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-18 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-09 sfan5Add more Prometheus metrics (#12274)
2022-05-02 sfan5Async environment for mods to do concurrent tasks ...
2022-04-30 sfan5Deal with compiler warnings
2022-04-07 Jude Melton-HoughtonDisentangle map implementations (#12148)
2021-10-12 SmallJokerRemove a few unused functions reported by callcatcher...
2021-09-19 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-08-30 Minetest-j45Merge pull request #1 from EliasFleckenstein03/master
2021-05-30 SmallJokerAdd core.compare_block_status function (#11247)
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-22 rubenwardyRemove dead code (#10845)
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-15 LarsAllow configuring block disk and net compression. Chang...
2020-12-12 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-11-28 Elias FleckensteinMerged Minetest
2020-11-27 LarsAvoid generating the same chunk more than once with...
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-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-07-07 rubenwardyRevert "Verify database connection on interval (#9665)"
2020-04-29 Loic BlotAdd MetricsBackend with prometheus counter support
2020-04-15 Loïc BlotVerify database connection on interval (#9665)
2019-10-23 random-geekRemove legacy flat-file map code
2019-09-24 SmallJokerFix some reference counters (memleak) (#8981)
2019-08-24 sfan5Improve occlusion culling in corridors with additional...
2019-08-23 sfan5Restore approximate occlusion check
2019-08-23 SmallJokerOcclusion: Check for light_propagates and do mapblock...
2019-08-23 SmallJokerOcclusion: Begin cleanup
2019-08-13 Jozef BehranFix unnecessary exception use in Map::getSectorXXX...
2019-08-10 Jozef BehranMerge pull request #8776 from osjc/FixGetNode
2019-05-18 Jozef BehranOptimize string (mis)handling (#8128)
2018-12-04 SmallJokerSend only changed node metadata to clients instead...
2018-08-16 SmallJokerCheck node updates whether the blocks are known (#7568)
2018-07-25 lhofhanslAllow an optional readonly base database (#7544)
2018-02-26 paramatSAO limits: Allow SAOs to exist outside the set 'mapgen...
2018-02-11 Loic Blotmap.cpp: Initialize NodeNeighbor, set NeighborType...
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2017-08-19 Loïc BlotServerMap saving: cleanups (#6274)
2017-08-19 Loic BlotCode modernization: src/m* (part 2)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-18 Loïc BlotModernize various files (src/m*) (#6267)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-07-26 Loic BlotRemove unused Map::getDayNightDiff + fix one undefined...
2017-06-17 Loïc BlotCpp11 initializers 2 (#5999)
2017-06-10 Loïc BlotC++11 patchset 6: forbid object copy using assigment...
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-06-03 Loïc BlotProperly remove SAO when worldedges are overtaken ...
2017-05-26 SmallJokerTime: Change old `u32` timestamps to 64-bit (#5818)
2017-04-23 Loïc BlotPlayer data to Database (#5475)
2017-04-22 Auke KokAdd on_flood() callback.
2017-04-20 Dániel JuhászLight update for map blocks
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-04-18 Loïc BlotFix various variables passed by copy instead of const...
2017-03-27 paramatMap generation limit: Make per-world
2017-03-12 Lars HofhanslAllow server side occlusion culling.
2017-03-11 Dániel JuhászLight calculation: New bulk node lighting code
2017-01-04 Dániel JuhászImprove getPointedThing() (#4346)
2016-10-27 Dániel JuhászImproved lighting
2016-10-06 Loic Blotuse unordered containers where possible (patch 4 on X)
2016-07-03 kwolekrAdd MapSettingsManager and new mapgen setting script...
2016-06-11 EkdohibsMake node timers more efficient
2015-10-28 kwolekrAdd DISABLE_CLASS_COPY macro (and use it)
2015-10-04 kwolekrAdd emerge completion callback mechanism
2015-08-13 est31Add count based unload limit for mapblocks
2015-05-05 kwolekrAdd core.find_nodes_with_meta() script API
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-06 ShadowNinjaDon't start a server for map migration
2015-03-06 ShadowNinjaClean up database API and save the local map on an...
2015-03-04 Loic BlotABMHandler and player_collisions use sequential read...
2015-02-17 Loic BlotReplace std::list by std::vector into timerUpdate calls
2015-02-17 Loic BlotReplace std::list by std::vector into ServerMap::listAl...
2015-01-18 Craig RobbinsCreate empty default constructor for MapNode
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2015-01-05 kwolekrShorten ManualMapVoxelManipulator to MMVManip
2014-12-29 kwolekrLuaVoxelManip: Remove blank allocator
2014-12-28 kwolekrLuaVoxelManip: Add option to allocate blank data
2014-12-17 Craig RobbinsDo not allow the m_transforming_liquid queue to increas...
2014-11-19 ShadowNinjaClean up rollback
2014-11-14 Craig RobbinsRemove most exceptions from getNode() (and variants)
2014-09-01 kwolekrUpdate Mapgen VoxelManipulator on buffer invalidation
2014-07-12 sfan5Move MapBlock (de)serializing code out of Database...
2014-07-07 kwolekrDon't copy back already generated blocks on map generation
2014-07-07 kwolekrDon't unload blocks if save failed
2014-06-22 sapierRemove MapVoxelManipulator not really used by anyone
2014-06-15 sapierMinor stability improvements in block emerge handling
2014-04-18 prollerRemove liquid_finite and weather
2014-02-09 kwolekrServerEnvironment: Remove direct dependency on EmergeMa...
2014-02-04 kwolekrHuge overhaul of the entire MapgenParams system
2014-01-07 ShadowNinjaRevert "Improve (re)spawn, add cache_block_before_spawn...
next