Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.071
  • Joined

  • Last visited

  • Days Won

    587

Everything posted by Stan`

  1. I don't think anyone is actively maintaining the CI now that I retired. The point is that we usually update dependencies when we can no longer support the platform because say we updated spidermonkey and it requires C++17. We have a custom image based on the other for doxygen here. https://trac.wildfiregames.com/browser/ps/trunk/build/jenkins/dockerfiles/gcc7-docs.Dockerfile So in theory it wouldn't be too much breaking to only update that image to generate docs. We could also bundle whatever css is in there in the image dunno.
  2. Currently there is not really a doxygen policy other than follow the style of the files you're touching. Everything we generate is at docs.wildfiregames.com
  3. Well there shouldn't be a dong in vanilla (ideally it should be part of the texture instead of geometry so it's easy to switch for DE) Regarding the fence it could be 14 (7x2 for backface) planes (28 tris) with a texture with alpha. This should be added as a separate mesh so only that uses transparency. (The rest could use alpha for player color) Ideally yes it should be one texture for both statue and pedestal. You can texture it in multiple uvmaps and materials and then bake it all at once on a final uv and texture. You could leave some space to add the fence details as a rectangle to reuse as much space as possible.
  4. My memory may be wrong about this, but I think it was mostly new players complaining about it not being logical. This made the feature discovery easy but it confused new players coming from other RTS.
  5. Nah depending on what versioning system you are using you should either revert or switch to another branch.
  6. It's funny that the tide went from Capture should be optional to Capture should be the default when it eventually changed X)
  7. Last update I saw was last week for the git migration so hopefully slowly but steady. Regarding Trac the problem seems to be that someone is having fun taking it down. So hopefully Gitea won't have the same issue.
  8. If you use the biome files to place objects it's just a matter of editing those to use new textures by @wowgetoffyourcellphone
  9. And that too yes. If there is no RAM left, it could corrupt the state and explain the OOS.
  10. We possibly have an undiagnosed OOS. To debug that we need the ooslogs of at least two players and the replays. I wonder if it happens if players do nothing for 30 minutes. Ideally we'd get one with 0 mods just to be sure.
  11. The host is the server. Do you have the replays or logs with these errors ? See https://trac.wildfiregames.com/wiki/GameDataPaths And https://trac.wildfiregames.com/wiki/ReportingErrors
  12. Ah my bad that's probably only in the dev version, sorry. Doesn't mean you cannot copy it though. See https://code.wildfiregames.com/D4590
  13. You can change the stats for all african elephants in that file binaries/data/mods/public/simulation/templates/mixins/elephant_african.xml
  14. Currently we don't pay anymore for the antispambot which is like an extra 100$ per year IIRC. As for fancy captchas, I'm not sure we can add them to the forum that easily, it's kinda of a packaged solution.
  15. Replays work too. Interestinglog.html might help as well if you haven't restarted the game.
  16. Yeah that's the way. Unless USB sticks are prohibited. It would work in any case. Once you have installed 0 A.D. somewhere you can just move the folder as you please and run the game with -writableRoot. Just don't put it in somewhere requiring admin rights though e.g. program files or things might go wrong.
  17. Oh but it can be changed. It would just suck very much to have to move all the garrison flag positions to the templates Currently artists decide where the flags are, if we did that it would be on the template side. One upside might be that flags could be animated going up and down I suppose.
  18. Yes. Unlike rally points that are spawned by the simulation code, this is spawned by some different code that cannot take the current civ into account.
  19. You can't add dynamic GUI objects. You have to know how many you'll display, or at least have more on the page. I think colors have more than ten items.
  20. Pushed some fixes. There was an issue with registration. Still no emails as I'm not sure it's worse the hassle. We got a few replays yesterday which now total to 98.
  21. If you're gonna rename, maybe it's better to have an extra tag. It's handled by the Identity.js file.
  22. Might have to do cmd option(alt) or ctrl option on macos iirc
×
×
  • Create New...