Difference between revisions of "Cabal Common Library OXP"

From Elite Wiki
m (v1.4.4)
m
Line 1: Line 1:
{{Infobox OXP| title = Cabal_Common_Library
+
{{Infobox OXPb| title = Cabal_Common_Library
 
|image = [[Image:CCL_logo.png|150px]]
 
|image = [[Image:CCL_logo.png|150px]]
|download = [[#Download|See Download]]
 
|story = 2011-07-26
 
|ships = No
 
|stations = No
 
|mission = No
 
|equipment = Yes
 
|alternativeHUD = No
 
|soundSet = No
 
 
|version = 1.4.4
 
|version = 1.4.4
 +
|release = 2011-07-26
 +
|license = CC-by
 +
|features = Helper, Images, Sounds,<br>Equipment
 
|category = Misc OXPs
 
|category = Misc OXPs
 
|author = Cmd.Cheyd<br>PhantorGorth<br>Svengali
 
|author = Cmd.Cheyd<br>PhantorGorth<br>Svengali
 +
|download = [[#Download|See Download]]
 +
|feedback = [http://aegidian.org/bb/viewtopic.php?f=4&t=8839 BB-Link]
 
}}
 
}}
 
===Overview===
 
===Overview===
Line 20: Line 17:
 
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.
  
 +
===Features===
 +
* Cabal_Common_Briefing, enhance mission screens
 +
* Cabal_Common_Comms, inflight communication
 +
* Cabal_Common_Functions, generic libraries
 +
* Cabal_Common_Keyboard, user input
 +
* Cabal_Common_Music, inflight event driven music (New in v1.4.5)
 +
* Cabal_Common_Strength, environment control
  
[[Image:CCL_Keyboard01.jpg]]
+
<gallery widths="100px" heights="100px" perrow="3">
 +
File:CCL_Keyboard01.jpg
 +
File:CCL Briefing01.jpg
 +
</gallery>
  
 
With contributions from:
 
With contributions from:

Revision as of 14:41, 3 August 2011

Version Released License Features Category Author(s) Feedback
1.4.4 2011-07-26 CC-by Helper, Images, Sounds,
Equipment
Misc OXPs Cmd.Cheyd
PhantorGorth
Svengali
BB-Link

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.

Features

  • Cabal_Common_Briefing, enhance mission screens
  • Cabal_Common_Comms, inflight communication
  • Cabal_Common_Functions, generic libraries
  • Cabal_Common_Keyboard, user input
  • Cabal_Common_Music, inflight event driven music (New in v1.4.5)
  • Cabal_Common_Strength, environment control

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: