Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new station: Byoin #1965

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
318ee27
Add new station: Byoin
FieldCommand Oct 5, 2024
339fc98
Fix syntax error
FieldCommand Oct 5, 2024
8fefbd5
Changed accented letters
FieldCommand Oct 5, 2024
d971761
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Oct 6, 2024
5c14044
Reverted accented letters
FieldCommand Oct 6, 2024
34b836e
Removed UID's with no prototype
FieldCommand Oct 6, 2024
58549b3
Fixed failed test issue
FieldCommand Oct 6, 2024
069188f
Minor fixes and adds to map
FieldCommand Oct 6, 2024
451c453
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Oct 11, 2024
ebf587b
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Oct 13, 2024
8d59dcf
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Oct 14, 2024
7accfbc
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Oct 15, 2024
fedaa1f
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Oct 16, 2024
da79cf7
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Oct 18, 2024
99a87b2
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Oct 28, 2024
00c42f6
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Oct 28, 2024
8dc9a0e
Minor changes to evac and job roles
FieldCommand Oct 28, 2024
0d5fa3d
Merge branch 'Byoin' of https://github.com/FieldCommand/Delta-v into …
FieldCommand Oct 28, 2024
56b8806
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Nov 6, 2024
3e06989
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Nov 18, 2024
d1d9d5e
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Nov 18, 2024
dea2e1b
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Nov 19, 2024
6818b6a
Major edits to station to fix issues
FieldCommand Nov 19, 2024
16bf7cb
Foxmin found some small problems, now solved
FieldCommand Nov 19, 2024
15790f4
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Dec 4, 2024
566b481
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Dec 11, 2024
89702fe
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Dec 12, 2024
9028b30
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Dec 14, 2024
8d92c71
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Dec 16, 2024
1d50b52
Complying with latest mapping standards
FieldCommand Dec 16, 2024
b04f52f
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Dec 22, 2024
d391926
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Dec 26, 2024
3317584
Engineering rework and Velcro found some small problems, now solved
FieldCommand Dec 26, 2024
10f115b
Removed "CargoAssistant" from the map prototype file
FieldCommand Dec 26, 2024
69dee18
Merge branch 'DeltaV-Station:master' into Byoin
FieldCommand Dec 26, 2024
c3bfbe3
Re-added "Cargo Assistant" to map prototype file
FieldCommand Dec 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ public sealed class PostMapInitTest
"Hammurabi", //DeltaV
"Lighthouse", //DeltaV
"Micro", //DeltaV
"Chibi" //DeltaV
"Chibi", //DeltaV
"Byoin" //DeltaV
};

/// <summary>
Expand Down
Loading
Loading