aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * README updatedNils Dagsson Moskopp2011-07-301-21/+3
|
* - compiling with translations works againNils Dagsson Moskopp2011-07-301-113/+0
|
* Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp2011-07-3035-2102/+2816
|\
| * Lowered default viewing range minimum to such that it allows fairly good ↵Perttu Ahola2011-07-241-1/+1
| | | | | | | | | | | | 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-241-4/+2
| |
| * and now fixed a bug in removing that debug outputPerttu Ahola2011-07-241-0/+1
| |
| * removed a remaining debug printPerttu Ahola2011-07-241-2/+3
| |
| * Added a mapblock analyzing function for debugging use and fixed remaining ↵Perttu Ahola2011-07-245-19/+179
| | | | | | | | mapgen bugs
| * changed jungletree/junglegrass content ids to extended rangePerttu Ahola2011-07-241-2/+2
| |
| * merged fix to decapitated trees; other bugs now existsPerttu Ahola2011-07-243-20/+65
| |\
| | * Attempt to fix the big bug. Now server either stops sending map or mapgen ↵Perttu Ahola2011-07-212-16/+61
| | | | | | | | | | | | starts generating CONTENT_IGNORE.
| * | removed unnecessary verbosity from debug output of tile.cppPerttu Ahola2011-07-241-49/+54
| | |
| * | who put pnoise.py in my /?Perttu Ahola2011-07-241-102/+0
| | |
| * | made shadows less bluePerttu Ahola2011-07-241-1/+1
| | |
| * | Fixed issue #15: Glass blocks a lot of lightPerttu Ahola2011-07-231-0/+1
| | |
| * | Fixed #21 Earth under torches oscillates between mud and grassPerttu Ahola2011-07-231-4/+3
| | |
| * | Made hotbar a bit smallerPerttu Ahola2011-07-231-2/+2
| | |
| * | merged jungle and bluish shadowsPerttu Ahola2011-07-2311-20/+287
| |\ \
| | * | Made dark places tint slightly in bluePerttu Ahola2011-07-233-16/+36
| | | |
| | * | Jungle biome/whatever thingPerttu Ahola2011-07-238-6/+253
| | | |
| | * | Merge branch 'master' of git://github.com/erlehmann/minetest-deltaPerttu Ahola2011-07-221-1/+1
| | |\ \
| | * | | Changing key settings now doesn't require a game restartPerttu Ahola2011-07-223-3/+6
| | | | |
| * | | | removed -delta namingsPerttu Ahola2011-07-233-3/+4
| | | | |
| * | | | converted main.cpp dos linefeeds to unix linefeeds.Perttu Ahola2011-07-231-1675/+1676
| | | | |
| * | | | updated main.cpp comments a bitPerttu Ahola2011-07-231-8/+6
| | | | |
| * | | | changed rat texture to minePerttu Ahola2011-07-231-0/+0
| | | | |
| * | | | merged the content type extension and deltaPerttu Ahola2011-07-2369-155/+3752
| |\ \ \ \
| | * | | | switched to old transformLiquids, new one is not readyPerttu Ahola2011-07-231-207/+216
| | | | | |
| | * | | | switched my textures backPerttu Ahola2011-07-233-0/+0
| | | | | |
| | * | | | uh, i guess this now merges the new delta stuff?Perttu Ahola2011-07-2320-147/+402
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | * README updatedNils Dagsson Moskopp2011-07-221-1/+1
| | | | | |
| | * | | | merged some stuff from upstream while merging deltaPerttu Ahola2011-07-234-44/+101
| | |\ \ \ \
| | * | | | | added some TODOs to main.cppPerttu Ahola2011-07-211-0/+6
| | | | | | |
| | * | | | | Merged minetest-delta a624fe549bc75855a170Perttu Ahola2011-07-218-3/+22
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| * | | | | | extended content-type rangePerttu Ahola2011-07-2327-318/+428
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'master' of github.com:erlehmann/minetest-deltaNils Dagsson Moskopp2011-07-247-5/+132
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #36 from Oblomov/masterNils Dagsson Moskopp2011-07-247-5/+132
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Some more gettext stuff
| | * | | | | | Locale dir should be parallel to global data dirGiuseppe Bilotta2011-07-242-2/+2
| | | | | | | |
| | * | | | | | Read config from gettext.hGiuseppe Bilotta2011-07-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the USE_GETTEXT define might not be visible.
| | * | | | | | Italian translationsGiuseppe Bilotta2011-07-242-1/+125
| | | | | | | |
| | * | | | | | Actually make USE_GETTEXT available in the sourceGiuseppe Bilotta2011-07-241-0/+1
| | | | | | | |
| | * | | | | | Two more instances of unhardcoding the project nameGiuseppe Bilotta2011-07-242-2/+2
| | | | | | | |
* | | | | | | | + 24x24 rendering of SVG minetest icon, polished manually to look crispNils Dagsson Moskopp2011-07-241-0/+0
|/ / / / / / /
* | | | | | | Merge pull request #35 from Oblomov/masterNils Dagsson Moskopp2011-07-248-84/+119
|\| | | | | | | | | | | | | | | | | | | | some more gettext fixes
| * | | | | | Sanitize GETTEXT usage macrosGiuseppe Bilotta2011-07-243-15/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the user-level option is called ENABLE_GETTEXT, and USE_GETTEXT is only set to true if gettext was enabled and found. This simplifies all check to USE_GETTEXT only rather than the double checks for it being enabled and found.
| * | | | | | Bring po update out of cmake againGiuseppe Bilotta2011-07-244-62/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | Refactor gettext initGiuseppe Bilotta2011-07-242-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Put the gettext init code in a macro and define it appropriately depending on whether gettext is actually available or not.
| * | | | | | Do not package en translation, since we don't build itGiuseppe Bilotta2011-07-241-3/+5
| | | | | | |
| * | | | | | Gettext domain should match the project nameGiuseppe Bilotta2011-07-242-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This partially reverts 023cc0d37776976b4b192b7363f73a5d2debdef6, goes back to using PROJECT_NAME for the filename and also uses PROJECT_NAME as text domain in the source code.
| * | | | | | Place project name and gettext use in configGiuseppe Bilotta2011-07-242-2/+10
|/ / / / / /