Skip to content

Commit e3ec579

Browse files
Namespace changes, NuGet package information
1 parent 7718e86 commit e3ec579

104 files changed

Lines changed: 95 additions & 6219 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### 0.10.0-alpha1
2-
- Added SampSharp.Streamer.Entities. Please note not every single streamer function is available yet in the API. Thanks @Eidorian for setting this up! (#20)
2+
- Added OpenRP.Streamer. Please note not every single streamer function is available yet in the API. Thanks @Eidorian for setting this up! (#20)
33
- Updated for streamer 2.9.5
44
- Updated for SampSharp 0.10.0-alpha1
55

OpenRP.Streamer.sln

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.32112.339
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{7E3E537C-FCA3-4DCB-A0A8-80F753487767}"
7+
ProjectSection(SolutionItems) = preProject
8+
CHANGES.md = CHANGES.md
9+
EndProjectSection
10+
EndProject
11+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenRP.Streamer", "src\OpenRP.Streamer\OpenRP.Streamer.csproj", "{101CB4F0-1444-45BC-940A-612D9C9F5322}"
12+
EndProject
13+
Global
14+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
15+
Debug|Any CPU = Debug|Any CPU
16+
Release|Any CPU = Release|Any CPU
17+
EndGlobalSection
18+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
19+
{101CB4F0-1444-45BC-940A-612D9C9F5322}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20+
{101CB4F0-1444-45BC-940A-612D9C9F5322}.Debug|Any CPU.Build.0 = Debug|Any CPU
21+
{101CB4F0-1444-45BC-940A-612D9C9F5322}.Release|Any CPU.ActiveCfg = Release|Any CPU
22+
{101CB4F0-1444-45BC-940A-612D9C9F5322}.Release|Any CPU.Build.0 = Release|Any CPU
23+
EndGlobalSection
24+
GlobalSection(SolutionProperties) = preSolution
25+
HideSolutionNode = FALSE
26+
EndGlobalSection
27+
GlobalSection(ExtensibilityGlobals) = postSolution
28+
SolutionGuid = {F06F8228-3E12-4D0A-8B5D-BA3B151F2D83}
29+
EndGlobalSection
30+
EndGlobal

OpenRoleplay.png

17.9 KB
Loading

SampSharp.Streamer.sln

Lines changed: 0 additions & 48 deletions
This file was deleted.

src/SampSharp.Streamer.Entities/Components/DynamicArea.cs renamed to src/OpenRP.Streamer/Components/DynamicArea.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
using SampSharp.Entities;
1919
using SampSharp.Entities.SAMP;
2020

21-
namespace SampSharp.Streamer.Entities
21+
namespace OpenRP.Streamer
2222
{
2323
/// <summary>
2424
/// Represents a component which provides the data and functionality of an dynamic area.

src/SampSharp.Streamer.Entities/Components/DynamicCheckpoint.cs renamed to src/OpenRP.Streamer/Components/DynamicCheckpoint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
using SampSharp.Entities;
1919
using SampSharp.Entities.SAMP;
2020

21-
namespace SampSharp.Streamer.Entities
21+
namespace OpenRP.Streamer
2222
{
2323
/// <summary>
2424
/// Represents a component which provides the data and functionality of an dynamic checkpoint.

src/SampSharp.Streamer.Entities/Components/DynamicMapIcon.cs renamed to src/OpenRP.Streamer/Components/DynamicMapIcon.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
using SampSharp.Entities;
1919
using SampSharp.Entities.SAMP;
2020

21-
namespace SampSharp.Streamer.Entities
21+
namespace OpenRP.Streamer
2222
{
2323
/// <summary>
2424
/// Represents a component which provides the data and functionality of an dynamic map icon.

src/SampSharp.Streamer.Entities/Components/DynamicObject.cs renamed to src/OpenRP.Streamer/Components/DynamicObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
using SampSharp.Entities;
1818
using SampSharp.Entities.SAMP;
1919

20-
namespace SampSharp.Streamer.Entities
20+
namespace OpenRP.Streamer
2121
{
2222
/// <summary>
2323
/// Represents a component which provides the data and functionality of an dynamic object.

src/SampSharp.Streamer.Entities/Components/DynamicPickup.cs renamed to src/OpenRP.Streamer/Components/DynamicPickup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
using SampSharp.Entities;
1818
using SampSharp.Entities.SAMP;
1919

20-
namespace SampSharp.Streamer.Entities
20+
namespace OpenRP.Streamer
2121
{
2222
/// <summary>
2323
/// Represents a component which provides the data and functionality of an dynamic pickup.

0 commit comments

Comments
 (0)