[Flightgear-devel] KT70 Transponder modify to 2.12

2013-08-19 Thread K.Aoki
I was modify kt70.xml for property adjust /instrumentation/transponder directly.

attached file is patch. please discussion this.

-- 
Kiiyohito ,AOKI


kt70.diff
Description: Binary data
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] suggest: divide getstart each language

2013-06-17 Thread K.Aoki
Hi All,

I suggest that we divide getstart each language, reason: More easier
to use Computer-assisted translation tool, e.g. OmegaT
--

now:
getstart/source/*.tex
free.tex
[code]
\iflanguage{english}{


[/code]

--
Kiyohito ,AOKI

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] suggest: divide getstart each language

2013-06-17 Thread K.Aoki
Hi All,
Sorry, forget before my mail. That's mistake.


I suggest that we divide getstart each language, reason: More easier
to use Computer-assisted translation tool, e.g. OmegaT
--

My suggestion detailed are below. (example from preface.tex)

now:
getstart/source/*.tex
[code]
  \iflanguage{english}{Did you ever want to fly a plane yourself,
but lacked the money or ability to do so?...}{}
  \iflanguage{french}{N'avez-vous jamais voulu piloter un avion
par vous-m\^{e}me, mais manqu\'{e} d'argent ou de comp\'{e}tences pour
le faire ?...}{}
[/code]


future:
getstart/source/en/*.tex
[code]
  Did you ever want to fly a plane yourself, but lacked the money
or ability to do so?...
[/code]

getstart/source/fr/*.tex
[code]
  N'avez-vous jamais voulu piloter un avion par vous-m\^{e}me,
mais manqu\'{e} d'argent ou de comp\'{e}tences pour le faire ?...
[/code]

--
Kiyohito, AOKI

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Misspelled aircraft name ?

2011-11-05 Thread K.Aoki
I found 2 misspelled aircrafts name in FlightGear Aircraf

wrong:hornet-ho-ix , nakjima-b5n
correct:horten-ho-ix , Nakajima-B5N

Kiyohito ,AOKI

--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Future repository for non-GPL aircraft

2011-04-21 Thread K.Aoki
 Not sure if its possible to do easily , but it would be nicer to be
 able to link an aircraft from a personal hangar directly to FG's
 aircraft download page...

If they adopted Creative Commons License,  can we mention our
repository / static web site ?

Kiyohito AOKI

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Configuration file for Saitek X65F USB Joystick

2010-12-31 Thread K.Aoki
Happy new year,folks.
I made a configuration file for Saitek USB Joystick and would be
happy, if it could be added to GIT (or wherever) to have it in default
installation of Flightgear for the next release. Config file is
uploaded below(15.26 KB):
http://www.mediafire.com/?3dzxow923n9a989

Best regards
Kiyohito AOKI

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] fgrun under linux

2010-03-01 Thread K.Aoki
I am found  a problemin fgrun on linux(Fedora 12 x86_64).
That is add don't need double-quote () are specified in Advanced
Options - Properties tab.

example)  --prop:/sim/sound/voices/enabled=true
Of course, fgfs doesn't start.

--- That is error log ---
Fatal error: Failed to open file
at --prop:/sim/sound/voices/enabled=true
(received from SimGear XML Parser)

--- End of log---

But I was make a patch.(attachment file)


fgfsrc.diff
Description: Binary data
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel