Skip to content
Snippets Groups Projects
  1. Jul 18, 2011
    • Felix Krause's avatar
      fixed refactoring issues // slowed down water flow a bit · c4b86ade
      Felix Krause authored
      * liquid flow no longer does random things when transformed
      * if a flowi
      ng liquid node doesn't have a solid block as neighbor, its spread distan
      ce is shortened by 1
      c4b86ade
    • Felix Krause's avatar
      * refactored liquid transformation code (has some flaws) · f1e8ff22
      Felix Krause authored
      Completely rewrote the liquid transformation. The algorithm now exclusively modifies the current node in one iteration. Another change is that MapNode.param2 now stores a bit that tells other nodes if a flowing liquid node flows downwards. This is accomplished by two masks on param2 for the "flow down" bit and the "liquid level" bits.
      
      This will be the base of future improvements to the liquid flow. However, in the current state flowing liquid does not always disappear when cut off its source. Be aware that this branch is work in progress.
      f1e8ff22
    • Nils Dagsson Moskopp's avatar
      * Омская птица · 2586a186
      Nils Dagsson Moskopp authored
      2586a186
  2. Jul 17, 2011
  3. Jul 16, 2011
  4. Jul 15, 2011
  5. Jul 14, 2011
    • Nils Dagsson Moskopp's avatar
      Merge branch 'upstream/master' · 3560f0de
      Nils Dagsson Moskopp authored
      Conflicts:
      	data/oerkki1.png
      	src/client.cpp
      3560f0de
    • Nils Dagsson Moskopp's avatar
      * possibly improved water flow, by flyx86 · 5146c826
      Nils Dagsson Moskopp authored
      - 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.
      5146c826
  6. Jul 13, 2011
  7. Jul 11, 2011
  8. Jul 09, 2011
  9. Jul 04, 2011
  10. Jul 02, 2011
  11. Jul 01, 2011
  12. Jun 27, 2011
  13. Jun 26, 2011
Loading