Page MenuHomeWildfire Games

Recent Activity

Today

Vulcan added a comment to D5256: Remove Roman numerals from bot names.

Build failure - The Moirai have given mortals hearts that can endure.

Fri, Apr 26, 9:34 AM
autobuild committed rP28070: [i18n] Updated POT and PO files..
[i18n] Updated POT and PO files.
Fri, Apr 26, 9:30 AM
Vulcan added a comment to D5256: Remove Roman numerals from bot names.

Successful build - Chance fights ever on the side of the prudent.

Fri, Apr 26, 9:29 AM
Vantha added inline comments to D5256: Remove Roman numerals from bot names.
Fri, Apr 26, 9:16 AM
Vantha updated the diff for D5256: Remove Roman numerals from bot names.
Fri, Apr 26, 9:16 AM
Norse_Harold added a comment to D5256: Remove Roman numerals from bot names.

Elexis advises, "the (binaries/data/mods/public/simulation/data/settings/player_defaults.json) file might contain a name that is also shared by the civ json file, then it would bug. So it should only look for the names in slot 0 to i - 1, not all slots."

What do you mean with this?

Fri, Apr 26, 5:45 AM
Norse_Harold added inline comments to D5256: Remove Roman numerals from bot names.
Fri, Apr 26, 5:39 AM

Yesterday

Norse_Harold changed the edit policy for D5259: Fix translation message extraction for gamesettings.
Thu, Apr 25, 7:40 PM
Norse_Harold changed the edit policy for D4871: Moderation system improvements - mute, helper and allowlist only.
Thu, Apr 25, 7:39 PM
Norse_Harold changed the edit policy for D4987: Access Control Lists (ACLs) for hosted games.
Thu, Apr 25, 7:39 PM
Norse_Harold changed the edit policy for D4871: Moderation system improvements - mute, helper and allowlist only.
Thu, Apr 25, 7:38 PM
Norse_Harold changed the edit policy for D4885: Fix /clear command in gamesetup.
Thu, Apr 25, 7:38 PM
Norse_Harold changed the edit policy for D4851: Moderation system improvements.
Thu, Apr 25, 7:38 PM
s0600204 changed the visibility for D5227: Tentative support for building sm91 with py3.12.
Thu, Apr 25, 7:31 PM
Vulcan added a comment to D3807: Get a promise when starting a GUIpage.

Build failure - The Moirai have given mortals hearts that can endure.

Thu, Apr 25, 6:55 PM
Vulcan added a comment to D3807: Get a promise when starting a GUIpage.

Build failure - The Moirai have given mortals hearts that can endure.

Thu, Apr 25, 6:54 PM
Vulcan added a comment to D3807: Get a promise when starting a GUIpage.

Build is unstable, some tests have failed - The Moirai have given mortals hearts that can endure.

Thu, Apr 25, 6:48 PM
phosit updated the diff for D3807: Get a promise when starting a GUIpage.

Rename back to PushGuiPage
include precompiled.h

Thu, Apr 25, 6:35 PM
phosit added a comment to D3807: Get a promise when starting a GUIpage.

RunGuiPage isn't the best name.

  • elexis recomended to stay with PushGuiPage.
Thu, Apr 25, 5:59 PM
Stan added a comment to D5259: Fix translation message extraction for gamesettings.

Careful if you make a new file, you need to tell Transifex to pull it.

Thu, Apr 25, 11:19 AM
Norse_Harold set the repository for D5259: Fix translation message extraction for gamesettings to rP 0 A.D. Public Repository.
Thu, Apr 25, 1:43 AM
Norse_Harold updated the summary of D5259: Fix translation message extraction for gamesettings.
Thu, Apr 25, 1:43 AM
Norse_Harold updated the diff for D5259: Fix translation message extraction for gamesettings.

Store extracted messages from gamesettings in a new output file, public-gamesettings.pot.

Thu, Apr 25, 1:42 AM

Wed, Apr 24

Vulcan added a comment to D5256: Remove Roman numerals from bot names.

Build failure - The Moirai have given mortals hearts that can endure.

Wed, Apr 24, 9:30 PM
Vulcan added a comment to D5256: Remove Roman numerals from bot names.

Successful build - Chance fights ever on the side of the prudent.

Wed, Apr 24, 9:16 PM
Vantha added inline comments to D5256: Remove Roman numerals from bot names.
Wed, Apr 24, 9:14 PM
Vantha updated the diff for D5256: Remove Roman numerals from bot names.

I addressed most of the suggestions.

Wed, Apr 24, 9:13 PM
Norse_Harold added inline comments to D5256: Remove Roman numerals from bot names.
Wed, Apr 24, 7:13 PM
Norse_Harold added a comment to D5256: Remove Roman numerals from bot names.

Ok, updated the diff. Is this how you wanted the comments?

Wed, Apr 24, 6:46 PM
Norse_Harold requested review of D5259: Fix translation message extraction for gamesettings.
Wed, Apr 24, 6:34 PM
Norse_Harold added a comment to rP25077: Separate Game Settings from the GUI Gamesetup.

Related bug: #6912 ( Translations are missing for gamesettings). Fixed in D5259.

Wed, Apr 24, 6:21 PM
Vulcan added a comment to D5256: Remove Roman numerals from bot names.

Build failure - The Moirai have given mortals hearts that can endure.

Wed, Apr 24, 3:46 PM
Vulcan added a comment to D5256: Remove Roman numerals from bot names.

Successful build - Chance fights ever on the side of the prudent.

Wed, Apr 24, 3:32 PM
Vantha updated the diff for D5256: Remove Roman numerals from bot names.

Ok, updated the diff. Is this how you wanted the comments?

Wed, Apr 24, 3:29 PM
phosit added a comment to D3807: Get a promise when starting a GUIpage.

When you await (asyncronously wait) for the promise to settle you essentially enqueue the rest of the async function as a continuation. The function (with or without the await) doesn't block (untill the child page finishes) the engine or the thread or...

Wed, Apr 24, 1:17 PM
Stan added a comment to D3807: Get a promise when starting a GUIpage.

Only because you await it no? If you didn't it would not block therefore the method itself is async? Or am I missing something

Wed, Apr 24, 9:36 AM
Norse_Harold added inline comments to D5256: Remove Roman numerals from bot names.
Wed, Apr 24, 6:28 AM

Tue, Apr 23

phosit added a comment to D3807: Get a promise when starting a GUIpage.

By asyncronous i mean it doesn't block untill the child page is closed.
It blocks untill the child page is pushed. So that part is syncrosous.

Tue, Apr 23, 10:02 PM
Stan added a comment to D3807: Get a promise when starting a GUIpage.

If you return a promise then it is ?

Tue, Apr 23, 9:19 PM
phosit added a comment to D5256: Remove Roman numerals from bot names.

That looks good indeen. I'll have to test.

Tue, Apr 23, 9:03 PM