Commit Graph

5 Commits

Author SHA1 Message Date
Jerome Duval
3b10cbdba8 fix missing $secondaryArchSuffix
clean up.
2018-09-05 07:37:48 +02:00
Jerome Duval
5596d1541f openxcom: code style. 2018-08-03 13:32:28 +02:00
fbrosson
b07a900824 OpenXcom: add a SOURCE_FILENAME, use a nicer SOURCE_URI. 2018-07-19 23:44:47 +00:00
Jérôme Duval
0b340f60aa openxcom: update HOMEPAGE. 2018-05-30 08:01:35 +02:00
Mikołaj 'lich' Halber
482b251cf2 Openxcom: Added recipe, patches and icon for 1.0
Running OpenXcom in Haiku requires a workaround as there is system
locale problem which causes game to crash with an error:

terminate called after throwing an instance of 'std::runtime_error'
  what():  locale::facet::_S_create_c_locale name not valid
Abort
Abort

The problem is only happening when there is no config file generated
to fix it, game has to be run once like this:

LC_ALL=C exec /system/apps/OpenXcom

Then game creates config and can be run from menu. I am not including
the fix in recipe as this would hide this system locale bug.

Also the game data subfolders (GEODATA, GEOGRAPH, MAPS, ROUTES,
SOUND, TERRAIN, UFOGRAPH, UFOINTRO, UNITS) should be provided
to /settings/OpenXcom.
2016-01-06 21:54:35 +01:00