BARANGER Emmanuel
46521a819d
Merge branch 'master' of gitorious.org:fg/fgdata
2013-07-12 12:23:55 +02:00
BARANGER Emmanuel
664b12b686
Merge branch 'master' of gitorious.org:fg/fgdata
2013-07-12 07:51:46 +02:00
Thomas Geymayer
d580464095
Prevent name clash with future canvas.gui namespace.
2013-07-04 21:58:00 +02:00
James Turner
92611fdcd7
Fix warning with the KAP-140, now the
...
altitude encoder is part of the altimeter
2013-07-03 16:47:58 +01:00
Thomas Geymayer
eaf4c60cfb
Canvas GUI: don't drag window on close button.
2013-06-29 14:49:43 +02:00
BARANGER Emmanuel
ace3182f87
Merge branch 'master' of gitorious.org:fg/fgdata
2013-06-29 11:25:44 +02:00
Torsten Dreyer
47487dcd89
Bump version number to 2.12.0
2013-06-28 12:11:02 +02:00
Thomas Geymayer
d7d871cc83
Canvas API: do not skip first index for cmds/coords
...
Start cmd/coord indices really at 0 and allow removing first/last
segment.
2013-06-27 23:16:45 +02:00
BARANGER Emmanuel
a3b02632de
Merge branch 'master' of gitorious.org:fg/fgdata
2013-06-26 15:26:50 +02:00
Thorsten Renk
9fbb4a2c00
Bugfix preventing visibility from jumping when leaving an Advanced Weather effect volume
2013-06-26 12:33:07 +03:00
BARANGER Emmanuel
47f781fb2e
Merge branch 'master' of gitorious.org:fg/fgdata
2013-06-26 10:33:50 +02:00
James Turner
105983702f
Fix a GLSL compile error on Mac
...
(doesn't like #elif it seems). Since neither of these values
are ever defined, kill off the conditionals entirely.
2013-06-25 22:50:39 +01:00
Thomas Geymayer
040310bd8b
Fix glideslope in reposition in air dialog (typo)
2013-06-23 19:27:42 +02:00
Thomas Geymayer
44050c8011
Delay pilot_view_limiter.start after reinit to prevent using wrong heading-offset
2013-06-22 17:11:22 +02:00
Stuart Buchanan
aacd7945b9
Updated readme.pdf with less margin-bleeding from overlong lines in README.
2013-06-20 23:06:40 +01:00
Stuart Buchanan
c974f5242d
Clean up README files.
...
- Remove trailing whitespace
- Replace tabs with spaces
- Reformat to < 85 characters to avoid autogenerate readme.pdf bleeding over
margins.
2013-06-20 23:02:17 +01:00
Stuart Buchanan
08eabfb67d
Bring README.checklists up to date.
2013-06-20 21:32:52 +01:00
Roland Haeder
0a80b35a9b
Fixed all file/directory permissions as there is no need to to have "execute"
...
flag on non-scripts/executable files.
2013-06-20 17:33:41 +02:00
Stuart Buchanan
a3b14a15b7
Add compilation of all README file as a PDF. Generator located in the getstart repository.
2013-06-18 22:48:54 +01:00
Thomas Geymayer
8c23d095b0
Create geo.normdeg180 function
2013-06-17 21:40:29 +02:00
Thomas Geymayer
84b4da563e
Inch/Meter conversion factors IN2M/M2I
2013-06-17 21:20:00 +02:00
Thomas Geymayer
c82be5396f
Led fonts (eg. for VDGS)
2013-06-16 23:44:47 +02:00
BARANGER Emmanuel
9ad18ed54a
Merge branch 'master' of gitorious.org:fg/fgdata
2013-06-16 18:57:38 +02:00
James Turner
37044ed754
Fix GPS dialog scratch.
...
Legacy GPS and Nasal replacement were both writing to the
same props, which doesn't work so great. Use different props
for the GPS dialog now.
2013-06-16 15:07:19 +01:00
BARANGER Emmanuel
f38b8ae758
Merge branch 'master' of gitorious.org:fg/fgdata
2013-06-15 02:49:28 +02:00
Thomas Geymayer
35a2045123
Update for core changes
2013-06-14 20:32:14 +02:00
BARANGER Emmanuel
4d327e86ba
Merge branch 'master' of gitorious.org:fg/fgdata
2013-06-14 09:07:24 +02:00
Thorsten Renk
b9c573ea11
Tweak to prevent the cloud LOD system from dropping sprites in very faint clouds which have just few sprites to begin with and appear unrealistic when these are dropped
2013-06-13 13:26:37 +03:00
Thomas Geymayer
c759a3e57f
Canvas window: allow gc to release resources
2013-06-08 13:08:16 +02:00
Gijs de Rooy
c53d5c12ba
Fix urban shader compile error. #elseif is an incorrect directive, #elif is the correct one. Thanks to colintoal for reporting.
2013-06-08 13:05:37 +02:00
Csaba Halasz
088dd2988a
Added another name for joystick SpeedLink Black Widow (as reported on IRC)
2013-06-08 00:16:58 +02:00
Thorsten Renk
c937881caf
Shader trick to generate surf at steep coastlines
2013-06-07 14:35:25 +03:00
Thorsten Renk
b3bb82dd88
Wind effects on vegetation for Atmospheric Light Scattering: movement of trees and hires terrain texture noise simulating vegetation and debris movement
2013-06-07 13:31:34 +03:00
Thomas Geymayer
ca5c8463ab
Use integer coordinates for placing canvas dialog title
2013-06-07 00:20:09 +02:00
Thomas Geymayer
72e3937ec6
Basic window decorator with title bar and close button.
...
Extend the canvas.Window class to create a simple window decoration
if a type for it (currently every type maps to the same style) is
given. It supports moving the window by dragging inside the title
bar and setting a window title.
2013-06-06 23:27:11 +02:00
BARANGER Emmanuel
9772541b07
Merge branch 'master' of gitorious.org:fg/fgdata
2013-06-05 13:31:05 +02:00
James Turner
246f4e2bac
Fix an issue with circular flight-plans.
...
Hyde identified a problem where the departure and destination
runway are identical; the logic would detect a 'landing' on
activation and immediately deactivate the FP again.
2013-06-01 11:12:23 +01:00
James Turner
476c5fcb5f
Map KT-70 mode to tooltip using an array.
2013-06-01 10:47:09 +01:00
Stuart Buchanan
08243eb083
Speculative fix for shader cast issue on Mac.
2013-05-31 19:50:57 +01:00
Anders Gidenstam
7b277810a8
Nasal/view.nas: Honour the configured directional offsets on view reset.
...
Thanks to Patrick Melanson, who noticed the problem and suggested the solution.
2013-05-28 22:35:32 +02:00
BARANGER Emmanuel
16d8e498ad
Merge branch 'master' of gitorious.org:fg/fgdata
2013-05-27 21:49:07 +02:00
BARANGER Emmanuel
bafa45e2cf
Merge branch 'master' of gitorious.org:fg/fgdata
2013-05-22 02:25:57 +02:00
Stuart Buchanan
37f3d9b72f
Minor clean-up of weather dialog
...
- Fix bug when opening weather dialog when in manual mode.
- Move buttons to be opposite the appropriate radio buttons
- Keep buttons visible at all times.
- Update description to account for recent Basic Weather -> ALS integration.
2013-05-21 20:50:21 +01:00
Stuart Buchanan
0857d81ec6
Document additional spacing on tree textures.
2013-05-19 21:45:42 +01:00
Stuart Buchanan
88163bffad
Square textures for mixed shrubs.
2013-05-19 21:41:38 +01:00
Anders Gidenstam
8ae971de3f
Aircraft/Generic/DualControl/Instruments/ADF-462: Converted to knob animations and added panel lighting.
2013-05-19 22:33:15 +02:00
Anders Gidenstam
90c1b982de
Aircraft/Generic/DualControl/Instruments/VIR-32: Converted to knob animations and added panel lighting.
2013-05-19 22:33:15 +02:00
Anders Gidenstam
99a2d02c48
Aircraft/Generic/DualControl/Instruments/VHF-22: Converted to knob animations and added panel lighting.
2013-05-19 22:33:15 +02:00
Stuart Buchanan
3929e8d091
Use square tree textures with reduce UV coordinates.
2013-05-19 21:30:20 +01:00
BARANGER Emmanuel
847e49b3a5
Merge branch 'master' of gitorious.org:fg/fgdata
2013-05-17 00:57:18 +02:00