aboutsummaryrefslogtreecommitdiff
path: root/src/map.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change some rough/inappropriate language in comments (#9061)random-geek2019-10-241-1/+1
* Remove legacy flat-file map coderandom-geek2019-10-231-195/+1
* Fix some reference counters (memleak) (#8981)SmallJoker2019-09-241-4/+4
* Improve occlusion culling in corridors with additional checksfan52019-08-241-0/+73
* Restore approximate occlusion checksfan52019-08-241-25/+12
* Occlusion: Check for light_propagates and do mapblock bounds checksSmallJoker2019-08-231-32/+52
* Occlusion: Begin cleanupSmallJoker2019-08-231-43/+49
* Fix unnecessary exception use in 3 more methods (#8791)Jozef Behran2019-08-131-7/+2
* Fix unnecessary exception use in Map::getSectorXXX (#8792)Jozef Behran2019-08-131-15/+6
* Fix unnecessary exception use in Map::isNodeUndergroundJozef Behran2019-08-131-8/+2
* Merge pull request #8776 from osjc/FixGetNodeJozef Behran2019-08-101-26/+7
* Optimize string (mis)handling (#8128)Jozef Behran2019-05-181-1/+1
* Allow an optional readonly base database (#7544)lhofhansl2018-07-251-1/+13
* Add a MSVC / Windows compatible snprintf function (#7353)nOOb31672018-07-221-3/+3
* Variable name fix + structure creation unrolling in lighting codeLoic Blot2018-03-091-1/+1
* SAO limits: Allow SAOs to exist outside the set 'mapgen limit'paramat2018-02-261-5/+0
* map.cpp: Initialize NodeNeighbor, set NeighborType to u8 & cleanupLoic Blot2018-02-111-8/+6
* Move files to subdirectories (#6599)Vitaliy2017-11-081-8/+8
* Fix blocks written by vmanip not being marked as modifiedsfan52017-09-231-0/+1
* Remove DSTACK support (#6346)Loïc Blot2017-08-301-28/+0
* Modernize code: very last fixes (#6290)Loïc Blot2017-08-201-10/+9
* ServerMap saving: cleanups (#6274)Loïc Blot2017-08-191-294/+18
* Code modernization: src/m* (part 3)Loic Blot2017-08-191-3/+2
* Code modernization: src/m* (part 2)Loic Blot2017-08-191-99/+49
* Modernize various files (src/m*) (#6267)Loïc Blot2017-08-181-13/+10
* Remove unused Map::getDayNightDiff + fix one undefined variable in mapblock.cppLoic Blot2017-07-261-57/+0
* Cpp11 initializers 2 (#5999)Loïc Blot2017-06-171-10/+2
* Properly remove SAO when worldedges are overtaken (#5889)Loïc Blot2017-06-031-3/+5
* Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker2017-05-261-1/+1
* Clean up getTime helpersShadowNinja2017-04-281-1/+1
* Rename Scripting API files for consistencyShadowNinja2017-04-251-1/+1
* Player data to Database (#5475)Loïc Blot2017-04-231-5/+8
* Add on_flood() callback.Auke Kok2017-04-221-1/+11
* Light update for map blocksDániel Juhász2017-04-201-0/+10
* Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-201-3/+2
* Fix various variables passed by copy instead of const ref (#5610)Loïc Blot2017-04-191-3/+4
* Map generation limit: Make per-worldparamat2017-03-271-0/+13
* Map generation limit: Rewriteparamat2017-03-201-25/+14
* Update server min protocol version to v24 (#5411)Loïc Blot2017-03-191-7/+0
* Allow server side occlusion culling.Lars Hofhansl2017-03-111-0/+66
* Light calculation: New bulk node lighting codeDániel Juhász2017-03-111-565/+0
* Voxelmanip: Do not emerge or blit to blocks over map gen limitparamat2017-02-181-1/+1
* Lighting: Update lighting at block loadingDániel Juhász2017-02-131-70/+61
* Remove `mathconstants.h` and use the correct way to get `M_PI` in MSVC. (#5072)red-0012017-01-201-1/+0
* Map generation limit: Cache as 'const' not 'const static'paramat2017-01-081-1/+1
* Map generation limit: Fix checks for block/sector over-limitparamat2017-01-081-5/+16
* Improve getPointedThing() (#4346)Dániel Juhász2017-01-041-51/+40
* Move PP() and PP2() macros to basic_macros.hRogier2016-12-241-2/+1
* Liquids: Update flow on block loadMillersMan2016-12-071-2/+9
* Liquids: Preserve flow state if 'ignore' is a neighbourMillersMan2016-12-071-4/+15