Difference between revisions of "JavaScript test OXP"

From Elite Wiki
m
(Added another link)
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{Broken-OXP}}
 
The '''JavaScript test OXP''' is an [[OXP]] which demonstrates [[scripting Oolite with JavaScript]]. It implements every event handler supported by Oolite 1.68. It logs a message for every event, providing pertinent information and illustrating exactly when events occur.
 
The '''JavaScript test OXP''' is an [[OXP]] which demonstrates [[scripting Oolite with JavaScript]]. It implements every event handler supported by Oolite 1.68. It logs a message for every event, providing pertinent information and illustrating exactly when events occur.
  
Version 2.0.1 addresses several bugs due to late changes in the JavaScript interface, and adds a test suite for the <code>[[Oolite/Development/Scripting/Class/Vector|Vector]]</code> class (disabled in the OXP to work with Oolite 1.68, which didn’t implement <code>Vector</code>).
+
Version 2.0.1 addresses several bugs due to late changes in the JavaScript interface, and adds a test suite for the <code>Vector</code> class (disabled in the OXP to work with Oolite 1.68, which didn’t implement <code>Vector</code>).
  
[[Media:JavaScript-test.oxp.zip|Download]] (6 KiB)
+
This was first published on 3rd April 2007 by [[User:Ahruman|Ahruman]] as part of the release of [http://aegidian.org/bb/viewtopic.php?f=10&t=3386 Oolite test release 1.68] on the same day.
  
[[Category:Oolite scripting]] [[Category:Demo OXPs]]
+
<!--[[Oolite/Development/Scripting/Class/Vector|Vector]]-->
 +
 
 +
* [[Media:JavaScript-test.oxp.zip|Download]] (6 KiB)
 +
 
 +
* See [http://www.aegidian.org/bb/viewtopic.php?t=3208 It lives!] (2007)
 +
 
 +
{{Stub}}

Revision as of 19:23, 17 November 2021

The JavaScript test OXP is an OXP which demonstrates scripting Oolite with JavaScript. It implements every event handler supported by Oolite 1.68. It logs a message for every event, providing pertinent information and illustrating exactly when events occur.

Version 2.0.1 addresses several bugs due to late changes in the JavaScript interface, and adds a test suite for the Vector class (disabled in the OXP to work with Oolite 1.68, which didn’t implement Vector).

This was first published on 3rd April 2007 by Ahruman as part of the release of Oolite test release 1.68 on the same day.



This article is a stub. You can help EliteWiki by expanding it.