aboutsummaryrefslogtreecommitdiff
path: root/src/mapblock.cpp
AgeCommit message (Expand)Author
2022-05-26Get rid of global buffer that would ruin concurrent MapBlock serializationsfan5
2021-10-12Remove a few unused functions reported by callcatcher (#11658)SmallJoker
2021-08-31Switch MapBlock compression to zstd (#10788)lhofhansl
2020-12-15Allow configuring block disk and net compression. Change default disk level.Lars
2020-11-26Avoid marking map blocks dirty upon deserialization.Lars
2020-10-01(se)SerializeString: Include max length in the nameSmallJoker
2019-08-10Merge pull request #8776 from osjc/FixGetNodeJozef Behran
2019-01-22Fix warnings about dungeongen.cpp memcpy() and unused variable in MapBlock::d...Paramat
2019-01-03Proselytize the network. Use IEEE F32 (#8030)SmallJoker
2018-11-28Move client-specific files to 'src/client' (#7902)Quentin Bazin
2018-07-22Add a MSVC / Windows compatible snprintf function (#7353)nOOb3167
2018-02-10Node definition manager refactor (#7016)Dániel Juhász
2018-02-04Remove unused light updating codeDániel Juhász
2017-08-19Code modernization: src/m* (part 2)Loic Blot
2017-08-18Modernize various files (src/m*) (#6267)Loïc Blot
2017-07-27Fix a warning introduced by 4eb59aeeb2f2b535f4eb2a1608189bb03098454eLoïc Blot
2017-07-27Rename previous_was_found to previous_existsLoic Blot
2017-07-27MapBlock::actuallyUpdateDayNightDiff(): little performance optimizationLoic Blot
2017-07-27Massive performance improvement on correctBlockNodeIdsLoic Blot
2017-07-26Remove unused Map::getDayNightDiff + fix one undefined variable in mapblock.cppLoic Blot
2017-07-18Very little performance fix on correctBlockNodeIdsLoic Blot
2017-06-20Fix 1 more warning reported by GCCLoic Blot
2017-06-17Cpp11 initializers 2 (#5999)Loïc Blot
2017-06-10Remove superfluous pointer null checksQrchackOfficial
2017-06-06Revert "Remove deprecated code segments (#5891)"Loïc Blot
2017-06-04Remove deprecated code segments (#5891)Thomas--S
2017-05-10Private nodemeta (#5702)sfan5
2017-03-19Update server min protocol version to v24 (#5411)Loïc Blot
2017-02-13Lighting: Update lighting at block loadingDániel Juhász
2016-12-24Move PP() and PP2() macros to basic_macros.hRogier
2015-10-14Rename macros with two leading underscoresShadowNinja
2015-10-14Use warningstream for log messages with WARNINGShadowNinja
2015-09-19Various style cleanups + unused code removalest31
2015-09-14Serialisation: documentation fixes, clarifying renames and whitespace fixesest31
2015-08-25Change i++ to ++iDavid Jones
2015-08-23Clean up threadingShadowNinja
2015-07-29Precalculate mapblock relative size. This permit to remove many s16 calculs o...nerzhul
2015-07-10Misc. minor fixeskwolekr
2015-06-20Generic CAO cleanups and renames for clarificationest31
2015-05-31Mapblock: nodecount refactorest31
2015-05-17Record MapBlock modification reasons as flags instead of stringskwolekr
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-02-10Increase MapBlock::actuallyUpdateDayNightDiff() performance by 2-8x. ok @cele...Craig Robbins
2015-01-27Fix a crash (assert) when client set serial version < 24 in INITLoic Blot
2015-01-27Revert "Fix a crash (assert) when client set serial version < 24 in INIT comm...Craig Robbins
2015-01-24Fix a crash (assert) when client set serial version < 24 in INIT command SER_...(@U-Exp)
2015-01-18Fix all warnings and remove -Wno-unused-but-set cflagkwolekr
2014-11-14Remove most exceptions from getNode() (and variants)Craig Robbins
2014-06-23Speedup getBlockNodeIdMapping by up to factor 4 by using a fixed size mapping...sapier
2014-04-18Remove liquid_finite and weatherproller