1
0
Fork 0
Commit graph

120 commits

Author SHA1 Message Date
Curtis L. Olson
2b648ea118 Rescale odd texture sizes (257x257, etc.) so that the OSG texture loader
doesn't need to do this on the fly.  OpenGL requires that texture dimensions
be a power of 2 (32, 64, 128, 256, 512, 1024, 2048, etc.) so if we feed in
something else, OSG will rescale it on the fly before registering it as an
OpenGL texture.
2011-01-19 10:55:55 -06:00
ThorstenB
b85838b770 Avoid div-by-zero and NaN-property error
required for non-engine aircraft (UFO, gliders).
2011-01-12 20:13:57 +01:00
Vivian Meazza
48e2672647 Merge branch 'Work' of \New Git\fgdata 2010-12-19 23:54:39 +00:00
Anders Gidenstam
09dc9afe47 Updated DualControl: Moved everything to Aircraft/Generic/DualControl/.
- Updated all references to Aircraft/ZLT-NT/DualControl/ found.
2010-12-19 23:17:23 +01:00
Vivian Meazza
02f60e0794 Add open-circuit oxygen system.
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2010-12-18 09:16:04 +00:00
Detlef Faber
3c44422413 fix typo 2010-11-11 20:29:24 +01:00
Anders Gidenstam
3cea00ac1f Updated WalkView: Fixed a sign error. 2010-11-05 10:02:11 +01:00
Anders Gidenstam
03e25d91cd Updated WalkView: Added a "class" for conditional constraints. 2010-11-03 20:36:10 +01:00
Anders Gidenstam
5ecdf0f878 Updated WalkView: Added a makePolylinePath convenience function. 2010-11-01 22:46:23 +01:00
Anders Gidenstam
7b08e91f7b Updated Walk View: Unified all "class"/"type" names to begin with a capital letter. 2010-11-01 21:33:24 +01:00
Anders Gidenstam
4c694b2bc2 Updated WalkView: Added a circular surface constraint. 2010-11-01 21:33:15 +01:00
Anders Gidenstam
4692db87d6 Updated WalkView: Added a more general area constraint: linePlane. 2010-10-31 22:08:55 +01:00
Detlef Faber
e00d8d30ea generic logos: add Logo of the day >:) 2010-10-31 16:36:20 +01:00
Anders Gidenstam
1ff1469fc1 Updated WalkView:
- Added a default key binding file.
- Improved the documentation.
2010-10-31 12:35:55 +01:00
Vivian Meazza
39affdc8cd Merge branch 'master' of \New Git\fgdata 2010-10-12 20:45:56 +01:00
Vivian Meazza
996a5a94ee Add generic formation selector script.
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2010-10-12 20:37:10 +01:00
Vivian Meazza
1b309deda4 Add generic formations.
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2010-10-12 20:35:47 +01:00
Anders Gidenstam
af740cd918 Updated WalkView: Added missing var keywords. 2010-10-03 19:25:46 +02:00
Frederic Bouvier
d734e32bd5 Modified reflect effect to include bumpspec. Original effect untouched 2010-09-21 08:23:13 +02:00
Detlef Faber
eaf9a96117 modified Logo System,2 new Logos 2010-09-12 21:33:20 +02:00
Vivian Meazza
4c63215780 Add "valid" filter to prevent expired MP tankers from being appended to the tanker list.
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2010-09-11 20:48:03 +01:00
Torsten Dreyer
6ed5d507f4 Naming of generic autopilot stage and environment reorganization
Fix a duplicate stage name of the generic autopilot (Altitude Hode Stage 2)
Move environment relevant files from into FGDATA/Environment
2010-08-23 21:46:09 +02:00
Anders Gidenstam
049d98ad8e Updated WalkView:
- Added support for additional manager objects, e.g.
  for animating a 3d model or move a JSBSim pointmass.
- Improved the documentation.
- Some bugs removed.
2010-08-16 23:12:26 +02:00
Vivian Meazza
8aa66f9788 Make persistent contrail models generic
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2010-08-06 14:31:31 +01:00
Anders Gidenstam
82d72bf976 Updated WalkView: Improved documentation. 2010-08-01 23:21:46 +02:00
Heiko Schulz aka HHS
2fd440f551 Comit- maybe wrong, still learning ;-
Signed-off-by: Heiko Schulz aka HHS <Heiko.H.Schulz@gmx.net>
2010-07-04 14:03:38 +02:00
Heiko Schulz aka HHS
4286cac83a Add some lousy CubeMaps and CubeCrosses
Signed-off-by: Heiko Schulz aka HHS <Heiko.H.Schulz@gmx.net>
2010-07-04 14:01:00 +02:00
Heiko Schulz aka HHS
be85a87598 First comit of new CubeMaps for the reflectionshader
They are not perfect as the Equipement is not good enough, but though they works quite good!
RealLife-images, Images made in FGFS and Custom-Gimp-made.

Signed-off-by: Heiko Schulz aka HHS <Heiko.H.Schulz@gmx.net>
2010-07-04 12:45:04 +02:00
Torsten Dreyer
bafc98ee5b New autopilot subsytem implementation.
The new A/P implementation does not contain the hardcoded "helper" functions
anymore. The properties created in these helpers are now generated by
autopilot components defined in generic-autopilot-helper.xml which is
included by default in preferences.xml
2010-06-24 17:05:12 +02:00
Torsten Dreyer
7a7ac553fa Prepare for moving the hard coded A/P helpers into XML
Currently, there are some hard coded autopilot helpers.
They can (and should) easily be modeled in an external XML file.
The filter in this file produce the exact same output as the hard coded
filters.
This is just a preparation step for a smooth transition at a later time.
2010-06-11 22:05:55 +02:00
Anders Gidenstam
2603c1283f Updated WalkView.
- Added support for enter and exit events.
- Improved handling of eye height.
- Added support for side stepping.
2010-06-05 13:07:52 +02:00
BARANGER Emmanuel
c3e0425436 - move Fuselagereflect.eff in Aircraft/Generic/Effects 2010-06-03 19:30:02 +02:00
Anders Gidenstam
56a6a8a429 First public release of WalkView a system to manage walkable views. 2010-05-18 22:32:29 +02:00
vmmeazza
225633dfa9 Add reflection effects 2010-04-03 18:56:02 +00:00
vmmeazza
b33e332709 Remove incorrectly mapped cube cross. Add correct cube cross 2010-04-02 13:51:39 +00:00
vmmeazza
e7444434c5 Used with reflection effect - needs this patch ftp://ftp.abbeytheatre2.org.uk/fgfs/Shader/Reflect/cube-map.patch which will be included in Simgear soon (hopefully). 2010-03-28 11:20:09 +00:00
vmmeazza
b84c39f1c9 Add an environment map for use with shaders 2010-03-16 20:42:08 +00:00
jmt
08aca14c8a Dave Perry: smooths transition to glideslope for CenturyIII autopilot 2009-11-08 18:48:54 +00:00
jmt
69edaea2f4 Dave Perry:
Added GS out of range flag to Instruments-3d/vor.

Century III upgrades
 1.  Implemented the two 20 sec checks for GS arm documented in the autopilot POH page 30.
 2.  Fixed bug that made GS capture not work if the ALT switch was turned off for a few moments to do a step-down approach.
2009-09-18 08:58:10 +00:00
jmt
310c375ebc PA-24 and PA-26 glideslope fixes from Dave Perry, including updated autopilot gains. 2009-09-13 08:10:56 +00:00
jmt
4678f67cb2 Initial work on standardising glideslope needle behaviour in aircraft. C172P works (including KAP140 APPR capture), and Primus-1000 based aircraft display correctly. 2009-09-09 10:49:36 +00:00
tat
ceb41118fe Removed: fcs.nas; Renamed to helicopter-fcs.nas 2009-06-13 15:42:35 +00:00
tat
0fdd5ba0f4 Updated: to the latest fcs.nas; fcs.nas will be removed since it is only for helicopters (not a generic fcs) 2009-06-13 15:38:27 +00:00
tat
51f0a7897a Fixed: wrong usage of _setlistener 2009-06-12 18:00:53 +00:00
helijah
6ca37b3a42 *** empty log message *** 2009-06-11 22:55:36 +00:00
tat
41407b9448 Moved from OH-1/Nasal/fcs.nas, with the following updates:
Added: Comments and explanations
Added: Backup FCS to fcs.nas
Modified: fcs for switching attitude / rate hold mode on CAS
2009-06-11 11:52:20 +00:00
helijah
a131434679 - fcs.nas generic by Tat 2009-06-09 17:07:47 +00:00
dfaber
98bead93b7 Some Logos and a generic Logo Submodel 2009-05-06 19:10:14 +00:00
vmmeazza
aa96adf5a0 Remove leading "/" 2009-01-16 17:02:41 +00:00
vmmeazza
e27e1a73d8 Add Alexis Bory's nice glass shader texture for general use 2009-01-05 17:31:58 +00:00