12.xhtml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program. If not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => 'Freeminer won&apos;t compile and the Freeminer community is unwelcoming',
  21. 'body' => <<<END
  22. <p>
  23. Someone on the Minetest forums wants several new graphical lighting effects to be added to the engine, and someone else said that some of those effects are being worked on already in a Minetest fork called Freeminer.
  24. I decided to try Freeminer to see what it looked like, but I couldn&apos;t get the game to compile.
  25. I tried visiting the Freeminer forums for help, but Freeminer seems to have banned us Tor users.
  26. The community there simply is not a welcoming place.
  27. I tried a few more things to get Freeminer to compile, but I gave up quickly.
  28. I&apos;m not going to have much fun with the game without a community to play it with, so there really wouldn&apos;t be much point in putting a lot off effort into it.
  29. </p>
  30. <p>
  31. I&apos;ve found that growing trees often causes bugs in the lighting, causing huge shadows to appear where trees have grown.
  32. When growing forests during map generation, this happens almost every time, causing the whole world&apos;s surface to go dark.
  33. When growing individual trees using an active block modifier, this happens much less often, though still happens occasionally.
  34. </p>
  35. <p>
  36. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  37. </p>
  38. END
  39. );