Hyde Yamakawa [Tue, 2 Oct 2012 18:28:13 +0000 (14:28 -0400)]
Merge gitorious.org:fg/fgdata
Alexis [Mon, 1 Oct 2012 17:02:02 +0000 (19:02 +0200)]
Merge branch 'work'
Alexis [Mon, 1 Oct 2012 16:54:38 +0000 (18:54 +0200)]
- f-14b: Varified a nasal func.
Alexis [Mon, 1 Oct 2012 16:51:47 +0000 (18:51 +0200)]
- E-2C: Yasim engines fine tunning and precision on WoW switch.
BARANGER Emmanuel [Mon, 1 Oct 2012 09:43:07 +0000 (11:43 +0200)]
Mirage 2000 5 : Again and again 5H1N0B who this time make the weapons fully operational. Work crazy, but high quality. Congratulations and a huge thank you to him
Gijs de Rooy [Sun, 30 Sep 2012 18:15:45 +0000 (20:15 +0200)]
Issue #890: Add another Logitech Attack 3 name, as reported by koubiwan.
Stuart Buchanan [Sat, 29 Sep 2012 20:24:12 +0000 (21:24 +0100)]
Fix bug where last axis of the joystick was written out with the original bindings of all buttons.
Hooray [Thu, 20 Sep 2012 23:49:17 +0000 (01:49 +0200)]
Canvas Scripting Layer (Mapping):
- first stab at refactoring the map.nas module, and trying to let the API evolve according to our requirements
- split up the module into separate files (some of them will disappear soon)
- split up the "drawing" loops into separate functions so that they can be individually called
- move actual "drawing" to map_layers.nas
- introduce some OOP helpers to prepare a pure Layer-based design
- prepare helpers: LayeredMap, GenericMap, AirportMap (TODO: use a real "Layer" class)
- move airport features (taxiways, runways, parking, tower) to separate layers (i.e. canvas groups)
- avoid using a single update callback and use different layer-specific callbacks to update individual layers more efficiently
- add some boilerplate hashes to prepare the MVC design
- allow lazy updating of layers, where canvas groups are only populated on demand, to save some time during instantiation, i.e. loading an airport without "parking" selected, will only populate the layer once the checkbox is checked
- extend the original code such that it supports showing multiple airports at once
- add some proof of concept "navaid" layer using SVG files for navaid symbols (added only NDB symbol from wikimedia commons)
regressions:
- runway highlighting needs to be re-implemented
- parking highlighting will be done differently
- enforcing a specific drawing order for layers is currently not explicitly supported, so that taxiways may be rendered on top of runways
Also:
- integrated with the latest changes in git/master (HEAD) -i.e. metar support
- further generalized map.nas
- partially moved instantiation from Nasal space to XML space (WIP)
- create "toggle layer" checkboxes procedurally in Nasal space
- prepared the code to be better reusable in other dialogs (e.g. route manager, map dialog etc)
- completely removed the "highlighting" (runway/parking) feature for now, because we talked about re-implementing it anyhow
James Turner [Wed, 26 Sep 2012 21:45:14 +0000 (22:45 +0100)]
Part of bug 885
When clearing the waypoints, explicitly deactivate the route.
Thomas Geymayer [Wed, 26 Sep 2012 16:49:32 +0000 (18:49 +0200)]
Rename Environment MetarControllers to prevent duplicate names
Stuart Buchanan [Tue, 25 Sep 2012 21:52:28 +0000 (22:52 +0100)]
Use multi-sampling where available to improve tree rendering.
Thomas Geymayer [Tue, 25 Sep 2012 20:20:39 +0000 (22:20 +0200)]
Canvas: Bounding box may not exist
Stuart Buchanan [Sun, 23 Sep 2012 21:45:50 +0000 (22:45 +0100)]
Updates to airport dialog.
- Retrieve METAR
- Include search of airports within 100nm.
Torsten Dreyer [Sun, 23 Sep 2012 21:35:30 +0000 (23:35 +0200)]
SenecaII: add checklists
ThorstenB [Sat, 22 Sep 2012 22:23:48 +0000 (00:23 +0200)]
#867: c182 contains relative paths to other fgdata directories
Thanks to renogerry.
(Aircraft XMLs should not use relative path references to other fgdata
directories, beyond the aircraft's own subdirectory, since such
references do not work when the aircraft is downloaded/installed
separately).
Vivian Meazza [Sat, 22 Sep 2012 18:16:09 +0000 (19:16 +0100)]
Add gear indicator. Start work on canvas based HUD
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Sat, 22 Sep 2012 19:34:59 +0000 (20:34 +0100)]
Revert "Updated pick objects"
This reverts commit
7af455a6ae18637517acb6850aa563b7c175b1fc.
Conflicts:
Aircraft/Buccaneer/Models/flap.ac
ThorstenB [Fri, 21 Sep 2012 22:00:36 +0000 (00:00 +0200)]
777: translatable custom menu
ThorstenB [Fri, 21 Sep 2012 21:59:27 +0000 (23:59 +0200)]
c172p: translatable custom menu
ThorstenB [Fri, 21 Sep 2012 21:59:06 +0000 (23:59 +0200)]
Add translations for some common custom menu entries.
Vivian Meazza [Fri, 21 Sep 2012 20:12:50 +0000 (21:12 +0100)]
Merge branch 'master' of gitorious.org:fg/fgdata
ThorstenB [Fri, 21 Sep 2012 15:46:38 +0000 (17:46 +0200)]
Add language resources for fgfs system messages.
ThorstenB [Fri, 21 Sep 2012 11:30:31 +0000 (13:30 +0200)]
Sound: trigger subsystem reinit instead of relying on property listener.
Disable sound dialog when sound system is globally disabled (command-line/
compile-time).
Vivian Meazza [Fri, 21 Sep 2012 20:05:20 +0000 (21:05 +0100)]
Rembrandt fixes. Add flap control.
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
ThorstenB [Fri, 21 Sep 2012 15:46:38 +0000 (17:46 +0200)]
Add language resources for fgfs system messages.
ThorstenB [Fri, 21 Sep 2012 11:30:31 +0000 (13:30 +0200)]
Sound: trigger subsystem reinit instead of relying on property listener.
Disable sound dialog when sound system is globally disabled (command-line/
compile-time).
Stuart Buchanan [Thu, 20 Sep 2012 20:51:23 +0000 (21:51 +0100)]
Minor updates to airports dialog
- Change timer to listener for zoom level.
- Correct course information so it is the course TO the selected airport
- Default to the closest airport, rather than the preset.
Vivian Meazza [Wed, 19 Sep 2012 22:13:28 +0000 (23:13 +0100)]
Merge branch 'master' of D:\Git_New\fgdata
Vivian Meazza [Wed, 19 Sep 2012 22:08:44 +0000 (23:08 +0100)]
Merge branch 'master' of gitorious.org:fg/fgdata
Vivian Meazza [Tue, 18 Sep 2012 08:58:44 +0000 (09:58 +0100)]
Heat haze
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Thomas Geymayer [Wed, 19 Sep 2012 22:01:48 +0000 (00:01 +0200)]
Documentation browser dialog (for files in /Docs - Thanks to Hooray)
Vivian Meazza [Wed, 19 Sep 2012 22:00:13 +0000 (23:00 +0100)]
Rembrandt fix
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Wed, 19 Sep 2012 21:54:20 +0000 (22:54 +0100)]
Merge branch 'work' of D:\Git_New\fgdata
Stuart Buchanan [Wed, 19 Sep 2012 21:35:56 +0000 (22:35 +0100)]
Improved maps display and Airports dialog
- Display taxiways
- Display different surface types
- control over components (taxiways, parking positions, towers) displayed
- include distance and course to airport.
Vivian Meazza [Wed, 19 Sep 2012 19:54:15 +0000 (20:54 +0100)]
Merge branch 'master' of D:\Git_New\fgdata
Vivian Meazza [Wed, 19 Sep 2012 19:53:53 +0000 (20:53 +0100)]
Merge branch 'master' of gitorious.org:fg/fgdata into work
Vivian Meazza [Wed, 19 Sep 2012 19:50:10 +0000 (20:50 +0100)]
More Rembrandt fixes
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Wed, 19 Sep 2012 19:50:55 +0000 (20:50 +0100)]
Merge branch 'work' of D:\Git_New\fgdata
Vivian Meazza [Wed, 19 Sep 2012 19:50:10 +0000 (20:50 +0100)]
More Rembrandt fixes
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Wed, 19 Sep 2012 19:32:59 +0000 (20:32 +0100)]
Merge branch 'master' of gitorious.org:fg/fgdata into work
Stuart Buchanan [Wed, 19 Sep 2012 09:22:30 +0000 (10:22 +0100)]
Clean up Environment Setting dialog.
Stuart Buchanan [Wed, 19 Sep 2012 09:20:48 +0000 (10:20 +0100)]
Add thrust reverser, prop beta and mixture cut-off to throttle quadrant.
Thomas Geymayer [Tue, 18 Sep 2012 21:38:53 +0000 (23:38 +0200)]
Remove data of previous airport in Select Airport dialog
Stuart Buchanan [Tue, 18 Sep 2012 18:28:56 +0000 (19:28 +0100)]
Add highlighting of selected runway/parking position. Move tower definition and placement to map.nas.
Stuart Buchanan [Tue, 18 Sep 2012 14:48:50 +0000 (15:48 +0100)]
Add additional information to the About dialog to help diagnostics, including the ability to copy/past key data.
Stuart Buchanan [Tue, 18 Sep 2012 13:08:53 +0000 (14:08 +0100)]
Check in c172 checklists - missing from previous commit.
Thomas Geymayer [Tue, 18 Sep 2012 11:07:41 +0000 (13:07 +0200)]
Move map helpers to canvas Nasal module
Stuart Buchanan [Tue, 18 Sep 2012 10:29:17 +0000 (11:29 +0100)]
Add support for a Aircraft Checklists GUI item.
Vivian Meazza [Tue, 18 Sep 2012 08:58:44 +0000 (09:58 +0100)]
Heat haze
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Tue, 18 Sep 2012 08:57:40 +0000 (09:57 +0100)]
Rembrandt fix
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Tue, 18 Sep 2012 08:56:09 +0000 (09:56 +0100)]
Rembrandt fixes
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Tue, 18 Sep 2012 07:52:41 +0000 (08:52 +0100)]
Merge branch 'master' of D:\Git_New\fgdata
Thomas Geymayer [Mon, 17 Sep 2012 22:32:54 +0000 (00:32 +0200)]
Clean up Select Airport dialog a bit to make use of recent Canvas API improvements
Stuart Buchanan [Mon, 17 Sep 2012 19:17:52 +0000 (20:17 +0100)]
Updated Select Airport dialog, making the location-on-ground dialog redundant and adding a Canvas map to show the selected airport.
Thomas Geymayer [Mon, 17 Sep 2012 16:12:57 +0000 (18:12 +0200)]
Canvas: Add method to retrieve all child elements of a group.
Vivian Meazza [Mon, 17 Sep 2012 08:57:36 +0000 (09:57 +0100)]
Merge branch 'master' of D:\Git_New\fgdata
Vivian Meazza [Mon, 17 Sep 2012 08:54:50 +0000 (09:54 +0100)]
Reverse direction of slip indicator
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Mon, 17 Sep 2012 08:55:33 +0000 (09:55 +0100)]
Merge branch 'work' of D:\Git_New\fgdata
Vivian Meazza [Mon, 17 Sep 2012 08:54:50 +0000 (09:54 +0100)]
Reverse direction of slip indicator
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Sun, 16 Sep 2012 21:47:01 +0000 (22:47 +0100)]
Merge branch 'master' of gitorious.org:fg/fgdata into work
Vivian Meazza [Sun, 16 Sep 2012 21:18:16 +0000 (22:18 +0100)]
Updated shaders
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Sun, 16 Sep 2012 21:17:27 +0000 (22:17 +0100)]
Updated fdm.
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Sun, 16 Sep 2012 21:30:38 +0000 (22:30 +0100)]
Merge branch 'work' of D:\Git_New\fgdata
ThorstenB [Sun, 16 Sep 2012 21:19:36 +0000 (23:19 +0200)]
c172p: fix electrical system
Most control switches used with mismatching names.
Make effects depend on electric power, not just switch state.
Calculate some (more) meaningful electric load.
Vivian Meazza [Sun, 16 Sep 2012 21:18:16 +0000 (22:18 +0100)]
Updated shaders
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Sun, 16 Sep 2012 21:17:27 +0000 (22:17 +0100)]
Updated fdm.
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
ThorstenB [Sun, 16 Sep 2012 12:03:37 +0000 (14:03 +0200)]
777: minor sound tweak
ThorstenB [Sun, 16 Sep 2012 12:00:40 +0000 (14:00 +0200)]
#877: MP chat sometimes not working
Vivian Meazza [Fri, 14 Sep 2012 23:04:28 +0000 (00:04 +0100)]
Merge branch 'master' of D:\Git_New\fgdata
Vivian Meazza [Fri, 14 Sep 2012 23:00:45 +0000 (00:00 +0100)]
Add eye-candy
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Fri, 14 Sep 2012 23:01:07 +0000 (00:01 +0100)]
Merge branch 'work' of D:\Git_New\fgdata
Vivian Meazza [Fri, 14 Sep 2012 23:00:45 +0000 (00:00 +0100)]
Add eye-candy
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Fri, 14 Sep 2012 21:39:46 +0000 (22:39 +0100)]
Merge branch 'master' of D:\Git_New\fgdata
Vivian Meazza [Fri, 14 Sep 2012 21:37:09 +0000 (22:37 +0100)]
Merge branch 'master' of gitorious.org:fg/fgdata into work
Vivian Meazza [Fri, 14 Sep 2012 21:36:14 +0000 (22:36 +0100)]
Remove duplicate file
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Fri, 14 Sep 2012 21:28:22 +0000 (22:28 +0100)]
Merge branch 'master' of D:\Git_New\fgdata
Vivian Meazza [Fri, 14 Sep 2012 21:28:03 +0000 (22:28 +0100)]
Merge branch 'master' of gitorious.org:fg/fgdata into work
Vivian Meazza [Fri, 14 Sep 2012 21:25:17 +0000 (22:25 +0100)]
Rationalise model files
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Fri, 14 Sep 2012 21:25:17 +0000 (22:25 +0100)]
Rationalise model files
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Fri, 14 Sep 2012 21:20:51 +0000 (22:20 +0100)]
Rembrandt update
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Fri, 14 Sep 2012 21:20:51 +0000 (22:20 +0100)]
Rembrandt update
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Fri, 14 Sep 2012 18:33:37 +0000 (19:33 +0100)]
Merge branch 'master' of gitorious.org:fg/fgdata into work
Vivian Meazza [Fri, 14 Sep 2012 18:24:12 +0000 (19:24 +0100)]
Rembrandt update to Seahawk wingman and droptanks, add eye-candy
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Fri, 14 Sep 2012 18:24:12 +0000 (19:24 +0100)]
Rembrandt update to Seahawk wingman and droptanks, add eye-candy
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Emilian Huminiuc [Thu, 13 Sep 2012 21:05:18 +0000 (00:05 +0300)]
Adjust reflection strength on random buildings; add and use a new cubemap for the random buildings.
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
Emilian Huminiuc [Thu, 13 Sep 2012 07:54:27 +0000 (10:54 +0300)]
Restore random buildings reflection.
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
Vivian Meazza [Thu, 13 Sep 2012 08:58:24 +0000 (09:58 +0100)]
Merge branch 'master' of D:\Git_New\fgdata
Thomas Geymayer [Wed, 12 Sep 2012 22:29:46 +0000 (00:29 +0200)]
Copy/Paste for the Nasal Console.
- Support for copying the and pasting from/to the Nasal Console
dialog using the new clipboard class (Thanks to Hooray).
Stuart Buchanan [Wed, 12 Sep 2012 21:46:03 +0000 (22:46 +0100)]
Improve memory and instantiation time of random buildings.
Vivian Meazza [Tue, 11 Sep 2012 22:03:22 +0000 (23:03 +0100)]
Merge branch 'master' of D:\Git_New\fgdata
Vivian Meazza [Tue, 11 Sep 2012 21:53:37 +0000 (22:53 +0100)]
Rembrandt fixes
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Tue, 11 Sep 2012 21:54:58 +0000 (22:54 +0100)]
Merge branch 'work' of D:\Git_New\fgdata
Vivian Meazza [Tue, 11 Sep 2012 21:54:36 +0000 (22:54 +0100)]
Merge branch 'master' of D:\Git_New\fgdata
Vivian Meazza [Tue, 11 Sep 2012 21:53:37 +0000 (22:53 +0100)]
Rembrandt fixes
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
BARANGER Emmanuel [Tue, 11 Sep 2012 10:37:42 +0000 (12:37 +0200)]
Improved management of jets and turbopropellers YASim by Ryan Miller
BARANGER Emmanuel [Tue, 11 Sep 2012 09:13:21 +0000 (11:13 +0200)]
Merge branch 'master' of git://gitorious.org/fg/fgdata
Vivian Meazza [Tue, 11 Sep 2012 08:41:11 +0000 (09:41 +0100)]
Merge branch 'master' of gitorious.org:fg/fgdata into work
Vivian Meazza [Tue, 11 Sep 2012 08:38:06 +0000 (09:38 +0100)]
More Rembrandt fixes
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
Vivian Meazza [Tue, 11 Sep 2012 08:38:50 +0000 (09:38 +0100)]
Merge branch 'work' of D:\Git_New\fgdata
Vivian Meazza [Tue, 11 Sep 2012 08:38:06 +0000 (09:38 +0100)]
More Rembrandt fixes
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>