Skip to content

Commit

Permalink
Update change log and other minor details
Browse files Browse the repository at this point in the history
  • Loading branch information
JockeJarre committed Oct 6, 2023
1 parent c240271 commit 55a7a65
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/b2s-backglass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
cp Plugins.txt tmp/Plugins64
cp Changelog.txt tmp
cp license.txt tmp
cp README.md tmp
cp README.md tmp/README.txt
cp ScreenResTemplate.txt tmp
cp -r ScreenResTemplates tmp
cp -r B2STools tmp
Expand Down
2 changes: 2 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2.1.0

- b2s_screenresidentifier, b2sbackglassserverexe & B2SWindowPunch is now high DPI aware. It means it should be compatible with
scaling factors other than 100%. The settings Forms might not be the must pretty, but it works!
- B2STools\directb2sReelSoundsONOFF: A small cmd and xsl transformation routine to add/remove Sound tags in directb2s files.
The directb2s files can be dropped on the cmd file and it will create a copy of the file with the change applied.
When the empty Sound3-6 attributes are available, the reel sound is deactivated.
Expand Down
2 changes: 1 addition & 1 deletion WhatIsWhat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Tools:
- B2SWindowPunch: Cut holes in forms overlapped by other smaller windows.
- B2SVPinMAMEStarter: Start your backglasses from B2SBackglassDesigner
- B2SInit.cmd: This bat file is called from B2SBackglassServer and then it calls B2SWindowPunch.

- B2STools\directb2sReelSoundsONOFF.cmd: Small command to deactivate all built-in REEL sounds in directb2s files.
- ScreenResTemplate.txt is an exemplary file how the .txt (res files) has to look like. From release 1.3.1.1 it supports comment lines starting with a "#".
If you use tools not supporting comments, you need to remove these lines. PinballX has now been updated as well!
Will be removed when unchecking the checkbox in ScreenResIdentifier.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Public Class B2SScreen
Loop
' close file handle
FileClose(1)

debugLog.WriteLogEntry("B2SScreen.ReadB2SSettingsFromFile A version #2 file " & Me.BackgroundPath)
line(i) = 0
line(i + 1) = 0
Me.PlayfieldSize = New Size(CInt(line(0)), CInt(line(1)))
Expand All @@ -167,6 +167,7 @@ Public Class B2SScreen
If Me.BackgroundPath.Contains("{") Then
' We will try to replace the placeholders with the real values
Me.BackgroundPath = GetBackgroundPath(Me.BackgroundPath, B2SData.TableFileName, B2SSettings.GameName)
debugLog.WriteLogEntry("B2SScreen.ReadB2SSettingsFromFile GetBackgroundPath called and returned " & Me.BackgroundPath)
End If
Else
Me.BackgroundLocation = New Point(0, 0)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 55a7a65

Please sign in to comment.