Spodii / netgore

Cross platform online rpg engine using C# and SFML
http://www.netgore.com/
40 stars 16 forks source link

Microsoft.JScript not available in Mono 2.8+ #319

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Netgore should stop using the Microsoft.JScript library under Mono. As people 
upgrade their Mono libraries, this project will become unusable.

Reference: 

http://www.mono-project.com/Release_Notes_Mono_2.8#Removed_Libraries:_Microsoft.
JScript_and_Microsoft.Vsa

As an example, I am running Ubuntu Oneiric and am unable to build the source 
(or use a pre-built version) due to missing Microsoft.JScript namespace and 
associated library in the GAC.

According to the reference above, there are other implementations available 
under Mono which are actively updated.

Original issue reported on code.google.com by rs3859 on 7 Dec 2011 at 6:09

GoogleCodeExporter commented 9 years ago
This page lists three alternatives at present (the second two of which are 
currently FOSS) and only IronJS seems to be DLR and FOSS.

http://mono.1490590.n4.nabble.com/DLR-solutions-for-Javascript-ECMAScript-td1579
071.html

Original comment by rs3859 on 7 Dec 2011 at 6:19

GoogleCodeExporter commented 9 years ago
A V8 implementation is something I've always dreamed of, might give it a go and 
create/find a FOSS wrapper for C# that works Xplatform

Original comment by aphro.cag on 29 May 2012 at 10:36

GoogleCodeExporter commented 9 years ago
I definitely want to get serious about scripting capabilities in this engine.

Original comment by aphro.cag on 4 Jun 2012 at 10:00

GoogleCodeExporter commented 9 years ago
Will remove the scripting from client messages completely.

Original comment by Spodiii on 2 Jan 2013 at 5:47

GoogleCodeExporter commented 9 years ago

Original comment by Spodiii on 2 Jan 2013 at 6:01

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r4703.

Original comment by Spodiii on 2 Jan 2013 at 6:01