Search results

  1. C

    Notch looking at Terasology

    I sent my first tweet to someone tonight. I've never been a big fan of twitter but since I've become interested in game dev and specifically voxel engines I've subscribed to updates from several members of the minecraft community including notch. I tweeted to @notch the following: "What do you...
  2. C

    World Generation Tutorial Changes

    I added a "Facet Configuration" section to the tutorial. I also started on a "World Generation Concepts" overview page but its still a work in progress. Let me know what you think. https://github.com/Terasology/TutorialWorldGeneration/wiki
  3. C

    Broken links on Terasology Splash site

    It looks like the "Contributor Guide" and the "Modding Guide" links are broken at http://terasology.org/#development.
  4. C

    Implementation gestalt-worldgen

    @Cervator and I have been discussing moving the world gen code into a separate project called gestalt-worldgen. The original thread is here: http://forum.terasology.org/threads/entity-system-code-in-engine-and-gestalt.1599/#post-13921. I started this thread so we could have a focused discussion...
  5. C

    Minor code error on the wiki

    I apologize if you guys already know about this but I was following along with the wiki tutorial on Facet Production for 1.x and hit a compiler error in the SurfaceProvider class. The wiki states the following code snippet: // loop through every position on our 2d array Rect2i...
  6. C

    Entity System code in engine and gestalt

    Why is there duplicate entity system code in Gestalt and the Engine modules? Is there a migration in progress to make the engine depend completely on Gestalt? If not then what is the difference?
  7. C

    Contributor Starter projects

    Hi. I've been playing around with Terasology for a few weeks and getting familiar with the code. I'm a 10 year Java developer but I've only been playing around with game dev for the last year or so. Are there any TODO starter projects that you could recommend for me? Thanks and great job...
  8. C

    Smooth Lighting question

    I've just joined the community and have been playing around with Terasology in Intellij and I gotta say great work guys! For the last year I've had a side project in JMonkeyEngine and have a working voxel game/engine at the moment. It's nothing close to Terasology. I've been trying to pull...
Top