Search results

  1. Michael

    Contributor Hey everyone, I'm Ethan.

    you can also look through the modules under the Terasology github. You can probably suggest something else if you find something else that is more interesting. Always good to contact the orgs before GSOC :D. github(dot)com/Terasology
  2. Michael

    meta-server

    So you can host the static part of the site of the site on github to save a bit in that regard and then the rest can be handled by some form of API.
  3. Michael

    Intro Hey Terasology!!

    there is a shell file inside of the Terasology folder called gradlew. you have to execute it like a shell script to ./gradles game.
  4. Michael

    Gource

    here is the updated video and also the raw webm. https://drive.google.com/file/d/1Su74YyFksGKQACdOmc4-Neawk5gNf2xn/view?usp=sharing
  5. Michael

    Google Code-In 2017 Mentor Recap Thread!

    1. Tell us about yourself! I'm Michael Pollind, @michaelpollind or pollend if I'm on github. 2. What led you to work on Terasology/Destination Sol? Through GSOC, but never actually was a GSOC student. I just stayed around even though I never was actually enrolled into GSOC. 3. What was your...
  6. Michael

    Gource

    Here are some tweaks I made to my command: gource --user-image-dir .git/avatar/ --auto-skip-seconds 1 --logo ./logo.png --seconds-per-day 1 -1920x1080 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libvpx -b 10000K gource1.webm there is this gravatar script...
  7. Michael

    Gource

    I ran Gource on the Terasology repository. The history goes quite a while back so the video is 4 hours long. I have been running this for the last 12 or so hours. also feel free to make a better version from the raw video files I've uploaded...
  8. Michael

    Intro Hey Terasology!!

    You can start here and look through the gsoc idea list: https://github.com/MovingBlocks/Terasology/wiki/GSOC Find something you like and I can either give you some direction or point you to an individual that can provide you more guidance. In general, you should probably just try to compile...
  9. Michael

    Question Terasology Launcher Freezes in Linux Mint

    can you try run the game from source?
  10. Michael

    meta-server

    I've been working on a slight rework of the meta-server. I decided to rework the implementation with DropWizard and port the existing API over. I've been working on adding some basic migration support and also reorganizing the database portion of the application. One thing I'm not sure about is...
  11. Michael

    Tweaking ProtoSignalling

    I've been working on a slight rework of signaling. The Protosignal model is quite a bit more inefficient when compared to the original module but I think this module is easier to add additional blocks to the network. The backend implementation of the graph will need to be reworked, but this is...
  12. Michael

    Suggested Formal description of "Centaur" NPC

    sounds interesting.
  13. Michael

    what about happy trees

    what about happy trees
  14. Michael

    Suggested Add sign module

    Look at ComputerMonitors. ComputerMonitors uses AWT and renders the result to a flat plne. I think you can do something similar with signs. I.e allow people to type text onto a sign.
  15. Michael

    Implementation ItemPipes

    I added a handler for item events. For instance, you can use this to insert items into a chest.
  16. Michael

    Implementation ItemPipes

    Summary ItemPipes is a Terasology module that adds item transport system based on pipelines. ItemPipes are useful for automation purposes - this module lets you transport items without your involvement. Repository: https://github.com/Terasology/ItemPipes Current Version: 0.1 What has been done...
  17. Michael

    Implementation Rails

    I'll do that eventually.
  18. Michael

    Intro Hello I'am Lars

    welcome :D
  19. Michael

    Implementation Rails

    Rails has gone through a major rework and I've decided to make a new thread for everything new in rails. Summary Rails is a base module that adds rails and carts to Terasology. The functionality beyond the base rails and carts will have to be extended onto through other modules. There is...
  20. Michael

    from jbullet to libgdx bullet wrapper

    Just implemented the sweep callback. so now the player won't fall through the map.
Top