Search found 4361 matches
- February 23rd, 2021, 9:08 pm
- Forum: Release Announcements, Compiling & Installation
- Topic: Wesnoth 1.15.10
- Replies: 4
- Views: 565
Re: Wesnoth 1.15.10
If you could report it to your antivirus provider that's it's a false positive then that would be appreciated, but otherwise there's not much we can do about overzealous antivirus software.
- February 22nd, 2021, 4:10 pm
- Forum: Wesnoth Organizational Updates
- Topic: [WOU-20210222-1] Wesnoth, Inc Financial Status Report
- Replies: 0
- Views: 84
[WOU-20210222-1] Wesnoth, Inc Financial Status Report
SUMMARY: An informational report on the status of Wesnoth, Inc's finances and costs. TYPE: Status Report SOURCE: Board of Directors DECISION PROCESS & RESULTS: N/A CONTENTS: All numbers are in US dollars. Income: Liberapay - Donations by week are available at https://liberapay.com/Wesnoth iOS (...
- February 21st, 2021, 6:15 pm
- Forum: News
- Topic: Wesnoth 1.15.10
- Replies: 0
- Views: 448
Wesnoth 1.15.10
The newest release of the development series, Wesnoth 1.15.10 , is now available. Check the forum thread for a list of the most notable changes in this version, as well as the more technical full changelog for enthusiasts and content creators. The source code and Windows and macOS packages are alrea...
- February 21st, 2021, 6:09 pm
- Forum: Release Announcements, Compiling & Installation
- Topic: Wesnoth 1.15.10
- Replies: 4
- Views: 565
Wesnoth 1.15.10
Wesnoth 1.15.10 is out! This new release in the 1.15.x development series sees various changes and improvements in various areas. As this is a development version, we would like to remind everyone how the testing and feedback process works for these: If you download Wesnoth stand-alone, make sure t...
- February 20th, 2021, 11:59 pm
- Forum: Release Announcements, Compiling & Installation
- Topic: Wesnoth 1.14.15
- Replies: 10
- Views: 2891
- February 15th, 2021, 10:17 pm
- Forum: Release Announcements, Compiling & Installation
- Topic: Wesnoth 1.14.15
- Replies: 10
- Views: 2891
Re: Wesnoth 1.14.15
That can happen if the download wasn't completed for some reason. If you redownload the dmg, does it still happen?
- February 15th, 2021, 7:27 pm
- Forum: Technical Support
- Topic: Android Input Method
- Replies: 1
- Views: 78
Re: Android Input Method
The Android port's support thread is here.
- February 11th, 2021, 11:57 pm
- Forum: WML Workshop
- Topic: reference of last unit created
- Replies: 5
- Views: 526
Re: reference of last unit created
While not exactly what you're looking for, there's also the
unit placed
event.- February 5th, 2021, 10:41 pm
- Forum: WML Workshop
- Topic: Help on creating an array of stored units.
- Replies: 31
- Views: 1023
Re: Help on creating an array of stored units.
$i isn't really an iterator variable, it's the current index of the array that's being looped over. WML generally doesn't have the concept of an iterator variable outside of [foreach] though, so for example: [foreach] array=some_array variable=iter_var index_var=i [do] # stuff [/do] [/foreach] iter...
- February 4th, 2021, 5:04 am
- Forum: Multiplayer Development
- Topic: Multiplayer Activity Report - 2021
- Replies: 1
- Views: 100
Re: Multiplayer Activity Report - 2021
<reserved for future attachments>
- February 4th, 2021, 5:04 am
- Forum: Multiplayer Development
- Topic: Multiplayer Activity Report - 2021
- Replies: 1
- Views: 100
Multiplayer Activity Report - 2021
This is the thread which will be used to provide the Multiplayer Activity Reports for 2021. These will be posted once per month, and currently contain the following information for games played over the previous month: The count of unique users. The total count of games played. The count of games pl...
- February 4th, 2021, 1:19 am
- Forum: WML Workshop
- Topic: can't recruit costum unit
- Replies: 6
- Views: 208
Re: can't recruit costum unit
Moved to the WML Workshop.
Also it will probably be easiest if you upload to the forums what you've made so far as a zip.
Also it will probably be easiest if you upload to the forums what you've made so far as a zip.
- February 2nd, 2021, 3:05 pm
- Forum: Technical Support
- Topic: Crash: SotA - Meeting of the Minds
- Replies: 3
- Views: 108
Re: Crash: SotA - Meeting of the Minds
Most likely it's a known graphics bug that was fixed in 1.14.13, so you would need to update to that version.
- February 1st, 2021, 10:02 pm
- Forum: WML Workshop
- Topic: Help on creating an array of stored units.
- Replies: 31
- Views: 1023
Re: Help on creating an array of stored units.
I'm pretty confident, but it never hurts to check first.