]> git.lizzy.rs Git - dragonfireclient.git/history - src/map.h
Use unordered_map instead of map for MapSectors
[dragonfireclient.git] / src / map.h
2022-05-23 Richard TryUse unordered_map instead of map for MapSectors
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-05-30 SmallJokerAdd core.compare_block_status function (#11247)
2021-01-22 rubenwardyRemove dead code (#10845)
2020-12-15 LarsAllow configuring block disk and net compression. Chang...
2020-11-27 LarsAvoid generating the same chunk more than once with...
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
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...
2013-12-14 kwolekrUpdate mapgen params in ServerMap after Mapgen init
2013-12-05 sweetbomberImprove (re)spawn, add cache_block_before_spawn and...
2013-11-30 NovatuxAdd minetest.swap_node
2013-11-30 MetaDuckyFixed potential NULL pointer and leak when setting...
2013-11-17 kwolekrActually fix weather
2013-09-17 kwolekrWeather: Clean up getHeat/getHumidity somewhat
2013-09-10 KahrlAdd license headers and remove useless includes
2013-09-09 Ilya ZhuravlevAdd dummy and LevelDB database backends
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-11 kwolekrDecoration: Fix schematic probability mess with new...
2013-07-27 prollerWeather support
2013-06-28 kwolekrFix issue of VManip occasionally not blitting back...
2013-06-28 kwolekrAdd LuaVoxelManip
2013-06-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-03 KahrlAdd and implement setting max_clearobjects_extra_loaded...
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-23 Mukul SatiSet of changes to build mineTest using Visual Studio...
2013-03-11 Ilya ZhuravlevMigrate to STL containers/algorithms.
2013-02-28 WeblateMerge remote branch 'origin/master'
next