Search found 539 matches

by Cjkjvfnby
Tue Aug 29, 2023 4:23 pm
Forum: FreeOrion Project
Topic: Topics for online voice chat meeting August 29th 2023
Replies: 14
Views: 1848

Re: Topics for online voice chat meeting August 29th 2023

I won't be able to attend the meeting today. Sorry for the late notice.
by Cjkjvfnby
Fri Aug 18, 2023 5:20 pm
Forum: FreeOrion Project
Topic: Topics for online voice chat meeting August 29th 2023
Replies: 14
Views: 1848

Re: Topics for online voice chat meeting August 29th 2023

There is a new feature for issue templates. https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms It's in beta, but I don't think that should be a problem, since we could revert to the old template quite fast in case of problems. I...
by Cjkjvfnby
Mon Jul 17, 2023 9:20 pm
Forum: FreeOrion Project
Topic: Topics for online voice chat meeting July 25th 2023
Replies: 3
Views: 877

Re: Topics for online voice chat meeting July 25th 2023

I'll be on vacation (19-30) and don't know if I can connect to the next meeting. We have some progress in species conversion. Rewriting the script itself is a bit boring, but a straightforward process. Skeletons really help to catch a lot of errors. So I think I can take that part for other sections...
by Cjkjvfnby
Sat Jul 15, 2023 9:34 am
Forum: FreeOrion Project
Topic: Topics for online voice chat meeting July 25th 2023
Replies: 3
Views: 877

Re: Topics for online voice chat meeting July 25th 2023

C++ logs and test output is hard to read for example Windows Cmake tests section. (Logs will eventually be deleted https://github.com/freeorion/freeorion/actions/runs/5561175433/jobs/10158668864) There is a solution that could be helpful to make logs smaller: https://docs.github.com/en/actions/using...
by Cjkjvfnby
Sun Apr 23, 2023 11:38 am
Forum: FreeOrion Project
Topic: Topics for online voice chat meeting April 25th 2023
Replies: 6
Views: 1294

Re: Topics for online voice chat meeting April 25th 2023

I'll try to join. Topics I'd like to discuss: - Make workflow notifications more visible. I dislike the way how notification works at this time. They are more focused on people who did actions but not on teams that are interested in results. One solution is to use some modern messenger (slack, disco...
by Cjkjvfnby
Mon Jan 30, 2023 11:47 pm
Forum: FreeOrion Project
Topic: Topics for online voice chat meeting January 31st 2023
Replies: 1
Views: 729

Re: Topics for online voice chat meeting January 31st 2023

This topic was discussed some years ago, but I'll want to reiterate it since the world has changed a lot since that. What stops us from including python in Linux builds? This will allow updating the Python version regardless of the operating system support. Each next Python version brings performanc...
by Cjkjvfnby
Sun Oct 16, 2022 12:08 am
Forum: FreeOrion Project
Topic: Topics for online voice chat meeting October 4th 2022
Replies: 16
Views: 2648

Re: Topics for online voice chat meeting October 4th 2022

How would that be useful for collecting topics to discuss in the meeting? Creating a topic for the next meeting after the end of it. So at any time, it would be possible to add notes to it. So create a topic for meeting N+1 soon after meeting N, rather than some time between them? Exactly!
by Cjkjvfnby
Sat Oct 15, 2022 3:57 pm
Forum: FreeOrion Project
Topic: Topics for online voice chat meeting October 4th 2022
Replies: 16
Views: 2648

Re: Topics for online voice chat meeting October 4th 2022

Geoff the Medio wrote: Sat Oct 15, 2022 10:55 am
Cjkjvfnby wrote: Sat Oct 15, 2022 9:14 amMaybe shift the creation of the monthly thread a bit and create it after the meeting?
How would that be useful for collecting topics to discuss in the meeting?
Creating a topic for the next meeting after the end of it. So at any time, it would be possible to add notes to it.
by Cjkjvfnby
Sat Oct 15, 2022 9:14 am
Forum: FreeOrion Project
Topic: Topics for online voice chat meeting October 4th 2022
Replies: 16
Views: 2648

Re: Topics for online voice chat meeting October 4th 2022

Maybe shift the creation of the monthly thread a bit and create it after the meeting?

The topic for the next meeting:
Add the next release tag (0.5.1 or 0.6). Since 0.5 is already in progress we could put tags on things that will not go to that release.
by Cjkjvfnby
Sat Jul 09, 2022 3:31 pm
Forum: General Discussion
Topic: Recent Windows Builds
Replies: 763
Views: 260576

Re: Recent Windows Builds

I don't know what the download numbers are for window's builds so not sure how many people play using windows, but I do. We are talking only about Download link for zip archive with binaries only. part. This feature is used by developers, who get other parts of the game, like AI and scripts from th...
by Cjkjvfnby
Wed Jul 06, 2022 9:28 pm
Forum: General Discussion
Topic: Recent Windows Builds
Replies: 763
Views: 260576

Re: Recent Windows Builds

I think it's time to stop building binaries-only versions manually since we have another way to get that files. Navigate to GitHub action, windows build https://github.com/freeorion/freeorion/actions/workflows/build-windows.yml Find the latest build for a branch you are looking for. In most cases it...
by Cjkjvfnby
Tue Jun 28, 2022 4:03 pm
Forum: FreeOrion Project
Topic: Topics for online voice chat meeting June 28th 2022
Replies: 7
Views: 1413

Re: Topics for online voice chat meeting June 28th 2022

o01eg wrote: Sun Jun 26, 2022 8:09 pm String tables validation in CI.
We have some.
https://github.com/freeorion/freeorion/ ... -check.yml
by Cjkjvfnby
Sun Jun 12, 2022 9:08 am
Forum: FreeOrion Project
Topic: Topics for online voice chat meeting May 31st 2022
Replies: 7
Views: 1582

Re: Topics for online voice chat meeting May 31st 2022

Summary (incomplete): Building game binaries on each build. This is a great feature, thank you Oleg for implementing it. exclude some GitHub workflow if not involved files are changed. I have added a skip of the C++ builds if only Python was changed. Oleg, do you think we could add more exclusions f...
by Cjkjvfnby
Sun May 29, 2022 7:00 pm
Forum: FreeOrion Project
Topic: Topics for online voice chat meeting May 31st 2022
Replies: 7
Views: 1582

Re: Topics for online voice chat meeting May 31st 2022

Do we really need to run windows build on each push? Are on PR enough? We could save some resources and reduce the number of builds in queues.

See windows build for example:
https://github.com/freeorion/freeorion/ ... ows.yml#L4
by Cjkjvfnby
Sun May 29, 2022 5:58 pm
Forum: FreeOrion Project
Topic: Topics for online voice chat meeting May 31st 2022
Replies: 7
Views: 1582

Re: Topics for online voice chat meeting May 31st 2022

I'm going to join the meeting.

I can present a new chart from the logs.
https://github.com/freeorion/freeorion/pull/3855
This is an optional part, so let's set a low priority for it.