aboutsummaryrefslogtreecommitdiff
path: root/builtin/game/misc.lua
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2017-06-20 17:18:34 +0200
committerGitHub <noreply@github.com>2017-06-20 17:18:34 +0200
commit16938adfc00b3c56a7b08a9eb97160b68902bae6 (patch)
tree6e818b95c8557872e39f23c00f5a60e09f2f11bc /builtin/game/misc.lua
parent318106223fc7351bd879980c17ee9c4bee65a272 (diff)
downloadminetest-16938adfc00b3c56a7b08a9eb97160b68902bae6.tar.gz
minetest-16938adfc00b3c56a7b08a9eb97160b68902bae6.tar.bz2
minetest-16938adfc00b3c56a7b08a9eb97160b68902bae6.zip
Merge cguittfont lib in irrlicht change folder. (#6016)
* Merge cguittfont lib in irrlicht change folder. This remove hack and static lib for FreeType
Diffstat (limited to 'builtin/game/misc.lua')
0 files changed, 0 insertions, 0 deletions
title='2017-08-19 09:12:54 +0200'>2017-08-19 * C++ modernize: Pragma once (#6264)Loïc Blot2017-08-17 * Expose getPointedThing to LuaDániel Juhász2017-07-07 * C++11 cleanup on constructors (#6000)Vincent Glize2017-06-19 * Remove superfluous pointer null checksQrchackOfficial2017-06-10 * C++11 patchset 6: forbid object copy using assigment/copy function deleters (...Loïc Blot2017-06-10 * Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot2017-06-06 * Remove SharedPtr, it's not used and will be never used, we use C++11Loic Blot2017-06-05 * C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-04 * Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker2017-05-26 * Rework escape/pause menu (#5719)red-0012017-05-11 * Fix myfloor(0.0)ShadowNinja2017-05-06 * Clean up numeric.h and split FacePositionCache from itShadowNinja2017-05-06 * Clean up getTime helpersShadowNinja2017-04-28 * Fix various points reported by cppcheck (#5656)Loïc Blot2017-04-25 * Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-20 * Fix MSVC build broken by 34d32ceSmallJoker2017-04-17 * Include container.h in util/thread.h. util/thread.h doesn't compile without itPerttu Ahola2017-04-17 * Implement delayed server shutdown with cancelation (#4664)Loïc Blot2017-04-15