aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check argument types inside MetaDataRef Lua API (#7045)sfan52018-02-182-7/+7
* Remove legacy chat network code. (#6954)red-0012018-02-173-26/+1
* Render copyright notice: Fix name spelling (#7042)Vitaliy2018-02-1516-16/+16
* Add `on_auth_fail` callback (#7039)red-0012018-02-153-1/+15
* Dungeons: Avoid generation in multiple liquid nodes and 'airlike'paramat2018-02-134-20/+9
* map.cpp: Initialize NodeNeighbor, set NeighborType to u8 & cleanupLoic Blot2018-02-112-9/+6
* Node definition manager refactor (#7016)Dániel Juhász2018-02-1061-459/+585
* Position entity nametags relative to selection-box (#7031)stujones112018-02-101-1/+1
* Fix 'Change Keys' menu crash caused by 501f936SmallJoker2018-02-091-1/+1
* Switch F3 to use 'enable_fog' settingThomasMonroe3142018-02-084-9/+9
* Include alpha channel reference in MaterialTypeParamstujones112018-02-081-0/+1
* Move `setlocale` from Lua to C++.red-0012018-02-082-2/+4
* Add main_menu_style settingPorygonZRocks2018-02-081-0/+1
* Make hud_get return aligment, offset and size. (#7006)lisacvuk2018-02-041-0/+9
* Remove unused light updating codeDániel Juhász2018-02-047-709/+0
* Refine movement anticheat again (#7004)sfan52018-02-021-2/+11
* Fix liquid bottoms not being renderednumber Zero2018-01-302-0/+29
* Add minetest.bulk_set_node call + optimize Environment::set_node call (#6958)Loïc Blot2018-01-303-3/+47
* Apply physics overrides correctly during anticheat calculations (#6970)sfan52018-01-281-13/+16
* [CSM] HUD Fix not updating server HUDs caused by 4f688d5SmallJoker2018-01-261-1/+1
* Fix issues with earlier CSM HUD commit (#6940)red-0012018-01-264-15/+15
* Disable fall damage when "immortal" group set (#6946)lisacvuk2018-01-233-2/+15
* CSM: Remove screenshot APIred-0012018-01-232-11/+0
* [CSM] Don't Load the package library (#6944)red-0012018-01-221-1/+0
* Change include from "cmake_config.h" to "config.h"Wayward One2018-01-211-1/+1
* [CSM] Remove `on_connect` callback (#6941)red-0012018-01-213-14/+0
* [CSM] Add functions to create particles and particlespawners. (#6072)red-0012018-01-207-13/+275
* Game refactor [4/X]: keycache is now owned by InputHandlerLoic Blot2018-01-207-188/+199
* Game refactor [3/X]: Move keycache to inputhandlerLoic Blot2018-01-203-105/+106
* Game refactor [2/X]: Various moves (profilergraph, nodePlacementPrediction, ...Loic Blot2018-01-206-363/+418
* Game/Input refactor [1/X]: make RealInputHandler handle joystick inputs with ...Loic Blot2018-01-202-63/+66
* [CSM] Add basic HUD manipulation. (#6067)red-0012018-01-2016-1067/+1224
* Biomes: Add 'get heat', 'get humidity', 'get biome data' APIsparamat2018-01-164-3/+231
* Load a texturepack from the 'textures' subfolder of a gamered-0012018-01-161-3/+7
* Mapgen folder: Update and improve copyright information of filesparamat2018-01-1532-72/+81
* Registration confirmation dialog: Fix grammarMuhammad Rifqi Priyo Susanto2018-01-131-4/+5
* Add confirmation on new player registration (#6849)Muhammad Rifqi Priyo Susanto2018-01-139-13/+378
* Revert "Add an active object step time budget #6721"Lars Hofhansl2018-01-126-65/+38
* Forget to fix non freetype build in StaticTextLoic Blot2018-01-121-4/+17
* Fix ambient occlusion and dark lines at mapblock bordersnumber Zero2018-01-121-70/+27
* Fix off-by-one in log output line length (#6896)Pedro Gimeno2018-01-091-5/+2
* Fix buffer parameter not working in LuaPerlinNoiseMap::l_getMapSlice()Pedro Gimeno2018-01-081-1/+1
* Fix naming conventions of noise userdatarubenwardy2018-01-072-27/+27
* Don't recalculate statustext initial color everytime & review fixesLoic Blot2018-01-055-20/+23
* GameUI refactor (part 7/7): Finish to include profiler things to GameUILoic Blot2018-01-053-75/+77
* GameUI refactor (part 6/X): Move Game::guitext_profiler & showStatusTextSimpl...Loic Blot2018-01-053-116/+109
* GameUI refactor (part 5/X): Move Game::guitext_chat to GameUI classLoic Blot2018-01-055-126/+118
* GameUI refactor (part 4/X): Move Game::guitext_status, Game::m_statustext, Ga...Loic Blot2018-01-054-104/+102
* GameUI refactor (part 3/X): Move Game::guitext2, Game::guitext_info, Game::in...Loic Blot2018-01-055-93/+92
* GameUI refactor (part 2/X): Move Game::guitext to GameUI + enhancements on St...Loic Blot2018-01-058-134/+159