1
0
Fork 0
Commit graph

140 commits

Author SHA1 Message Date
Alexis Bory
7eb2e158cd Merge branch 'work' 2012-07-01 23:23:59 +02:00
Alexis Bory
b83bb95cf9 Pilots: Added another fighter pilot, tweaked the first one's face. 2012-07-01 19:06:01 +02:00
ThorstenB
7d099bff28 Put power up/down messages into context 2012-07-01 16:02:23 +02:00
Alexis Bory
d51a52493f By request : Added another fighter pilot. More to come if time permits: GA pilot M/F, XML positioning, fancy dressing and animations. 2012-06-19 21:55:59 +02:00
Ryan Miller
664c55c62a New generic 3d pilot models
Signed-off-by: Anders Gidenstam <anders@gidenstam.org>
2012-06-16 15:36:24 +02:00
Anders Gidenstam
97ffa8c171 Aircraft/Generic/limits.nas: Added a missing var-keyword. 2012-06-12 22:23:03 +02:00
Anders Gidenstam
005fdadbcf Aircraft/Generic/kap140.nas: Added missing var keywords. 2012-06-12 22:22:48 +02:00
Emilian Huminiuc
d43770ab58 Effects/model-default.eff move skydome to technique 5 to provide more headroom
Effects/model-combined.eff fix techniques numbering. Make active under rembrandt too. add model-combined-deferred as a stub for now for specific
Rembrandt use.
Users of model-combined with normalmaps should change the technique number to 9, and duplicate that entry for technique 8.
Fix some longstanding png warnings. Provide null_reflectdir.png for model-combined
This should fix part of bug #726
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-03-31 15:00:36 +03:00
Anders Gidenstam
1855d0f9d1 Updated DualControl: Improved initialization to avoid extra listeners on reset. 2012-03-23 22:17:47 +01:00
Anders Gidenstam
60305380be Updated DualControl: Minor update to the connect messages. 2012-03-23 22:17:37 +01:00
Torsten Dreyer
f575ec1d7e don't record serviceable properties for kx165 2011-12-21 21:44:19 +01:00
Torsten Dreyer
fddd2b6e61 Add kx165 flightrecorder component and use it for SenecaII
also downgrade double to float to save some space
2011-12-10 21:33:11 +01:00
ThorstenB
847e8a187f Fixed some file modes (non-executables) 2011-11-28 19:11:44 +01:00
Vivian Meazza
e9c37c0b74 Add runway rain effect (experimental)
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-11-27 23:12:59 +00:00
ThorstenB
bde90daa71 Replay upgrade, part III: New flight recorder configuration files.
Provide templates for various aircraft components or complete aircraft
types. Better to have this stuff available/adaptable than hard-coded
somewhere inside fgfs.
2011-10-01 23:16:48 +02:00
Vivian Meazza
b00d42350d Migrate to .dds
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-08-13 11:49:00 +01:00
Anders Gidenstam
b5424296d5 Updated DualControl: Added missing var keywords. 2011-07-11 20:27:01 +02:00
Anders Gidenstam
146530a5d0 WalkView: Fixed a bug in the polyline path constraint. 2011-05-08 21:35:50 +02:00
BARANGER Emmanuel
a2e39e79fc new version of Fuselage reflect generic by Skyop 2011-04-05 01:55:52 +02:00
Vivian Meazza
0041dea980 Add generic sample reflection map.
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2011-03-31 20:00:37 +01:00
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