Wesnoth 1.8.6 for AmigaOS4

Get help with compiling or installing the game, and discuss announcements of new official releases.

Moderator: Forum Moderators

Post Reply
afxgroup
Posts: 14
Joined: September 28th, 2005, 10:46 pm

Wesnoth 1.8.6 for AmigaOS4

Post by afxgroup »

Hello,
today i've updated Wesnoth to the latest version :-) (i've also changed the wiki home page)
Thank you for your hard work!
Andrea Palmate'
http://www.amigasoft.net
User avatar
Crendgrim
Moderator Emeritus
Posts: 1328
Joined: October 15th, 2010, 10:39 am
Location: Germany

Re: Wesnoth 1.8.6 for AmigaOS4

Post by Crendgrim »

You called it "Wesnoth 1.3.6" both on amigasoft.net and on the Wiki.
I guess that was not intended, but could lead to some confusion. ;)
UMC Story Images — Story images for your campaign!
Ceres
Forum Regular
Posts: 620
Joined: September 18th, 2010, 7:56 pm
Location: Germany

Re: Wesnoth 1.8.6 for AmigaOS4

Post by Ceres »

Apparently the link is mispelled. Before, the link directed me into a 404 error or something, after I changed it to "186" in the wiki, it worked :wink:
Anonymissimus
Inactive Developer
Posts: 2461
Joined: August 15th, 2008, 8:46 pm
Location: Germany

Re: Wesnoth 1.8.6 for AmigaOS4

Post by Anonymissimus »

Did you thoroughly check whether it works ?
Since afaik we don't have an amiga os developer (what OS is that anyway ? :whistle: ) I would expect it to be broken. Especially since there's a long time since 1.3.x.
projects (BfW 1.12):
A Simple Campaign: campaign draft for wml startersPlan Your Advancements: mp mod
The Earth's Gut: sp campaignSettlers of Wesnoth: mp scenarioWesnoth Lua Pack: lua tags and utils
updated to 1.8 and handed over: A Gryphon's Tale: sp campaign
User avatar
Crendgrim
Moderator Emeritus
Posts: 1328
Joined: October 15th, 2010, 10:39 am
Location: Germany

Re: Wesnoth 1.8.6 for AmigaOS4

Post by Crendgrim »

And there we have the confusion I mentioned.
UMC Story Images — Story images for your campaign!
User avatar
Iris
Site Administrator
Posts: 6798
Joined: November 14th, 2006, 5:54 pm
Location: Chile
Contact:

Re: Wesnoth 1.8.6 for AmigaOS4

Post by Iris »

Anonymissimus wrote:Did you thoroughly check whether it works ?
Since afaik we don't have an amiga os developer (what OS is that anyway ? :whistle: ) I would expect it to be broken. Especially since there's a long time since 1.3.x.
http://lmgtfy.com/?q=AmigaOS

There are C preprocessor conditionals for AmigaOS 4-specific code blocks in some places:

Code: Select all

shadowm@reicore:~/src/wesnoth$ fgrep -nRI __AMIGAOS4__ src/
src/network_worker.cpp:47:#ifdef __AMIGAOS4__
src/game_config.cpp:154:#ifdef __AMIGAOS4__
src/video.cpp:66:#if !(defined(_WIN32) || defined(__APPLE__) || defined(__AMIGAOS4__))
src/filesystem.cpp:105:#ifndef __AMIGAOS4__
src/filesystem.cpp:113:#endif /* __AMIGAOS4__ */
src/filesystem.cpp:121:#ifdef __AMIGAOS4__
src/filesystem.cpp:123:#endif /* __AMIGAOS4__ */
src/filesystem.cpp:174:#ifdef __AMIGAOS4__
src/filesystem.cpp:176:#endif /* __AMIGAOS4__ */
src/filesystem.cpp:550:#ifdef __AMIGAOS4__
src/language.cpp:132:#ifndef __AMIGAOS4__
src/language.cpp:189:#ifndef __AMIGAOS4__
src/serialization/string_utils.cpp:736:#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__AMIGAOS4__)
src/widgets/file_menu.cpp:201:#ifdef __AMIGAOS4__
src/widgets/file_menu.cpp:227:#ifdef __AMIGAOS4__
src/widgets/file_menu.cpp:241:#ifdef __AMIGAOS4__
Author of the unofficial UtBS sequels Invasion from the Unknown and After the Storm.
afxgroup
Posts: 14
Joined: September 28th, 2005, 10:46 pm

Re: Wesnoth 1.8.6 for AmigaOS4

Post by afxgroup »

Sorry guys... i was sleeping.. it is 1.8.6. i've fixed the links on my site..
Thank you for fixing the wiki....
BTW yes.. we are alive! :-) A lot of people play Wesnoth using OS4.. ;-)
Andrea Palmate'
http://www.amigasoft.net
Post Reply