Skip to content

Commit

Permalink
2.5.0: Finally a merge of the source code of B2SBackglassServer & B2S…
Browse files Browse the repository at this point in the history
…BackglassServerEXE into one. Should not be noticed while running, but huge for development.
  • Loading branch information
JockeJarre committed Jun 26, 2024
1 parent 10b0e06 commit ffa1038
Show file tree
Hide file tree
Showing 71 changed files with 15 additions and 18,980 deletions.
1 change: 0 additions & 1 deletion .github/workflows/b2s-backglass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
shell: cmd
- name: Bundle
run: |
ls -R b2sbackglassserver/b2sbackglassserver/bin
mkdir tmp
cp b2s_screenresidentifier/b2s_screenresidentifier/bin/${{ matrix.platform }}/${{ matrix.config }}/B2S_ScreenResIdentifier.exe tmp
cp b2s_screenresidentifier/b2s_screenresidentifier/bin/${{ matrix.platform }}/${{ matrix.config }}/B2S_ScreenResIdentifier.exe.config tmp
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("3.0.0")>
<Assembly: AssemblyFileVersion("3.0.0")>
<Assembly: AssemblyInformationalVersion("3.0.0")>
<Assembly: AssemblyVersion("2.5.0")>
<Assembly: AssemblyFileVersion("2.5.0")>
<Assembly: AssemblyInformationalVersion("2.5.0")>
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
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("3.0.0")>
<Assembly: AssemblyFileVersion("3.0.0")>
<Assembly: AssemblyInformationalVersion("3.0.0")>
<Assembly: AssemblyVersion("2.5.0")>
<Assembly: AssemblyFileVersion("2.5.0")>
<Assembly: AssemblyInformationalVersion("2.5.0")>
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.

Loading

0 comments on commit ffa1038

Please sign in to comment.