Fix mouse events sent to wrong GUI elements when dragging
[oweals/minetest.git] / src / map.cpp
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 4124/head
2016-05-17 Loic BlotDB::loadBlock copy removal & DB backend cleanup 4125/head
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... master
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
2015-08-02 rubenwardyAdd map limit config option
2015-05-18 kwolekrRecord MapBlock modification reasons as flags instead...
2015-05-08 kwolekrEnsure that Map::findNodesWithMetadata() reports nodes...
2015-05-05 kwolekrAdd core.find_nodes_with_meta() script API
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-07 ngosangRespect game mapgen flags and save world noise params 2404/head
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-06 ShadowNinjaDon't start a server for map migration 2395/head
2015-03-06 ShadowNinjaClean up database API and save the local map on an...
2015-03-04 Loic BlotABMHandler and player_collisions use sequential read...
2015-02-18 Loic BlotFix unused (and so, broken) enable_rollback_recording...
2015-02-17 Loic BlotReplace std::list by std::vector into ClientMap::update...
2015-02-17 Loic BlotReplace std::list by std::vector into timerUpdate calls
2015-02-17 Loic BlotReplace std::list by std::vector into ServerMap::listAl...
2015-01-27 kwolekrFix missing map_meta.txt error when creating new worlds
2015-01-19 kwolekrFix all warnings and remove -Wno-unused-but-set cflag
2015-01-18 gregorycuWater fixes
2015-01-18 Craig RobbinsCreate empty default constructor for MapNode
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2015-01-15 unknownChange UniqueQueue to use a queue and a set.
2015-01-14 Craig RobbinsFix use of uninitialized data
2015-01-13 kwolekrAttempt to fix occasional issue of uninitialized MapBlo...
2015-01-05 kwolekrShorten ManualMapVoxelManipulator to MMVManip
2014-12-29 Craig RobbinsFix -Wtype-limits warnings and remove disabling of...
2014-12-29 kwolekrLuaVoxelManip: Remove blank allocator
2014-12-28 kwolekrLuaVoxelManip: Add option to allocate blank data
2014-12-23 Craig RobbinsMake limiting of the reflow liquids queue size optional
2014-12-17 Craig RobbinsDo not allow the m_transforming_liquid queue to increas...
2014-12-12 AntonUse std::string::empty() instead of size() where applicable
2014-11-14 Craig RobbinsRemove most exceptions from getNode() (and variants)
next