=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-22_17:42:57 (mfranz)
/var/cvs/FlightGear-0.9/data/gui/menubar.xml
/var/cvs/FlightGear-0.9/data/gui/dialogs/property-browser.xml

alternative property browser. It is meant to replace the hardcoded browser,
but as this is an integral part of FlightGear, I don't want to push for it.
Try out and comment. It's available under "Debug/Property Browser". Note,
that this isn't the slow pure-Nasal implementation, but a regular dialog
using a c++ based widget. Only the handling is done in Nasal, so there should
really be not performance degradation compared with the old dialog.

Easter Eggs: some entries work differently when the Control-key is pressed:
"."         ->  toggle output of SGPropertyNode flags
".."        ->  go to root (not just one dir level)
bool entry  ->  toggle bool entry value


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-22_21:32:09 (vmmeazza)
/var/cvs/FlightGear-0.9/data/Aircraft/Lightning/aar.nas
/var/cvs/FlightGear-0.9/data/Aircraft/Lightning/lightning-set.xml

Bug fix - add a Nasal script so that JSBSim can handle more than 1 tanker in 
the envronment at a time.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-22_21:47:23 (vmmeazza)
/var/cvs/FlightGear-0.9/data/Aircraft/T38/T38-set.xml
/var/cvs/FlightGear-0.9/data/Aircraft/T38/aar.nas

Bug fix - add a Nasal script so that JSBSim can handle more than 1 tanker in 
the envronment at a time.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-22_21:48:10 (vmmeazza)
/var/cvs/FlightGear-0.9/data/Aircraft/Lightning/lightning-set.xml

Bug fix - add a Nasal script so that JSBSim can handle more than 1 tanker in 
the envronment at a time - with a modified path for the script


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-23_09:46:57 (mfranz)
/var/cvs/FlightGear-0.9/data/gui/dialogs/property-browser.xml

- improved layout (The close button was in the way. Is the "window" close
  button oK?)
- print fancy hint in the title bar if someone selects a bool value


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-23_09:48:04 (mfranz)
/var/cvs/FlightGear-0.9/data/gui/menubar.xml

swap old & new property dialog (to get more testing & to annoy people)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-23_20:30:32 (mfranz)
/var/cvs/FlightGear-0.9/data/gui/dialogs/property-browser.xml

update widget every two seconds in addition to the usual updates. This
works for tied() properties, too. Search for "update_interval" and set
it to 0 if you don't want these updates at all.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-24_08:30:48 (vmmeazza)
/var/cvs/FlightGear-0.9/data/Aircraft/a4/Models/fuel-aar.nas

Stop displaying debug messages


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-24_08:31:18 (vmmeazza)
/var/cvs/FlightGear-0.9/data/Aircraft/T38/aar.nas

Stop displaying debug messages


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-24_09:36:20 (mfranz)
/var/cvs/FlightGear-0.9/data/gui/dialogs/property-browser.xml

cleanup


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-24_11:02:22 (mfranz)
/var/cvs/FlightGear-0.9/data/Docs/README.gui

document <airport-list> and <property-list>


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-24_21:19:53 (mfranz)
/var/cvs/FlightGear-0.9/data/gui/dialogs/property-browser.xml

two lines less is still three lines more than in the old dialog


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-25_05:59:30 (mfranz)
/var/cvs/FlightGear-0.9/data/Aircraft/harrier/harrier-set.xml
/var/cvs/FlightGear-0.9/data/Aircraft/harrier/harrier-splash.rgb
/var/cvs/FlightGear-0.9/data/Aircraft/harrier/harrier-yasim-set.xml
/var/cvs/FlightGear-0.9/data/Aircraft/harrier/thumbnail.jpg

shavlir#uiuc:edu:

"Since there are a million variants of the harrier, I picked the version
to do a 3d model that was very similar to what the Flight model was based
on (Sea Harrier FA2).  It is not the current harrier(AV8-B)."


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-25_12:22:38 (vmmeazza)
/var/cvs/FlightGear-0.9/data/Aircraft/OV10_USAFE/Models/USAFE/OV10_NATO.ac
/var/cvs/FlightGear-0.9/data/Aircraft/OV10_USAFE/Models/USAFE/ov10_0.rgb
/var/cvs/FlightGear-0.9/data/Aircraft/OV10_USAFE/Models/USAFE/ov10_1.rgb

Remapped textures


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-25_15:12:50 (vmmeazza)
/var/cvs/FlightGear-0.9/data/Aircraft/a4/Models/a4-blue-2.rgb

Upgraded texture and remapped textures (stbd wing only)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-25_18:12:52 (mfranz)
/var/cvs/FlightGear-0.9/data/gui/dialogs/property-browser.xml

from the cosmetics department ...


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-25_18:31:00 (mfranz)
/var/cvs/FlightGear-0.9/data/Nasal/gui.nas

the harrier triggers a Nasal bug: "continue" doesn't execute the "for"
loop's reinitialization part. We have to do that manually for now, or
get caught in an endless loop, until fgfs has mercy and segfaults.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-25_22:28:56 (vmmeazza)
/var/cvs/FlightGear-0.9/data/Aircraft/a4/Models/a4-blue-0.rgb
/var/cvs/FlightGear-0.9/data/Aircraft/a4/Models/a4-blue-3.rgb
/var/cvs/FlightGear-0.9/data/Aircraft/a4/Models/a4-blue-4.rgb
/var/cvs/FlightGear-0.9/data/Aircraft/a4/Models/a4-blue.ac
/var/cvs/FlightGear-0.9/data/Aircraft/a4/Models/a4.nas

More upgraded and remapped textures


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-26_08:30:41 (mfranz)
/var/cvs/FlightGear-0.9/data/gui/dialogs/property-browser.xml

who said cloning was bad?


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-26_08:50:14 (mfranz)
/var/cvs/FlightGear-0.9/data/gui/dialogs/property-browser.xml

fix update() for the root dialog


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-26_10:42:45 (mfranz)
/var/cvs/FlightGear-0.9/data/gui/dialogs/property-browser.xml

cosmetics


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-27_18:35:53 (vmmeazza)
/var/cvs/FlightGear-0.9/data/Aircraft/a4/a4f-set.xml

Nav Display - rework in Nasal instead of XML


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-27_18:36:20 (vmmeazza)
/var/cvs/FlightGear-0.9/data/Aircraft/a4/Instruments/nav_display.xml

Nav Display - rework in Nasal instead of XML


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-27_18:37:01 (vmmeazza)
/var/cvs/FlightGear-0.9/data/Aircraft/a4/Models/a4.nas

Nav Display - rework in Nasal instead of XML


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-05-27_23:10:36 (vmmeazza)
/var/cvs/FlightGear-0.9/data/Aircraft/a4/Models/fuel-aar.nas

Amend script to align with recent source code changes


2f585eeea02e2c79d7b1d8c4963bae2d


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to