Difference between revisions of "Cabal Common Library"
m (v1.5) |
(layout cleanup) |
||
Line 1: | Line 1: | ||
− | {{Infobox OXPb| title = Cabal_Common_Library |
||
+ | ==Overview== |
||
− | |image = [[Image:CCL_logo.png|150px]] |
||
− | |version = 1.5 |
||
− | |release = 2011-12-17 |
||
− | |license = CC-by |
||
− | |features = Helper, Images, Sounds,<br>Equipment |
||
− | |category = Misc OXPs |
||
− | |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=== |
||
Reinventing the wheel is not everybodys taste, so here comes a collection of useful snippets and helpers. |
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, a comms channel, special market deals, a event driven script for music and a tool to check the player ship and NPCs. 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. |
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, a comms channel, special market deals, a event driven script for music and a tool to check the player ship and NPCs. 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== |
|
The current internal version is {{CCL_Int}}. |
The current internal version is {{CCL_Int}}. |
||
Line 42: | Line 31: | ||
* Nicholas Zakas (Cabal_Common_BinSearch is based on his ideas) |
* Nicholas Zakas (Cabal_Common_BinSearch is based on his ideas) |
||
− | + | ==Requirements== |
|
* Oolite v1.76. |
* Oolite v1.76. |
||
− | + | ==Download== |
|
− | {{OXPLevel|0}} |
||
* [http://www.box.com/shared/lx7uf825e1 Cabal_Common_Library1.5.zip] - (996.1 KB) |
* [http://www.box.com/shared/lx7uf825e1 Cabal_Common_Library1.5.zip] - (996.1 KB) |
||
− | |||
Documentation for OXP Developers: |
Documentation for OXP Developers: |
||
Line 55: | Line 43: | ||
* [http://www.box.com/shared/v6ldutgl3l Cabal_Common_Briefing_Demo1.4.1.zip] - (333.2 KB) |
* [http://www.box.com/shared/v6ldutgl3l Cabal_Common_Briefing_Demo1.4.1.zip] - (333.2 KB) |
||
+ | ==Quick Facts== |
||
+ | {{OXPLevel|0}}{{Infobox OXPb| title = Cabal_Common_Library |
||
+ | |image = [[Image:CCL_logo.png|150px]] |
||
+ | |version = 1.5 |
||
+ | |release = 2011-12-17 |
||
+ | |license = CC-by |
||
+ | |features = Helper, Images, Sounds,<br>Equipment |
||
+ | |category = Misc OXPs |
||
+ | |author = Cmd.Cheyd<br>PhantorGorth<br>Svengali |
||
+ | |download = [[#Download|See Download]] |
||
+ | |feedback = [http://aegidian.org/bb/viewtopic.php?f=4&t=8839 BB-Link] |
||
+ | }} |
||
− | ---- |
||
+ | [[Category:Oolite utilities]] |
||
− | |||
− | {{misc-OXP}} [[Category:Oolite utilities]] |
Revision as of 18:14, 7 January 2012
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, a comms channel, special market deals, a event driven script for music and a tool to check the player ship and NPCs. 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
The current internal version is 15.
- Cabal_Common_BinSearch, binary search tree
- Cabal_Common_Briefing, enhance mission screens
- Cabal_Common_Comms, inflight communication
- Cabal_Common_Functions, generic function library
- Cabal_Common_Keyboard, user input
- Cabal_Common_Music, inflight event driven music
- Cabal_Common_SpecialMarkets, trading special goods
- 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.76.
Download
- Cabal_Common_Library1.5.zip - (996.1 KB)
Documentation for OXP Developers:
A short demo for the mission briefing tool:
- Cabal_Common_Briefing_Demo1.4.1.zip - (333.2 KB)
Quick Facts
Version | Released | License | Features | Category | Author(s) | Feedback |
---|---|---|---|---|---|---|
1.5 | 2011-12-17 | CC-by | Helper, Images, Sounds, Equipment |
Misc OXPs | Cmd.Cheyd PhantorGorth Svengali |
BB-Link |