summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Collapse)Author
2011-12-01Wireshark dissector: correct messed up field namesKahrl
2011-12-01Wireshark dissector: Add TOSERVER_RESPAWN and TOCLIENT_DEATHSCREEN, plus ↵Kahrl
some failed assertion fix (well, hack).
2011-09-27minetestmapper: Fix the way ylist is computed, use cStringIO instead of ↵Kahrl
rolling own Bytestream, remove some artifacts when drawing underground blocks, introduce a --drawunderground switch (defaults to of), 'blocknum' renamed to 'content'.
2011-09-26minetestmapper speed tweaks (kahrl & JacobF)Perttu Ahola
2011-09-26Add apple color to minetestmapper and fix cactus colorPerttu Ahola
2011-09-26Fix minetestmapper.pyPerttu Ahola
2011-09-26Support Python 2 and 3 in sectors2sqlite.py.Kahrl
2011-09-26Fix processing of blocks below y=0 in sectors2sqlite.py.Kahrl
2011-09-16update minetestmapper so it can read the database alsoJacobF
2011-09-15Updated colors.txt (which is used by minetestmapper)Kahrl
2011-09-04Cull empty lines...JacobF
2011-09-04Files to database converterJacobF
2011-08-25dissector branch: added wireshark dissector minetest.luaKahrl
2011-08-05minetestmapper can be run from any directoryGiuseppe Bilotta
If it doesn't find colors.txt locally, it looks for the one in the directory of the script itself.
2011-08-05updated po update script to detect wgettext and N_Constantin Wenger
2011-07-30* honor environment variables, use utf-8Nils Dagsson Moskopp
2011-07-30* PEP 8 complianceNils Dagsson Moskopp
2011-07-30* support for content types extension in minetestmapperWolfgang Fellger
2011-07-30Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp
2011-07-24Bring po update out of cmake againGiuseppe Bilotta
This solves two issues at once: * CMake would delete po files during ‘make clean’ because it thought they were autogenerated and not just managed * the only gettext tools readily available in Windows are so old they don't support options like --package-name The change also moves minetest.pot down one level, so we don't need to special case ‘en’ anymore. The downside is of course that you need some sane POSIX shell to update the po files.
2011-07-23extended content-type rangePerttu Ahola
2011-06-25added minetestmapper in utils/Perttu Ahola
2011-06-25Reorganizing stuff (import from temporary git repo)Perttu Ahola