Skip to content

Commit

Permalink
Finally a merge of the source code of B2SBackglassServer & B2SBackgla…
Browse files Browse the repository at this point in the history
…ssServerEXE into one. Should not be noticed while running, but huge for development.
  • Loading branch information
JockeJarre committed Jun 26, 2024
1 parent 10b0e06 commit 6cb25d1
Show file tree
Hide file tree
Showing 67 changed files with 6 additions and 18,970 deletions.
4 changes: 4 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.5.0
- Finally a merge of the source code of B2SBackglassServer & B2SBackglassServerEXE into one. Should not be noticed while running, but huge for development.
- Added new method B2SSetPos(ImageId, xpos, ypos) to move the images on the backglass.

2.1.2
- Request to turn off backglass in b2s settings #80 Thanks @stevejones72!
It is a setting per table, so the table you save with hidden backglass will have it's backglass not shown.
Expand Down
1 change: 0 additions & 1 deletion b2sbackglassserver/b2sbackglassserver/Classes/B2SScreen.vb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Public Class B2SScreen
Public Property PlayfieldSize() As Size = New Size(0, 0)
Public Property BackglassMonitor() As String = String.Empty
Public Property BackglassScreen() As Screen = Nothing
Public Property StartBackground() As Boolean = False
Public Property BackglassSize() As Size = New Size(0, 0)
Public Property BackglassLocation() As Point = New Point(0, 0)
Public Property BackglassGrillHeight() As Integer = 0
Expand Down
4 changes: 2 additions & 2 deletions b2sbackglassserver/b2sbackglassserver/Forms/formBackglass.vb
Original file line number Diff line number Diff line change
Expand Up @@ -2738,7 +2738,7 @@ Public Class formBackglass
End If
End If

If mergeBulbs Then
#If mergeBulbs Then
' look for the largest bulb amount
Dim topSize4Authentic As Integer = 0
Dim topkey4Authentic As String = String.Empty
Expand Down Expand Up @@ -2816,7 +2816,7 @@ Public Class formBackglass
CheckBulbs(TopRomID4Fantasy, TopRomIDType4Fantasy, TopRomInverted4Fantasy, B2SData.eDualMode.Fantasy)
CheckBulbs(SecondRomID4Fantasy, SecondRomIDType4Fantasy, SecondRomInverted4Fantasy, B2SData.eDualMode.Fantasy)
End If
End If
#End If
End If

' get all animation info
Expand Down
Binary file removed b2sbackglassserverexe/B2SBackglassServerEXE.ico
Binary file not shown.
44 changes: 0 additions & 44 deletions b2sbackglassserverexe/B2SBackglassServerEXE.sln

This file was deleted.

79 changes: 0 additions & 79 deletions b2sbackglassserverexe/B2SBackglassServerEXE.vbproj

This file was deleted.

13 changes: 0 additions & 13 deletions b2sbackglassserverexe/My Project/Application.Designer.vb

This file was deleted.

10 changes: 0 additions & 10 deletions b2sbackglassserverexe/My Project/Application.myapp

This file was deleted.

73 changes: 0 additions & 73 deletions b2sbackglassserverexe/My Project/Settings.Designer.vb

This file was deleted.

6 changes: 0 additions & 6 deletions b2sbackglassserverexe/My Project/Settings.settings

This file was deleted.

79 changes: 0 additions & 79 deletions b2sbackglassserverexe/My Project/app.manifest

This file was deleted.

8 changes: 0 additions & 8 deletions b2sbackglassserverexe/My Project/launchSettings.json

This file was deleted.

27 changes: 0 additions & 27 deletions b2sbackglassserverexe/Program.vb

This file was deleted.

Loading

0 comments on commit 6cb25d1

Please sign in to comment.