mfranz
16393c1327
disallow 360 degree head turns (pilot view)
2008-04-15 17:28:05 +00:00
mfranz
a197f006ae
enable Exorcist-style head turns, so that we can disabled them globally
2008-04-15 17:26:02 +00:00
mfranz
ff6c9ec672
view_limiter: fix wrong starting offset
2008-04-15 16:55:40 +00:00
mfranz
c97010cefd
make panViewDir use new limiter params & some parameter tweaks
2008-04-15 13:29:23 +00:00
mfranz
7fbeb50695
view_limiter:
...
- new parameter naming (left/right instead of min/max; signs are ignored)
- fix wrap-around skips
- use regular constructor so as not to confuse people ;-)
2008-04-15 13:02:18 +00:00
mfranz
c4ebd9a0f2
- use separate view-limiter handler instances per view
...
- cleanup
2008-04-15 07:04:52 +00:00
mfranz
656340fa3d
davidB21 + Vivian MEAZZA + /me: pilot view limiter
...
If a <view> contains a <limits> block, then a view handler gets attached to
it, which limits head turns to a given range, whereby headings beyond a given
threshold cause an additional sideways movement. This is turned off by default
for now.
2008-04-14 10:00:27 +00:00
stuart
5fdf9e3831
Rename quadrant Propellor object to avoid collision for C310 objects.
2008-04-13 17:45:43 +00:00
mfranz
3e9a108288
make view.index (value of "/sim/current-view/view-number") and view.current
...
(a props.Node hash of the current view, e.g. /sim/view[100]/) available
2008-04-12 20:25:21 +00:00
sydadams
0dd0323a58
added some characters I left out in the first try
2008-04-11 00:57:11 +00:00
vmmeazza
76e013871a
Add some random shipping (experimental)
2008-04-06 22:19:26 +00:00
vmmeazza
272812ad12
Logitech changed the reported name in the latest driver.
2008-04-06 08:59:56 +00:00
sydadams
c7b3412af0
Added a check for passive mode to allow keyboard controls ..
2008-04-01 05:56:38 +00:00
jons
8781c1030a
Fix repositioning example
2008-03-31 21:22:08 +00:00
mfranz
3e99323d0e
if (exactly) two objects are selected, print the direct distance to the screen
2008-03-18 22:58:42 +00:00
mfranz
eafdb11f0e
Anders GIDENSTAM:
...
"Added push-to-talk, multiengine throttle modes and axis assignments for Windows."
2008-03-18 20:00:07 +00:00
mfranz
2e77063999
remember the HUD's lat/lon format ("Menu->Autopilot->Set Lat/Lon Format" to cycle)
2008-03-17 19:55:00 +00:00
mfranz
0c38aa1e8c
Stewart ANDREASON:
...
- fix --altitude in dumped command line ('d'-key)
- implement vertical movement on Home/End and KP7/1
2008-03-12 20:47:53 +00:00
martin
a81506e529
Move AI ships into the AI department as well, adjust AI scenarios and
...
docs (where appropriate).
2008-03-11 10:27:50 +00:00
timoore
21331892cf
precipitation dialog
2008-03-04 08:46:52 +00:00
sydadams
64066c93ee
*** empty log message ***
2008-03-04 01:27:51 +00:00
mfranz
6d3676639b
revert bad livery.current initialization
2008-03-01 12:01:23 +00:00
mfranz
4db470acd4
move MP livery update parts from the livery class into a separate
...
livery_update class and add an optional third argument to its constructor:
a callback function that's called whenever the class noticed a livery
change
2008-03-01 09:49:57 +00:00
mfranz
e9e234410d
initialize livery.current at livery.init()
2008-02-29 21:28:34 +00:00
mfranz
713685f275
add aircraft.livery methods for updating the livery in MP loaded aircraft
2008-02-29 17:17:40 +00:00
mfranz
359322e585
s/linux/unix/
2008-02-28 21:00:27 +00:00
tat
3850ca7b76
Fixed: axis 3 was assigned for rudder on Mac - should be 2
2008-02-28 14:57:40 +00:00
mfranz
74678d856d
Sven ALMGREN:
...
"Saitek Pro-Flight-Rudder-Pedals's name differs in windows from linux,
and the axis for the rudder is 3, not 2... assumes Mac uses same channel
as windows, but could be wrong... linux is set to channel 2, and windows
and mac is set to 3"
2008-02-27 17:58:38 +00:00
mfranz
217cbcae34
add mod-up action to magneto keys, and ignore that in the controls wrapper;
...
This allows to implement car-like combined magneto/starter switches.
2008-02-23 18:18:55 +00:00
abory
b5243cd3f5
- Alexis Bory: Corrected Nellis AFB TACAN frequency in order to comply with
...
TACAN_freq.dat.gz.
2008-02-21 11:28:16 +00:00
abory
070031b3c0
- Alexis Bory: revert last change.
...
As discussed with Ron Jensen, the ground reply frequencies are used to keep
channels 1-16 and 60-69 out of the VOR frequency range as those channels
don't have VORs associated with them.
2008-02-21 11:01:50 +00:00
curt
49288d80e1
Default to some anisotropic texture filtering since unfiltered textures are
...
distracting blury when viewed from nearly edge on (as runway textures almost always are.) This can be adjusted to individual preferences with the
--texture-filter={0,1,2,4,8,16} command line option.
2008-02-20 19:46:38 +00:00
abory
93bf290e61
- Alexis Bory: Added Nellis AFB TACAN.
2008-02-20 15:55:58 +00:00
abory
e2222ef75e
- Alexis Bory: Corrected some frequencies wich had 2 trailing zeros more than needed.
2008-02-20 15:46:28 +00:00
sydadams
89ae48a97a
Electrical updates from Ron Jensen
2008-02-17 23:17:41 +00:00
mfranz
379e328df7
Lee ELLIOT: documentation for autopilot PID & PI controllers
2008-02-17 21:54:51 +00:00
mfranz
a606294bf7
remove trailing spaces, fix indentation, spelling fixes
2008-02-16 22:42:24 +00:00
sydadams
e78dc8c153
removed the materials.xml.test file , changes are in materials.xml now
2008-02-16 22:34:51 +00:00
sydadams
dd92544ebd
updated material to use patch ... and frozen lakes in winter ... but still more testing to be done
2008-02-16 22:05:19 +00:00
stuart
dc4ad0dc80
Update to generic blackout, incorporating feedback from Melchior FRANZ:
...
- Update redout level every frame
- Replace reading of properties every iteration with listeners
- move -onset and -complete properties into a parameters subtree
2008-02-16 20:23:27 +00:00
mfranz
df780e1304
make the dhc3's flotte.wav a generic file, so that it doesn't have
...
to be copied to every seaplane
2008-02-16 17:23:46 +00:00
stuart
dd923792ec
Add generic blackout/redout for all aircraft, along with a gui.
...
Based on previous work by vivian and myself.
2008-02-16 08:26:59 +00:00
stuart
318e5d28c5
Correct axis bindings for Linux.
2008-02-15 22:05:57 +00:00
vmmeazza
0e0b9b4b06
Add a new class which enables formations to be changed during runtime. A modification of the Livery Class
2008-02-15 14:09:37 +00:00
timoore
b8c5a0576a
particles document
2008-02-15 06:54:02 +00:00
sydadams
b0b90ceba3
added sim/startup/season = summer for tree selection based on season
2008-02-15 04:56:37 +00:00
sydadams
7e6376fe29
an updated material file to use the newer tree textures ... probably needs Jester's material patch (allows condition statements in materials.xml)
2008-02-15 04:53:24 +00:00
sydadams
97c7c1c68f
adding new tree textures
2008-02-15 04:50:46 +00:00
mfranz
80ed641d69
avoid unnecessary call()
2008-02-13 20:12:42 +00:00
mfranz
2aa8e41828
rename '.' glyph and arrow glyph names according to the new sign language spec
2008-02-13 19:06:46 +00:00