-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support the BCP modifications in MPF 0.20.
Removal of attract_start, attract_stop, game_start, game_stop commands. Renaming of all player variable names to player_num. Added player_num to player_variable command. Updated documentation. Updated BCP Server version to 1.01.
- Loading branch information
Showing
83 changed files
with
1,396 additions
and
1,286 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
# Custom for Visual Studio | ||
*.cs diff=csharp | ||
|
||
# Standard to msysgit | ||
*.doc diff=astextplain | ||
*.DOC diff=astextplain | ||
*.docx diff=astextplain | ||
*.DOCX diff=astextplain | ||
*.dot diff=astextplain | ||
*.DOT diff=astextplain | ||
*.pdf diff=astextplain | ||
*.PDF diff=astextplain | ||
*.rtf diff=astextplain | ||
*.RTF diff=astextplain | ||
|
||
Assets/BCP/Docs/* linguist-documentation | ||
|
Binary file added
BIN
+769 KB
...ts/BCP/Docs/Backbox Communication Protocol (BCP) Server for Unity - Developer's Guide.pdf
Binary file not shown.
Binary file removed
BIN
-761 KB
Assets/BCP/Docs/Backbox Communication Protocol (BCP) Server for Unity - Deveoper's Guide.pdf
Binary file not shown.
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
var class_ball_start_message_event_args = | ||
[ | ||
[ "BallStartMessageEventArgs", "class_ball_start_message_event_args.html#acda0acbb139b05626e3833bc523e7273", null ], | ||
[ "BallStartMessageEventArgs", "class_ball_start_message_event_args.html#aaafaf6d9137cfba7fd663d30a65b4ae9", null ], | ||
[ "Ball", "class_ball_start_message_event_args.html#a99ce8517b34c1465f4c2cc7be724e138", null ], | ||
[ "Player", "class_ball_start_message_event_args.html#a81fac40280b740d718765cbd38209e58", null ] | ||
[ "PlayerNum", "class_ball_start_message_event_args.html#a1945a77d084234af695405aad9dccd06", null ] | ||
]; |
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
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
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
Oops, something went wrong.