aboutsummaryrefslogtreecommitdiff
path: root/src/map.cpp
AgeCommit message (Expand)Author
2020-04-15Verify database connection on interval (#9665)Loïc Blot
2020-04-08Overall improvements to log messages (#9598)sfan5
2020-03-10Remove unnecessary checks before delete (#9500)Nicolas Abril
2020-02-13Fix param2 set to 240 if liquid source was renewedWuzzy
2019-10-24Change some rough/inappropriate language in comments (#9061)random-geek
2019-10-23Remove legacy flat-file map coderandom-geek
2019-09-24Fix some reference counters (memleak) (#8981)SmallJoker
2019-08-24Improve occlusion culling in corridors with additional checksfan5
2019-08-24Restore approximate occlusion checksfan5
2019-08-23Occlusion: Check for light_propagates and do mapblock bounds checksSmallJoker
2019-08-23Occlusion: Begin cleanupSmallJoker
2019-08-13Fix unnecessary exception use in 3 more methods (#8791)Jozef Behran
2019-08-13Fix unnecessary exception use in Map::getSectorXXX (#8792)Jozef Behran
2019-08-13Fix unnecessary exception use in Map::isNodeUndergroundJozef Behran
2019-08-10Merge pull request #8776 from osjc/FixGetNodeJozef Behran
2019-05-18Optimize string (mis)handling (#8128)Jozef Behran
2018-07-25Allow an optional readonly base database (#7544)lhofhansl
2018-07-22Add a MSVC / Windows compatible snprintf function (#7353)nOOb3167
2018-03-09Variable name fix + structure creation unrolling in lighting codeLoic Blot
2018-02-26SAO limits: Allow SAOs to exist outside the set 'mapgen limit'paramat
2018-02-11map.cpp: Initialize NodeNeighbor, set NeighborType to u8 & cleanupLoic Blot
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-09-23Fix blocks written by vmanip not being marked as modifiedsfan5
2017-08-30Remove DSTACK support (#6346)Loïc Blot
2017-08-20Modernize code: very last fixes (#6290)Loïc Blot
2017-08-19ServerMap saving: cleanups (#6274)Loïc Blot
2017-08-19Code modernization: src/m* (part 3)Loic Blot
2017-08-19Code modernization: src/m* (part 2)Loic Blot
2017-08-18Modernize various files (src/m*) (#6267)Loïc Blot
2017-07-26Remove unused Map::getDayNightDiff + fix one undefined variable in mapblock.cppLoic Blot
2017-06-17Cpp11 initializers 2 (#5999)Loïc Blot
2017-06-03Properly remove SAO when worldedges are overtaken (#5889)Loïc Blot
2017-05-26Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker
2017-04-28Clean up getTime helpersShadowNinja
2017-04-25Rename Scripting API files for consistencyShadowNinja
2017-04-23Player data to Database (#5475)Loïc Blot
2017-04-22Add on_flood() callback.Auke Kok
2017-04-20Light update for map blocksDániel Juhász
2017-04-20Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot
2017-04-19Fix various variables passed by copy instead of const ref (#5610)Loïc Blot
2017-03-27Map generation limit: Make per-worldparamat
2017-03-20Map generation limit: Rewriteparamat
2017-03-19Update server min protocol version to v24 (#5411)Loïc Blot
2017-03-11Allow server side occlusion culling.Lars Hofhansl
2017-03-11Light calculation: New bulk node lighting codeDániel Juhász
2017-02-18Voxelmanip: Do not emerge or blit to blocks over map gen limitparamat
2017-02-13Lighting: Update lighting at block loadingDániel Juhász
2017-01-20Remove `mathconstants.h` and use the correct way to get `M_PI` in MSVC. (#5072)red-001
2017-01-08Map generation limit: Cache as 'const' not 'const static'paramat
2017-01-08Map generation limit: Fix checks for block/sector over-limitparamat