Sync with VirtualAir (http://virtualair.sourceforge.net/).
[fg:fgdata.git] / Nasal /
2010-01-04 torstenDisable the autopilot menu item if any of
2009-11-30 ehofmanmatch sound code changes
2009-11-16 torstenAdd the autovisibility functionality for the menubar.
2009-10-22 vmmeazzaChange tyresmoke parameter - by Heiko Schultz
2009-10-15 sydadamsadded the view zoom popup to the enable property. Might
2009-10-11 torstenAnders Gidenstam:
2009-10-11 torstenAnders Gidenstam:
2009-10-09 sydadamsUpdated the view popup , and restored the original...
2009-10-08 sydadamsadded a /sim/view-name-popup bool to enable / disable...
2009-09-05 torstendon't ignore the latest multiplayer pilot
2009-06-17 ehofmanallow writing to the temp directory (for unix at least)
2009-06-03 mfranzAnders GIDENSTAM: Fix send to self
2009-05-27 mfranzinitialize view manager at nasal-dir-initialized sig...
2009-05-19 mfranzadd documentation about geo.elevation()'s optional arg
2009-05-06 mfranzprop_key_handler: improve search function; update comments
2009-05-06 mfranzdoor.setpos(): stop movement before setting absolute...
2009-05-05 mfranzadd signum function sgn(); consistent use of braces
2009-05-05 mfranz- defined(): also consider the global namespace (as...
2009-05-05 torstenget rid of pushback.nas by instantiating the aircraft...
2009-05-04 abory- Now the pushback "door" will be created only if ...
2009-05-04 abory- Oooops, sorry for that.
2009-05-04 abory- Ooops, sorry for that.
2009-05-04 abory- Gijs de Rooy: Generic pushback.
2009-04-24 mfranzisnan: shorter & faster
2009-04-13 vmmeazzaAnders - Bugfix
2009-03-30 mfranztanker: avoid cloud layers; drop identity.init
2009-03-29 mfranzmake file reloadable at runtime; minor fixes; cleanup
2009-03-25 mfranzadd callsign to warning message, cleanup
2009-03-25 mfranzadd tangens function
2009-03-25 mfranzfly refueling pattern (leg length 50 nm)
2009-03-23 mfranzmake model-not-installed message a little less noisy
2009-03-21 mfranznew isnan() that doesn't create a NaN itself
2009-03-20 mfranzfix removal of data entries if channel is used elsewhere
2009-03-19 mfranzfix comment
2009-03-19 mfranz- vary callsign and tacan channel; use free AI id
2009-03-18 mfranz- geo.elevation: make intersection vector origin's...
2009-03-18 mfranz... but without debug message. :-)
2009-03-18 mfranz- use new aircraft.nas functions: kias_to_ktas(), wind_...
2009-03-18 mfranzadd simple wind_speed_from() function, and Jean PELLOTI...
2009-03-17 mfranzmake tanker appear on the radar
2009-03-15 mfranz- make sure /systems/refuel/ exists
2009-03-15 mfranz- put tanker nearer
2009-03-15 mfranzallow aar-equipped aircraft to request a tanker everywh...
2009-03-15 mfranzwindow.write: turn plain numbers into strings
2009-03-14 mfranzuse controls.startEngine(0) for starter release (easier...
2009-02-16 mfranzmodel: simplification using the new values() function
2009-02-16 mfranzgenerally allow *.log files under /home/m/.fgfs
2009-02-16 mfranzmessage log: don't show seconds; new header/footer...
2009-02-15 mfranzmp log: use real time
2009-02-15 mfranzremove is{dir,reg,lnk,sock,fifo,blk,chr}. The vector...
2009-02-15 mfranzio.nas: add deprecation warning to io.is{dir,fifo,lnk...
2009-02-15 mfranzuse local hash (again) to store last messages per callsign
2009-02-15 mfranz--prop:sim/multiplay/write-message-log=1 enables loggin...
2009-02-15 mfranz- simplification (multiplayer.model does a lot of the...
2009-02-15 mfranzmap /sim/messages/mp-plane to screen/voice
2009-02-15 mfranzadd values() function as a counterpiece to keys() ...
2009-02-12 stuartUse initNode for safe, effective relief from code bloat.
2009-02-12 stuartRemove redundant (and ugly) set1 function
2009-02-12 stuartFailure manager. Based on work by Erobo and John DENKER.
2009-02-12 mfranzcomment out isnan()
2009-02-09 mfranzdebug.error: rename to warn, reduce default caller...
2009-02-09 mfranzdebug mode: fix slice
2009-02-08 mfranzvar++
2009-02-08 mfranzdebug mode: add hint for why the write operation probab...
2009-02-08 mfranz--prop:debug=1 enables a debug mode where some function...
2009-02-06 mfranzAnders GIDENSTAM: adapt for unified tank level property...
2009-02-06 sydadamsUpdate jsb aircraft to use the changed tank/level-lbs...
2009-02-06 mfranzremove debug.exit(); add debug.isnan()
2009-02-06 mfranzdialog: show unavailable entries orange; cleanup
2009-02-04 mfranzmultiplayer.model: more containers, more data, variable...
2009-02-03 mfranz- check for availability of MP models (add 'available...
2009-02-01 mfranzmodel_view: add some orientation parameters
2009-02-01 mfranz- faster sorting
2009-01-31 mfranzdisabling the dialog in screenshots is nice in theory...
2009-01-31 mfranzdialog: don't start multiple loops
2009-01-31 mfranz- re-open after gui-reinit
2009-01-31 mfranzgahh ... s/setlistener/_setlistener/
2009-01-31 mfranzmodel_view_handler: use multiplayer.model + add selecti...
2009-01-31 mfranzfactor the MP aircraft monitoring code out of the dialo...
2009-01-31 mfranzmodel_view: remove stale/invalid entries
2009-01-30 mfranz- use "var" keywords everywhere
2009-01-30 mfranzmodel_view: make it more reliable
2009-01-30 mfranzmodel_view: remove experimental mouse handling; cleanup
2009-01-30 mfranzmodel_view: ignore AI models for now (make that configu...
2009-01-29 mfranzadd model-view: switch through all AI/MP models via...
2009-01-27 mfranzstrip \n from own chat messages (again :-)
2009-01-27 mfranzadd eXtended isstring: isxstring(), which also applies...
2009-01-27 mfranzoptimization & cleanup & var keyword:
2009-01-27 mfranztrim: allow to specify alternative trim class function
2009-01-25 mfranzdon't close the dialog on Esc (Jester was right: that...
2009-01-25 mfranzAll elements of a --prop:display expression containing...
2009-01-18 mfranzAnders GIDENSTAM: center dialog and print report only...
2009-01-18 mfranzAnders GIDENSTAM: wildfire (read $FG_ROOT/Models/Effec...
2009-01-15 mfranzs/set_lonlat/set_latlon/
2009-01-12 mfranzs/hdg/brg/
2009-01-12 mfranzshowHelpDialog(): leave some margin for resizing
2009-01-11 mfranzadd symbols for new cursors
2009-01-11 mfranzOverlaySelector: don't choke if there are no options
2009-01-10 mfranzmake dialog resizable with Ctrl-dragging
2009-01-03 curtThis should never really have been in the central nasal...
next