Search results

    1. schema

      Starmade Texture Pack

      wow those are pretty awesome.
    2. schema

      New Factories? Really?... Really?

      The system is still incomplete and rather crude. There is a lot of things planned to make recipes represent more what they are worth.
    3. schema

      Bugs on new recipe factory system

      The new version fixes one of the bugs: There were depricated ingridients which can\'t be gotten anywhere. It\'s now fully customizable (with the default being: only use ingridients that are available in shops)
    4. schema

      StarMade 0.0938: Add On

      Thats exactly what this version fixes. There were depricated ingridients which can\'t be gotten anywhere. It\'s now fully customizable (with the default being: only use ingridients that are available in shops)
    5. schema

      StarMade 0.0938: Add On

      Hello, just a little fix/addOn for the latest update: Recipes won't use items, that do not have the InRecipe Tag set to true in the blockConfig.xml. By default this value is set to what items are available in shops. Also, servers/clients will no longer crash if an inventory with invalid block...
    6. schema

      StarMade 0.0938: Meta Items & new factories

      It\'s not in this version, but I will put in an old fashioned set factory for that specific purpose only: Changing mineral levels
    7. schema

      StarMade 0.0938: Meta Items & new factories

      Hello and welcome to StarMade, Additional to a lot of bug fixes and optimizations, this version is introducing an all new meta-item system, and a new factory system. Meta Items A structure for items that have a completely free set of data has been implemented. It was actually one of the most...
    8. schema

      StarMade dev update: Meta items

      Hello, Here is a little update on what I'm working at the moment. The last days were dedicated to fix some bugs and improve performance. I managed to make significant steps in the save/load system, that is responsible for loading in all blocks in sectors. More on that when the update is...
    9. schema

      Advance build mode making all blocks invisible.

      ok, it seems like there is an error with a buffer causing an over or underflow
    10. schema

      Exploit to Make Missiles Ignore Shields

      Huh, very interesing. Thank you for the exact replication method!
    11. schema

      StarMade: Game News

      IP banning is already available, but rarely holds back people. Most people have dynamic IP anyway (changing IP every day)
    12. schema

      Compressed Databases

      They were compressed at one point, but the cpu needed to un/compress was too high. Raw block data is still compressed. Only the metadata is uncompressed. Just I/O should never crash. There is possibly another bug that is causing that.
    13. schema

      StarMade: Game News

      Hello players, Here are some updates evolving around the game. Current Focus My current focus is still on bugfixing. The server stability has gotten a lot better, and the problems are getting less. There are still some very ugly ones though: Ghost ships, physics glitches, ghost players (0...
    14. schema

      Add a line break or a list here!

      Jup this is very crude. I plan to replace that with a scrollable list
    15. schema

      Versioning Updating

      The reason I update so frequently is mainly to fix critical bugs. While still in alpha stage I like to put out bug fixes as fast as possible. With the old update you got an EOF exception with a version mismatch, but now connecting to the server will tell you, you what version it is. SO to be...
    16. schema

      StarMade 0.09378: Fixes, shield balance & new admin tools

      Hello and welcome to StarMade, this update contains some critical fixes for the servers, a pretty big change to shield balance, some new handy admin tools, and some general fixes. Server Fixes Some servers had problems since apparently closing a socket does not imply flush() on some...
    17. schema

      My list of Server bugs

      cast what object? I\'m doing a lot of stuff with generics, but in a codebase that large, not casting some objects is not really possible. I\'m trying to avoid it as best as possible.
    18. schema

      StarMade 0.093775: Server Hotfixes

      The error is thrown for every login error of servers that have not yet updated. So if you connect to a server that has not updated yet, the error from the server telling you that the server version isn\'t updated yet will cause a EOF on your client, instead of the readable error message. I hope...
    19. schema

      StarMade 0.093775: Server Hotfixes

      Hi, This update is a quick server hotfix patch to get all the broken servers back up. There are some other changes in this version as well. I release another version and a full update news article later, when I'm done with the rest of my daily todo list. cheers, - schema
    20. schema

      My list of Server bugs

      I\'m on fixing the server EOF issues. It seems like depending on OS and machine, a last flush is not made before a socket is closed (although I had read that it does). I relied on software timeouts which didn\'t work to well. I added a socket timeout now that hopefully will take care of leftover...