Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 2024-08-28 in all areas

  1. Helmet progress and new Han head/faces
    3 points
  2. branch is simply a commit in git. Super lightweight. Branch or tag just optional. Works with eg origin/main instead of maintaining your local “main”. git push origin <ref>:main. Often ref is HEAD Advantage of submodule is testability, repeatability. In master branch “main” or in release branch eg 0.1.0 whoever updates the pointer to the translation or lib ensures it is tested, working. Simplifying CI, CD / nightly Other than this added transparency submodule can be extra maintenance, noise, confuse potential contributors Con allowing forks. Not needed. Branch suffices (fork is redundant, adds unneeded complexity due to many remotes) Pro extra translation git repo Pro one repo per source lib Pro no duplication (rather split functionality of i18helper if possible) Can use param --pretty for short hash on git log Overall very logical deeds and thoughts Itms. Maybe no more svn valid wish to reduce deps. Move all repos to git later? Not very important but would be consistent. Nice work anyway. Finally And Stan: phoenix
    2 points
  3. I think Age of empires 2 so popular because it encourages players to opt for a combination of economic growth and military aggression.
    1 point
  4. Yes, I had to add such a filter to Trac in March and I also activated it for Phabricator during the migration. So far Gitea is not targeted (enough) for this to be visible on our end.
    1 point
  5. Hello gameboy, my friend, for your use case, you must use the Nightly Build. It works exactly like the old SVN, but you have to redownload it. Delete your copy of the old SVN. Then in TortoiseSVN, use SVN Checkout, and use the URL https://svn.wildfiregames.com/nightly-build/trunk It will work like previously.
    1 point
  6. Do we have a commit freeze at the moment? I have some work in progress and was thinking of adding it to SVN. Not quite sure if I was able to commit the helmet below during the last time I was active here.
    1 point
×
×
  • Create New...