Difference between revisions of "JavaScript test OXP"
From Elite Wiki
m (updated categorization) |
(marked as broken) |
||
Line 2: | Line 2: | ||
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>[[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>). | ||
− | + | {{Broken-OXP}} | |
[[Media:JavaScript-test.oxp.zip|Download]] (6 KiB) | [[Media:JavaScript-test.oxp.zip|Download]] (6 KiB) | ||
{{Stub}}{{misc-OXP}} | {{Stub}}{{misc-OXP}} |
Revision as of 10:53, 30 May 2011
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
).
Download (6 KiB)
- This article is a stub. You can help EliteWiki by expanding it.