]> git.lizzy.rs Git - dragonfireclient.git/history - src/mapblock.cpp
Get rid of global buffer that would ruin concurrent MapBlock serialization
[dragonfireclient.git] / src / mapblock.cpp
2022-05-26 sfan5Get rid of global buffer that would ruin concurrent...
2021-10-12 SmallJokerRemove a few unused functions reported by callcatcher...
2021-09-01 lhofhanslSwitch MapBlock compression to zstd (#10788)
2020-12-15 LarsAllow configuring block disk and net compression. Chang...
2020-11-26 LarsAvoid marking map blocks dirty upon deserialization.
2020-10-01 SmallJoker(se)SerializeString: Include max length in the name
2019-08-10 Jozef BehranMerge pull request #8776 from osjc/FixGetNode
2019-01-22 ParamatFix warnings about dungeongen.cpp memcpy() and unused...
2019-01-03 SmallJokerProselytize the network. Use IEEE F32 (#8030)
2018-11-28 Quentin BazinMove client-specific files to 'src/client' (#7902)
2018-07-22 nOOb3167Add a MSVC / Windows compatible snprintf function ...
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2018-02-04 Dániel JuhászRemove unused light updating code
2017-08-19 Loic BlotCode modernization: src/m* (part 2)
2017-08-18 Loïc BlotModernize various files (src/m*) (#6267)
2017-07-27 Loïc BlotFix a warning introduced by 4eb59aeeb2f2b535f4eb2a16081...
2017-07-27 Loic BlotRename previous_was_found to previous_exists
2017-07-27 Loic BlotMapBlock::actuallyUpdateDayNightDiff(): little performa...
2017-07-27 Loic BlotMassive performance improvement on correctBlockNodeIds
2017-07-26 Loic BlotRemove unused Map::getDayNightDiff + fix one undefined...
2017-07-18 Loic BlotVery little performance fix on correctBlockNodeIds
2017-06-19 Loic BlotFix 1 more warning reported by GCC
2017-06-17 Loïc BlotCpp11 initializers 2 (#5999)
2017-06-11 QrchackOfficialRemove superfluous pointer null checks
2017-06-06 Loïc BlotRevert "Remove deprecated code segments (#5891)"
2017-06-04 Thomas--SRemove deprecated code segments (#5891)
2017-05-10 sfan5Private nodemeta (#5702)
2017-03-19 Loïc BlotUpdate server min protocol version to v24 (#5411)
2017-02-13 Dániel JuhászLighting: Update lighting at block loading
2016-12-24 RogierMove PP() and PP2() macros to basic_macros.h
2015-10-14 ShadowNinjaRename macros with two leading underscores
2015-10-14 ShadowNinjaUse warningstream for log messages with WARNING
2015-09-19 est31Various style cleanups + unused code removal
2015-09-14 est31Serialisation: documentation fixes, clarifying renames...
2015-08-25 David JonesChange i++ to ++i
2015-08-24 ShadowNinjaClean up threading
2015-07-29 nerzhulPrecalculate mapblock relative size. This permit to...
2015-07-10 kwolekrMisc. minor fixes
2015-06-20 est31Generic CAO cleanups and renames for clarification
2015-05-31 est31Mapblock: nodecount refactor
2015-05-18 kwolekrRecord MapBlock modification reasons as flags instead...
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-02-10 Craig RobbinsIncrease MapBlock::actuallyUpdateDayNightDiff() perform...
2015-01-27 Loic BlotFix a crash (assert) when client set serial version...
2015-01-26 Craig RobbinsRevert "Fix a crash (assert) when client set serial...
2015-01-24 (@U-Exp)Fix a crash (assert) when client set serial version...
2015-01-19 kwolekrFix all warnings and remove -Wno-unused-but-set cflag
2014-11-14 Craig RobbinsRemove most exceptions from getNode() (and variants)
2014-06-22 sapierSpeedup getBlockNodeIdMapping by up to factor 4 by...
2014-04-18 prollerRemove liquid_finite and weather
2013-12-01 sapierCleanup jthread and fix win32 build
2013-11-17 kwolekrActually fix weather
2013-09-17 kwolekrWeather: Clean up getHeat/getHumidity somewhat
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-01 prollerWeather backward compatibility
2013-07-28 PilzAdamFix warnings in mapblock.cpp
2013-07-27 prollerWeather support
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-11 Ilya ZhuravlevMigrate to STL containers/algorithms.
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-12-01 PilzAdamMerge support for anaglyph stereo
2012-11-26 Perttu AholaMove util/serialize.h out from staticobject.h for small...
2012-09-04 Perttu AholaReorganize ClientMap rendering code for a bit more...
2012-07-24 Perttu AholaImprove node timer format (map format version 25) and...
2012-07-23 Perttu AholaFix map deserialization and remove old serialization...
2012-07-23 darkroseIncrease node id/param0 to 16 bits, leaving param2...
2012-07-23 darkroseImplement node timers
2012-06-16 Perttu AholaProperly and efficiently use split utility headers
2012-06-08 Perttu AholaUpdate and fix doc/mapformat.txt; make current format...
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-06-04 Perttu AholaAdd ignore_world_load_errors configuration option and...
2012-06-03 KahrlWIP node metadata, node timers
2012-03-28 Perttu AholaReduce EnvRef:set_node() time tenfold by postponing...
2012-03-15 KahrlMapBlockMesh, mesh animation system, urgent mesh update...
2012-01-22 KahrlCleanup (some stuff went wrong when reverting 4-byte...
2012-01-22 KahrlNode placement / mineral / serialization / iron freq...
2012-01-12 KahrlThe huge item definition and item namespace unification...
2011-11-29 Perttu AholaReplace old active block random node modifying things...
2011-11-29 Perttu AholaAdd reason parameter to setModified and print it out...
2011-11-29 Perttu AholaDo not expose CONTENT_* stuff in content_mapnode.h...
2011-11-29 Perttu AholaNode definition names
2011-11-29 Perttu AholaRemove content dependencies from mapblock.cpp
2011-11-29 Perttu AholaGameDef compiles
2011-11-29 Perttu AholaCreate framework for getting rid of global definitions...
2011-11-29 Perttu AholaAllocate MapBlock::m_node_metadata on heap to allow...
2011-11-29 Perttu AholaMove ContentFeatures to mapnode_contentfeatures.{h...
2011-10-14 Perttu Aholamobv2
2011-10-12 Perttu AholaSaner block modification flag operation for not saving...
2011-07-30 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-25 Perttu Aholafix server build
2011-07-24 Perttu AholaAdded a mapblock analyzing function for debugging use...
2011-07-24 Perttu Aholamerged fix to decapitated trees; other bugs now exists
2011-07-23 Perttu Aholamerged jungle and bluish shadows
2011-07-23 Perttu Aholamerged the content type extension and delta
2011-07-23 Perttu Aholaextended content-type range
2011-07-21 Perttu AholaAttempt to fix the big bug. Now server either stops...
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
next