This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<PropertyGroup> | |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
<ProjectGuid>{5FEAB6DC-4E81-4B63-958B-22FC3534C606}</ProjectGuid> | |
<OutputType>Exe</OutputType> | |
<RootNamespace>OpenRA.StyleCheck</RootNamespace> | |
<AssemblyName>OpenRA.StyleCheck</AssemblyName> | |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#region Copyright & License Information | |
/* | |
* Copyright 2007-2017 The OpenRA Developers (see AUTHORS) | |
* This file is part of OpenRA, which is free software. It is made | |
* available to you under the terms of the GNU General Public License | |
* as published by the Free Software Foundation, either version 3 of | |
* the License, or (at your option) any later version. For more | |
* information, see COPYING. | |
*/ | |
#endregion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rectangle DetermineScreenMapBounds() | |
{ | |
var size = TraitsImplementing<IScreenMapSize>().Select(x => x.ScreenMapSize(this)).FirstOrDefault(); | |
var offset = -size / 2; | |
return new Rectangle(offset.X, offset.Y, size.X, size.Y); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
pushd mods/cnc/maps/ | |
7z x '*.oramap' -o'*' | |
find . -name "*.oramap" -type f -delete | |
popd | |
pushd mods/ra/maps/ | |
7z x '*.oramap' -o'*' | |
find . -name "*.oramap" -type f -delete |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#region Copyright & License Information | |
/* | |
* Copyright 2007-2014 The OpenRA Developers (see AUTHORS) | |
* This file is part of OpenRA, which is free software. It is made | |
* available to you under the terms of the GNU General Public License | |
* as published by the Free Software Foundation. For more information, | |
* see COPYING. | |
*/ | |
#endregion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#region Copyright & License Information | |
/* | |
* Copyright 2007-2016 The OpenRA Developers (see AUTHORS) | |
* This file is part of OpenRA, which is free software. It is made | |
* available to you under the terms of the GNU General Public License | |
* as published by the Free Software Foundation, either version 3 of | |
* the License, or (at your option) any later version. For more | |
* information, see COPYING. | |
*/ | |
#endregion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local interpreter = { | |
name = "OpenRA", | |
description = "OpenRA map scripting Lua API", | |
api = {"baselib", "openra"}, | |
hasdebugger = false, | |
skipcompile = true, | |
} | |
-- This is an automatically generated Lua API definition generated for snapshot-20160722 of OpenRA. | |
-- https://github.com/OpenRA/OpenRA/wiki/Utility was used with the --zbstudio-lua-api parameter. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
]: | |
Offset: 453884 | |
Length: 0 | |
StringTable-0009-English.ips: | |
Offset: 453927 | |
Length: 116876 | |
_IsRes.dll: | |
Offset: 455113 | |
Length: 116926 | |
_IsRes.dll: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------------------------------------- | |
Sun Nov 24 16:27:36 UTC 2013 - [email protected] | |
- Adjusted repo to new official GitHub organisation | |
- replace expensive git fetch with https://en.opensuse.org/SourceUrls | |
- Added desurium-cef-5-nss-3.15.patch to fix the build on 13.1 | |
------------------------------------------------------------------- | |
Sun Apr 28 08:06:16 UTC 2013 - [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------------------------------------- | |
Wed Jul 9 13:53:02 UTC 2014 - [email protected] | |
- Fixed 64-bit cross-compile BNC#805424 | |
------------------------------------------------------------------- | |
Sun Nov 24 16:27:36 UTC 2013 - [email protected] | |
- Update the MIME database on install | |
- Added desurium-v8-3.19.18.patch to fix build with latest V8 |