Skip to content

Commit

Permalink
v2.2 push
Browse files Browse the repository at this point in the history
  • Loading branch information
SteliosLL committed Jan 15, 2023
1 parent 1686948 commit 157c7f5
Show file tree
Hide file tree
Showing 21 changed files with 15,010 additions and 13,089 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .vs/BeamMP Tool/v17/.suo
Binary file not shown.
290 changes: 146 additions & 144 deletions BeamMP Tool/Form1.Designer.cs

Large diffs are not rendered by default.

28 changes: 15 additions & 13 deletions BeamMP Tool/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,21 @@ private void loadMaps()
foreach (Image img in defMapsImgList.Images)
{ mainMapImgList.Images.Add(img); }
//load default maps
mapsListView.Items.Add("Gridmap", 1).Tag = @"/levels/gridmap_v2/info.json";
mapsListView.Items.Add("Automation Test Track", 2).Tag = @"/levels/automation_test_track/info.json";
mapsListView.Items.Add("East Coast USA", 3).Tag = @"/levels/east_coast_usa/info.json";
mapsListView.Items.Add("Hirochi Raceway", 4).Tag = @"/levels/hirochi_raceway/info.json";
mapsListView.Items.Add("Italy", 5).Tag = @"/levels/italy/info.json";
mapsListView.Items.Add("Industrial", 6).Tag = @"/levels/industrial/info.json";
mapsListView.Items.Add("Small Island", 7).Tag = @"/levels/small_island/info.json";
mapsListView.Items.Add("Small Grid", 8).Tag = @"/levels/smallgrid/info.json";
mapsListView.Items.Add("Utah", 9).Tag = @"/levels/utah/info.json";
mapsListView.Items.Add("West Coast USA", 10).Tag = @"/levels/west_coast_usa/info.json";
mapsListView.Items.Add("Driver Training", 11).Tag = @"/levels/driver_training/info.json";
mapsListView.Items.Add("Derby", 12).Tag = @"/levels/derby/info.json";
mapsListView.Items.Add("Jungle Rock Island", 13).Tag = @"/levels/jungle_rock_island/info.json";
mapsListView.Items.Add("Gridmap v2", 1).Tag = @"/levels/gridmap_v2/info.json";
mapsListView.Items.Add("Gridmap", 2).Tag = @"/levels/gridmap/info.json";
mapsListView.Items.Add("Automation Test Track", 3).Tag = @"/levels/automation_test_track/info.json";
mapsListView.Items.Add("East Coast USA", 4).Tag = @"/levels/east_coast_usa/info.json";
mapsListView.Items.Add("Hirochi Raceway", 5).Tag = @"/levels/hirochi_raceway/info.json";
mapsListView.Items.Add("Italy", 6).Tag = @"/levels/italy/info.json";
mapsListView.Items.Add("Industrial", 7).Tag = @"/levels/industrial/info.json";
mapsListView.Items.Add("Small Island", 8).Tag = @"/levels/small_island/info.json";
mapsListView.Items.Add("Small Grid", 9).Tag = @"/levels/smallgrid/info.json";
mapsListView.Items.Add("Utah", 10).Tag = @"/levels/utah/info.json";
mapsListView.Items.Add("West Coast USA", 11).Tag = @"/levels/west_coast_usa/info.json";
mapsListView.Items.Add("Driver Training", 12).Tag = @"/levels/driver_training/info.json";
mapsListView.Items.Add("Derby", 13).Tag = @"/levels/derby/info.json";
mapsListView.Items.Add("Jungle Rock Island", 14).Tag = @"/levels/jungle_rock_island/info.json";
mapsListView.Items.Add("Johnson Valley", 15).Tag = @"/levels/johnson_valley/info.json";
foreach (ListViewItem item in mapsListView.Items)
{ backupMapListview.Items.Add((ListViewItem)item.Clone()); ; }

Expand Down
27,729 changes: 14,810 additions & 12,919 deletions BeamMP Tool/Form1.resx

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions BeamMP Tool/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("BeamMP Server Management Tool v2.1.1")]
[assembly: AssemblyTitle("BeamMP Server Management Tool v2.2")]
[assembly: AssemblyDescription("A simple tool for easily managing your BeamMP server.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Made by cookieoreo18(Diesel Geezer)")]
[assembly: AssemblyProduct("BeamMP Server Management Tool v2.1.1")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyProduct("BeamMP Server Management Tool v2.2")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.1.0")]
[assembly: AssemblyFileVersion("2.1.1.0")]
[assembly: AssemblyVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
Binary file modified BeamMP Tool/bin/Release/BeamMP Server Management Tool.exe
Binary file not shown.
Binary file modified BeamMP Tool/bin/Release/BeamMP Server Management Tool.pdb
Binary file not shown.
5 changes: 4 additions & 1 deletion BeamMP Tool/infoHelpFrm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,10 @@ I will probably not accept friend requests so if you want to DM me you will
have to join the official BeamMP discord server.</value>
</data>
<data name="textBox1.Text" xml:space="preserve">
<value>Version 2.1.1
<value>Version 2.2 (15/1/2023)
-Added Johnson Valley and old Gridmap maps

Version 2.1.1
-Implemented all DLLs into the main executable. Now all
you have to do is copy the executable into the BeamMP
folder.
Expand Down
Binary file not shown.
Binary file modified BeamMP Tool/obj/Release/BeamMP Server Management Tool.exe
Binary file not shown.
Binary file modified BeamMP Tool/obj/Release/BeamMP Server Management Tool.pdb
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ca68956802e7f1c38354da36f8783e2f13677e47
f1e96a3f36b658c4857d13548189d02567efd358
23 changes: 23 additions & 0 deletions BeamMP Tool/obj/Release/BeamMP Tool.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,26 @@ E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool-copy\BeamMP
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool-copy\BeamMP Tool\obj\Release\BeamMP Tool.csproj.CopyComplete
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool-copy\BeamMP Tool\obj\Release\BeamMP Server Management Tool.exe
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool-copy\BeamMP Tool\obj\Release\BeamMP Server Management Tool.pdb
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\bin\Release\BeamMP Server Management Tool.exe.config
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\bin\Release\BeamMP Server Management Tool.exe
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\bin\Release\BeamMP Server Management Tool.pdb
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\bin\Release\Newtonsoft.Json.xml
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\bin\Release\System.Buffers.xml
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\bin\Release\System.Diagnostics.DiagnosticSource.xml
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\bin\Release\System.Memory.xml
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\bin\Release\System.Numerics.Vectors.xml
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\bin\Release\System.Runtime.CompilerServices.Unsafe.xml
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\obj\Release\BeamMP Tool.csproj.AssemblyReference.cache
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\obj\Release\BeamMP Tool.csproj.SuggestedBindingRedirects.cache
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\obj\Release\BeamMP_Tool.Form1.resources
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\obj\Release\BeamMP_Tool.infoHelpFrm.resources
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\obj\Release\BeamMP_Tool.logFrm.resources
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\obj\Release\BeamMP_Tool.Properties.Resources.resources
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\obj\Release\BeamMP_Tool.restartTimerForm.resources
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\obj\Release\BeamMP_Tool.searchFrm.resources
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\obj\Release\BeamMP Tool.csproj.GenerateResource.cache
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\obj\Release\BeamMP Tool.csproj.CoreCompileInputs.cache
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\obj\Release\BeamMP Tool.csproj.Fody.CopyLocal.cache
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\obj\Release\BeamMP Tool.csproj.CopyComplete
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\obj\Release\BeamMP Server Management Tool.exe
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\BeamMP Tool\obj\Release\BeamMP Server Management Tool.pdb
12 changes: 6 additions & 6 deletions BeamMP Tool/obj/Release/BeamMP Tool.csproj.Fody.CopyLocal.cache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool-copy\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.xml
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool-copy\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.xml
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool-copy\packages\System.Diagnostics.DiagnosticSource.6.0.0\lib\net461\System.Diagnostics.DiagnosticSource.xml
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool-copy\packages\System.Memory.4.5.4\lib\net461\System.Memory.xml
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool-copy\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.xml
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool-copy\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.xml
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.xml
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.xml
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\packages\System.Diagnostics.DiagnosticSource.6.0.0\lib\net461\System.Diagnostics.DiagnosticSource.xml
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\packages\System.Memory.4.5.4\lib\net461\System.Memory.xml
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.xml
E:\My files\My Projects\Programming-Software\VS Projects\BeamMP Tool\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.xml
Binary file not shown.
Binary file modified BeamMP Tool/obj/Release/BeamMP_Tool.Form1.resources
Binary file not shown.
Binary file modified BeamMP Tool/obj/Release/BeamMP_Tool.infoHelpFrm.resources
Binary file not shown.

0 comments on commit 157c7f5

Please sign in to comment.