|
File Name |
File
Type |
Description
|
Size
KB |
Author |
|
CelxMethods.rtf |
Doc |
A one-page RTF file that lists the current methods available in Celx, sorted by
object. (This file last updated on April 26, 2004) |
3 |
DonG |
|
CelxCommands_1-5.rtf |
Doc |
Easy-to-read and print text file of Celx commands. The guts of
this file came from Harald Schmidt's Summary of
Lua-support in Celestia web page during April, 2004. It has been
reformatted, includes a brief intro to objects (classes / types) and methods,
many examples and notes, etc. For a short introduction to Lua syntax, variables,
etc. please refer to Harald's page. (This file last updated on April 26, 2004) |
61 |
DonG |
|
Lua Support in
Celestia |
URL |
Link to Harald Schmidt's "Summary of Lua-support in Celestia" web page. |
-- |
Harald |
|
Lua Documentation |
URL |
Link to the Lua web site documentation page. |
-- |
Lua |
|
CleanupExample_v1-2.celx.txt |
Script |
Example that demonstrates the use of the Celx, automatically-executed
celestia_cleanup_callback() function. This function allows your script
to reset the user's settings back to the way they were when your script started. |
5 |
DonG |
|
RunAScript_v1-1.celx.txt |
Script |
Menu that displays a list of Celx scripts on-screen and then allows the user to
select one of the scripts via a key press. Makes a nice Tool menu, and is also
useful for running the same script over and over (ie. script creation &
debugging). |
5 |
DonG |
|
DateConverter_v1-0.celx.txt |
Script |
Allows the user to enter either a Calendar or Julian date/time, and then
displays the date converted to the other format. |
11 |
DonG |
|
MarkMultiSpectralTypes.celx.txt |
Script |
Allows the user to select a specific star spectral type and then marks all stars
of this type with a marker. From
http://shatters.net/forum/viewtopic.php?t=4902. |
7 |
Toti |
|
FlashMarker_v1-1.celx.txt |
Function |
Helps draw the viewers attention to the object you are trying to point out, by
flashing a marker of your specification on the selected object. |
9 |
DonG |
|
ShrinkMarker_v1-1.celx.txt |
Function |
This function helps to draw the viewers attention to the object you are trying
to point out by shrinking a marker of your description from a beginning to
ending size, in x steps, repeated y times. |
9 |
DonG |
|
PauseAScript_v1-0.celx.txt |
Function |
Pauses the script and waits for the user to press the spacebar. |
4 |
DonG |
|
PrintFunctions_1-1.celx.txt |
Function |
Provides easy to use print functions that you can use in your own Celx
scripts.
textWrap automatically wraps a paragraph of text to your specifications.
displayTime calculates how long to display text on the screen. printLL
displays text in the lower left-hand corner of the display, automatically
calling autoWrap and displayTime, if desired. |
15 |
DonG |
|
MarkSpectralType_1-1_Don.celx.txt |
Function |
Allows you to define a specific star spectral type and then marks all stars of
this type with a 10-pixel pink triangle marker. Base code by Chris Laurel. |
2 |
DonG |
|
GetUserInput_v1-0.celx.txt |
Function |
Allows the user to enter a single line of text in reply to your text prompt for
information. |
5 |
DonG |
|
SetNewDate_v1-0.celx.txt |
Function |
Allows the user to enter a new date, then Celestia sets that date. |
8 |
DonG |