Page MenuHomeWildfire Games
Feed Advanced Search

Feb 26 2023

sotirangelo updated the diff for D4623: Fix quicksave not appearing in the menu.

Hello, it's been a while. Noticed the issue got pushed back again. Regardless, changed the year to 2023 after @asterix 's suggestion :)

Feb 26 2023, 3:57 PM

Nov 30 2022

sotirangelo updated the diff for D4623: Fix quicksave not appearing in the menu.

Updated a log error message

Nov 30 2022, 4:40 PM

Nov 29 2022

sotirangelo updated the diff for D4623: Fix quicksave not appearing in the menu.

Performed refactoring according to @Stan's suggestions. Admittedly, I was feeling reluctant to use the conditional ternary operator in C++ (more used to seeing it in JS), though everything is much cleaner now.

Nov 29 2022, 5:48 PM

Nov 27 2022

sotirangelo updated the diff for D4623: Fix quicksave not appearing in the menu.

Removed unnecessary check as suggested by @phosit.

Nov 27 2022, 11:30 PM

Nov 25 2022

sotirangelo updated the diff for D4623: Fix quicksave not appearing in the menu.

Did some refactoring based on @phosit's great advice on cleaner code.
Also included some extra dependencies in header, so as to ensure compilation with nopch.

Nov 25 2022, 1:52 PM

Nov 21 2022

sotirangelo added a comment to D4623: Fix quicksave not appearing in the menu.
In D4623#205721, @Stan wrote:

Check your header to make sure it compiles with nopch

Nov 21 2022, 4:21 PM
sotirangelo added a comment to D4623: Fix quicksave not appearing in the menu.

@gameboy As far as I'm concerned it's ready for release, unless there's anything else that needs fixing. I'm also pretty sure that the macOS build failure isn't related to my changeset (since it has happened before), but I can't confirm that as I don't have the permission to restart the build.

Nov 21 2022, 11:20 AM

Nov 20 2022

sotirangelo updated the diff for D4623: Fix quicksave not appearing in the menu.

Thank you for the feedback everyone. It's been a while, what with the postponement of the issue to the Alpha 27 release (cheers for Alpha 26!).

Nov 20 2022, 7:02 PM

Jun 20 2022

sotirangelo updated the diff for D4623: Fix quicksave not appearing in the menu.

Performed refactoring in accordance to basic design principles and added translation to user-facing messages.

Jun 20 2022, 2:38 PM

May 4 2022

sotirangelo updated the diff for D4623: Fix quicksave not appearing in the menu.

Reverted translation, which led to build failure.

May 4 2022, 11:56 PM
sotirangelo updated the diff for D4623: Fix quicksave not appearing in the menu.

Added translation to user facing messages as suggested by @Stan .

May 4 2022, 7:40 PM

Apr 29 2022

sotirangelo added inline comments to D4623: Fix quicksave not appearing in the menu.
Apr 29 2022, 9:10 PM
sotirangelo updated the diff for D4623: Fix quicksave not appearing in the menu.

Great find @Langbart . Turns out there was an issue with the metadata passed to the QuickSave function.
The time elapsed should display properly now.

Apr 29 2022, 8:45 PM
sotirangelo requested review of D4623: Fix quicksave not appearing in the menu.
Apr 29 2022, 3:08 AM