aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-18* Омская птицаNils Dagsson Moskopp
2011-07-17* changed GUI to indicate Minetest ΔNils Dagsson Moskopp
2011-07-17* changed GUI to indicate Minetest ΔNils Dagsson Moskopp
2011-07-17Hopefully fixed u64 to be the actual 64-bit type on 64-bit architectures. ↵Perttu Ahola
This should fix the compiler error caused by irrlicht on 64-bit fedora defining u64 to be different.
2011-07-17A small fix to an unlikely situation where the map generator requires a ↵Perttu Ahola
block that hasn't been loaded from disk. Now it is actually loaded from disk in that case.
2011-07-16* README updatedNils Dagsson Moskopp
2011-07-16* README updatedNils Dagsson Moskopp
2011-07-16Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp
2011-07-16Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp
2011-07-16Attempt to fix a problem with the factory mappings of objects residing in ↵Perttu Ahola
different source files than the prototype objects that fill them in
2011-07-15* fix automerge regressionNils Dagsson Moskopp
2011-07-15* fix automerge regressionNils Dagsson Moskopp
2011-07-15* regression fix, clay occurs again nowNils Dagsson Moskopp
2011-07-15* regression fix, clay occurs again nowNils Dagsson Moskopp
2011-07-15* possibly nicer treesNils Dagsson Moskopp
2011-07-15* possibly nicer treesNils Dagsson Moskopp
2011-07-14Merge branch 'upstream/master'Nils Dagsson Moskopp
Conflicts: data/oerkki1.png src/client.cpp
2011-07-14Merge branch 'upstream/master'Nils Dagsson Moskopp
Conflicts: data/oerkki1.png src/client.cpp
2011-07-14* possibly improved water flow, by flyx86Nils Dagsson Moskopp
- When flowing liquid starts to flow down, it stops contributing to its neighboring nodes' liquid level (possibly transforming it back to air) - Flowing liquid turns into a source if there are at least 2 adjacent liquid source nodes - If a new liquid flow reaches existing flowing liquid, the existing liquid is now updated properly.
2011-07-14* possibly improved water flow, by flyx86Nils Dagsson Moskopp
- When flowing liquid starts to flow down, it stops contributing to its neighboring nodes' liquid level (possibly transforming it back to air) - Flowing liquid turns into a source if there are at least 2 adjacent liquid source nodes - If a new liquid flow reaches existing flowing liquid, the existing liquid is now updated properly.
2011-07-13* possible fix for large cubic holes in mapNils Dagsson Moskopp
2011-07-13* possible fix for large cubic holes in mapNils Dagsson Moskopp
2011-07-13* slightly different values for 3d perlin noiseNils Dagsson Moskopp
2011-07-13* slightly different values for 3d perlin noiseNils Dagsson Moskopp
2011-07-13* regression fix, papyrus should appear again nowNils Dagsson Moskopp
2011-07-13* regression fix, papyrus should appear again nowNils Dagsson Moskopp
2011-07-11* README updatedNils Dagsson Moskopp
2011-07-11* README updatedNils Dagsson Moskopp
2011-07-11+ farmesh config optionsJiří Procházka
2011-07-11+ farmesh config optionsJiří Procházka
2011-07-09* amended upstream branch notesNils Dagsson Moskopp
2011-07-09* amended upstream branch notesNils Dagsson Moskopp
2011-07-09+ notes regarding upstream conversion from mercurial using hg-fast-exportNils Dagsson Moskopp
2011-07-09+ notes regarding upstream conversion from mercurial using hg-fast-exportNils Dagsson Moskopp
2011-07-04Added tag 0.2.20110704_0 for changeset 65263ec55cafPerttu Ahola
2011-07-04Updated version and changelogPerttu Ahola
2011-07-04Removed tag 0.2.20110704_0Perttu Ahola
2011-07-04Added tag 0.2.20110704_0 for changeset 25aa2021937fPerttu Ahola
2011-07-02initial steps in doing content type extensionPerttu Ahola
2011-07-01made screen go slightly blue when underwaterPerttu Ahola
2011-07-01Fixed objects being sometimes not able to be stored statically in a block ↵Perttu Ahola
when block has been unloaded
2011-06-27Merge pull request #13 from Bahamada/upstream_mergeNils Dagsson Moskopp
Upstream merge
2011-06-27Merge pull request #13 from Bahamada/upstream_mergeNils Dagsson Moskopp
Upstream merge
2011-06-27tried to fix block selection in map rendering a bitPerttu Ahola
2011-06-27fixed bug in inventory textures caused from better handling of unknown blocksPerttu Ahola
2011-06-27updated minetest.conf.example and changed client_unload_unused_data_timeout ↵Perttu Ahola
default to 600
2011-06-27better handling of unknown blocks on clientPerttu Ahola
2011-06-27updated to-do listPerttu Ahola
2011-06-27made dtime jitter compare value and fps calculation a bit faster changingPerttu Ahola
2011-06-27map unloading is now a whole lot betterPerttu Ahola