Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.024
  • Joined

  • Last visited

  • Days Won

    525

Everything posted by Stan`

  1. It's at least implemented CList.cpp#L54 but m_TextColorSelected doesn't seem to be used. Maybe an oversight...
  2. You can find a discord here https://linktr.ee/wildfire_games
  3. @Genava55Thanks for the report Make sure to not quote harmful links
  4. Nah it would be good, but I don't know if it can nor how to do it with the current forum software.
  5. It's probably gonna get worse as AI becomes more mainstream.
  6. Sounds like a valid UX issue indeed.
  7. I believe they are saying the docs might be outdated rather than a bug in the code itself. They added a new resource following the docs, and some information was missing, causing errors.
  8. Interesting. Wonder what's up with the jpeg artifacts. Probably he should have credited us but seems hard on that website
  9. If you're using tortoise SVN that means you're on Windows right ? Then if you use the current SVN repo you'll get autobuilds And for linux once the deps are installed you can use a simple shell script to build everything. https://code.wildfiregames.com/P241
  10. Yeah I meant that because of Ptol they got one. https://trac.wildfiregames.com/ticket/2214 Might be something in
  11. Temple of Apollo IIRC. Regarding the military colony I believe it's analoguous to the ptol civ but I don't remember.
  12. Shouldn't they be in build/dist/ then ? I don't mind having them here, but it seems unfair considering no other platforms have them. Okay will take a look. Well to be fair it's also duplicated in the code https://code.wildfiregames.com/D2432 MD with images would be nice but it could probably clutter a bit the binaries folder Yeah at some point I went full crazy on it https://code.wildfiregames.com/D4894 TBH though I don't know if requiring people to have them in the PATH would be such a stretch. I guess the fact there is no official release of premake doesn't help. Also sucks that CXXtest seems to be no longer maintained (https://github.com/CxxTest/cxxtest)... https://code.wildfiregames.com/D3119
  13. Okay Since the files aren't ignored yet do you want a PR on the dev repo ? (Also aren't ignored by the surgeon tool)
  14. Another interesting thing that comes to mind for the CI is the tarball for spidermonkey/nvtt/fcollada location, do we prefer having them managed on http://releases.wildfiregames.com/libs/ or hosted on Gitea releases like https://github.com/wraitii/spidermonkey-tarballs/releases/download/${FOLDER}/${FOLDER}.tar.xz (Fromhttps://code.wildfiregames.com/source/0ad/browse/ps/trunk/libraries/source/spidermonkey/build.sh$122 ) EDIT1: The git repo could probably benefit from ignoring the following exe|dll|lib|pdb|zip|exp|ilk|so|a|obj|raw|tar|bz2|gz|xz|suo|bmp|jpg|psd obj,raw,bmp,jpg and psd were never supported by the engine and can probably be nuked alltogether from history There is also *.thumbs.db which is like dstore (windows miniature cache) Any reason we're keeping the bat files ? Shouldn't we provide sh files as well then ? Does it make sense to convert the binaries/readme.txt to readme.md ? Should it be part of the wiki instead ? Then people would stop making PRs to translate it https://github.com/0ad/0ad/pull/37/files https://github.com/0ad/0ad/pull/35 https://github.com/0ad/0ad/pull/27
  15. Sounds good for data minimization. Since Gitea is a bit more popular than trac these days, we'll also have to monitor whether spambots register and how to deal with them. I know @vv221 simply banned all gmail addresses but it's not really an option for us
  16. Sounds fair. +1 on this. The least media of communication the better. Would really help to have a keycloak or equivalent though so having one account on Gitea means you have a forum account as well that would be the recipient of messages if they need to be private for some reason. Would avoid the my repo got deleted and I don't know why situation. Although a deletion process (Eviction issue creation, two weeks repo deletion could work too) Can you send me my Gitea password ? Is it possible to keep the actual registration dates if Trac has them ? Some accounts may not look legit if they have a very recent date of registration I suppose.
  17. Ah good, on Phab it was a bit messy to see all revisions, even the admin user didn't see everything (and had tbh really limited rights for an admin user) Did you look into sending e-mails ? I imagine it should be as easy as Phab, but might be worth testing. EDIT: Any reason trac user appears as an organization https://gitea.itms.ovh/explore/organizations EDIT2: I don't have a strong opinion on it, but the fact Gitea is using gravatar might be suprising to some, IIRC the forum used to do that as well.
  18. This website? https://replay-pallas.wildfiregames.ovh/ Interesting I always thought this ticket had some insight about trac https://gitea.itms.ovh/wfg/0ad/issues/1819 but it seems the discussions happened somewhere else maybe IRL.
  19. Thanks. I'm happy I could get everything to work There is still too much manual input for JS but at least its there. There has been some progress on the doxygen front https://code.wildfiregames.com/D5252 https://code.wildfiregames.com/D5255 Irc the goal was to get rid of trac since it gets completely absorbed in gitea. Then we can just make the domain point to the gitea for some time I guess ?
  20. Interesting your git repo is 13GB while mine was like 6.7GB in bare form, I wonder why that is. Especially since you removed everything in binaries including that 100MB macos exe that was committed once and the history of autobuilded exe + all the spidermonkey tarballs. And nvtt / fcollada In the top bar you could add a link to SVN and Docs.wildfiregames.com I suppose.
  21. I'm not sure you can migrate code comments and whatnot on Gitea.
  22. We do have some website source on Github. I have no idea whether they are used or not, though. https://github.com/0ad/wildfiregames.com https://github.com/0ad/play0ad.com By the way Itms what about the art, art_source and audio subfolders of current SVN ? I think art cannot be publicly displayed due to some content in it.
×
×
  • Create New...