Commit Graph

10 Commits

Author SHA1 Message Date
naddy
9433d2a35f drop RCS Ids 2022-03-11 19:04:03 +00:00
kn
bba56a3b56 Remove realpath -> readlink(1) quirks, we have realpath(1) in base now 2021-10-17 13:06:59 +00:00
patrick
7179983490 Update to the OpenRA 20210321 release. There have been a few changes
that we need to adjust to.  OpenRA update the language version to 7.3,
which seems to not compile with our mono/msbuild combination, hence
downgrade to 7.2 and re-work one part of the code that relies on 7.3
semantics.  OpenRA now depends on nuget, so there's a new distfile that
contains the nuget dependencies. Furthermore, add a workaround for the
dllmap config files.

Committing on behalf of thfr@
Tested by and ok bket@ tobhe@
Tested by patrick@ on arm64
Tested by thfr@
2021-05-12 13:52:49 +00:00
naddy
afcc689c59 remove carriage returns ('\r') from patch files and set FIX_CRLF_FILES 2021-02-26 18:20:31 +00:00
thfr
10bafc5385 update to OpenRA 20200503
ok rsadowski@, bket@
2020-06-17 15:24:30 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
thfr
3830fe0705 add dlopen'd libs to WANTLIB; missing runtime openal reported by Matthias (AT _xhr_ AT mastodon DOT social) - thanks! ok sthen@ 2019-06-17 00:34:42 +00:00
thfr
91914d24eb switch to getting geoip from net/libmaxminddb, add RUN_DEPENDS, restore dllmaps that require addition of "os=..." entry for openbsd to run and were erroneously removed in previous commit, ok sthen@ for geoip fix 2019-04-28 03:34:16 +00:00
ajacoutot
d8a4b1ed77 Use DLLMAP_FILES where possible.
Don't hardcode /usr/local.
2019-04-02 18:52:40 +00:00
thfr
a4eb3529e6 import OpenRA, an engine for real-time strategy games
ok bentley@ (for slightly older version that didn't include additional launch
scripts), additional testing by solene@ and Matthias Schmidt (openbsd () xosc DOT org)

DESCR:

OpenRA is a project that recreates and modernizes the classic Command & Conquer
real time strategy games. The OpenRA engine provides a common platform for
rebuilding and reimagining classic 2D and 2.5D RTS games (the OpenRA mods).

It includes native support for modern operating systems and screen resolutions
without relying on emulation or binary hacks, and features integrated online
multiplayer.

OpenRA is 100% free, and comes bundled with three distinct mods. When you run a
mod for the first time the game can automatically download the original game
assets, or you can use the original game disks.

Features include:
* A choice between right click and classic left click control schemes
* Overhauled sidebar interfaces for managing production
* Support for game replays and an observer interface designed for streaming
  games online
* The fog of war that obscures the battlefield outside your units' line of sight
* Civilian structures that can be captured for strategic advantage
* Units gain experience as they fight and improve when they earn new ranks
2019-03-31 05:09:06 +00:00