1
0
Fork 0
Commit graph

190 commits

Author SHA1 Message Date
Frederic Bouvier
ce97e3b57f Fix win32 build of metar 2011-10-21 14:09:01 +02:00
Torsten Dreyer
e9d24b05ca Introducing: The new navradio code (WIP)
Here comes the work-in-progres code for a new navradio
implementation. Once completed, it will replace the
old/current navradio implementation.
The new code can be activated by setting
/instrumentation/use-new-navradio=true
at startup. This disables the old navradio implementation.

Current state:
- VOR works pretty good including the new
functionality 'code of confusion'.
- LOC and GS basically work
- backward compatibility (many properties) is to be implemented
2011-10-05 15:26:41 +02:00
ThorstenB
d64bcf0175 Replay upgrade, part I: Add new flight recorder. 2011-10-01 22:41:53 +02:00
James Turner
05eebae361 MSVC2008 project files update. 2011-09-19 17:19:57 +01:00
Torsten Dreyer
43109feb0c Some more refactoring of the radios
- wrap the ident-generating code into a class
- move dme-in-range property into dme.cxx
- move dme-ident generation into dme.cxx
- support ident-button and volume for dme idents
- use globals.get_aircraft_position instead of properties
- some minor cleanup
2011-09-15 21:28:30 +02:00
Torsten Dreyer
9cef27f5ca Refactor morse and beacon as singleton 2011-09-13 20:12:52 +02:00
Frederic Bouvier
073511492f Fix VS2008 build after JSBSim update - 2nd try 2011-09-11 16:09:26 +02:00
Frederic Bouvier
865a5c4f14 Fix VS2008 build after JSBSim update 2011-09-11 16:05:58 +02:00
James Turner
59883995be Update VisualStudio projects to link against Winsock2 instead of Winsock1 2011-08-25 20:05:17 +01:00
Frederic Bouvier
0362af3f64 MS VC8/VS2005 project files are deprecated and unmaintained 2011-08-15 19:42:32 +02:00
Frederic Bouvier
db85ebff95 Typo in project file 2011-08-07 20:02:09 +02:00
Frederic Bouvier
3a17ef2f1a Get rid of plib to enumerate files. Get a list of files when the directory names contains UTF-8 characters. Doesn't fix issues #394 though because untarka functions should be utf-8 aware 2011-08-07 19:50:35 +02:00
Frederic Bouvier
26d64030fd Relocate JS_demo project file 2011-08-02 01:10:32 +02:00
Frederic Bouvier
90a1eac9fb Ignore *.user files 2011-08-02 00:30:41 +02:00
Frederic Bouvier
c860dd888f Fix VS90 solution wrt JS_demo 2011-08-02 00:19:16 +02:00
Torsten Dreyer
dda3e5edad Just another fix for the VC90 solution file
fix build for 64bit versions of fgpanel and JS_demo
2011-08-01 23:12:53 +02:00
Torsten Dreyer
d9408ef5dc Fix missing js_demo config in vs90 solution 2011-08-01 08:40:22 +02:00
Torsten Dreyer
2e06f1a24a Add JS_demo to VC90 project 2011-07-31 20:26:23 +02:00
Torsten Dreyer
87bd2bfd6e Fix VC90 project file to compile with latest ATC changes 2011-07-25 20:32:52 +02:00
Frederic Bouvier
bba9a768b3 Link built-in svn in MSVC if 32-bit target is selected 2011-06-15 08:27:56 +02:00
Frederic Bouvier
f1a3cedb2f Fix win32 build 2011-06-01 20:25:53 +02:00
Torsten Dreyer
61f2b98e8f Compute gravitational acceleration
Compute gravitational acceleration based on the formula of
Somigliana corrected for altitude and provide the value
in property /environment/gravitational-acceleration-mps2
2011-05-31 15:28:32 +02:00
James Turner
9c983359aa Move all MP code in src/MultiPlayer.
Allow the subsystem to be (re-)inited at runtime.
2011-05-29 00:04:30 +01:00
Frederic Bouvier
051fba87d3 "Straighten" VC90 fgpanel project and add it to the solution 2011-05-28 18:24:58 +02:00
Torsten Dreyer
a336a96304 Provide a vc90 project file for fgpanel 2011-05-27 21:15:49 +02:00
Curtis L. Olson
5566c79873 Blindly attempt to add AV400WSim.[ch]xx to the VC90 project file. 2011-05-03 14:04:41 -05:00
ThorstenB
badec14d27 Cut&paste voiceplayer into a separate module.
GPWS and TCAS are now completely separate - but use the same voice player.
2011-03-09 23:49:25 +01:00
ThorstenB
61186fb6f9 Ooops. Forget the "other" OS...
... well, how did this happen? :)
2011-02-26 00:11:28 +01:00
ThorstenB
6cd0e5aac4 Merge remote branch 'origin/releases/2.2.0' into next 2011-02-19 12:00:43 +01:00
ThorstenB
118d8fbca5 #84: John Denker: Set correct file modes
Sources shouldn't be executable.
2011-02-19 11:55:43 +01:00
Torsten Dreyer
292b0214fb Repair windows vc90 build broken by TankProperties commit 2011-02-06 20:04:12 +01:00
Frederic Bouvier
2317b3bf05 Deprecate VS2010 handmade project files now that we have Cmake 2011-01-28 19:00:28 +01:00
Torsten Dreyer
5fc0be8820 Fix bug #253, at least partially
make options
--wind=nnn@mm
--visibility
--visibility-miles
--ceiling
--turbulence
work again. These options now write properties in the
/environment/config/presets
branch. The values will be applied in the property-rules
in FGDATA/Environment/interpolator.xml
2011-01-21 19:01:27 +01:00
Torsten Dreyer
e86cecf470 Fix bug #253, at least partially
make options
--wind=nnn@mm
--visibility
--visibility-miles
--ceiling
--turbulence
work again. These options now write properties in the
/environment/config/presets
branch. The values will be applied in the property-rules
in FGDATA/Environment/interpolator.xml
2011-01-19 19:36:04 +01:00
Frederic Bouvier
d0a2fbba99 Revert joystick patch. One would have to provide a better one 2011-01-14 22:37:39 +01:00
Frederic Bouvier
dc3dcce8a8 Joystick code now in the Flightgear tree 2011-01-14 21:39:12 +01:00
Frederic Bouvier
65301bf84e Replace plib/net.h by SimGear 2011-01-05 17:18:12 +01:00
Frederic Bouvier
6c777745db Remove the dependency to boost serialization 2011-01-05 09:55:19 +01:00
Frederic Bouvier
a746f08806 Ignore some MSVC warnings 2010-12-30 23:15:59 +01:00
Dave Luff
6618a7bc5f Remove the ATCDCL conditional compilation from VC90 project
NOTE: These changes are untested.
2010-12-29 20:54:22 +00:00
Dave Luff
25550ac152 VC90 Project file changes
Removes files that have been deleted from ATCDCL and/or ATC, and renames
ATC/atis.[ch]xx to ATC/atis_mgr.[ch]xx
2010-12-29 20:54:22 +00:00
Frederic Bouvier
29396f883d Update MSVC 2010 project files 2010-12-10 08:29:00 +01:00
Frederic Bouvier
2ae1499a7e Update MSVC 2008 project files 2010-12-10 08:28:40 +01:00
Frederic Bouvier
3209a4db09 MSVC: ensure that HAVE_VERSION_H always has a value 2010-11-14 15:33:08 +01:00
Frederic Bouvier
79ece1c22c MSVC: compile with version.h if environment variable HAVE_VERSION_H is set to 1 2010-11-14 13:28:17 +01:00
Christian Schmitt
0a5e86f4e6 remove old .cvsignore files 2010-11-11 01:16:29 +01:00
Frederic Bouvier
2d145d3251 Update VS2010 projects : use Boost 1.44.0 2010-11-07 20:03:05 +01:00
Frederic Bouvier
8a089f6d6f Update VS2008 projects : use Boost 1.44.0 available in last 3rd Party archive 2010-11-06 17:05:15 +01:00
Frederic Bouvier
7f0065b8e6 Update Vs2010 projects 2010-11-02 22:39:39 +01:00
James Turner
d1a4590721 Goodbye old HUD - and the archeology it depended upon in cockpit.cxx 2010-10-29 08:47:58 +01:00