Skip to content

Commit 902e10a

Browse files
Merge branch 'master' of https://github.com/openrails/openrails into openrails-master
2 parents 655a6e1 + 82db9a7 commit 902e10a

File tree

769 files changed

+119643
-77933
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

769 files changed

+119643
-77933
lines changed

.appveyor.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
version: AV1.3.1-{build}
2+
skip_branch_with_pr: true
3+
image: Visual Studio 2017
4+
cache:
5+
- C:\ProgramData\chocolatey\bin -> .appveyor.yml
6+
- C:\ProgramData\chocolatey\lib -> .appveyor.yml
7+
- C:\lazarus -> .appveyor.yml
8+
- C:\Program Files (x86)\Common Files\Microsoft Shared\XNA -> .appveyor.yml
9+
- C:\Windows\assembly\GAC_32\Microsoft.Xna.Framework -> .appveyor.yml
10+
- C:\Windows\assembly\GAC_32\Microsoft.Xna.Framework.Game -> .appveyor.yml
11+
install:
12+
- ps: >-
13+
$ErrorActionPreference = "Stop"
14+
15+
choco install --yes --no-progress lazarus 7zip.portable xunit xna31
16+
17+
if ($LASTEXITCODE -ne 0) { throw "Chocolatey failed to install all required packages - use the 're-build' option to try again" }
18+
19+
(New-Object Net.WebClient).DownloadFile('https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x86.exe', 'rcedit-x86.exe')
20+
21+
$env:PATH="C:\ProgramData\chocolatey\bin;$env:PATH;C:\lazarus;$((Get-ChildItem -Recurse C:\lazarus\fpc\strip.exe).DirectoryName);C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin"
22+
build_script:
23+
- cmd: Build.cmd unstable
24+
test: off
25+
# artifacts:
26+
# - path: OpenRails-Unstable.zip
27+
# - path: OpenRails-Unstable-Source.zip

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,16 @@
1212
/Source/Contrib/TimetableEditor/backup
1313
/Source/Contrib/TimetableEditor/lib
1414
/Source/Documentation/**/_build
15+
/Source/Documentation/**/version.py
1516
/Source/Help
1617
/Source/Locales/**/*.bak
1718

19+
## Ignore Visual Studio Code configuration files.
20+
.vscode/
21+
22+
# Local History for Visual Studio Code
23+
.history/
24+
1825
## Ignore Visual Studio temporary files, build results, and
1926
## files generated by popular Visual Studio add-ons.
2027
##
@@ -358,4 +365,4 @@ ASALocalRun/
358365
healthchecksdb
359366

360367
# Backup folder for Package Reference Convert tool in Visual Studio 2017
361-
MigrationBackup/
368+
MigrationBackup/

Architecture/Architecture Diagram.url

Lines changed: 0 additions & 7 deletions
This file was deleted.

Architecture/CommandLog/ICommand.cs

Lines changed: 0 additions & 22 deletions
This file was deleted.

Architecture/CommandLog/ICommandLog.cs

Lines changed: 0 additions & 83 deletions
This file was deleted.

Architecture/CommandLog/IReceiver.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.

Architecture/ContentData.cs

Lines changed: 0 additions & 67 deletions
This file was deleted.

Architecture/Messaging.cs

Lines changed: 0 additions & 30 deletions
This file was deleted.

Architecture/ORArchitecture.csproj

Lines changed: 0 additions & 61 deletions
This file was deleted.

Architecture/ORArchitecture.sln

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)