Difference between revisions of "Cabal Common Library OXP"
m |
m (v1.6) |
||
Line 41: | Line 41: | ||
==Download== | ==Download== | ||
− | * [https://www.box.com/shared/lx7uf825e1 Cabal_Common_Library1. | + | * [https://www.box.com/shared/lx7uf825e1 Cabal_Common_Library1.6.zip] - (1 MB) |
Documentation for OXP Developers: | Documentation for OXP Developers: | ||
Line 47: | Line 47: | ||
Demos: | Demos: | ||
− | * [https://www.box.com/shared/v6ldutgl3l | + | * [https://www.box.com/shared/v6ldutgl3l CCL_Briefing_Demo1.6.zip] - (333 KB) |
* [https://www.box.com/s/7e73ac33970bbd2df847 CCL_Music_Demo1.5.2.zip] - (5.4 MB) | * [https://www.box.com/s/7e73ac33970bbd2df847 CCL_Music_Demo1.5.2.zip] - (5.4 MB) | ||
Line 53: | Line 53: | ||
{{OXPLevel|0}}{{Infobox OXPb| title = Cabal_Common_Library | {{OXPLevel|0}}{{Infobox OXPb| title = Cabal_Common_Library | ||
|image = [[Image:CCL_logo.png|150px]] | |image = [[Image:CCL_logo.png|150px]] | ||
− | |version = 1. | + | |version = 1.6 |
− | |release = 2012- | + | |release = 2012-06-20 |
|license = CC-by | |license = CC-by | ||
|features = Helper, Images, Sounds, Equipment | |features = Helper, Images, Sounds, Equipment |
Revision as of 19:14, 20 June 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, numbers and vectors, 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, a system description based script to coordinate OXPs actions 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.
- List of OXPs which need Cabal_Common_Library - currently 10.
Features
The current internal version is 15.
- Cabal_Common_2DCollision, 2D checks
- 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_MissionHandling, start OXPs based on system descriptions
- 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)
- Paul Bourke (pointOnLineB)
Requirements
- Oolite v1.76.1.
Download
- Cabal_Common_Library1.6.zip - (1 MB)
Documentation for OXP Developers:
Demos:
- CCL_Briefing_Demo1.6.zip - (333 KB)
- CCL_Music_Demo1.5.2.zip - (5.4 MB)
Quick Facts
Version | Released | License | Features | Category | Author(s) | Feedback |
---|---|---|---|---|---|---|
1.6 | 2012-06-20 | CC-by | Helper, Images, Sounds, Equipment | Misc OXPs | Cmd.Cheyd, PhantorGorth, Svengali | BB-Link |