]> git.lizzy.rs Git - minetest.git/history - src/map.cpp
Add keybind to swap items between hands
[minetest.git] / src / map.cpp
2023-01-31 x20488x block meshes (#13133)
2022-12-24 Jude Melton-HoughtonStore `MapEditEvent` blocks in a vector (#13071)
2022-11-09 Abdou-31Fix typos and en_US/en_GB inconsistency in various...
2022-11-03 Loïc BlotReduce exposure of various internals (#12885)
2022-10-18 Jude Melton-HoughtonCheck for falling `float` nodes in liquid transform...
2022-10-09 Jude Melton-HoughtonRemove unused MapBlock functionality
2022-10-09 Jude Melton-HoughtonOptimize lighting calculation (#12797)
2022-09-26 Jude Melton-HoughtonAdd lighting test and benchmark (#12802)
2022-09-06 Herman SemenovCode optimizations / refactor (#12704)
2022-07-09 SmallJokerEnforce limits of settings that could cause buggy behav...
2022-05-23 Richard TryUse unordered_map instead of map for MapSectors
2022-05-09 sfan5Add more Prometheus metrics (#12274)
2022-05-02 sfan5Async environment for mods to do concurrent tasks ...
2022-04-07 Jude Melton-HoughtonDisentangle map implementations (#12148)
2022-03-29 Jude Melton-HoughtonOptimize swapping nodes with equivalent lighting
2022-01-30 sfan5Raise max mapgen limit constant to align with mapblock...
2021-10-12 SmallJokerRemove a few unused functions reported by callcatcher...
2021-07-09 Warr1024Add API for mods to hook liquid transformation events...
2021-05-30 SmallJokerAdd core.compare_block_status function (#11247)
2021-01-29 SmallJokerSettings: Proper priority hierarchy
2021-01-22 rubenwardyRemove dead code (#10845)
2020-12-15 LarsAllow configuring block disk and net compression. Chang...
2020-11-27 LarsAvoid generating the same chunk more than once with...
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2020-07-07 rubenwardyRevert "Verify database connection on interval (#9665)"
2020-05-26 sfan5Fix liquids refusing to flow in X+ or Z+ in some cases...
2020-05-20 VitaliyCache liquid alternative IDs (#8053)
2020-04-29 Loic BlotAdd MetricsBackend with prometheus counter support
2020-04-15 Loïc BlotVerify database connection on interval (#9665)
2020-04-08 sfan5Overall improvements to log messages (#9598)
2020-03-10 Nicolas AbrilRemove unnecessary checks before delete (#9500)
2020-02-13 WuzzyFix param2 set to 240 if liquid source was renewed
2019-10-24 random-geekChange some rough/inappropriate language in comments...
2019-10-23 random-geekRemove legacy flat-file map code
2019-09-24 SmallJokerFix some reference counters (memleak) (#8981)
2019-08-24 sfan5Improve occlusion culling in corridors with additional...
2019-08-23 sfan5Restore approximate occlusion check
2019-08-23 SmallJokerOcclusion: Check for light_propagates and do mapblock...
2019-08-23 SmallJokerOcclusion: Begin cleanup
2019-08-13 Jozef BehranFix unnecessary exception use in 3 more methods (#8791)
2019-08-13 Jozef BehranFix unnecessary exception use in Map::getSectorXXX...
2019-08-13 Jozef BehranFix unnecessary exception use in Map::isNodeUnderground
2019-08-10 Jozef BehranMerge pull request #8776 from osjc/FixGetNode
2019-05-18 Jozef BehranOptimize string (mis)handling (#8128)
2018-07-25 lhofhanslAllow an optional readonly base database (#7544)
2018-07-22 nOOb3167Add a MSVC / Windows compatible snprintf function ...
2018-03-09 Loic BlotVariable name fix + structure creation unrolling in...
2018-02-26 paramatSAO limits: Allow SAOs to exist outside the set 'mapgen...
2018-02-11 Loic Blotmap.cpp: Initialize NodeNeighbor, set NeighborType...
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-09-23 sfan5Fix blocks written by vmanip not being marked as modified
2017-08-30 Loïc BlotRemove DSTACK support (#6346)
2017-08-20 Loïc BlotModernize code: very last fixes (#6290)
2017-08-19 Loïc BlotServerMap saving: cleanups (#6274)
2017-08-19 Loic BlotCode modernization: src/m* (part 3)
2017-08-19 Loic BlotCode modernization: src/m* (part 2)
2017-08-18 Loïc BlotModernize various files (src/m*) (#6267)
2017-07-26 Loic BlotRemove unused Map::getDayNightDiff + fix one undefined...
2017-06-17 Loïc BlotCpp11 initializers 2 (#5999)
2017-06-03 Loïc BlotProperly remove SAO when worldedges are overtaken ...
2017-05-26 SmallJokerTime: Change old `u32` timestamps to 64-bit (#5818)
2017-04-28 ShadowNinjaClean up getTime helpers
2017-04-25 ShadowNinjaRename Scripting API files for consistency
2017-04-23 Loïc BlotPlayer data to Database (#5475)
2017-04-22 Auke KokAdd on_flood() callback.
2017-04-20 Dániel JuhászLight update for map blocks
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-04-18 Loïc BlotFix various variables passed by copy instead of const...
2017-03-27 paramatMap generation limit: Make per-world
2017-03-20 paramatMap generation limit: Rewrite
2017-03-19 Loïc BlotUpdate server min protocol version to v24 (#5411)
2017-03-12 Lars HofhanslAllow server side occlusion culling.
2017-03-11 Dániel JuhászLight calculation: New bulk node lighting code
2017-02-18 paramatVoxelmanip: Do not emerge or blit to blocks over map...
2017-02-13 Dániel JuhászLighting: Update lighting at block loading
2017-01-20 red-001Remove `mathconstants.h` and use the correct way to...
2017-01-08 paramatMap generation limit: Cache as 'const' not 'const static'
2017-01-08 paramatMap generation limit: Fix checks for block/sector over...
2017-01-04 Dániel JuhászImprove getPointedThing() (#4346)
2016-12-24 RogierMove PP() and PP2() macros to basic_macros.h
2016-12-07 MillersManLiquids: Update flow on block load
2016-12-07 MillersManLiquids: Preserve flow state if 'ignore' is a neighbour
2016-12-07 MillersManMap::isValidPosition: Return false instead of throwing...
2016-10-27 Dániel JuhászCleanup
2016-10-27 Dániel JuhászUse node lighting for liquid spreading
2016-10-27 Dániel JuhászImproved lighting
2016-07-03 kwolekrAdd MapSettingsManager and new mapgen setting script...
2016-06-11 EkdohibsMake node timers more efficient
2016-05-22 Loic BlotImplement a PostgreSQL backend
2016-05-17 Loic BlotDB::loadBlock copy removal & DB backend cleanup
2016-03-30 gregorycuRemove expensive copy of ContentFeatures
2016-01-20 paramatLiquid flow: Prevent water spreading on ignore
2016-01-07 paramatLiquids: Flow into and destroy 'floodable' nodes
2015-10-14 ShadowNinjaRename macros with two leading underscores
2015-10-14 ShadowNinjaUse warningstream for log messages with WARNING
2015-10-04 kwolekrAdd emerge completion callback mechanism
2015-10-04 kwolekrDefine and use limit constants for Irrlicht fixed-width...
2015-09-23 kwolekrAdd /emergeblocks command and core.emerge_area() Lua API
2015-08-13 Perttu AholaFix segfault caused by a8e238ed06ee8285ed4459e9deda3117...
2015-08-13 est31Add count based unload limit for mapblocks
next