aboutsummaryrefslogtreecommitdiff
path: root/fonts/mono_dejavu_sans_120.png
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2017-05-13 13:32:59 +0200
committerGitHub <noreply@github.com>2017-05-13 13:32:59 +0200
commit0d4d35ab930ecb5b313f74ae430edddd0ee79d4d (patch)
treeeae78f0de27694706fd9cddc7e6aa04464855c26 /fonts/mono_dejavu_sans_120.png
parent6673aff685047d4a0e6254f3b62313425e8f5b3c (diff)
downloadminetest-0d4d35ab930ecb5b313f74ae430edddd0ee79d4d.tar.gz
minetest-0d4d35ab930ecb5b313f74ae430edddd0ee79d4d.tar.bz2
minetest-0d4d35ab930ecb5b313f74ae430edddd0ee79d4d.zip
Android dependencies updates (#5755)
* irrlicht ogles 5122 -> 5145 * openssl 1.0.2j -> 1.0.2k * curl 7.52 -> 7.54 * sqlite 3.15.2 -> 3.18.0
Diffstat (limited to 'fonts/mono_dejavu_sans_120.png')
0 files changed, 0 insertions, 0 deletions
td>ShadowNinja2015-10-14 | | | | These names are reserved for the compiler/library implementations. * Use warningstream for log messages with WARNINGShadowNinja2015-10-14 | | | | Remove DTIME macro and its uses, too * Various style cleanups + unused code removalest312015-09-19 | | | | | | | | | | -> Don't pass pointer to whole IGameDef to NodeMetadata constructors and deserializers, but only to IItemDefManager, which is needed -> Remove the unused content_mapnode_get_new_name() method -> Fix style for MapBlock::deSerialize and MapBlock::deSerialize_pre22, improving accuracy of error messages a bit -> Fix style at other serialisation methods too -> Improve accuracy of some comments * Change i++ to ++iDavid Jones2015-08-25 | * Replace instances of std::map<std::string, std::string> with StringMapkwolekr2015-05-19 | | | | | | Also, clean up surrounding code style Replace by-value parameter passing with const refs when possible Fix post-increment of iterators * Add core.find_nodes_with_meta() script APIkwolekr2015-05-05 | * Fix NodeMetadataList loosing memory on deserialize due to invalid clear map ↵sapier2015-01-17 | | | | call instead of clear * Use std::string::empty() instead of size() where applicableAnton2014-12-12 | * serialize.h: use machine native byte swapping if available, fall-back to ↵Rafael Reilova2014-11-21 | | | | | | | | | | | | | | | | | | | | | previous generic method if not (supported for GCC using endian.h, detection done in cmake) write/readARGB8() - just write 32-bit color in one op, instead of 4 1-byte ops cleanup: removed unneeded buffer init for some serialize-out functions use a #define for the fixed point factor in read/writeF1000() nodemetadata.cpp, nodetimer.cpp optimzation: simpler deserialize node position method staticobject.cpp: cleanup: use util/serialize.h inlines instead of its own de/serialization serialize.cpp: minor optimization/cleanup: avoid generation of unneeded string temporary CMakeLists.txt, cmake_config.h.in: detection of endian.h config.h: added HAVE_ENDIAN_H Commits due to feedback squashed Signed-off-by: Craig Robbins <kde.psych@gmail.com> * Add a limit to node meta data resolving recursionShadowNinja2014-05-07 | * Update Copyright YearsSfan52013-02-24 | * Change Minetest-c55 to MinetestPilzAdam2013-02-24 | * Properly and efficiently use split utility headersPerttu Ahola2012-06-17 | * Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-05 | | | | GPLv2/later, by agreement of major contributors * Strip unneeded variables from NodeMetadatadarkrose2012-06-03 | * WIP node metadata, node timersKahrl2012-06-03 | * Move NodeMetadata prototype containers to content_nodemeta.cpp to fix them ↵Perttu Ahola2011-12-01 | | | | not being filled correctly on some systems and compilers