Difference between revisions of "Cabal Common Library OXP"

From Elite Wiki
m (v1.4.3 - added Erics suggestion)
m (v1.4.4)
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-07-12
+
|story = 2011-07-26
 
|ships = No
 
|ships = No
 
|stations = No
 
|stations = No
Line 9: Line 9:
 
|alternativeHUD = No
 
|alternativeHUD = No
 
|soundSet = No
 
|soundSet = No
|version = 1.4.3
+
|version = 1.4.4
 
|category = Misc OXPs
 
|category = Misc OXPs
 
|author = Cmd.Cheyd<br>PhantorGorth<br>Svengali
 
|author = Cmd.Cheyd<br>PhantorGorth<br>Svengali
Line 29: Line 29:
 
* Eric Walch (mapCoordsDirection),
 
* Eric Walch (mapCoordsDirection),
 
* Terry Yuen (en/decryption),
 
* Terry Yuen (en/decryption),
* Dr.J R Stockton (rand, randSpan, msbPos, baseChange, strLZ, strLZZ),
+
* Dr.J R Stockton (rand, randSpan, msbPos, baseChange, strLZ, strLZZ, arrShuffle),
 
* Nicholas Zakas (Cabal_Common_BinSearch is based on his ideas)
 
* Nicholas Zakas (Cabal_Common_BinSearch is based on his ideas)
  
Line 39: Line 39:
 
===Download===
 
===Download===
 
{{OXPLevel|0}}
 
{{OXPLevel|0}}
* [http://www.box.net/shared/lx7uf825e1 Cabal_Common_Library1.4.3.zip] - (104 KB)
+
* [http://www.box.net/shared/lx7uf825e1 Cabal_Common_Library1.4.4.zip] - (136 KB)
  
  

Revision as of 19:07, 26 July 2011

Cabal_Common_Library
CCL logo.png
Download Link See Download
Version 1.4.4
History 2011-07-26
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.


CCL Keyboard01.jpg

With contributions from:

  • Michael Werle (documentation),
  • Ahruman (pseudoRand),
  • Commander McLane (strDateFromMinutes),
  • Eric Walch (mapCoordsDirection),
  • Terry Yuen (en/decryption),
  • Dr.J R Stockton (rand, randSpan, msbPos, baseChange, strLZ, strLZZ, arrShuffle),
  • Nicholas Zakas (Cabal_Common_BinSearch is based on his ideas)


Requirements

  • Oolite v1.75.3.

Download

Levelindicator0.png
0-{{{2}}}


Documentation for OXP Developers:

A short demo for the mission briefing tool: