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
using System; | |
namespace MachineEpsilon | |
{ | |
class MainClass | |
{ | |
public static void Main (string[] args) | |
{ | |
double machEps = 1.0d; | |
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
Rules: | |
World: | |
SpawnMPUnits@allies: | |
InitialUnit: mcv,jeep | |
Faction: allies | |
SpawnMPUnits@soviets: | |
InitialUnit: mcv,ftrk | |
Faction: soviets |
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-2011 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 has been truncated, but you can view the full file.
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
Player: Zypres (Windows Microsoft Windows NT 6.1.7601 Service Pack 1 .NET CLR 2.0.50727.5472) | |
Game ID: 521ff9ea-98ec-46d1-b49e-a52d1a574a01 (Mod: Red Alert at Version playtest-20131019-5) | |
Sync for net frame 11131 ------------- | |
SharedRandom: 1320639775 (#730644) | |
Synced Traits: | |
1 player Neutral PlayerResources (71000) | |
Cash: 71000 | |
Ore: 0 | |
OreCapacity: 0 | |
1 player Neutral FrozenActorLayer (24816) |
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
Player: Ripley` (Windows Microsoft Windows NT 6.1.7600.0 .NET CLR 2.0.50727.4927) | |
Game ID: 8fd9ccfe-79a9-4d59-8e18-3cc828679e88 (Mod: Dune 2000 at Version playtest-20131019-5) | |
Sync for net frame 2594 ------------- | |
SharedRandom: 448180978 (#45956) | |
Synced Traits: | |
1 player Neutral PlayerResources (5000) | |
Cash: 5000 | |
Ore: 0 | |
OreCapacity: 0 | |
2 player Creeps PlayerResources (5000) |
This file has been truncated, but you can view the full file.
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
.assembly extern mscorlib | |
{ | |
.ver 2:0:0:0 | |
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. | |
} | |
.assembly extern System.Core | |
{ | |
.ver 3:5:0:0 | |
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4.. | |
} |
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
^Vehicle: | |
AppearsOnRadar: | |
Mobile: | |
Crushes: atmine, crate, apmine | |
TerrainSpeeds: | |
Clear: 80 | |
Rough: 40 | |
Road: 100 | |
Ore: 70 | |
Gems: 70 |
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"?> | |
<PolicySet name="OpenRA"> | |
<StandardHeader> | |
<Text>#region Copyright & License Information | |
/* | |
* Copyright 2007-${Year} 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. |
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
unit uPhysFSLayer; | |
interface | |
uses SDLh, LuaPas; | |
const PhysfsLibName = {$IFDEF PHYSFS_INTERNAL}'libhw_physfs'{$ELSE}'libphysfs'{$ENDIF}; | |
const PhyslayerLibName = 'libphyslayer'; | |
{$IFNDEF WIN32} | |
{$linklib physfs} |
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
Only in /home/matthias/Downloads/com.vogella.vde.product-linux.gtk.x86: .eclipseproduct | |
Only in /opt/voclipse: about.html | |
Only in /opt/voclipse: about_files | |
diff -U 3 -d -p -r -- /opt/voclipse/artifacts.xml /home/matthias/Downloads/com.vogella.vde.product-linux.gtk.x86/artifacts.xml | |
--- /opt/voclipse/artifacts.xml 2014-02-03 15:46:38.965915003 +0100 | |
+++ /home/matthias/Downloads/com.vogella.vde.product-linux.gtk.x86/artifacts.xml 2014-01-31 18:09:12.000000000 +0100 | |
@@ -1,16 +1,16 @@ | |
<?xml version='1.0' encoding='UTF-8'?> | |
<?artifactRepository version='1.1.0'?> | |
-<repository name='Bundle pool' type='org.eclipse.equinox.p2.artifact.repository.simpleRepository' version='1.0.0'> |