Search found 295 matches

by loonycyborg
August 11th, 2022, 7:44 pm
Forum: Technical Support
Topic: Flatpak master branch can't be updated
Replies: 1
Views: 472

Re: Flatpak master branch can't be updated

Try to uninstall and reinstall from http://files.wesnoth.org/wesnoth-nightly.flatpakref , I updated key there.
by loonycyborg
April 11th, 2022, 9:25 pm
Forum: Ideas
Topic: [mainline] there is a need for a en_US translation
Replies: 135
Views: 761717

Re: [mainline] there is a need for a en_US translation

The aim would be strings that only change if the meaning changes. So they wouldn't be synced up with the en_US translation. What if someone changes base string with the intent to change meaning as part of adding features and the like. Will they be expected to update en_US translation on their own t...
by loonycyborg
April 11th, 2022, 6:41 pm
Forum: Ideas
Topic: [mainline] there is a need for a en_US translation
Replies: 135
Views: 761717

Re: [mainline] there is a need for a en_US translation

Having a separate textdomain for text cleanup sounds nice yes, though still a bit hackish. Just how in sync with original text strings it's supposed to be? Will it be synced before new stable release or at some other schedule?
by loonycyborg
March 31st, 2022, 12:59 am
Forum: Developers’ Discussions
Topic: Replacing Wesnoth's GUI
Replies: 24
Views: 7310

Re: Replacing Wesnoth's GUI

I vaguely remember reading that GTK's Windows (or cross platform support in general) isn't that great - is that no longer the case? Seems GTK has first rate upstream support both for windows and mac(but purposefully no mobile). Also thanks to MSYS2 it would be easy for me to handle building against...
by loonycyborg
March 30th, 2022, 12:45 pm
Forum: Developers’ Discussions
Topic: Replacing Wesnoth's GUI
Replies: 24
Views: 7310

Re: Replacing Wesnoth's GUI

Gnome's toolkit is another possibility (I believe it's called adwaita, don't know more than that). GNOME's toolkit is GTK, it would be the most natural choice honestly. We're already using Pango which is one of GNOME libs. Though GTK purposefully doesn't have any support for mobile platforms, so we...
by loonycyborg
March 22nd, 2022, 7:01 pm
Forum: Developers’ Discussions
Topic: Replacing Wesnoth's GUI
Replies: 24
Views: 7310

Re: Replacing Wesnoth's GUI

There is another framework to consider, namely Qt. QtQuick Controls is themable enough to be considered for game use.
by loonycyborg
October 30th, 2021, 10:38 pm
Forum: Technical Support
Topic: 1.15.18 certificate verify failed
Replies: 14
Views: 1332

Re: 1.15.18 certificate verify failed

I've added some more debug code in a commit which will be part of 1.16.1. At that point --log-debug=network output will also show which exact certs it's trying to verify for addon client.
by loonycyborg
October 30th, 2021, 4:38 pm
Forum: Release Announcements, Compiling & Installation
Topic: Wesnoth 1.16.0 — Dune Conquests Update
Replies: 3
Views: 3809

Re: Wesnoth 1.16.0 — Dune Conquests Update

https://flathub.org/apps/details/org.wesnoth.Wesnoth shows 1.16 . Maybe you need to do flatpak update before it shows correct info.
by loonycyborg
October 28th, 2021, 3:54 pm
Forum: Technical Support
Topic: 1.15.18 certificate verify failed
Replies: 14
Views: 1332

Re: 1.15.18 certificate verify failed, same with 1.16.0

Zap-Zarap wrote: October 28th, 2021, 6:49 am Hello, with the new version 1.16 on WIN10 with the latest updates (21H1) i'm suffering the same problem: "certificate verify failed".
No connection possible, neither to multiplayer-, nor to addons-server.
Are there any issues with other software that uses encrypted connections?
by loonycyborg
October 25th, 2021, 9:57 pm
Forum: Technical Support
Topic: [1.16 Steam] Not possible to host game
Replies: 2
Views: 523

Re: [1.16 Steam] Not possible to host game

Seems this is one dependency that is wesnothd only. I'll update automatic dll gathering to look at wesnothd too later, for now you maybe can get that dll here: https://repo.msys2.org/mingw/mingw64/mi ... kg.tar.zst
by loonycyborg
October 7th, 2021, 6:55 am
Forum: Technical Support
Topic: 1.15.18 certificate verify failed
Replies: 14
Views: 1332

Re: 1.15.18 certificate verify failed

Spannerbag wrote: October 6th, 2021, 11:26 pm Do you mean Let's Encrypt?
Yes.
by loonycyborg
October 6th, 2021, 3:45 pm
Forum: Technical Support
Topic: 1.15.18 certificate verify failed
Replies: 14
Views: 1332

Re: 1.15.18 certificate verify failed

Recently one LE root certificate expired which would cause issues on older systems. LE certs are used on addon servers and system cert store is used to verify them. Not sure windows 7 is supposed to be affected though. Maybe it requires particular update to work.
by loonycyborg
August 24th, 2021, 1:00 pm
Forum: Release Announcements, Compiling & Installation
Topic: Nightly flatpak builds
Replies: 36
Views: 28732

Re: Nightly flatpak builds

Flatpak update should work now.
by loonycyborg
June 22nd, 2021, 5:31 pm
Forum: Technical Support
Topic: Flatpak 1.14 and 1.16 side by side?
Replies: 2
Views: 508

Re: Flatpak 1.14 and 1.16 side by side?

If possible I'll make a separate branch on flathub so you would be able to revert to 1.14 wesnoth with "flatpak make-current org.wesnoth.Wesnoth 1.14" and later do "flatpak make-current org.wesnoth.Wesnoth stable" to return to latest version. Also, flatpak is capable of having mu...