Difference between revisions of "Cabal Common Library OXP"
From Elite Wiki
m (Bumped version number for download links) |
m (CCL v1.3) |
||
Line 2: | Line 2: | ||
|image = [[Image:CCL_logo.png|150px]] | |image = [[Image:CCL_logo.png|150px]] | ||
|download = [[#Download|See Download]] | |download = [[#Download|See Download]] | ||
− | |story = 2011- | + | |story = 2011-05-18 |
|ships = No | |ships = No | ||
|stations = No | |stations = No | ||
Line 9: | Line 9: | ||
|alternativeHUD = No | |alternativeHUD = No | ||
|soundSet = No | |soundSet = No | ||
− | |version = 1. | + | |version = 1.3 |
|category = Misc OXPs | |category = Misc OXPs | ||
|author = Cmd.Cheyd<br>PhantorGorth<br>Svengali | |author = Cmd.Cheyd<br>PhantorGorth<br>Svengali | ||
Line 20: | Line 20: | ||
The library does not alter any native JS objects (like Array or String) in its current form to avoid clashes. | The library does not alter any native JS objects (like Array or String) in its current form to avoid clashes. | ||
− | |||
+ | [[Image:CCL_Keyboard01.jpg]] | ||
+ | |||
+ | With contributions from: | ||
+ | * Michael Werle (documentation), | ||
+ | * Ahruman (pseudoRand), | ||
+ | * Commander McLane (strDateFromMinutes), | ||
+ | * Terry Yuen (en/decryption), | ||
+ | * Dr.J R Stockton (rand, randSpan, msbPos, baseChange, strLZ, strLZZ), | ||
+ | * Nicholas Zakas (Cabal_Common_BinSearch is based on his ideas) | ||
− | |||
===Requirements=== | ===Requirements=== | ||
− | * Oolite v1.75 | + | * Oolite v1.75.2. |
===Download=== | ===Download=== | ||
{{OXPLevel|0}} | {{OXPLevel|0}} | ||
− | * [http://www.box.net/shared/lx7uf825e1 Cabal_Common_Library1. | + | * [http://www.box.net/shared/lx7uf825e1 Cabal_Common_Library1.3.zip] - (85.5 KB) |
Documentation for OXP Developers: | Documentation for OXP Developers: | ||
− | * [ | + | * [[:Category:OXPDoc]] |
Revision as of 09:50, 18 May 2011
Cabal_Common_Library | |
---|---|
Download Link | See Download |
Version | 1.3 |
History | 2011-05-18 |
Stations | No |
Ships | No |
Missions | No |
Equipment | Yes |
Alternative HUD Available |
No |
Sound Set Available |
No |
Category | Misc OXPs |
Author | Cmd.Cheyd PhantorGorth Svengali |
Overview
Reinventing the wheel is not everybodys taste, so here comes a collection of useful snippets and helpers.
Its main purpose is to simplify some common tasks used by OXPers and also includes a few unique features. It contains functions to check requirements, helper functions for arrays, strings, and numbers, an encrypt/decrypt algorithm, and, last but not least, functions for missionscreen models, an onscreen keyboard and a comms channel (specially for missions). Over time it will grow and include more functions and features.
The library does not alter any native JS objects (like Array or String) in its current form to avoid clashes.
With contributions from:
- Michael Werle (documentation),
- Ahruman (pseudoRand),
- Commander McLane (strDateFromMinutes),
- Terry Yuen (en/decryption),
- Dr.J R Stockton (rand, randSpan, msbPos, baseChange, strLZ, strLZZ),
- Nicholas Zakas (Cabal_Common_BinSearch is based on his ideas)
Requirements
- Oolite v1.75.2.
Download
- Cabal_Common_Library1.3.zip - (85.5 KB)
Documentation for OXP Developers: