summaryrefslogtreecommitdiff
path: root/src/mapblock.cpp
Commit message (Expand)AuthorAge
* Allow configuring block disk and net compression. Change default disk level.Lars2020-12-15
* Avoid marking map blocks dirty upon deserialization.Lars2020-11-26
* (se)SerializeString: Include max length in the nameSmallJoker2020-10-01
* Merge pull request #8776 from osjc/FixGetNodeJozef Behran2019-08-10
* Fix warnings about dungeongen.cpp memcpy() and unused variable in MapBlock::d...Paramat2019-01-22
* Proselytize the network. Use IEEE F32 (#8030)SmallJoker2019-01-03
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-28
* Add a MSVC / Windows compatible snprintf function (#7353)nOOb31672018-07-22
* Node definition manager refactor (#7016)Dániel Juhász2018-02-10
* Remove unused light updating codeDániel Juhász2018-02-04
* Code modernization: src/m* (part 2)Loic Blot2017-08-19
* Modernize various files (src/m*) (#6267)Loïc Blot2017-08-18
* Fix a warning introduced by 4eb59aeeb2f2b535f4eb2a1608189bb03098454eLoïc Blot2017-07-27
* Rename previous_was_found to previous_existsLoic Blot2017-07-27
* MapBlock::actuallyUpdateDayNightDiff(): little performance optimizationLoic Blot2017-07-27
* Massive performance improvement on correctBlockNodeIdsLoic Blot2017-07-27
* Remove unused Map::getDayNightDiff + fix one undefined variable in mapblock.cppLoic Blot2017-07-26
* Very little performance fix on correctBlockNodeIdsLoic Blot2017-07-18
* Fix 1 more warning reported by GCCLoic Blot2017-06-20
* Cpp11 initializers 2 (#5999)Loïc Blot2017-06-17
* Remove superfluous pointer null checksQrchackOfficial2017-06-10
* Revert "Remove deprecated code segments (#5891)"Loïc Blot2017-06-06
* Remove deprecated code segments (#5891)Thomas--S2017-06-04
* Private nodemeta (#5702)sfan52017-05-10
* Update server min protocol version to v24 (#5411)Loïc Blot2017-03-19
* Lighting: Update lighting at block loadingDániel Juhász2017-02-13
* Move PP() and PP2() macros to basic_macros.hRogier2016-12-24
* Rename macros with two leading underscoresShadowNinja2015-10-14
* Use warningstream for log messages with WARNINGShadowNinja2015-10-14
* Various style cleanups + unused code removalest312015-09-19
* Serialisation: documentation fixes, clarifying renames and whitespace fixesest312015-09-14
* Change i++ to ++iDavid Jones2015-08-25
* Clean up threadingShadowNinja2015-08-23
* Precalculate mapblock relative size. This permit to remove many s16 calculs o...nerzhul2015-07-29
* Misc. minor fixeskwolekr2015-07-10
* Generic CAO cleanups and renames for clarificationest312015-06-20
* Mapblock: nodecount refactorest312015-05-31
* Record MapBlock modification reasons as flags instead of stringskwolekr2015-05-17
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-07
* Increase MapBlock::actuallyUpdateDayNightDiff() performance by 2-8x. ok @cele...Craig Robbins2015-02-10
* Fix a crash (assert) when client set serial version < 24 in INITLoic Blot2015-01-27
* Revert "Fix a crash (assert) when client set serial version < 24 in INIT comm...Craig Robbins2015-01-27
* Fix a crash (assert) when client set serial version < 24 in INIT command SER_...(@U-Exp)2015-01-24
* Fix all warnings and remove -Wno-unused-but-set cflagkwolekr2015-01-18
* Remove most exceptions from getNode() (and variants)Craig Robbins2014-11-14
* Speedup getBlockNodeIdMapping by up to factor 4 by using a fixed size mapping...sapier2014-06-23
* Remove liquid_finite and weatherproller2014-04-18
* Cleanup jthread and fix win32 buildsapier2013-12-01
* Actually fix weatherkwolekr2013-11-17
* Weather: Clean up getHeat/getHumidity somewhatkwolekr2013-09-16