aboutsummaryrefslogtreecommitdiff
path: root/util/travis/script.sh
diff options
context:
space:
mode:
authorThomas Wagner Nielsen <thomas@viawords.com>2016-05-05 22:50:35 +0200
committerest31 <MTest31@outlook.com>2016-05-10 18:52:58 +0200
commit487bd601eb01ad4e9ff7f0bd54a119cafb8d3d24 (patch)
tree020a52feaf514886d6a7925e98331fbd4f69a2d9 /util/travis/script.sh
parentecb9378e0f89a2132ef0f8d5c72b3d2791fdbf64 (diff)
downloadminetest-487bd601eb01ad4e9ff7f0bd54a119cafb8d3d24.tar.gz
minetest-487bd601eb01ad4e9ff7f0bd54a119cafb8d3d24.tar.bz2
minetest-487bd601eb01ad4e9ff7f0bd54a119cafb8d3d24.zip
Translated using Weblate (Danish)
Currently translated at 27.6% (245 of 887 strings) This is a merger of two commits.
Diffstat (limited to 'util/travis/script.sh')
0 files changed, 0 insertions, 0 deletions
'commitgraph'>* Adding particle blend, glow and animation (#4705)Foghrye42016-11-15 * Add control information to player interacts (#4685)raymoo2016-11-12 * Add minetest.get_server_uptime() function to Lua API (#4702)Brandon2016-11-02 * Attached particle spawnersraymoo2016-10-13 * Move RemotePlayer code to its own cpp/headerLoic Blot2016-10-08 * RemotePlayer/LocalPlayer Player base class proper separation (code cleanup) (...Loic Blot2016-10-08 * Player/LocalPlayer/RemotePlayer inheritance cleanup (part 2 on X)Loic Blot2016-10-08 * Remove some unused attributes/class functions in server.cpp/hLoic Blot2016-10-08 * Player/LocalPlayer/RemotePlayer inheritance cleanup (part 1 on X)Loic Blot2016-10-08 * use unordered containers where possible (patch 4 on X)Loic Blot2016-10-06 * Chat: new settings to prevent spamLoic Blot2016-10-05 * Particles: Add option to remove particles on collisionAuke Kok2016-05-28 * Handle particle spawners in env and delete expired idsobneq2016-04-28 * Only allow players with shout to chatest312015-11-13 * Put ChatEvent handler into own functionest312015-11-09 * Add server side ncurses terminalest312015-11-06 * Time: Remove serverside getter, and use atomic operationsest312015-11-03 * Add callback parameter for core.emerge_area()kwolekr2015-11-02 * Add DISABLE_CLASS_COPY macro (and use it)kwolekr2015-10-27 * Environment: Time of day fixes and add serverside getterest312015-10-27 * Clean up threadingShadowNinja2015-08-23 * Cleanup server addparticle(spawner) by merge two identical functions.Loic Blot2015-07-25 * Fix documentation of dedicated_server_loopest312015-07-24 * Optional reconnect functionalityest312015-07-23 * Fix damage flash when damage disabledkwolekr2015-07-10 * Fix code style from recent commits and add misc. optimizationskwolekr2015-07-02 * Add some missing getter functions to the lua APITeTpaAka2015-05-28 * Add mod securityShadowNinja2015-05-16 * Make early protocol auth mechanism generic, and add SRPest312015-05-11 * Protocol 25: wstring -> string for custom access denial reasonsest312015-04-22 * Biomes: Remove referenced biomes from Decorations on clearkwolekr2015-04-16 *