aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Code modernization: src/n*, src/o* (#6280)Loïc Blot2017-08-1912-287/+207
* GenericCAO: Fix light position for non-players, remove deprecated initialisat...SmallJoker2017-08-191-8/+4
* ServerMap saving: cleanups (#6274)Loïc Blot2017-08-195-470/+23
* ItemCAO removal (#6279)Loïc Blot2017-08-191-254/+0
* Code modernization: src/m* (part 3)Loic Blot2017-08-1911-31/+20
* Code modernization: src/m* (part 2)Loic Blot2017-08-1913-244/+159
* Banmanager: Move 'creating' message from warningstream to infostream (#6277)Paramat2017-08-191-2/+2
* Make world creation menu automatically generate a random world name (#6257)lisacvuk2017-08-181-5/+7
* Optimize headers (part 2) (#6272)Loïc Blot2017-08-1842-32/+55
* Modernize various files (src/m*) (#6267)Loïc Blot2017-08-1834-355/+254
* server.cpp: unroll setting when sending mapblocks (#6265)Loïc Blot2017-08-181-27/+20
* Add missing ctime include (#6269)adrido2017-08-181-0/+1
* Change README to Markdown format, add LICENSE.txt (#6244)rubenwardy2017-08-184-562/+579
* Modernize various files (src/k*, src/l*)Loic Blot2017-08-186-32/+25
* Modernize various files (part 2)Loic Blot2017-08-1810-152/+107
* Modernize various filesLoic Blot2017-08-1812-118/+100
* Modernize src/c* src/d* and src/e* files (#6263)Loïc Blot2017-08-1725-343/+298
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-17236-1028/+288
* clientobject, clouds, collision, clientsimpleobject: code modernization (#6260)Loïc Blot2017-08-176-44/+41
* Reduce dedicated server step to 0.09 (#6252)Loïc Blot2017-08-173-3/+3
* Typo fix in compat code from commit 1d8d01074fdb52946f81110bebf1d001185b394bLoic Blot2017-08-171-1/+1
* clientmap, clientmedia: code modernizationLoic Blot2017-08-175-124/+70
* l_server, clientenvironment, clientiface: code modernizationLoic Blot2017-08-174-58/+37
* New lighting curve (#5279)Vitaliy2017-08-175-44/+34
* ClientInterface: add a function to verify (correctly) if user limit was reach...Loïc Blot2017-08-163-7/+18
* Cleanup various headers to reduce compilation times (#6255)Loïc Blot2017-08-1651-84/+94
* client.cpp: modernize codeLoic Blot2017-08-162-74/+47
* cavegen.cpp, chat.cpp: modernize codeLoic Blot2017-08-163-34/+20
* Modernize client code (#6250)Loïc Blot2017-08-159-113/+104
* bab.cpp: code modernizationLoic Blot2017-08-151-11/+9
* server.cpp: code modernizationLoic Blot2017-08-152-40/+31
* Lint fix on localplayer.hLoic Blot2017-08-151-2/+1
* Advanced settings: Re-organise mapgen settings for ease of useparamat2017-08-143-375/+421
* Make dropped items colorableDániel Juhász2017-08-142-15/+55
* L-system: Fix leaves cutting through stemsHybrid Dog2017-08-141-3/+6
* Player::getSpeed/setSpeed use const refsLoic Blot2017-08-143-4/+4
* Player class: disable copyLoic Blot2017-08-141-3/+3
* Various server.cpp cleanupsLoic Blot2017-08-141-137/+93
* Server::AsyncRunStep + Server::sendAddNode: modernize codeLoic Blot2017-08-141-61/+39
* LocalPlayer::accelerateHorizontal: cleanupsLoic Blot2017-08-131-17/+17
* Cleanup LocalPlayer::applyControlLoic Blot2017-08-132-5/+4
* Add slippery group for nodes (players/items slide)Wuzzy2017-08-135-17/+49
* Trigger on_rightclick regardless on the formspec meta fieldSmallJoker2017-08-132-2/+9
* Add short description for disabled texture packsWuzzy2017-08-131-1/+4
* Change “Use” key name to “Special”TeTpaAka2017-08-134-11/+12
* Full viewing range key message clarifiedFixer2017-08-121-2/+2
* Remove cloud_height settingBen Deutsch2017-08-127-19/+7
* Abort if static_spawnpoint is an invalid setting instead of just giving an er...Hybrid Dog2017-08-121-8/+6
* Mgv5: Make spawn position search more reliableparamat2017-08-121-14/+15
* ServerEnvironment::step: modernize loopsLoic Blot2017-08-112-69/+28