aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-04-02Formspecs: Use mouse wheel to pick up and deposit single itemsyou
2018-04-01LINT: add clang-tidy step (#6295)Loïc Blot
2018-03-31ObjectRef: Add add_velocity() (#3208)you
2018-03-31event.h: Fix import GCC warning caused by ce87310SmallJoker
2018-03-30Client eventmanager refactor (#7179)Loïc Blot
2018-03-29Mgcarpathian: Mapgen loop optimisations. fabs() -> std::fabs()Paramat
2018-03-29Sound: fix static initialization order dependency by not having one (#7168)nOOb3167
2018-03-29Optional alpha channel support for entitiesstujones11
2018-03-29Fix a warning introduced by c5b4e541749c50805519ce040d98a0a8e5e0ec03Loic Blot
2018-03-29Fix a warning reported by clangLoic Blot
2018-03-29Fix various Client class functions not marked as override (virtual)Loic Blot
2018-03-28Load dependencies and description from mod.confAndrew Ward
2018-03-28Add reasons to on_dieplayer and on_hpchangeAndrew Ward
2018-03-28Add formspec theming using prepended stringsAndrew Ward
2018-03-26Guard sound manager initialization with "enable_sound" (#7167)nOOb3167
2018-03-26macOS: don't require X11 libraries during compilation (#7149)D Tim Cummings
2018-03-26Mapgen: Remove unused mgv7 code and some unused biometypesParamat
2018-03-24Make sounds stop playing when entering game or mainmenunOOb3167
2018-03-24Cleanup sound manager class (#7158)Loïc Blot
2018-03-24Print the mod loading time (#7137)you
2018-03-23Fix some gcc 7.3 reported warningsLoic Blot
2018-03-23Global initialization of sound using SoundManagerGlobal (#7063)nOOb3167
2018-03-22Update mesh collector and move it to a separate file (#6904)Vitaliy
2018-03-21Minetest ASCII art: Move from actionstream to rawstreamparamat
2018-03-17Fix node-nodebox lighting difference in direct sunlight (#7061)Vitaliy
2018-03-16Fix a crash or random memory leak when reseting saved environment variable in...Loic Blot
2018-03-16Drop Server::m_enable_rollback_recording it's only used in server constructorLoic Blot
2018-03-16ServerEnvironment::loadDefaultMeta: Loading default meta is only possible for...Loic Blot
2018-03-16Forgot to remove obsolete Server::m_modsLoic Blot
2018-03-16Server: delegate mod management & config to ServerModConfiguration (#7131)Loïc Blot
2018-03-16Fix an alone if to be with a missing elseLoic Blot
2018-03-16Biomes: Fix vertical biome blendparamat
2018-03-11Biome API: Add 'get_biome_name(biome_id)' APIparamat
2018-03-11Add Voxelarea unittests (#7121)Loïc Blot
2018-03-11Finally fix android buildLoic Blot
2018-03-11Fix Android build, but there is a remaining linking issue in guiConfirmRegist...Loic Blot
2018-03-11Android build fixes for c++11stujones11
2018-03-10Drop texture file list cache (#6660)Vitaliy
2018-03-10Fix typo in lighting code since bcdb3d5SmallJoker
2018-03-10Spawn level: Add 'get_spawn_level(x, z)' APIparamat
2018-03-09Formspecs: Unify textarea and field parsing functions, fix wrong fallback textSmallJoker
2018-03-09VoxelArea: add_{x,y,z,p} must be staticLoic Blot
2018-03-09Drop unused struct ModLicenseInfo & ModAuthorInfo + default constructor in Mo...Loic Blot
2018-03-09ServerEnvironment & StaticObject cleanupsLoic Blot
2018-03-09Drop unused Server::m_ignore_map_edit_events_peer_idLoic Blot
2018-03-09Variable name fix + structure creation unrolling in lighting codeLoic Blot
2018-03-09Drop less performant Server::setBlockNotSent for ClientInterface::markBlockpo...Loic Blot
2018-03-09Getv3intfield: Fix logic of return boolparamat
2018-03-09Biomes: Add 'min_pos'/'max_pos' xyz biome limitsparamat
2018-03-08Cleanup & bugfixLoic Blot