Page MenuHomeWildfire Games
Feed All Stories

Jul 14 2021

Jammyjamjamman added inline comments to D4191: Enable Cartography at Start of Game Option.
Jul 14 2021, 10:07 PM
Silier added inline comments to D2709: Fix Let certain formations stay in formation while attacking.
Jul 14 2021, 4:59 PM
Stan added inline comments to D2709: Fix Let certain formations stay in formation while attacking.
Jul 14 2021, 4:57 PM
Silier added inline comments to D3037: Add gui scale to options.
Jul 14 2021, 10:47 AM
Silier updated the summary of D3037: Add gui scale to options.
Jul 14 2021, 7:29 AM

Jul 13 2021

Silier planned changes to D3037: Add gui scale to options.

Crap, i need to go back to float.
I broke scale when starting the game.

Jul 13 2021, 11:27 PM
Vulcan added a comment to D3037: Add gui scale to options.

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

Jul 13 2021, 11:22 PM
Vulcan added a comment to D3037: Add gui scale to options.

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

Jul 13 2021, 11:16 PM
Vulcan added a comment to D3037: Add gui scale to options.

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

Jul 13 2021, 11:14 PM
Silier updated the diff for D3037: Add gui scale to options.

update with timeout

Jul 13 2021, 11:07 PM
Harbormaster failed to build B18088: rP25824: Fix treasure in statistics for rP25824: Fix treasure in statistics!
Jul 13 2021, 8:24 PM
Silier abandoned D3890: Lower contrast for player colour on minimap.
Jul 13 2021, 8:07 PM
Silier removed 1 auditor(s) for rP23753: Make rams less effective by reducing speed and preventing attacks on organics.: Silier.
Jul 13 2021, 8:06 PM
Silier resigned from rP23753: Make rams less effective by reducing speed and preventing attacks on organics..
Jul 13 2021, 8:05 PM
Silier accepted D4183: Fix rare crash when opening dropdowns..

Works for me.
Now I actually even see selected colour in dropdown.
However PlayerColor.js should be rewriten at some point. It should not update list and selection on every render call.

Jul 13 2021, 7:46 PM
Silier added a comment to D4182: Fix gamesetup crash when Daytime resets..
Index: Daytime.js
===================================================================
--- Daytime.js	(revision 25824)
+++ Daytime.js	(working copy)
@@ -2,8 +2,7 @@
 {
 	init()
 	{
-		this.data = undefined;
-		this.value = undefined;
+		this.setDataValueHelper(undefined, undefined);
 		this.settings.map.watch(() => this.onMapChange(), ["map"]);
 	}
Jul 13 2021, 7:16 PM
Silier accepted rP24989: Split treasures from ResourceSupply..

rP25824

Jul 13 2021, 6:51 PM
Silier committed rP25824: Fix treasure in statistics.
Fix treasure in statistics
Jul 13 2021, 6:48 PM
Silier raised a concern with rP24989: Split treasures from ResourceSupply..
Jul 13 2021, 10:36 AM
Silier added inline comments to D4191: Enable Cartography at Start of Game Option.
Jul 13 2021, 10:07 AM

Jul 12 2021

andy5995 added inline comments to D4191: Enable Cartography at Start of Game Option.
Jul 12 2021, 6:56 PM
autobuild committed rP25823: [i18n] Updated POT and PO files..
[i18n] Updated POT and PO files.
Jul 12 2021, 9:23 AM
wowgetoffyourcellphone added a comment to D4187: Citizen soldiers attack gaia animals without provocation.

It's a good change for a start.

Jul 12 2021, 8:16 AM
Stan changed the edit policy for D4191: Enable Cartography at Start of Game Option.
Jul 12 2021, 8:06 AM
wowgetoffyourcellphone added a comment to D4191: Enable Cartography at Start of Game Option.

A26 plz

Jul 12 2021, 6:38 AM

Jul 11 2021

Langbart added a comment to D4188: Translate map name in game setup.
In D4188#178168, @Stan wrote:

@Freagarach @Angen @Langbart @wraitii can someone test this so it can be committed?

Jul 11 2021, 4:39 PM
Vulcan added a comment to D4149: Call to the Arms-Button (#1364).

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

Jul 11 2021, 4:11 PM
Vulcan added a comment to D4149: Call to the Arms-Button (#1364).

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

Jul 11 2021, 4:06 PM
JCWasmx86 updated the diff for D4149: Call to the Arms-Button (#1364).

Added corrections

Jul 11 2021, 4:00 PM
Langbart raised a concern with rP25634: Allow mods to say they should be ignored in replay/MP compatibility checks.

I have investigated the problem for ticket #6201 and I think it starts with this changeset version.

Jul 11 2021, 3:35 PM
Stan updated subscribers of D4188: Translate map name in game setup.

@Freagarach @Angen @Langbart @wraitii can someone test this so it can be committed?

Jul 11 2021, 12:53 PM
autobuild committed rP25822: [Windows] Automated build..
[Windows] Automated build.
Jul 11 2021, 12:35 PM
Silier added a comment to D4192: [PetraAI] - Manage bases in separate BaseManager..

I have one general remark into this.
If we are going to separate it into another class, I would suggest to not access data of that class directly.
For cases where only base at index 0 is used I would create specific geter for that matter and return that base directly maybe something like getPrimaryBase so it would be more cleaner to reader why asking for index 0 without need to read somewhere in comments what base on index 0 means.

Jul 11 2021, 12:08 PM
Silier accepted D4184: Fix PetraAI building a lot of siege and not using it..

Solution looks ok for now

Jul 11 2021, 11:56 AM
Vulcan added a comment to D4192: [PetraAI] - Manage bases in separate BaseManager..

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

Jul 11 2021, 8:59 AM
Vulcan added a comment to D4192: [PetraAI] - Manage bases in separate BaseManager..

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

Jul 11 2021, 8:58 AM
Freagarach updated the diff for D4192: [PetraAI] - Manage bases in separate BaseManager..
  • Address @Angen's comment.
  • const
  • Moved some functionality to basesManager.
Jul 11 2021, 8:53 AM
Freagarach planned changes to D4192: [PetraAI] - Manage bases in separate BaseManager..
Jul 11 2021, 6:45 AM

Jul 10 2021

Silier requested changes to D4192: [PetraAI] - Manage bases in separate BaseManager..
Jul 10 2021, 10:54 PM
Freagarach requested review of D4192: [PetraAI] - Manage bases in separate BaseManager..
Jul 10 2021, 6:30 PM
Freagarach added inline comments to D4191: Enable Cartography at Start of Game Option.
Jul 10 2021, 6:11 PM
Silier added inline comments to D4191: Enable Cartography at Start of Game Option.
Jul 10 2021, 5:41 PM
Freagarach added inline comments to D4191: Enable Cartography at Start of Game Option.
Jul 10 2021, 5:39 PM
Silier added inline comments to D4191: Enable Cartography at Start of Game Option.
Jul 10 2021, 5:24 PM
Freagarach added inline comments to D4191: Enable Cartography at Start of Game Option.
Jul 10 2021, 5:23 PM
Silier added inline comments to D4191: Enable Cartography at Start of Game Option.
Jul 10 2021, 5:14 PM
Vulcan added a comment to D4184: Fix PetraAI building a lot of siege and not using it..

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

Jul 10 2021, 1:17 PM
Vulcan added a comment to D4184: Fix PetraAI building a lot of siege and not using it..

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

Jul 10 2021, 1:12 PM
Freagarach updated the diff for D4184: Fix PetraAI building a lot of siege and not using it..

Use build order name.

Jul 10 2021, 1:05 PM
Silier requested changes to D4191: Enable Cartography at Start of Game Option.
Jul 10 2021, 12:37 PM
Freagarach requested changes to D4149: Call to the Arms-Button (#1364).

One may want to push this order to the front (to go back to gathering when finished) so I think it is worth to check whether that route can be implemented.

Jul 10 2021, 8:39 AM
Freagarach requested changes to D4191: Enable Cartography at Start of Game Option.

Some code comments. I haven't tested this yet, but thanks for the patch already!

Jul 10 2021, 8:25 AM

Jul 9 2021

autobuild committed rP25821: [i18n] Updated POT and PO files..
[i18n] Updated POT and PO files.
Jul 9 2021, 9:43 AM

Jul 7 2021

marder added a comment to D4189: Additional loading screen tips.

sure

Jul 7 2021, 1:08 PM
Grapjas added a comment to D4189: Additional loading screen tips.

@marder thanks for the feedback about the images. I'd like a few more opinions before making changes though and then go for the middle ground.

Jul 7 2021, 12:20 PM
marder added a comment to D4189: Additional loading screen tips.

Thanks for working on this. There are indeed so many important tips missing atm.

Jul 7 2021, 9:41 AM
Stan added a comment to D4182: Fix gamesetup crash when Daytime resets..

Are you gonna commit it ?

Jul 7 2021, 7:38 AM
Stan added a comment to D4183: Fix rare crash when opening dropdowns..

Are you gonna commit it ?

Jul 7 2021, 7:38 AM

Jul 6 2021

wowgetoffyourcellphone awarded D2175: Select formations as a whole by default. a Yellow Medal token.
Jul 6 2021, 4:36 AM
andy5995 added a comment to D4191: Enable Cartography at Start of Game Option.

Me and @Jammyjamjamman just tested it with an Internet game; no problems.

Jul 6 2021, 1:38 AM

Jul 5 2021

andy5995 added a comment to D4191: Enable Cartography at Start of Game Option.

I didn't get any warnings or errors while patching.

Jul 5 2021, 10:41 PM
autobuild committed rP25820: [i18n] Updated POT and PO files..
[i18n] Updated POT and PO files.
Jul 5 2021, 9:23 AM
Freagarach retitled D4184: Fix PetraAI building a lot of siege and not using it. from [WIP] - Fix PetraAI building a lot of siege and not using it. to [WIP] - Fix PetraAI building a lot of siege and ships and not using it..
Jul 5 2021, 8:50 AM
Freagarach committed rP25819: Disable autoqueue when changing ownership..
Disable autoqueue when changing ownership.
Jul 5 2021, 8:19 AM
Freagarach closed D4185: Disable the autoqueue when changing ownership..
Jul 5 2021, 8:19 AM

Jul 4 2021

Langbart added a comment to D4191: Enable Cartography at Start of Game Option.

Start 0ad -> single player -> matches. (This should work multiplayer too, if other players have this patch applied.)

Ok

Create a game with 4 players including yourself. Set yourself and another player to team 1. Set the rest to team 2.

Ok, tested it as well with some different map types/maps/ number of players. Works.
It also shows correctly the territory of newly gained allies after the start of the game when you use diplomacy to make an enemy an ally.

Under the "map" tab, there's a new option "allied view". Enable it and start the game.

Yes.

A game should start and you can see your allies.

Yes

Exit and start a new game, with settings in step 2. Select "Revealed map". Allied map should now be selected too. Deselecting Allied map should deselect revealed map.

Yes, works.

Deselect Revealed map. Select Explored map and allied view. Start a game. You should see what your allies see and the rest of the map. But you shouldn't see what your enemies see

Yes.

Jul 4 2021, 7:31 PM
Jammyjamjamman requested review of D4191: Enable Cartography at Start of Game Option.
Jul 4 2021, 7:13 PM
Stan added a member for Contributors: Jammyjamjamman.
Jul 4 2021, 6:16 PM

Jul 3 2021

Vulcan added a comment to D4189: Additional loading screen tips.

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

Jul 3 2021, 5:36 PM
Vulcan added a comment to D4189: Additional loading screen tips.

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

Jul 3 2021, 4:36 PM
Grapjas updated the summary of D4189: Additional loading screen tips.
Jul 3 2021, 4:03 PM
Grapjas updated the diff for D4189: Additional loading screen tips.

Added new tips, adjusted some based on @Freagarach comments. More to come.

Jul 3 2021, 4:03 PM
Stan added a comment to rP25816: Move wild lake biome specific entities to a json file like hellas..

Thanks. I hadn't seen that conversation. It seems like the conversation didn't end up with a consensus.
The json files added in this commit might make it easier if we ever make it part of biome files. But as it is said in that diff it might be a bit too specific for the biomes for they might be used in mods without such civs. Maybe the farm animals could be though.

Jul 3 2021, 1:52 PM
Grapjas added inline comments to D4189: Additional loading screen tips.
Jul 3 2021, 12:54 PM
Grapjas added a comment to D4189: Additional loading screen tips.

@Freagarach fair points. I'll work on it.

Jul 3 2021, 12:53 PM
lyv added a comment to rP25816: Move wild lake biome specific entities to a json file like hellas..

I don't know how much this code has changed since 2018, but there was also D1660 that has discussions about edge cases. Most of those discussions was done via lobby chat, lobby pm, or in-game chat, so I don't remember how all of it went.

Jul 3 2021, 12:25 PM
Silier added a member for Contributors: Grapjas.
Jul 3 2021, 9:18 AM
Freagarach added inline comments to D4189: Additional loading screen tips.
Jul 3 2021, 7:50 AM
Freagarach updated subscribers of D4189: Additional loading screen tips.

@Stan, can you add @Grapjas to the contributers list, please?

Jul 3 2021, 7:49 AM
Freagarach added a comment to D4182: Fix gamesetup crash when Daytime resets..

Should there be a comment/ref. to ticket?

Jul 3 2021, 7:19 AM

Jul 2 2021

Grapjas requested review of D4189: Additional loading screen tips.
Jul 2 2021, 2:54 PM
Grapjas added a comment to D4186: Corrected hasDealtWithTech in TriggerHelper.
In D4186#178011, @Angen wrote:

I dont see where name of the function suggest that technology is researched.
I queued this technology so I dealt with it and now I dont need to care about it.

Jul 2 2021, 11:32 AM
autobuild committed rP25818: [i18n] Updated POT and PO files..
[i18n] Updated POT and PO files.
Jul 2 2021, 9:24 AM
Silier added a comment to D4186: Corrected hasDealtWithTech in TriggerHelper.

I dont see where name of the function suggest that technology is researched.
I queued this technology so I dealt with it and now I dont need to care about it.

Jul 2 2021, 9:15 AM

Jul 1 2021

Grapjas updated the diff for D4187: Citizen soldiers attack gaia animals without provocation.

Added context.

Jul 1 2021, 1:22 PM
Grapjas updated the diff for D4186: Corrected hasDealtWithTech in TriggerHelper.

Added context.

Jul 1 2021, 1:19 PM
s0600204 added a comment to D4188: Translate map name in game setup.

I can't see how it would: we're not tagging anything to be translated here, just using translations that already exist.

Jul 1 2021, 12:44 PM
Stan added a comment to D4188: Translate map name in game setup.

Does this break string freeze ? Thanks for the patch.

Jul 1 2021, 12:17 AM

Jun 30 2021

s0600204 requested review of D4188: Translate map name in game setup.
Jun 30 2021, 9:01 PM
Ceres added a comment to D3891: Adjust animals' walking speed.
In D3891#177970, @Stan wrote:

Because animations must sync with walking and running speed to prevent units looking like they are in slow motion or gliding.

Jun 30 2021, 7:50 PM
Grapjas added a comment to D4187: Citizen soldiers attack gaia animals without provocation.

Yes but it's also very annoying that your soldiers walk off, more so on tight maps. Maybe the aggression range of these animals should be reduced, with the exception of lions and maybe other animals with courage.

Jun 30 2021, 6:41 PM
Freagarach added a comment to D4187: Citizen soldiers attack gaia animals without provocation.

Keep in mind that people will be annoyed because they will lose their units sooner, since the dangerous animals will attack first.

Jun 30 2021, 6:21 PM
Grapjas requested review of D4187: Citizen soldiers attack gaia animals without provocation.
Jun 30 2021, 6:09 PM
Grapjas added a reviewer for D4186: Corrected hasDealtWithTech in TriggerHelper: Restricted Owners Package.
Jun 30 2021, 5:51 PM
Stan added a comment to D3891: Adjust animals' walking speed.

Because animations must sync with walking and running speed to prevent units looking like they are in slow motion or gliding.

Jun 30 2021, 5:45 PM
Grapjas requested review of D4186: Corrected hasDealtWithTech in TriggerHelper.
Jun 30 2021, 5:26 PM
Freagarach requested review of D4185: Disable the autoqueue when changing ownership..
Jun 30 2021, 5:10 PM
Ceres added a comment to D3891: Adjust animals' walking speed.

Why are different file paths modified?
/binaries/data/mods/public/art/variants/quadraped/
/binaries/data/mods/public/simulation/templates/gaia/

Jun 30 2021, 5:05 PM
Ceres added a comment to D3891: Adjust animals' walking speed.

Thanks for the patch :)

  1. You can use the Atlas "Actor viewer" to check out units animations.
  2. Please upload using full context :)
  3. Please correctly set the repository when uploading patches, that allows our linters to run on your differential. (I've set it now for you.)
Jun 30 2021, 4:39 PM
Freagarach added a comment to D4184: Fix PetraAI building a lot of siege and not using it..

True, true, but I'm merely saying that it was broken already, but less so than it is now. "It will work" as in hot-fix (partly revert). Feel free to point me in another direction for a more proper fix.

Jun 30 2021, 1:24 PM