Search found 1582 matches
- April 8th, 2021, 9:11 pm
- Forum: Ideas
- Topic: [interface] Mouse/Scrolling behavior with multiple monitors
- Replies: 3
- Views: 93
Re: [interface] Mouse/Scrolling behavior with multiple monitors
Preferences -> Advanced -> Keep scrolling when mouse leaves window
- March 23rd, 2021, 10:07 am
- Forum: Technical Support
- Topic: Game crashes
- Replies: 5
- Views: 206
Re: Game crashes
You could try uninstalling most addons and see if that helps and possibly pinpoint the issue by reinstalling addons again one-by-one.
- March 17th, 2021, 2:23 pm
- Forum: Technical Support
- Topic: Server issues 1.15.x, 1.14.15, & 1.12.6 - [servers cut connection]
- Replies: 14
- Views: 893
Re: Server issues 1.15.x, 1.14.15, & 1.12.6 - [servers cut connection]
Well, from the output you've shown only nping run as root can send and receive to/from wesnoth.org:15015. "Connection refused" means no connection is established at all so any kind of login credential issues are ruled out. Infact "Connection refused" very likely means there is a ...
- March 17th, 2021, 10:08 am
- Forum: Multiplayer Development
- Topic: 1v1 map - Jashi Pass
- Replies: 6
- Views: 964
Re: 1v1 map - Jashi Pass
Usually map files only contain the map data. Scenarios should have the cfg extension.
- March 17th, 2021, 9:53 am
- Forum: Technical Support
- Topic: Server issues 1.15.x, 1.14.15, & 1.12.6 - [servers cut connection]
- Replies: 14
- Views: 893
Re: Server issues 1.15.x, 1.14.15, & 1.12.6 - [servers cut connection]
So you can only connect to wesnoth.org as root?
- March 12th, 2021, 7:20 pm
- Forum: Multiplayer Development
- Topic: The Altaz Mariners (pirate co-op campaign) big update!
- Replies: 346
- Views: 118092
Re: The Altaz Mariners (pirate co-op campaign) big update!
If the translator can only mess up the pango markup I would suggest to not include it in the translatable string. If the translator might reasonably want to tweak the pango markup then it makes sense to include it. In the given case it seems like the text should just be fully blue so it does not sou...
- February 18th, 2021, 6:34 pm
- Forum: Release Announcements, Compiling & Installation
- Topic: Wesnoth 1.14.15
- Replies: 10
- Views: 3570
Re: Wesnoth 1.14.15
Yes.
- February 16th, 2021, 7:45 pm
- Forum: Release Announcements, Compiling & Installation
- Topic: Wesnoth 1.14.15
- Replies: 10
- Views: 3570
Re: Wesnoth 1.14.15
What if you check your download against http://files.wesnoth.org/releases/Wesno ... dmg.sha256?
- February 11th, 2021, 8:22 pm
- Forum: WML Workshop
- Topic: can't recruit costum unit
- Replies: 6
- Views: 358
Re: can't recruit costum unit
The unit database is updated every week.
- January 18th, 2021, 6:45 pm
- Forum: Coder’s Corner
- Topic: Questions about replays, random seed, recruit and unit checksum
- Replies: 15
- Views: 3239
Re: Questions about replays, random seed, recruit and unit checksum
There is not much difference between network OOS and replay OOS. Multiplayer pretty much consists of sending ReplayWML around. Simple properties are not everything. Every action needs to work as in the version the replay is from. Occasionally how stuff works is changed and that is not necessarily ju...
- January 17th, 2021, 9:43 pm
- Forum: Coder’s Corner
- Topic: Questions about replays, random seed, recruit and unit checksum
- Replies: 15
- Views: 3239
Re: Questions about replays, random seed, recruit and unit checksum
You're focusing a lot on random number generation as the source of OOS but surely there are countless other reasons. There is generally no effort spent to keep compatibility between different stable versions.
- January 4th, 2021, 12:40 pm
- Forum: Technical Support
- Topic: Multiplayer login error
- Replies: 2
- Views: 379
Re: Multiplayer login error
If you're using the android port then make sure to use the OK-Button and not Enter on the keyboard.
- December 26th, 2020, 9:31 am
- Forum: Multiplayer Development
- Topic: Almost all best 1v1 replays for default era and ladder era played on 1.14
- Replies: 9
- Views: 1171
Re: Almost all best 1v1 replays for default era and ladder era played on 1.14
Maboul, are you willing to do something else with this? I think creating a website where you could explore the replays, search for factions, players, maps, etc. would be a nice idea. Rather then doing this for a manual selection of games that'd be more interesting to do for replays.wesnoth.org in g...
- December 18th, 2020, 9:13 am
- Forum: Technical Support
- Topic: unable to join main 1.14 server
- Replies: 12
- Views: 1524
Re: unable to join main 1.14 server
It seems like your connection to wesnoth.org is bad. The filtered in nmap output means it got no response. You could try connecting to server.wesnoth.org:14999 and see if that works a little better. Do you notice issues when loading webpages on wesnoth.org as well? do you use the same device to brow...
- October 14th, 2020, 8:58 am
- Forum: WML Workshop
- Topic: Adding moves to a unit after it has attacked
- Replies: 24
- Views: 835
Re: Adding moves to a unit after it has attacked
What complicates matters is (according to the Wiki) sometimes the AI will expend some of an enemy unit's moves while thinking and strategizing, even if the unit doesn't actually move anywhere. I need to make sure this behavior doesn't throw a monkey wrench into the BATTLEHOP machinery. Do you expec...