Page MenuHomeWildfire Games
Feed Advanced Search

Yesterday

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

Wed, Apr 24

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

Tue, Apr 23

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
Stan added a comment to D3807: Get a promise when starting a GUIpage.

How about PushGuiPageAsync ? Else popguipage but not sure that works.

Tue, Apr 23, 8:20 PM

Mon, Apr 22

Stan added a comment to D4770: Multiplayer saved games.

By the way, do not forget to test translations.

Mon, Apr 22, 11:10 AM

Sun, Apr 21

wowgetoffyourcellphone awarded D2936: Allow limiting the max number of corpses simultaneously visible in the game a Dat Boi token.
Sun, Apr 21, 7:18 PM

Thu, Apr 18

Stan added a comment to D5189: Turn the FLOODFILL macro in to a function.

Looks like Windows CI does not like it.

Thu, Apr 18, 11:08 PM

Fri, Apr 12

Stan added a comment to D5257: Fixes water foam texture size after scale.

Ah makes sense.

Fri, Apr 12, 6:11 PM

Wed, Apr 10

Stan added a comment to D5257: Fixes water foam texture size after scale.

Any reason the renderer and the postproc manager would have different sizes ?

Wed, Apr 10, 2:31 PM

Tue, Apr 9

Stan raised a concern with rP27786: Make the space in 0 A.D. non-breaking throughout the codebase..

related https://github.com/0ad/0ad/pull/44

Tue, Apr 9, 7:18 PM
Stan resigned from rP27965: Revert non-ASCII characters from source and configuration files introduced in….
Tue, Apr 9, 6:50 PM
Stan raised a concern with rP27965: Revert non-ASCII characters from source and configuration files introduced in….

Probably related https://github.com/0ad/0ad/pull/44

Tue, Apr 9, 3:29 PM

Mon, Apr 8

Stan added a member for Contributors: Vantha.
Mon, Apr 8, 12:13 PM

Mar 27 2024

Stan added a comment to D5254: Shutdown mongoose in rl-interface gracefully.

Related ? https://trac.wildfiregames.com/ticket/5989

Mar 27 2024, 2:43 PM
Stan added a comment to D4770: Multiplayer saved games.

Dunno, could be a glitchy UI in some cases, the menu being available in SP while it shouldn't (or showing the wrong text) or for observers / defeated players which would be weird or could cause side effects

Mar 27 2024, 2:41 PM
Stan added a comment to D4770: Multiplayer saved games.

Well, can you break it? (Corrupted savegames, forged ones, spamming buttons, accessing it from somewhere you shouldn't) ? Possible bugs with AIs, rejoin check etc

Mar 27 2024, 9:51 AM

Mar 26 2024

Stan added a comment to D5195: Use templates instead of macros to restrict access to the VFS.

Well I would assume this changes the generated assembly which could be for the worst compared to macros. But I suppose it could / should be profiled.

Mar 26 2024, 10:04 PM
Stan added a comment to D5195: Use templates instead of macros to restrict access to the VFS.

Dumb question, but doesn't that make the code slower?

Mar 26 2024, 10:21 AM
Stan removed 1 auditor(s) for rP28059: Update library version missing in rP27980: Itms.
Mar 26 2024, 10:19 AM

Mar 22 2024

Stan added inline comments to D5222: Don't use a ScriptContext on the server.
Mar 22 2024, 9:24 AM
Stan updated the summary of D5222: Don't use a ScriptContext on the server.
Mar 22 2024, 9:24 AM

Mar 19 2024

Stan added a comment to D5252: docs: Improve Doxygen Visuals and Build process..

Just curious, why bother with cmake? Wouldn't a posix shell script do the same?

Mar 19 2024, 9:25 AM

Mar 18 2024

Stan added inline comments to D5252: docs: Improve Doxygen Visuals and Build process..
Mar 18 2024, 8:37 PM
Stan added inline comments to D5252: docs: Improve Doxygen Visuals and Build process..
Mar 18 2024, 3:22 PM

Mar 7 2024

Stan added a comment to D5220: Allow to use a generator as MapGenerator.

Did the API break?

Mar 7 2024, 7:58 AM

Mar 6 2024

Stan added a comment to D5240: Atlas Actor Viewer Toggle 3d.

@phosit is there a convention for floats : 1.0f, 1.f, 1f ?

Mar 6 2024, 10:33 AM

Feb 23 2024

Stan added members for Contributors: defc0n, Baelish.
Feb 23 2024, 8:37 AM
Stan added a reviewer for D5247: improve starting resource placement: marder.
Feb 23 2024, 8:36 AM

Feb 21 2024

Stan added inline comments to D5239: Use std::function instead of inhereting from CNetFileReceiveTask.
Feb 21 2024, 1:56 PM

Feb 20 2024

Stan added a comment to D5244: Adds a hack to detect missing SPIR-V mod for SVN.

So what happens here exactly when it cannot find the shader file?

Feb 20 2024, 7:55 AM

Feb 19 2024

Stan added a comment to D5246: WIP Refactor playerPlacement functions (another approach).

A better solution indeed would be to profile :)

Feb 19 2024, 2:11 PM
Stan added a comment to D5246: WIP Refactor playerPlacement functions (another approach).

Found it. https://irclogs.wildfiregames.com/%230ad-dev/2020-07-29-QuakeNet-%230ad-dev.log

Feb 19 2024, 12:37 PM
Stan updated subscribers of D5246: WIP Refactor playerPlacement functions (another approach).
Feb 19 2024, 1:23 AM

Feb 17 2024

Stan added a comment to D5242: Deprecates OpenGL ARB backend.

The issue is that so far we don't have a reliable way to detect Vulkan support, as the detection itself can crash the game on some AMD GPUs. :)

Feb 17 2024, 2:51 PM
Stan added a comment to D5242: Deprecates OpenGL ARB backend.

That's my point. We don't have graceful stuff here and as long as it's not 60% stable we can't force users to use it :)

Feb 17 2024, 1:25 PM
Stan updated subscribers of D5242: Deprecates OpenGL ARB backend.

Maybe. Although errors do that, CTDs not really. The last five times I ran SVN it crashed because of Vulkan + Mod combo so I eventually gave up and went back to GL. Also worth noting Atlas doesn't support Vulkan and I guess @trompetin17 will not finish his patch to get rid of Atlas any time soon.

Feb 17 2024, 8:44 AM
Stan added a comment to D5242: Deprecates OpenGL ARB backend.

@sera if you do that you can't run the dev build without building shaders first... Which is really a pain

Feb 17 2024, 3:51 AM

Feb 15 2024

Stan updated subscribers of D5240: Atlas Actor Viewer Toggle 3d.

If you haven't already, I would read this wiki page https://trac.wildfiregames.com/wiki/Coding_Conventions This will save some time for the review by @vladislavbelov Unfortunately we don't have Clang format or an equivalent, so we have to enforce the coding style manually. Obvious things I see from a quick glance are braces that aren't on new lines, nested ifs instead of early returns etc.

Feb 15 2024, 12:16 PM
Stan added a comment to D5239: Use std::function instead of inhereting from CNetFileReceiveTask.

Kib probably needs an include.

Feb 15 2024, 12:30 AM

Feb 13 2024

Stan added inline comments to D5239: Use std::function instead of inhereting from CNetFileReceiveTask.
Feb 13 2024, 11:41 PM

Feb 12 2024

Stan added a member for Contributors: Papnaas.
Feb 12 2024, 11:57 PM
Stan added a reviewer for D5241: Fixing inverted increasing / decreasing of camera rotation speed: vladislavbelov.
Feb 12 2024, 11:56 PM

Feb 11 2024

Stan added a comment to D5214: rmgen: var -> let -> const.

This doesn't catch _all_ the cases where var (or let) could be replaced, but at least I'm reasonably sure that it doesn't break anything as is.

So if no one disagrees, I would push this during the next weeks.

Feb 11 2024, 1:48 PM

Feb 10 2024

Stan added a comment to D5240: Atlas Actor Viewer Toggle 3d.

How about using ProjectionType from source/graphics
/Camera.h ?

Feb 10 2024, 2:13 PM
Stan added inline comments to D5240: Atlas Actor Viewer Toggle 3d.
Feb 10 2024, 12:24 PM
Stan added a member for Contributors: Boston_Brooks.
Feb 10 2024, 12:20 PM

Feb 9 2024

Stan added a reviewer for D5240: Atlas Actor Viewer Toggle 3d: vladislavbelov.
Feb 9 2024, 2:21 PM
Stan awarded D5240: Atlas Actor Viewer Toggle 3d a Love token.
Feb 9 2024, 2:21 PM
Stan added inline comments to D5239: Use std::function instead of inhereting from CNetFileReceiveTask.
Feb 9 2024, 2:20 PM

Feb 8 2024

Stan added inline comments to D5239: Use std::function instead of inhereting from CNetFileReceiveTask.
Feb 8 2024, 1:25 AM

Jan 21 2024

Stan added a comment to D4964: [Gameplay] non-random Building AI.

Other than having proper tests for it and the notes don't think so.

Jan 21 2024, 11:21 PM

Jan 19 2024

Stan added a comment to D5231: [GUI] Improve and Combine in-game HUD panel textures into a texture sheet.

That's fair. :)

Jan 19 2024, 8:08 AM

Jan 18 2024

Stan added inline comments to D4964: [Gameplay] non-random Building AI.
Jan 18 2024, 8:37 PM
Stan added a comment to D5231: [GUI] Improve and Combine in-game HUD panel textures into a texture sheet.

Do you need it to be rectangular ?

Jan 18 2024, 6:05 PM

Jan 17 2024

Stan added a comment to D4964: [Gameplay] non-random Building AI.

Would be funny to shoot all targets, but with a ratio of arrows depending on preference. Probably needs some good UI.

Jan 17 2024, 11:44 AM

Jan 16 2024

Stan added a comment to D4964: [Gameplay] non-random Building AI.

Oh right my bad. So it's picking a list of like 20 targets, shoots as many arrows as possible on the favourite one until it goes missing (could be dead or out of range) then moves on to the next one.

Jan 16 2024, 10:14 PM
Stan added a comment to D4964: [Gameplay] non-random Building AI.

actually hold on:

Case 4:

If you miss 12 and 45. at the end of the loop you do

targetIndex === 1;
targets.splice(0, targetIndex + 1);
returns [12, 24] 12 is removed 24 is removed too but 45 is not (bad)

This is an impossible scenario tho. The only way 45 could be missed is if 24 was missed, since we are shooting them in order.
so splice(0, targetIndex) is fine after all.

Jan 16 2024, 6:44 PM
Stan added inline comments to D4964: [Gameplay] non-random Building AI.
Jan 16 2024, 10:52 AM

Jan 13 2024

Stan added inline comments to D4964: [Gameplay] non-random Building AI.
Jan 13 2024, 3:54 PM
Stan added a comment to D5231: [GUI] Improve and Combine in-game HUD panel textures into a texture sheet.

I suppose the left part could go away, and the right be used since it's the same flipped and longer. Maybe we can cram other things in that texture?

Jan 13 2024, 3:47 PM

Jan 12 2024

Stan added a comment to D5231: [GUI] Improve and Combine in-game HUD panel textures into a texture sheet.

If this is accepted, don't forget to delete the other files on the way out :)

Jan 12 2024, 10:04 AM

Jan 11 2024

Stan added inline comments to D4964: [Gameplay] non-random Building AI.
Jan 11 2024, 7:48 PM
Stan added a comment to D4964: [Gameplay] non-random Building AI.

Also I don't like pushing elements in a loop. In your case i'd do something like this:

Jan 11 2024, 7:47 PM
Stan added inline comments to D4964: [Gameplay] non-random Building AI.
Jan 11 2024, 11:24 AM

Jan 9 2024

Stan added inline comments to D4964: [Gameplay] non-random Building AI.
Jan 9 2024, 6:28 PM

Jan 8 2024

Stan added a comment to D5218: Adds compute shaders support and scaling with FSR.

Cleaned workspaces so macos build can run. It was broken after spidermonkey patch.

Jan 8 2024, 7:26 PM
Stan added inline comments to D5218: Adds compute shaders support and scaling with FSR.
Jan 8 2024, 7:03 PM
Stan added inline comments to D5218: Adds compute shaders support and scaling with FSR.
Jan 8 2024, 6:19 PM
Stan added inline comments to D5218: Adds compute shaders support and scaling with FSR.
Jan 8 2024, 5:32 PM
Stan added inline comments to D5218: Adds compute shaders support and scaling with FSR.
Jan 8 2024, 5:31 PM
Stan added inline comments to D5218: Adds compute shaders support and scaling with FSR.
Jan 8 2024, 3:57 PM
Stan added a comment to D4788: [Gameplay] A new suite of unit specific upgrades.

They are not matching naming conventions though should be _0X

Jan 8 2024, 11:25 AM

Jan 7 2024

Stan added a comment to rP28003: [Art | Templates] Improve the look of the Persian civic center with Lamassu….

Just to clarify @Lopess made the statue :) If it needs to be optimized that's another issue. I just made the pedestals for the CC and added the prop points.

Jan 7 2024, 4:14 PM

Jan 6 2024

Stan added inline comments to D5218: Adds compute shaders support and scaling with FSR.
Jan 6 2024, 6:14 PM
Stan added inline comments to D5218: Adds compute shaders support and scaling with FSR.
Jan 6 2024, 3:35 PM
Stan added inline comments to D5218: Adds compute shaders support and scaling with FSR.
Jan 6 2024, 1:06 PM
Stan added inline comments to D5218: Adds compute shaders support and scaling with FSR.
Jan 6 2024, 12:18 PM

Jan 5 2024

Stan awarded rP27998: Checkref fixes for the Naval commit a Love token.
Jan 5 2024, 10:52 AM

Jan 1 2024

Stan updated subscribers of D5227: Tentative support for building sm91 with py3.12.
Jan 1 2024, 12:26 PM

Dec 31 2023

Stan added a comment to rP27673: Don't poll territory in Position component.

Concerns there are fixed, new concerns are on the fix ^^

Dec 31 2023, 3:12 PM
Stan removed 1 auditor(s) for rP27870: [Gameplay] Celtic female warrior upgrade: genava55.

Concern fixed by reverting the commit.

Dec 31 2023, 3:11 PM
Stan added a comment to rP27786: Make the space in 0 A.D. non-breaking throughout the codebase..

Fixed as well.

Dec 31 2023, 11:42 AM
Stan added a comment to rP27908: Make the RLInterface local.

Should be fixed now :)

Dec 31 2023, 11:41 AM
Stan added 1 auditor(s) for rP27980: Fix build with libxml2 v2.12.1: Stan.
Dec 31 2023, 11:40 AM
Stan raised a concern with rP27980: Fix build with libxml2 v2.12.1.

You forgot to change https://trac.wildfiregames.com/browser/ps/trunk/libraries/source/fcollada/build.sh

Dec 31 2023, 11:40 AM

Dec 26 2023

Stan added inline comments to D5218: Adds compute shaders support and scaling with FSR.
Dec 26 2023, 7:55 PM

Dec 18 2023

Stan added inline comments to D5208: Don't execute the task when no Future awaits it anymore.
Dec 18 2023, 10:40 AM

Dec 17 2023

Stan awarded rP27984: Use the threadpool for texture conversion a Love token.
Dec 17 2023, 3:12 PM

Dec 8 2023

wowgetoffyourcellphone awarded D3113: [WIP] Allow impact sounds depending on classes a Dat Boi token.
Dec 8 2023, 5:22 AM

Dec 7 2023

Stan added a comment to D5213: [Gameplay] Naval Overhaul (UnitAI and Warship Classes).

The problem is that buildings don't have animations.

Dec 7 2023, 2:04 PM

Dec 6 2023

Stan updated subscribers of D5216: Check for source of XMPP stanzas.

Hey, don't forget to upload patches with context and to set the repository, else the autobuild will never be triggered.

Dec 6 2023, 1:26 PM
Stan added a reviewer for D5216: Check for source of XMPP stanzas: Restricted Owners Package.
Dec 6 2023, 1:26 PM

Nov 28 2023

Stan added a comment to D5061: Multicast chat messages.

In case that helps recipient is also a word you can use.

Nov 28 2023, 10:43 PM

Nov 26 2023

Stan added a comment to D5203: Converge FileLogger with the other logger replacements.

In C# those would be 'sinks' there would be two file logger sinks with different levels of filter TRACE DEBUG INFO WARN ERROR FATAL and each sink would be responsible for how and what they should print.

Nov 26 2023, 1:15 PM
Stan awarded D5061: Multicast chat messages a Love token.
Nov 26 2023, 1:12 PM

Nov 22 2023

Stan added a comment to D5195: Use templates instead of macros to restrict access to the VFS.

Related D4979

Nov 22 2023, 4:51 PM

Nov 12 2023

Stan added a comment to D5167: Introduce CLogger::ScopedReplacement and FileLogger.

Should test exceptions in Atlas (which are already buggy) possibly some flags like -dumpSchema and archiveBuilder to make sure everything is still logged.

Nov 12 2023, 10:39 AM

Oct 30 2023

Stan retitled D5163: Moves single descriptor set binding management for Vulkan to a separate class from Moves singe descriptor set binding management for Vulkan to a separate class to Moves single descriptor set binding management for Vulkan to a separate class.
Oct 30 2023, 12:13 PM
Stan added a comment to rP27908: Make the RLInterface local.

I just created an account for them. For most pipelines, clicking the jenkins link that appears when the build fails or succeeds gives you access the pipeline.

Oct 30 2023, 11:24 AM

Oct 13 2023

Stan added a comment to D5127: Fix riscv64 build with GCC 13.

There are some options https://milkv.io/ but I don't know which one was used.

Oct 13 2023, 10:50 AM