Jump to content

vladislavbelov

WFG Programming Team
  • Posts

    1.385
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by vladislavbelov

  1. How did try to delete them all? Could you try to run it under gdb to see a resolved stack? (gdb -ex run pyrogenesis)
  2. Hi! Yeah, it's a known thing, you need a mod to fix that in A26:
  3. Hi and welcome to the forum! We had our stand before, just haven't submitted our application this year. We had no problem to get a stand in previous years (according to Stan we had no rejections at all). We haven't considered to have a stand yet. Personally I plan to give a lightning talk (like I did in 2019-2021) and I'd like to have a stand. But I need to have my visa approved first.
  4. That sounds interesting, I'll try to reach implodedok directly. The only downside I see that we'll need to dig through those spams to find a valid account of newcommers.
  5. By glow we usually understand post-processing filter which adds a bloom-like effect. Yeah, I'm working on that, and that will allow to add an adjustable glow effect.
  6. Hi! Maybe it's caused because it can't read the default hotkey configuration file. Usually it's located at binaries/data/config/*.*, if not see below. You can find directories (beside the main one with 0ad-data) used by the game here (where it can read or write): https://trac.wildfiregames.com/wiki/GameDataPaths#Linux
  7. Maybe consequently applying https://trac.wildfiregames.com/wiki/PortA24ToA25 and https://trac.wildfiregames.com/wiki/PortA25ToA26 might help.
  8. I believe it's useful for posts that aren't on the first page already (when a lot of activity on the forum), because it makes a search faster. I think it depends on a mail service and how to arrange groups. I don't get mailbombed.
  9. Might also want to take a look at https://trac.wildfiregames.com/wiki/PortA26ToA27
  10. I was able to build with https://code.wildfiregames.com/D5092 and few fixes in premake. I was testing with M2 and Ventura 13.4. I will investigate further.
  11. Maybe we can just make an option so everyone can choose the most attractive one.
  12. Currently only implodedok can handle it. Usually the site doesn't have problems with polls (also I don't see "unregistered" votes).
  13. Sorry for the long reply. Could you attach the log folder (you can find it by opening %LocalAppData%\0ad\logs in explorer)?
  14. It depends in which way you're asking. For example Atlas can import a heightmap which was eroded (16-bit aren't yet supported, but planned).
  15. Hi! Could you post your mainlog.html and system_info.txt from the log folder?
  16. The JS error doesn't seem to be matched. UPD. A similar error was fixed here: https://trac.wildfiregames.com/ticket/6433
  17. It was a great time to work with you! You've done uncountable amount of things to improve 0 A.D. in many areas. It was taking a lot of time and energy, it wasn't simple for you but you've made much further than many others in that situation. Thank you for all you've done! I wish you a nice journey and to only do things you really enjoy 0 A.D. development is keep going and I'll be always glad to hear your feedback if you came to say hello
  18. It doesn't seem to work. For example if a person plays on a computer without an internet connection and uses a phone to download files and visit websites. If they can pass registration captcha why they wouldn't for login? Also we don't have a reliable way to distinguish a real person from a prepaid person to spam until they post.
  19. Highly likely it means outdated drivers. Do you have any other game with Vulkan to test?
  20. We use captcha for the registration on the forum. I'll check what we can do.
  21. Currently we build with an older macOS & SDK because of compatibility (also https://trac.wildfiregames.com/ticket/6193). Ideally it should be compiled on modern macOS, but I'm not sure it works for newest updates. I'll be able to test it on M1 or M2 in a few weeks.
  22. Yeah, we include those shaders in release and release candidate builds. Thank you for the feedback!
  23. Hi! What were the issues? We don't plan to have the main repo on github, so adding its actions isn't in our priority (especially its support). Currently our goal is to decide and perform (if finally decided) the transition from svn to git (on our server). After that we might want to setup similar actions on our server. Currently we have autobuild for Windows, and for Linux/macOS we automatically build releases and RC. We have thoughts about nightly/weekly builds for all platforms. But we're really limited in free hands (for creating and reviewing), so it's not going to happen soon. Also you might take a look at @andy5995 appimage work: https://github.com/0ad-matters/0ad-appimage
×
×
  • Create New...