mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Removed NLua and replaced it with MoonSharp. Scripting for NPCs has been implemented, but still have to test a lot.
This commit is contained in:
BIN
packages/MoonSharp.1.2.1.0/MoonSharp.1.2.1.0.nupkg
vendored
Normal file
BIN
packages/MoonSharp.1.2.1.0/MoonSharp.1.2.1.0.nupkg
vendored
Normal file
Binary file not shown.
7437
packages/MoonSharp.1.2.1.0/lib/net35-client/MoonSharp.Interpreter.xml
vendored
Normal file
7437
packages/MoonSharp.1.2.1.0/lib/net35-client/MoonSharp.Interpreter.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7437
packages/MoonSharp.1.2.1.0/lib/net40-client/MoonSharp.Interpreter.xml
vendored
Normal file
7437
packages/MoonSharp.1.2.1.0/lib/net40-client/MoonSharp.Interpreter.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7437
packages/MoonSharp.1.2.1.0/lib/portable-net4+sl5+wp8+win8/MoonSharp.Interpreter.xml
vendored
Normal file
7437
packages/MoonSharp.1.2.1.0/lib/portable-net4+sl5+wp8+win8/MoonSharp.Interpreter.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
packages/NLua.1.3.2.1/NLua.1.3.2.1.nupkg
vendored
BIN
packages/NLua.1.3.2.1/NLua.1.3.2.1.nupkg
vendored
Binary file not shown.
@@ -1,4 +0,0 @@
|
||||
|
||||
$nativePath = $(Join-Path $installPath "lib\native\*.*")
|
||||
$LibLuaPostBuildCmd = "
|
||||
xcopy /s /y `"$nativePath`" `"`$(TargetDir)`""
|
12
packages/NLua.1.3.2.1/tools/net35/install.ps1
vendored
12
packages/NLua.1.3.2.1/tools/net35/install.ps1
vendored
@@ -1,12 +0,0 @@
|
||||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
. (Join-Path $toolsPath "GetLibLuaPostBuildCmd.ps1")
|
||||
|
||||
# Get the current Post Build Event cmd
|
||||
$currentPostBuildCmd = $project.Properties.Item("PostBuildEvent").Value
|
||||
|
||||
|
||||
# Append our post build command if it's not already there
|
||||
if (!$currentPostBuildCmd.Contains($LibLuaPostBuildCmd)) {
|
||||
$project.Properties.Item("PostBuildEvent").Value += $LibLuaPostBuildCmd
|
||||
}
|
@@ -1,9 +0,0 @@
|
||||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
. (Join-Path $toolsPath "GetLibLuaPostBuildCmd.ps1")
|
||||
|
||||
# Get the current Post Build Event cmd
|
||||
$currentPostBuildCmd = $project.Properties.Item("PostBuildEvent").Value
|
||||
|
||||
# Remove our post build command from it (if it's there)
|
||||
$project.Properties.Item("PostBuildEvent").Value = $currentPostBuildCmd.Replace($LibLuaPostBuildCmd, "")
|
@@ -1,4 +0,0 @@
|
||||
|
||||
$nativePath = $(Join-Path $installPath "lib\native\*.*")
|
||||
$LibLuaPostBuildCmd = "
|
||||
xcopy /s /y `"$nativePath`" `"`$(TargetDir)`""
|
12
packages/NLua.1.3.2.1/tools/net40/install.ps1
vendored
12
packages/NLua.1.3.2.1/tools/net40/install.ps1
vendored
@@ -1,12 +0,0 @@
|
||||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
. (Join-Path $toolsPath "GetLibLuaPostBuildCmd.ps1")
|
||||
|
||||
# Get the current Post Build Event cmd
|
||||
$currentPostBuildCmd = $project.Properties.Item("PostBuildEvent").Value
|
||||
|
||||
|
||||
# Append our post build command if it's not already there
|
||||
if (!$currentPostBuildCmd.Contains($LibLuaPostBuildCmd)) {
|
||||
$project.Properties.Item("PostBuildEvent").Value += $LibLuaPostBuildCmd
|
||||
}
|
@@ -1,9 +0,0 @@
|
||||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
. (Join-Path $toolsPath "GetLibLuaPostBuildCmd.ps1")
|
||||
|
||||
# Get the current Post Build Event cmd
|
||||
$currentPostBuildCmd = $project.Properties.Item("PostBuildEvent").Value
|
||||
|
||||
# Remove our post build command from it (if it's there)
|
||||
$project.Properties.Item("PostBuildEvent").Value = $currentPostBuildCmd.Replace($LibLuaPostBuildCmd, "")
|
@@ -1,4 +0,0 @@
|
||||
|
||||
$nativePath = $(Join-Path $installPath "lib\native\*.*")
|
||||
$LibLuaPostBuildCmd = "
|
||||
xcopy /s /y `"$nativePath`" `"`$(TargetDir)`""
|
12
packages/NLua.1.3.2.1/tools/net45/install.ps1
vendored
12
packages/NLua.1.3.2.1/tools/net45/install.ps1
vendored
@@ -1,12 +0,0 @@
|
||||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
. (Join-Path $toolsPath "GetLibLuaPostBuildCmd.ps1")
|
||||
|
||||
# Get the current Post Build Event cmd
|
||||
$currentPostBuildCmd = $project.Properties.Item("PostBuildEvent").Value
|
||||
|
||||
|
||||
# Append our post build command if it's not already there
|
||||
if (!$currentPostBuildCmd.Contains($LibLuaPostBuildCmd)) {
|
||||
$project.Properties.Item("PostBuildEvent").Value += $LibLuaPostBuildCmd
|
||||
}
|
@@ -1,9 +0,0 @@
|
||||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
. (Join-Path $toolsPath "GetLibLuaPostBuildCmd.ps1")
|
||||
|
||||
# Get the current Post Build Event cmd
|
||||
$currentPostBuildCmd = $project.Properties.Item("PostBuildEvent").Value
|
||||
|
||||
# Remove our post build command from it (if it's there)
|
||||
$project.Properties.Item("PostBuildEvent").Value = $currentPostBuildCmd.Replace($LibLuaPostBuildCmd, "")
|
Reference in New Issue
Block a user