Page MenuHomeWildfire Games
Feed Advanced Search

Wed, Sep 13

abian updated the diff for D5126: standardize game option names, minor changes.

@sera: Yeah. :/ I hope the examples are enough. Thanks!
@Freagarach: Thanks too! I've changed the quotation marks, they look good in the game and I don't have to escape them. :D

Wed, Sep 13, 5:50 PM

Tue, Sep 12

abian published D5126: standardize game option names, minor changes for review.
Tue, Sep 12, 7:46 PM

Fri, Sep 8

abian updated the diff for D5095: add brief explanations to the tooltips of the alert buttons.

Thanks as always, @Freagarach. In the end I've specified the classes of units affected, because otherwise the behavior is very confusing. Hopefully we're closer to the commit. :-)

Fri, Sep 8, 5:37 PM

Sun, Aug 27

abian updated the diff for D5115: fix vertical misalignment of text "Victory:" on save game screen.
Sun, Aug 27, 10:27 PM
abian added a comment to D5115: fix vertical misalignment of text "Victory:" on save game screen.

Have you checked other languages? There is a script to generate a special localization with longest words: source/tools/i18n/generateDebugTranslation.py.

Sun, Aug 27, 10:02 PM
abian published D5115: fix vertical misalignment of text "Victory:" on save game screen for review.
Sun, Aug 27, 12:51 PM

Sat, Aug 26

abian published D5111: add Ancient Greek names for Iron Weapons and Cartography for review.
Sat, Aug 26, 6:41 PM

Fri, Aug 25

abian added a comment to D5095: add brief explanations to the tooltips of the alert buttons.

Thanks, @Freagarach!

Fri, Aug 25, 4:23 PM

Aug 20 2023

abian updated the diff for D5097: change isUndeletable to getDeletionPolicy and hide deletion option for animals.

Fixed.

Aug 20 2023, 7:43 PM

Aug 19 2023

abian closed D5102: improve color of repair icon.
Aug 19 2023, 1:16 PM

Aug 15 2023

abian published D5102: improve color of repair icon for review.
Aug 15 2023, 1:46 PM
abian updated the diff for D5101: don't show the option to abort order when there's no order to abort.
Aug 15 2023, 12:48 PM
abian published D5101: don't show the option to abort order when there's no order to abort for review.
Aug 15 2023, 12:02 AM

Aug 14 2023

abian published D5095: add brief explanations to the tooltips of the alert buttons for review.
Aug 14 2023, 10:34 PM
abian updated the diff for D5097: change isUndeletable to getDeletionPolicy and hide deletion option for animals.

Useful feedback as well. Thanks!

Aug 14 2023, 10:25 PM
abian updated the diff for D5100: new chat messages where they might be most needed.

Sounds better. Thanks!

Aug 14 2023, 2:57 PM
abian updated the diff for D5097: change isUndeletable to getDeletionPolicy and hide deletion option for animals.

Thanks! Done.

Aug 14 2023, 2:51 PM

Aug 9 2023

abian added a comment to D5094: introduce badge to indicate the phase.
In D5094#216625, @sera wrote:

Nice feature!
We may need to take into account that this leaks information to enemies.

While true, the borders reveal the same info already. Also AoE even sends a message to inform everyone of phase ups.

I'd argue that without being told it's hard to realize that this is supposed to indicate current phase, maybe take inspiration from AoE and boonGui on how to be more explicit if phase information is deemed worth showing.

Aug 9 2023, 1:02 AM

Aug 8 2023

abian updated the diff for D5094: introduce badge to indicate the phase.

@Freagarach: Thanks! Now this is ready for review.

Aug 8 2023, 6:26 PM
abian updated the diff for D5094: introduce badge to indicate the phase.
Aug 8 2023, 4:37 PM

Aug 7 2023

abian requested review of D5094: introduce badge to indicate the phase.
Aug 7 2023, 6:53 PM

Aug 5 2023

abian added a comment to D5075: when only one entity of a type is selected/garrisoned, don't show the number.

@Freagarach: I looked for ways to contact you privately but didn't found any (which is reasonable in any case). Where's the best place within the forums to ask about small changes like this?

Aug 5 2023, 5:30 PM

Jul 22 2023

abian awarded D5042: Fix performance drop and memory leak on network games with AI a Yellow Medal token.
Jul 22 2023, 5:44 PM
abian updated the diff for D5075: when only one entity of a type is selected/garrisoned, don't show the number.

Sure! Added my nickname in the credits.

Jul 22 2023, 4:37 PM

Jul 10 2023

abian updated the diff for D5074: include military formation descriptions .

All suggestions applied. Thank you!

Jul 10 2023, 3:18 PM

Jul 9 2023

abian requested review of D5074: include military formation descriptions .
Jul 9 2023, 9:21 PM

Apr 15 2023

abian added inline comments to D4963: improve messages of unmet requirements.
Apr 15 2023, 4:02 PM

Apr 5 2023

defc0n awarded D4963: improve messages of unmet requirements a Like token.
Apr 5 2023, 5:33 PM
abian updated the diff for D4963: improve messages of unmet requirements.

New changes in line with your comments:

  • <DisabledTooltip>Infantry Hoplites only, requires at least 10.</DisabledTooltip><DisabledTooltip>Requires at least 10 Infantry Hoplites.</DisabledTooltip>, and similar cases in binaries/data/mods/public/simulation/templates/special/formations/*.xml.
  • Insufficient resourcesRequires more resources, in binaries/data/mods/public/simulation/components/Player.js.
  • Removed all requirementsTooltips from binaries/data/mods/public/simulation/data/technologies/*.json. They'll now be generated automatically.
Apr 5 2023, 5:27 PM

Mar 11 2023

abian added a comment to D4762: [gui] remove the 'trained by' and 'builds' string from the extended tooltip.

Please don't hate me for this, but I do find the "Trained by" useful. The "Builds" is also useful to check for example if a unit that you haven't trained yet will be able to build a certain structure. I certainly wouldn't be happy with the format, as that brick of plain text doesn't make it easy to find the information you may be looking for.

Mar 11 2023, 2:44 PM

Mar 8 2023

asterix awarded D4963: improve messages of unmet requirements a Love token.
Mar 8 2023, 11:01 PM
abian added a reviewer for D4963: improve messages of unmet requirements: Freagarach.
Mar 8 2023, 7:49 PM
abian requested review of D4963: improve messages of unmet requirements.
Mar 8 2023, 7:31 PM

Jan 20 2023

abian updated the diff for D4899: consistent style (red, bold) for tooltips on unmet requirements.

I've renamed it to 'objection', I think 'warning' might be too general (not everything that could be considered a warning should appear in red), but I came up with the name thanks to your suggestion. I hope I have now changed the coloredText(..., "red") where needed. Thanks!

Jan 20 2023, 9:47 PM

Jan 19 2023

abian updated the summary of D4899: consistent style (red, bold) for tooltips on unmet requirements.
Jan 19 2023, 12:40 PM
abian added a comment to D4899: consistent style (red, bold) for tooltips on unmet requirements.

Thank you for the patch! I have one comment, which should be easy to do because of the function you used. :)
Also, @Stan has added you to the contributors group, so next time you upload a patch our linter will be run against your diff.

Jan 19 2023, 12:34 PM
abian updated the diff for D4899: consistent style (red, bold) for tooltips on unmet requirements.

Use g_TooltipTextFormats.

Jan 19 2023, 12:32 PM
abian requested review of D4899: consistent style (red, bold) for tooltips on unmet requirements.
Jan 19 2023, 12:01 AM