Search results

  1. msteiger

    Resolved Compile error

    Hi @egordorichev and welcome! You need to run the project "PC" that should be in your workspace. It has a class Terasology, which you can run directly. Does that help?
  2. msteiger

    Implementation PolyWorld

    I'm working on ironing out the last few bugs, which shouldn't take too long, I hope. We could give it a shot then. In order to be playable, it should be able to define proper spawning points. Right now, you spawn just before you drown far off somewhere in the open sea :cry:
  3. msteiger

    Implementation PolyWorld

    The world generator should be listed as "Islands". If it doesn't show up for you, do you see any error messages in the console / log file?
  4. msteiger

    Implementation PolyWorld

    With lots of PolyWorld-relevant code merged into engine/CommonWorld and TeraMath, PolyWorld is now compiling using the default code base. As a result, you can now find PolyWorld 0.4.0 in Artifactory. Yay! It's still not stable yet, but you can try it out without the need to compile it yourself.
  5. msteiger

    Design Do some Fund-raising?

    Same for me - I didn't believe it until I went to the Patreon website and saw it there. That's awesome - I don't even know what to say!
  6. msteiger

    Maintenance Crash Reporter

    Merged! The stacktrace is not displayed anymore. Just the exception type + localized message (where available) and the complete log file.
  7. msteiger

    Maintenance Crash Reporter

    OK, I'll merge screen 1 and 2 and see how it goes from there. I'd like to have screen 3 separate to make it clear that the user is actively doing something here. We could list alternatives to pastebin, maybe even (our own) ownCloud server. There's an android library for it - I wonder how much...
  8. msteiger

    Maintenance Crash Reporter

    I think the wizard is mostly complete now. Page 1 and 2 Page 3 and 4 You can move to Page 4 only if you explicitly opt out of the uploading process. This was made to keep users from just clicking through the pages without looking. In analogy to that, the dialog won't close, until one of...
  9. msteiger

    Maintenance Crash Reporter

    After some discussion on GitHub, I reworked CrashReporter a lot and came up with a wizard-based design that aims to support the user more: Uploading the log to PasteBin is now part of a series of steps in the wizard... What do you guys think of the Wizard concept? Do you think it is more...
  10. msteiger

    Implementation PolyWorld

    I need to check on the Minimap module (and maybe the AWT facade) first to find out how the minimap is created at the moment. It could take some time, but it's on my ToDo list :)
  11. msteiger

    Maintenance Logging

    You can activate some debug output by using a static logger class in the main method. You can even access the logback configurator (JoranConfigurator) if logback is on "compile" dependency (not compileTest). That said, this issue should have been fixed by now (afaik the resources source set was...
  12. msteiger

    Implementation PolyWorld

    Moar progress! This is a WorldViewer screenshot (false biome colors) of mixed world regions. Mixed means that different graph types and resolution can now live next to each other. Some world regions are empty to provide "open sea" areas between the Carribean-style islands.
  13. msteiger

    Project Lombok

    Yes, TeraMath uses StringTemplate (from the ANTLR guy) to generate different, but similar Java class based on a common template. I think that Lombok is quite useful, also in terms of automatic generation of equals/hashcode methods, but I never had a use case at hand where it would really fit...
  14. msteiger

    Design Do some Fund-raising?

    Thanks for your feedback. I integrated all of your ideas in my post above.
  15. msteiger

    Design Do some Fund-raising?

    Sounds great. I think that also active forum users are probably a target group with high affinity to the project and might be willing to throw in 1$/month. Maybe we should make it more prominent in the forum also? What can we offer Patreons? 1$ Listing in a special credits section on...
  16. msteiger

    Suggested Collect graphics assets in a dedicated repository

    Ok, then let's install OwnCloud (or an alternative -- imho OwnCloud is the best software on the market) on one of the Droplets. Once we get enough funding, we could also move that to a new server if the storage space on the Droplet is too little (maybe together with a game server?)
  17. msteiger

    Design Do some Fund-raising?

    Afaik, @Cervator pays for the the web hosting services we currently use. This covers the website, Jenkins, Weblate, Artifactory, etc. I think it would be great if this cost could be reduced or even completely covered by (regular) funding on a donation basis. One short-term goal (and a personal...
  18. msteiger

    Suggested Collect graphics assets in a dedicated repository

    Having spoken to a few people, I think that there's two options: The MetaTerasology repositories. A file hosting service such as ownCloud I believe that git versioning and GitHub hosting is not required / ideal for graphics and 3D model archives. Using ownCloud, people can just upload...
  19. msteiger

    WIP generic creatures

    I just stumbeld upon the creatures folder in TeraMisc: it might contains some valuable models for you guys. It even contains a deer, too :)
  20. msteiger

    Suggested Collect graphics assets in a dedicated repository

    By default, ownCloud shows thumbnails for image files (better than github at least). There seems to be a plugin that shows images nicely: https://github.com/owncloud/gallery Is there an automated way to find all relevant images in the forum? If yes, we could upload them and link to the...
Top