aboutsummaryrefslogtreecommitdiff
path: root/src/mapblock.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Get rid of global buffer that would ruin concurrent MapBlock serializationsfan52022-05-261-15/+19
* Remove a few unused functions reported by callcatcher (#11658)SmallJoker2021-10-121-25/+0
* Switch MapBlock compression to zstd (#10788)lhofhansl2021-08-311-53/+113
* Allow configuring block disk and net compression. Change default disk level.Lars2020-12-151-5/+5
* Avoid marking map blocks dirty upon deserialization.Lars2020-11-261-3/+3
* (se)SerializeString: Include max length in the nameSmallJoker2020-10-011-2/+2
* Merge pull request #8776 from osjc/FixGetNodeJozef Behran2019-08-101-1/+1
* Fix warnings about dungeongen.cpp memcpy() and unused variable in MapBlock::d...Paramat2019-01-221-3/+4
* Proselytize the network. Use IEEE F32 (#8030)SmallJoker2019-01-031-11/+4
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-1/+1
* Add a MSVC / Windows compatible snprintf function (#7353)nOOb31672018-07-221-1/+2
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-4/+5
* Remove unused light updating codeDániel Juhász2018-02-041-192/+0
* Code modernization: src/m* (part 2)Loic Blot2017-08-191-12/+10
* Modernize various files (src/m*) (#6267)Loïc Blot2017-08-181-19/+13
* Fix a warning introduced by 4eb59aeeb2f2b535f4eb2a1608189bb03098454eLoïc Blot2017-07-271-1/+1
* Rename previous_was_found to previous_existsLoic Blot2017-07-271-5/+5
* MapBlock::actuallyUpdateDayNightDiff(): little performance optimizationLoic Blot2017-07-271-1/+8
* Massive performance improvement on correctBlockNodeIdsLoic Blot2017-07-271-1/+23
* Remove unused Map::getDayNightDiff + fix one undefined variable in mapblock.cppLoic Blot2017-07-261-2/+2
* Very little performance fix on correctBlockNodeIdsLoic Blot2017-07-181-18/+13
* Fix 1 more warning reported by GCCLoic Blot2017-06-201-2/+2
* Cpp11 initializers 2 (#5999)Loïc Blot2017-06-171-28/+6
* Remove superfluous pointer null checksQrchackOfficial2017-06-101-7/+3
* Revert "Remove deprecated code segments (#5891)"Loïc Blot2017-06-061-1/+7
* Remove deprecated code segments (#5891)Thomas--S2017-06-041-7/+1
* Private nodemeta (#5702)sfan52017-05-101-4/+3
* Update server min protocol version to v24 (#5411)Loïc Blot2017-03-191-9/+5
* Lighting: Update lighting at block loadingDániel Juhász2017-02-131-10/+11
* Move PP() and PP2() macros to basic_macros.hRogier2016-12-241-2/+1
* Rename macros with two leading underscoresShadowNinja2015-10-141-6/+6
* Use warningstream for log messages with WARNINGShadowNinja2015-10-141-9/+9
* Various style cleanups + unused code removalest312015-09-191-72/+50
* Serialisation: documentation fixes, clarifying renames and whitespace fixesest312015-09-141-1/+1
* Change i++ to ++iDavid Jones2015-08-251-3/+3
* Clean up threadingShadowNinja2015-08-231-1/+1
* Precalculate mapblock relative size. This permit to remove many s16 calculs o...nerzhul2015-07-291-0/+1
* Misc. minor fixeskwolekr2015-07-101-1/+1
* Generic CAO cleanups and renames for clarificationest312015-06-201-2/+2
* Mapblock: nodecount refactorest312015-05-311-11/+5
* Record MapBlock modification reasons as flags instead of stringskwolekr2015-05-171-2/+46
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-1/+1
* Increase MapBlock::actuallyUpdateDayNightDiff() performance by 2-8x. ok @cele...Craig Robbins2015-02-101-17/+12
* Fix a crash (assert) when client set serial version < 24 in INITLoic Blot2015-01-271-5/+1
* Revert "Fix a crash (assert) when client set serial version < 24 in INIT comm...Craig Robbins2015-01-271-0/+6
* Fix a crash (assert) when client set serial version < 24 in INIT command SER_...(@U-Exp)2015-01-241-6/+0
* Fix all warnings and remove -Wno-unused-but-set cflagkwolekr2015-01-181-36/+36
* Remove most exceptions from getNode() (and variants)Craig Robbins2014-11-141-67/+37
* Speedup getBlockNodeIdMapping by up to factor 4 by using a fixed size mapping...sapier2014-06-231-6/+10
* Remove liquid_finite and weatherproller2014-04-181-8/+4