[Flightgear-devel] Compile error on plib branch

2007-10-11 Thread Savaş Yatmaz
In file included from environment_mgr.cxx:36:
environment_ctrl.hxx:147:9: error: too many decimal points in number
environment_ctrl.hxx:142: hata: expected unqualified-id before '<<' token
environment_ctrl.hxx:145: hata: expected unqualified-id before '==' token
environment_ctrl.hxx:147: hata: expected unqualified-id before '>>' token
make[2]: *** [environment_mgr.o] Hata 1
make[2]: 
`/home/users_depo/kurulmadan_calisan/debian_paketlenecek/FG-cvs/fg_cvs/source_plib/src/Environment'
 
dizininden çıkılıyor
make[1]: *** [all-recursive] Hata 1
make[1]: 
`/home/users_depo/kurulmadan_calisan/debian_paketlenecek/FG-cvs/fg_cvs/source_plib/src'
 
dizininden çıkılıyor
make: *** [all-recursive] Hata 1

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Logitech Dual-action gamepad driver

2006-11-05 Thread Savaş Yatmaz







 Logitech Logitech Dual Action

 
  Aileron
  
   property-scale
   /controls/flight/aileron
   true
  
 

 
  Elevator
  
   property-scale
   /controls/flight/elevator
   -1.0
   true
  
 

 
  Rudder
  
   0
   3
  
  
   property-scale
   /controls/flight/rudder
   1.0
  
 

 
  View Direction
  
   4
   6
  
  
   true
   
property-adjust
/sim/current-view/goal-heading-offset-deg
5.0
   
  
  
   true
   
property-adjust
/sim/current-view/goal-heading-offset-deg
-5.0
   
  
 

 
  View Elevation
  
   5
   7
  
  
   true
   
property-adjust
/sim/current-view/goal-pitch-offset-deg
5.0
   
  
  
   true
   
property-adjust
/sim/current-view/goal-pitch-offset-deg
-5.0
   
  
 

 
  Brakes
  
   nasal
   controls.applyBrakes(1)
  
  
   
nasal
controls.applyBrakes(0)
   
  
 

 
  Elevator trim up
  true
  
   property-adjust
   /controls/flight/elevator-trim
   0.001
  
 

 
  Elevator trim down
  true
  
   property-adjust
   /controls/flight/elevator-trim
   -0.001
  
 

 
  Flaps down
  
   nasal
   controls.flapsDown(1)
  
  
   
nasal
controls.flapsDown(0)
   
  
 

 
  Flaps up
  false
  
   nasal
   controls.flapsDown(-1)
  
  
   
nasal
controls.flapsDown(0)
   
  
 

 
  Aileron trim right
  true
  
   nasal
   controls.aileronTrim(1)
  
 

  
  Aileron trim left
  true
  
   nasal
   controls.aileronTrim(-1)
  
 

 
	 Reset View
	 
		 nasal
		 view.resetView()
	 
 
 



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Terrain is offsetted (on LTBA Istanbul)

2006-11-01 Thread Savaş Yatmaz
I'm at LTBA RWY 36 R.I can see myself right on mpmap.But in FG, airport(LTBA) 
is not in the right place.It's a bit offsetted to south.ILS approach lights 
hovers on sea etc.I think the terrain is not in the right place.Because i'm 
on the beginning of rwy both in FG and mpmap.

why does this occur?

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] No textures rendered with i915 graphic card

2006-06-13 Thread Savaş Yatmaz
Hi,

Simply my problem is like this:

http://img119.imageshack.us/img119/6794/f7im.jpg

The Sim works ok,but everything rendered without textures.I use 
FG-cvs,simgear-cvs,plib-1.8.4,Kubuntu Dapper Drake.

Any other GL app works like a charm.No texture problem.

What have i miss?

Regards

Savas


___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Nasal function and keyboard shortcut for autobrake functionality

2006-04-28 Thread Savaş Yatmaz
Hi,

I saw and tested the autobrake functionality on 737-300,and it works well.I 
can set it with http server or internal property editor.Is there a plan to 
assign a keyboard shortcut to it?

Nasal func :

--
autobrakeArmedToggle = func { if 
(getprop("/controls/flight/autospeedbrakes-armed") == "true") {

setprop("/controls/flight/autospeedbrakes-armed" , "false");}
else { 
setprop("/controls/flight/autospeedbrakes-armed" , "true");}
}
--

Keyboard shortcut :

--
 
 O
 Toggle autobrake.
 
 nasal
 controls.autobrakeArmedToggle()
 
 

--


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel