projects
/
fg:fgdata.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Phi: nicer scroll animation for METAR widget
[fg:fgdata.git]
/
Nasal
/
globals.nas
2014-06-15
Hal V. Engel
Merge branch 'master' of gitorious.org:fg/fgdata
blob
|
commitdiff
2014-06-07
Anton Gomez Alvedro
Adds assert() for Nasal and fixes io.include internal...
blob
|
commitdiff
2014-02-02
Philosopher
Clean up some global wrappers
blob
|
commitdiff
|
diff to current
2013-10-30
BARANGER Emmanuel
Merge branch 'master' of gitorious.org:fg/fgdata
blob
|
commitdiff
|
diff to current
2013-10-27
janodesbois
FPS2KT and KT2FPS added to Nasal/global.nas
blob
|
commitdiff
|
diff to current
2013-10-20
Philosopher
Fix defined() implementation
blob
|
commitdiff
|
diff to current
2013-06-17
Thomas Geymayer
Inch/Meter conversion factors IN2M/M2I
blob
|
commitdiff
|
diff to current
2012-06-18
Alexis Bory
Merge branch 'work'
blob
|
commitdiff
|
diff to current
2012-06-12
Anders Gidenstam
Nasal/globals.nas: Added a missing var-keyword.
blob
|
commitdiff
|
diff to current
2009-05-05
mfranz
- defined(): also consider the global namespace (as...
blob
|
commitdiff
|
diff to current
2009-02-15
mfranz
add values() function as a counterpiece to keys() ...
blob
|
commitdiff
|
diff to current
2008-12-17
mfranz
add KT2MPS/MPS2KT conversion constants
blob
|
commitdiff
|
diff to current
2008-12-14
mfranz
globals: cosmetics
blob
|
commitdiff
|
diff to current
2008-12-13
mfranz
add NM2M and M2NM constants
blob
|
commitdiff
|
diff to current
2008-12-07
mfranz
add constants GAL2L and LB2KG
blob
|
commitdiff
|
diff to current
2008-11-20
mfranz
dynamic_view.nas: use D2R/R2D constants
blob
|
commitdiff
|
diff to current
2008-11-20
mfranz
calculate M2FT from FT2M (of course :-)
blob
|
commitdiff
|
diff to current
2008-11-20
mfranz
make constants D2R, R2D, M2FT, FT2M global
blob
|
commitdiff
|
diff to current
2008-11-11
mfranz
gui.nas: use nasal-dir-initialized signal for INIT...
blob
|
commitdiff
|
diff to current
2008-08-10
mfranz
nasal: cleanup & minor fixes
blob
|
commitdiff
|
diff to current
2008-07-30
mfranz
- drop redundant log message
blob
|
commitdiff
|
diff to current
2008-07-30
mfranz
use io.load_nasal() to load the local Nasal files from...
blob
|
commitdiff
|
diff to current
2008-07-27
mfranz
cosmetics (comment fixes & improvements, variable name)
blob
|
commitdiff
|
diff to current
2008-07-23
mfranz
finally make printf() globally available
blob
|
commitdiff
|
diff to current
2008-07-22
mfranz
add thisfunc() for reliable recursion
blob
|
commitdiff
|
diff to current
2008-02-13
mfranz
avoid unnecessary call()
blob
|
commitdiff
|
diff to current
2008-02-07
andy
Turns out some code likes to call isa() with non-object...
blob
|
commitdiff
|
diff to current
2008-02-07
andy
Fix isa() when used on classes with superclasses.
blob
|
commitdiff
|
diff to current
2007-11-20
mfranz
prop-key-handler.nas: check for nil property
blob
|
commitdiff
|
diff to current
2007-11-06
mfranz
fix comment & cosmetics
blob
|
commitdiff
|
diff to current
2007-10-16
mfranz
add new debugging function proptrace(), which outputs...
blob
|
commitdiff
|
diff to current
2007-10-15
mfranz
wrapNode(): One argument ought to be enough for anybody.
blob
|
commitdiff
|
diff to current
2007-10-15
mfranz
setlistener(): accessing the node via cmdarg() is now...
blob
|
commitdiff
|
diff to current
2007-10-15
mfranz
setlistener(): now that we know the params, we only...
blob
|
commitdiff
|
diff to current
2007-10-15
mfranz
- setlistener(): add wrapper function to turn ghost...
blob
|
commitdiff
|
diff to current
2007-10-14
mfranz
forward fourth setlistener() arg to _setlistener()
blob
|
commitdiff
|
diff to current
2007-10-07
mfranz
- add more "var" keywords, fix indentation, drop some...
blob
|
commitdiff
|
diff to current
2007-08-06
mfranz
load and execute all ~/.fgfs/Nasal/*.nas files in alpha...
blob
|
commitdiff
|
diff to current
2007-06-22
mfranz
pointless spelling fixes
blob
|
commitdiff
|
diff to current
2007-06-07
andy
The screen-capture command no longer pops up a dialog...
blob
|
commitdiff
|
diff to current
2007-04-27
mfranz
setlistener(): don't drop calls with invalid property...
blob
|
commitdiff
|
diff to current
2007-04-27
mfranz
in debug levels "debug" and "bulk" output listener...
blob
|
commitdiff
|
diff to current
2007-03-18
mfranz
revert condition() patch. This can as easily be done...
blob
|
commitdiff
|
diff to current
2007-03-17
mfranz
condition(property) wrapper for the _condition function.
blob
|
commitdiff
|
diff to current
2006-02-18
mfranz
use __ for static variables (one underscore is too...
blob
|
commitdiff
|
diff to current
2006-02-17
mfranz
allow printlog() to be used with variable arg list...
blob
|
commitdiff
|
diff to current
2006-02-17
mfranz
add printlog() function that works like SG_LOG(). It...
blob
|
commitdiff
|
diff to current
2006-01-30
mfranz
support optional setlistener() arg to fire callback...
blob
|
commitdiff
|
diff to current
2005-12-16
mfranz
globals.nas: add _setlistener wrapper (needs to be...
blob
|
commitdiff
|
diff to current
2005-06-29
andy
Fix interpolate() so that interpolate("/prop/name"...
blob
|
commitdiff
|
diff to current
2005-06-12
andy
Melchior needs an equivalent of Perl's defined() functi...
blob
|
commitdiff
|
diff to current
2003-12-08
andy
Bugfix to globals.fgcommand().
blob
|
commitdiff
|
diff to current
2003-12-05
andy
Add abs() and interpolate() to globals. Move bo105...
blob
|
commitdiff
|
diff to current
2003-12-01
ehofman
Add Nasal Vs. 1.5
blob
|
commitdiff
|
diff to current