summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #44 from SpeedProg/masterNils Dagsson Moskopp2011-07-31
|\ | | | | last fix was shit, so a fix for the fix -_-
| * last fix was shit but this one works (tested)Constantin Wenger2011-07-31
| |
* | Merge branch 'master' of github.com:erlehmann/minetest-deltaNils Dagsson Moskopp2011-07-30
|\ \
| * | Merge pull request #41 from SpeedProg/masterNils Dagsson Moskopp2011-07-30
| |\| | | | | | | fixe gettext I hope
| | * fixe for msvc broke linuxConstantin Wenger2011-07-30
| | |
* | | Merge branch 'master' of github.com:erlehmann/minetest-deltaNils Dagsson Moskopp2011-07-30
|\| |
| * | Merge pull request #40 from SpeedProg/masterNils Dagsson Moskopp2011-07-30
| |\| | | | | | | translated some word to german
| | * german translation update, translated some of the new stringsConstantin Wenger2011-07-30
| | |
| * | Merge pull request #39 from SpeedProg/masterNils Dagsson Moskopp2011-07-30
| |\| | | | | | | fixes for gettext to workaround some bad behaviour of Irrlicht
| | * this fixes problem with msvc++ and should work on other systems and so on ↵Constantin Wenger2011-07-30
| | | | | | | | | | | | anyway.
| | * changed one forgotten en_US.UTF-8 to CConstantin Wenger2011-07-30
| | |
| | * fixed redefinitivon of gettext.h is included more than onceConstantin Wenger2011-07-30
| | |
| | * set some more text to gettext and updated po filesConstantin Wenger2011-07-30
| | |
| | * changed some strings of the german translation to fit in the areasConstantin Wenger2011-07-30
| | |
| | * set locales to C because en_US not installed on some systems, only UTF-8 ↵Constantin Wenger2011-07-30
| | | | | | | | | | | | version and en_US.UTF-8 does not work.
| | * fixed displaying "umlauts" (deutsch umlaute) and hopefully other non ASCII ↵Constantin Wenger2011-07-30
| |/ | | | | | | chars, too
* | * honor environment variables, use utf-8Nils Dagsson Moskopp2011-07-30
| |
* | * PEP 8 complianceNils Dagsson Moskopp2011-07-30
|/
* - removed old minetestmapperNils Dagsson Moskopp2011-07-30
|
* * support for content types extension in minetestmapperWolfgang Fellger2011-07-30
|
* Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-30
|\
| * fix to the formerPerttu Ahola2011-07-30
| |
| * easier notice on old versionPerttu Ahola2011-07-30
| |
| * Added network protocol version number in protocolPerttu Ahola2011-07-30
| |
| * Server configuration is now written when "/#setting whatever = whatever" is ↵Perttu Ahola2011-07-30
| | | | | | | | issued.
| * Added message of the day and made it properly configurable using /#setting ↵Perttu Ahola2011-07-30
| | | | | | | | (not saved to config file yet)
| * Made picking items up in creative mode delete them (because they usually are ↵Perttu Ahola2011-07-30
| | | | | | | | in the inventory already anyway)
| * updated pause menu text a bitPerttu Ahola2011-07-30
| |
| * Rats are now eatable. Also made their selection box move smoothly.Perttu Ahola2011-07-30
| |
| * Made rats cookable and made them spawn near treesPerttu Ahola2011-07-30
| |
| * made more things burnable in furnacePerttu Ahola2011-07-30
| |
| * quick fix to it not building with gettext on my visual studio environmentPerttu Ahola2011-07-30
| |
| * Removed remaining -delta referencesPerttu Ahola2011-07-30
| |
| * removed delta READMEPerttu Ahola2011-07-29
| |
| * fix server buildPerttu Ahola2011-07-25
| |
* | * README updatedNils Dagsson Moskopp2011-07-30
| |
* | - compiling with translations works againNils Dagsson Moskopp2011-07-30
| |
* | Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp2011-07-30
|\|
| * Lowered default viewing range minimum to such that it allows fairly good ↵Perttu Ahola2011-07-24
| | | | | | | | | | | | framerate in jungles with sucky hardware. Almost all computers stick to the minimum with the current farmesh range that someone has set up without asking from me, but farmesh is not used as default anyway so those that use it can raise the lower limit in their configuration as they wish.
| * Updated the texture atlas a bitPerttu Ahola2011-07-24
| |
| * and now fixed a bug in removing that debug outputPerttu Ahola2011-07-24
| |
| * removed a remaining debug printPerttu Ahola2011-07-24
| |
| * Added a mapblock analyzing function for debugging use and fixed remaining ↵Perttu Ahola2011-07-24
| | | | | | | | mapgen bugs
| * changed jungletree/junglegrass content ids to extended rangePerttu Ahola2011-07-24
| |
| * merged fix to decapitated trees; other bugs now existsPerttu Ahola2011-07-24
| |\
| | * Attempt to fix the big bug. Now server either stops sending map or mapgen ↵Perttu Ahola2011-07-21
| | | | | | | | | | | | starts generating CONTENT_IGNORE.
| * | removed unnecessary verbosity from debug output of tile.cppPerttu Ahola2011-07-24
| | |
| * | who put pnoise.py in my /?Perttu Ahola2011-07-24
| | |
| * | made shadows less bluePerttu Ahola2011-07-24
| | |
| * | Fixed issue #15: Glass blocks a lot of lightPerttu Ahola2011-07-23
| | |