This file has been truncated, but you can view the full file.
This file contains 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: Darkademic (Windows Microsoft Windows NT 10.0.19043.0 .NET CLR 6.0.2) | |
Game ID: 6d9a0be4-503f-4a6c-9f78-1ef35661df6a (Mod: Red Alert at Version {DEV_VERSION}) | |
Sync for net frame 458 ------------- | |
SharedRandom: 813467930 (#142876) | |
Synced Traits: | |
1 player Neutral HarvesterBotModule (1) | |
IsTraitDisabled: True | |
1 player Neutral BaseBuilderBotModule (1) | |
IsTraitDisabled: True | |
1 player Neutral BaseBuilderBotModule (1) |
This file has been truncated, but you can view the full file.
This file contains 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: Darkademic (Windows Microsoft Windows NT 10.0.19043.0 .NET CLR 6.0.2) | |
Game ID: d13d7849-df4e-4f42-978c-6722786fac3f (Mod: Combined Arms at Version prep-CA) | |
Sync for net frame 2281 ------------- | |
SharedRandom: 2033334868 (#95126) | |
Synced Traits: | |
1 player Neutral HarvesterBotModuleCA (1) | |
IsTraitDisabled: True | |
1 player Neutral CaptureManagerBotModuleCA (1) | |
IsTraitDisabled: True | |
1 player Neutral BridgeRepairBotModule (1) |
This file contains 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
{ | |
"protocol_version" : "0.0.6", | |
"configuration" : { | |
"version" : "(6.12.0.90) (tarball)", | |
"tlc" : "__thread", | |
"sigsgev" : "altstack", | |
"notifications" : "epoll", | |
"architecture" : "amd64", | |
"disabled_features" : "none", | |
"smallconfig" : "disabled", |
This file contains 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"?> | |
<configuration> | |
<packageSources> | |
<add key="Nuget Official" value="https://api.nuget.org/v3/index.json" /> | |
<add key="Roslyn Nightlies" value="https://dotnet.myget.org/F/roslyn/api/v3/index.json" /> | |
<add key="Roslyn VSForMac" value="https://dotnet.myget.org/F/roslyn-for-vs-for-mac/api/v3/index.json" /> | |
<add key="VS Editor" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json" /> | |
<add key="VS Editor Impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" /> | |
<add key="VS Editor Legacy" value="https://www.myget.org/F/vs-editor/api/v3/index.json" /> | |
<add key="NuGetizer3000" value="https://ci.appveyor.com/nuget/nugetizer3000" /> |
This file contains 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-2020 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 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-2020 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 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 | |
# Die on any error for Travis CI to automatically retry: | |
set -e | |
function download_url() { | |
URL="$1" | |
LOCAL_FILE="${1##*/}" | |
if [ -x "$(type -P wget)" ]; then | |
wget -O "${LOCAL_FILE}" "${URL}" --no-check-certificate |
This file contains 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-2020 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 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
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/bin/node6', '/usr/bin/npm-default', 'run', 'build' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose run-script [ 'prebuild', 'build', 'postbuild' ] | |
5 info lifecycle [email protected]~prebuild: [email protected] | |
6 silly lifecycle [email protected]~prebuild: no script for prebuild, continuing | |
7 info lifecycle [email protected]~build: [email protected] | |
8 verbose lifecycle [email protected]~build: unsafe-perm in lifecycle true | |
9 verbose lifecycle [email protected]~build: PATH: /usr/lib64/node_modules/npm6/bin/node-gyp-bin:/home/matthias/Entwicklung/Zotero/zotero-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games |
This file contains 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
-startup | |
plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar | |
--launcher.library | |
/home/matthias/.p2/pool/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.401.v20161122-1740 | |
-product | |
org.eclipse.epp.package.rcp.product | |
--launcher.defaultAction | |
openFile | |
-showsplash | |
org.eclipse.platform |
NewerOlder