Lion.Kanzen Posted October 13 Report Share Posted October 13 I've already read this but I still have doubts. https://gitea.wildfiregames.com/0ad/0ad/wiki/BuildInstructionsGettingTheCode Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted October 13 Report Share Posted October 13 28 minutes ago, Stan` said: You can clone the new SVN. It's updated and built daily now it has the vulkan shaders as well as all the translations What stage is the link? Is it the one called nightly build? Quote Link to comment Share on other sites More sharing options...
Stan` Posted October 13 Report Share Posted October 13 This page https://gitea.wildfiregames.com/0ad/0ad/wiki/NightlyBuild Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted October 13 Report Share Posted October 13 19 minutes ago, Stan` said: This page https://gitea.wildfiregames.com/0ad/0ad/wiki/NightlyBuild 19 minutes ago, Stan` said: This page https://gitea.wildfiregames.com/0ad/0ad/wiki/NightlyBuild https://svn.wildfiregames.com/nightly-build/trunk this i guess Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted October 13 Report Share Posted October 13 working... Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted October 16 Report Share Posted October 16 There is no auto-build for Windows anymore? Quote Link to comment Share on other sites More sharing options...
Stan` Posted October 17 Report Share Posted October 17 7 hours ago, Lion.Kanzen said: There is no auto-build for Windows anymore? The nightly-build svn should contain Windows binaries. Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted October 17 Report Share Posted October 17 8 hours ago, Stan` said: The nightly-build svn should contain Windows binaries. Yes, I see that the folder has the pyrogenesis executable. But how do I know if it's recent? Quote Link to comment Share on other sites More sharing options...
Stan` Posted October 17 Report Share Posted October 17 9 minutes ago, Lion.Kanzen said: Yes, I see that the folder has the pyrogenesis executable. But how do I know if it's recent? It's updated every day so modification date should be today if your svn is up to date. Also you can launch it and see the version in the main menu Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted October 17 Report Share Posted October 17 36 minutes ago, Stan` said: It's updated every day so modification date should be today if your svn is up to date. Also you can launch it and see the version in the main menu What time zone ( hour) does the system use to update? Yesterday I made the first update Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted October 17 Report Share Posted October 17 4 minutes ago, Lion.Kanzen said: What time zone ( hour) does the system use to update? Yesterday I made the first update I could also previously see changes in the pages the game had, in the SVN trac and in the phab. But now I don't know where to see it. Quote Link to comment Share on other sites More sharing options...
Stan` Posted October 17 Report Share Posted October 17 5 minutes ago, Lion.Kanzen said: What time zone ( hour) does the system use to update? Yesterday I made the first update 2AM GMT+1 (so 16hours ago) Quote Link to comment Share on other sites More sharing options...
Stan` Posted October 17 Report Share Posted October 17 Image above is the git repo not the SVN one. But it's the same for changes. You can see them on clicking on the button that says "commits" Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted October 17 Report Share Posted October 17 1 hour ago, Stan` said: Image above is the git repo not the SVN one. But it's the same for changes. You can see them on clicking on the button that says "commits" If that is what I understand, it is the same for the changes, and so it has been with the other services. 1 hour ago, Stan` said: 2AM GMT+1 (so 16hours ago) 8 PM in my Time zone. Sounds like it makes sense. If I update and there are many changes before the auto-build, Should I have errors or a crash? It sounds logical to me. The difference is that before updating I looked at the automatic build changes. By the way, I'm on my cell phone, where should I see the auto-build changes? Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted Wednesday at 14:06 Report Share Posted Wednesday at 14:06 How do you create a pull request? And is it possible to use an external service to gitea like Github? Quote Link to comment Share on other sites More sharing options...
Gurken Khan Posted yesterday at 14:14 Report Share Posted yesterday at 14:14 (edited) Can "Development" in the site menu now go to gitea? Can https://gitea.wildfiregames.com/ get "FAQ" and "wiki" links real biggly and obvious? Edit: Could the redirection on https://trac.wildfiregames.com/log/ps go to the gitea version? Edited yesterday at 15:05 by Gurken Khan 1 Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted yesterday at 14:54 Report Share Posted yesterday at 14:54 38 minutes ago, Gurken Khan said: Can "Development" in the site menu now go to gitea? Can https://gitea.wildfiregames.com/ get "FAQ" and "wiki" links real biggly and obvious? I feel lost with this new site. Before it was easy to search in the trac, now I don't know how it is organized. It's going to take me a while to find everything. 1 Quote Link to comment Share on other sites More sharing options...
Gurken Khan Posted yesterday at 15:00 Report Share Posted yesterday at 15:00 @Lion.Kanzen same Quote Link to comment Share on other sites More sharing options...
real_tabasco_sauce Posted yesterday at 15:34 Report Share Posted yesterday at 15:34 Ok the place you most often want to be is the repository home. Near the top you can see “issues” which is where all the tickets are that were formerly on trac. you can also click commits where you can see a big list of all the commits. Searching commits here is a lot better than in phab. in order to make a pull request you first make a “fork”. You can do this by simply clicking the fork button and filling in the prompts if you’re signed in. then over on your fork 0ad/My_username, you should make a branch named after what you want to change. then add some changes to this branch (either directly online, or by cloning the repo, committing changes, and pushing them) then you can make a new pull request based off of this branch by clicking a new pull request and setting the target repository to 0ad/0ad Alternatively, you get a prompt to make a new pull request when you return to 0ad/0ad, and I prefer this way as there are less clicks. 1 Quote Link to comment Share on other sites More sharing options...
Stan` Posted yesterday at 19:41 Report Share Posted yesterday at 19:41 5 hours ago, Gurken Khan said: Can "Development" in the site menu now go to gitea? That works for me? Changed it recently Ah you mean the forums? Fixed. 5 hours ago, Gurken Khan said: Can https://gitea.wildfiregames.com/ get "FAQ" and "wiki" links real biggly and obvious? Edit: Could the redirection on https://trac.wildfiregames.com/log/ps go to the gitea version? Pinging @Itms as I cannot do that. 1 Quote Link to comment Share on other sites More sharing options...
Itms Posted yesterday at 21:53 Author Report Share Posted yesterday at 21:53 7 hours ago, Gurken Khan said: Can https://gitea.wildfiregames.com/ get "FAQ" and "wiki" links real biggly and obvious? What about now? On 12/10/2024 at 9:23 AM, Itms said: However, I could definitely add a "Main repository" button in that top bar. I can even make it a 0ad-wheel-logo instead of a text button. Finally gotten around to doing that too. 7 hours ago, Gurken Khan said: Could the redirection on https://trac.wildfiregames.com/log/ps go to the gitea version? I have many improvements to perform on this redirection tool, I will look into them ASAP. 1 Quote Link to comment Share on other sites More sharing options...
real_tabasco_sauce Posted 23 hours ago Report Share Posted 23 hours ago Hey, I just saw the button. It looks and works great! Thank you! Quote Link to comment Share on other sites More sharing options...
Gurken Khan Posted 22 hours ago Report Share Posted 22 hours ago 1 hour ago, Itms said: What about now? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.