Skip to content

Commit 36cd64a

Browse files
committed
Full Log, FileSet data
*Implemented functionality for "Full Log" option. All FFMPEG/FFPlay stderror output is piped to a temp file, and then read into the logger, same with THPConv output. Irfanview calls are NOT logged, due to difference in how they operate. *Added a new file into the data fileset, "FileSet.txt". This is an informational file which lists this file set's game, desc, author, version, and creation date. Data is displayed in Options tab *Changed MsgBox_Log function to record source code line file
1 parent 1778a2a commit 36cd64a

File tree

8 files changed

+994
-664
lines changed

8 files changed

+994
-664
lines changed

FileSet.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Mario Kart Wii
2+
Stock Thwimp fileset for MKWii THP videos
3+
Tamkis
4+
1.2
5+
06/28/20

Thwimp/Main.Designer.vb

Lines changed: 506 additions & 343 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Thwimp/Main.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<value>Video displayed when highlighting over a cup, showing each course (GP mode). In TT/VS, when selecting an individual course, displays cell of appropriate subvideo. Arrangement: 1st column is Nth course in Mushroom, Flower, Star, and Special cups respectively. 2nd column is Nth course in Shell, Banana, Leaf, and Thunder cups respectively.
137137
</value>
138138
</data>
139-
<data name="PictureBox2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
139+
<data name="picHelp.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
140140
<value>
141141
/9j/4AAQSkZJRgABAQEAGQAZAAD/4QC+RXhpZgAATU0AKgAAAAgABgESAAMAAAABAAEAAAEaAAUAAAAB
142142
AAAAVgEbAAUAAAABAAAAXgEoAAMAAAABAAIAAAITAAMAAAABAAEAAIdpAAQAAAABAAAAZgAAAAAAAGM4
@@ -1461,7 +1461,7 @@
14611461
3utsRLb9P2P/2Q==
14621462
</value>
14631463
</data>
1464-
<data name="PictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1464+
<data name="picHelp2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
14651465
<value>
14661466
iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
14671467
YQUAAAAJcEhZcwAAEnEAABJxAfPceo4AAD2uSURBVHhe7d3ns2VF9fBxzIkgOTOM5MyQGUAQkJwFRMyi

Thwimp/Main.vb

Lines changed: 467 additions & 319 deletions
Large diffs are not rendered by default.

Thwimp/My Project/Resources.Designer.vb

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Thwimp/My Project/Resources.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,7 @@
136136
<data name="_error" type="System.Resources.ResXFileRef, System.Windows.Forms">
137137
<value>..\Resources\error.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
138138
</data>
139+
<data name="Lakitu" type="System.Resources.ResXFileRef, System.Windows.Forms">
140+
<value>..\Resources\Lakitu.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
141+
</data>
139142
</root>

Thwimp/Resources/Lakitu.png

25.4 KB
Loading

Thwimp/Thwimp.vbproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
<ItemGroup>
179179
<Content Include="icon.ico" />
180180
<Content Include="Resources\EagleSoft.wav" />
181+
<None Include="Resources\Lakitu.png" />
181182
<None Include="Resources\mario_kart_wii_by_ariarts258_d41u6uw-fullview.jpg" />
182183
<None Include="Resources\THP_Tab.jpg" />
183184
<None Include="Resources\THPTab.png" />

0 commit comments

Comments
 (0)