1
0
Fork 0
flightgear/src
ehofman db989269b8 Melchior FRANZ:
Printing floats in dialogs with 8 digits after the comma is inappropriate
for most cases.

- implement a "format" property for "text" gui elements (a.k.a. pui label).
  Number formats are set by strtod/snprintf, while formats on non-numbers
  are replaced by "%s". Practical example in the upcoming material.nas update.
  Valid formats regex:  '%[ -]?\d*(\.\d*)?l?f' (IOW: the format must begin
  with '%' and end with 'f').

  # Nasal:
  number = dialog.addChild("text");
  number.set("label", "3.1415926");
  number.set("format", "%.3f");
2005-03-26 10:09:34 +00:00
..
AIModel Mathias Fröhlich: 2005-03-19 09:57:18 +00:00
Aircraft update paths. 2005-02-22 18:56:13 +00:00
Airports The view frustum is defined in plib apps using calls to ssgSetFOV() and 2005-02-25 19:41:53 +00:00
ATC update paths. 2005-02-22 18:56:13 +00:00
Autopilot Durk Talsma: 2005-02-10 09:01:51 +00:00
Cockpit Replace the data/Airports/basic.dat.gz and data/Airports/runways.dat.gz with 2004-12-22 23:57:07 +00:00
Controls Fix my mailing address by replacing it with my web page. 2004-11-19 22:10:41 +00:00
Environment The view frustum is defined in plib apps using calls to ssgSetFOV() and 2005-02-25 19:41:53 +00:00
FDM Insert a sanity hack from Melchior that apparently prevents a NaN from 2005-03-23 18:54:58 +00:00
GUI Melchior FRANZ: 2005-03-26 10:09:34 +00:00
Include Fix my mailing address by replacing it with my web page. 2004-11-19 22:10:41 +00:00
Input Martin Spott: 2005-01-24 10:17:14 +00:00
Instrumentation Durk Talsma: 2005-02-10 09:01:51 +00:00
Main Update nasal function name. 2005-03-25 01:37:58 +00:00
Model The view frustum is defined in plib apps using calls to ssgSetFOV() and 2005-02-25 19:41:53 +00:00
MultiPlayer Finish what was committed in a broken state yesterday. 2004-09-20 13:21:51 +00:00
Navaids Durk Talsma: 2005-02-10 09:01:51 +00:00
Network Update nasal function name. 2005-03-25 01:37:58 +00:00
Objects Comment out the rest of the Makefile to make the compierl happy 2003-12-02 17:57:21 +00:00
Replay Use standard length types (stdint.h where available) to make the FGNetCTRLS, 2005-03-24 19:56:57 +00:00
Scenery The view frustum is defined in plib apps using calls to ssgSetFOV() and 2005-02-25 19:41:53 +00:00
Scripting Permit a single nasal module to reference any number of files which are all 2005-03-16 21:36:55 +00:00
Server Multiplayer client/server system -- Message base class, "hello" message, and message class test harness 2003-11-08 20:11:14 +00:00
Sound Remove unneeded #include's 2005-01-17 13:39:00 +00:00
Systems Fix my mailing address by replacing it with my web page. 2004-11-19 22:10:41 +00:00
Time The view frustum is defined in plib apps using calls to ssgSetFOV() and 2005-02-25 19:41:53 +00:00
Traffic Cygwin fixes. 2005-02-18 12:40:38 +00:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
Makefile.am Add the AIModel based air traffic subsystem from Durk Talsma. 2004-06-03 17:59:14 +00:00