Menu

FGAddon Commit Log


Commit Date  
[r1511] by lanbo64

Remeshed rudder trim wheel. Fixed a slit on trim console.

2016-01-18 19:39:53 Tree
[r1510] by chrisblues

Citation II: updated ToDo.txt

2016-01-18 15:26:28 Tree
[r1509] by r-harrison

Merge of Milestone-5

git log --pretty=format:"%h %s %an, %ai %n%b" f3bc313f6709b6b3540260140ecafab9adea1548...4f69735ca7b2a5a83249f34fddbc4a7139ce349b
--------------------------------------------------------------------------------
f3bc313 Credits and re-use permissions Richard Harrison, 2016-01-17 14:37:03 +0100
John Brack to authors; he has granted permission for reuse of his work as photo textures.

Chris Kuhn has also granted permission for reuse of his model. http://creativecommons.org/licenses/by/3.0/. I have adpated this to our usage by removal of elements and only using parts of his mesh.

40351d0 Define a color palette scaling with scene light. That can be consistently used in non-emissive flame effects and particle systems to get around the lighting problems by declaring them nominally emissive. Thorsten Renk, 2016-01-13 19:24:32 +0200

620bd4a Fix propellant dump residual trail after completion Thorsten Renk, 2016-01-13 18:31:17 +0200

1f20348 Bugfixes for flight controls selection and OMS burn execution Thorsten Renk, 2016-01-12 10:09:06 +0200

39d6c1d Implement PBD control also as SM OPS 202 in the command parser Thorsten Renk, 2016-01-11 13:39:46 +0200

7ae1804 Hide plasma projection screen till custom shader is done Thorsten Renk, 2016-01-11 13:26:39 +0200

dab9088 Add "Plasma_Shield" object to cockpit model. Wayne Bragg, 2015-12-23 11:15:25 -0600

51953ed Original NASA crew operations manual (public domain) as reference Thorsten Renk, 2015-12-22 09:10:27 +0200

6e4c144 Add variant-of tags for new launcher Richard Harrison, 2015-12-21 12:12:19 +0100

ee145c5 Artwork for antenna display Thorsten Renk, 2015-12-20 18:10:18 +0200

8177644 MDU: Connect the mode property to the visibility. HUD: correct incorrectly named property sim/model/spaceshuttle/instrumentation/g-meter/g-max-mooving-average Richard Harrison, 2015-12-20 14:25:21 +0100

2270754 TDRS target selection logic Thorsten Renk, 2015-12-20 14:39:07 +0200

b0bb597 More antenna work - TDRS state vectors, LOS and tracking target selection Thorsten Renk, 2015-12-19 20:28:32 +0200

bd6de2f Wiring up SM OPS 201 - ANTENNA display Thorsten Renk, 2015-12-19 13:39:11 +0200

72dfd6d Re-texture RCS AP pilot buttons. Wayne Bragg, 2015-12-19 00:47:54 -0600

0d45c7c MFD backgrounds, rename MFD buttons. Wayne Bragg, 2015-12-18 15:45:44 -0600

0722475 Some work on SM SYS SUMM 2 Thorsten Renk, 2015-12-18 18:04:39 +0200

f836aa5 Dialog to select IDP major function Thorsten Renk, 2015-12-18 17:45:28 +0200

a7a0931 Name displays and assign ports as outlined in manual 2.6-16, allow IDP selection from virtual keyboard Thorsten Renk, 2015-12-18 11:10:37 +0200

b8f88fb Added all buttons for MDU displays Richard Harrison, 2015-12-17 09:05:56 +0100
elements will need renaming in the cockpit model but all the bindings should now be present.

Rotary controls on MDU not yet connected, although the brightness (and on/off) should work with the mode property

7542f86 Add antenna DPS page to MEDS Richard Harrison, 2015-12-17 09:04:35 +0100

922b325 Merge branch 'pfd-refactor-safe' into development Richard Harrison, 2015-12-17 07:23:52 +0100
Conflicts:
Models/cockpit.xml

b1ede0f MEDS - add mode / buttons for all devices Richard Harrison, 2015-12-17 06:51:28 +0100

2119e88 MDU / PFD / MEDS fix sprintfs Richard Harrison, 2015-12-17 06:45:30 +0100
The sprintf("%s", value) is redundant; and as it's effectively my fault for providing an example like this I've fixed all of these.

dad8d50 Refactor MDU / MEDS / PFD to allow multiple displays. Richard Harrison, 2015-12-17 06:40:58 +0100
There is now a MDU_Device per screen. This contains the PFD_device, the svg and the canvas and some of the glue. It could be cleaner in that the MDU_Device probably should inherit from PFD_Device.

It might be possible to not actually load all of the pages individually for the set of screens; to reduce memory usage and increase efficiency. This would be possible by revising the container class to copy the pages and use the same svg for all. I'm not sure if this will work correctly with Canvas so decided to have multiple objects for each screen.

In the main Nasal I’ve changed the dps_hardware.nas and dps_command_parser.nas modules so that they reference the pages by name (and look them up for the device) rather than directly - as that’ll never work as I think there has to be multiple pages for each on a per-screen basis. I might be wrong about this and it might be possible to share things in canvas – but I can’t figure that out so I’m sticking with what works.

To alleviate possibly frame rate killing updates I’ve modified it so that it will only update one display per update; logic for this at the end of the module. It might be that we need to increase the timer rate – but this can be subject to experimentation.

4d38a47 Merge branch 'development' of https://wlbragg@.../p/fgspaceshuttledev/code into development Wayne Bragg, 2015-12-16 17:01:52 -0600

aa66750 DAP buttons Commander and Pilot, ADI switch (cmd only). Wayne Bragg, 2015-12-16 17:01:21 -0600

a49e65f Layout of SM OPS 201 ANTENNA display Thorsten Renk, 2015-12-15 10:31:51 +0200

b94ee65 Automatic Ku-antenna pointing including animation Thorsten Renk, 2015-12-14 10:28:07 +0200

222b143 TDRS network definitions and antenna pointing Thorsten Renk, 2015-12-13 14:35:50 +0200

14c318c Merge branch 'development' of https://wlbragg@.../p/fgspaceshuttledev/code into development Wayne Bragg, 2015-12-13 02:02:27 -0600
Conflicts:
SpaceShuttle-set.xml

a5f7442 RCS indicator light logic, temp property for elevon drive rate, clean SpaceShuttle-set.xml tabs. Wayne Bragg, 2015-12-13 01:43:38 -0600

a2036c0 Definitions and routines for S-band communication ground sites Thorsten Renk, 2015-12-12 13:44:32 +0200

e47e0ab UV map all MDU's. Wayne Bragg, 2015-12-11 12:54:59 -0600

a08c03d Merge branch 'development' of https://wlbragg@.../p/fgspaceshuttledev/code into development Wayne Bragg, 2015-12-11 10:45:01 -0600

1264fcc UV map DisplayL2. Wayne Bragg, 2015-12-11 10:44:55 -0600

d69287a Separation of GNC and SM in DPS hierarchy Thorsten Renk, 2015-12-11 18:08:27 +0200

60b0e60 DISP 79 structure finished, start wiring up Thorsten Renk, 2015-12-11 10:37:53 +0200

7ff1354 Merge branch 'development' of https://wlbragg@.../p/fgspaceshuttledev/code into development Wayne Bragg, 2015-12-11 00:29:59 -0600

c8f1ad9 RCS indicator lights logic. Wayne Bragg, 2015-12-11 00:29:21 -0600

a0d4e88 Beginning of DISP 79 to test page switching in SM and GNC hierarchy separately Thorsten Renk, 2015-12-10 11:31:44 +0200

9b5987f Re-factor, fine tune and rename buttons & indicator lights. Wayne Bragg, 2015-12-09 18:25:57 -0600

e7b784f DPS page change commands affect all screens in MDU array listening to the same IDP or all screens reflecting a major function during an OPS transition Thorsten Renk, 2015-12-09 14:22:04 +0200

24de555 Keyboard commands are tagged for origin and connected with the correct IDP Thorsten Renk, 2015-12-09 11:15:17 +0200

e21eae0 Merge branch 'development' of https://wlbragg@.../p/fgspaceshuttledev/code into development Wayne Bragg, 2015-12-08 22:05:12 -0600

ae65843 Use property animation for buttons and talkback lights. Wayne Bragg, 2015-12-08 22:04:29 -0600

2a4ad73 Add proof of concept for IDP major function switch functionality Thorsten Renk, 2015-12-08 18:30:27 +0200

ce81daf Hashes to manage the relations between GPCs, IDPs, keyboards and MDUs Thorsten Renk, 2015-12-08 15:32:58 +0200

482ef5c Pushbuttons do not toggle properties, auto-pitch hold is only active for Aerojet DAP Thorsten Renk, 2015-12-08 15:22:54 +0200

ed16c2d Merge branch 'development' of https://wlbragg@.../p/fgspaceshuttledev/code into development Wayne Bragg, 2015-12-08 00:17:49 -0600

90258c5 ADI buttons, RCS command lights. Wayne Bragg, 2015-12-08 00:17:04 -0600

dbdc8a7 Fix inertial attitude display and some quirks for DAP tracking modes Thorsten Renk, 2015-12-07 10:38:36 +0200

8e1ce25 Tentative changes to improve AP stability and efficiency Thorsten Renk, 2015-12-06 13:26:37 +0200

809663c Panel ambiance place holder in set file. Wayne Bragg, 2015-12-05 11:30:52 -0600

31a8d7d Implicit light map, flashlight. Wayne Bragg, 2015-12-05 04:23:56 -0600

53bda02 Fix lighting for interior effects Thorsten Renk, 2015-12-04 20:54:12 +0200

92b5612 Remove interior black box, create outer pressure vessel shell. Wayne Bragg, 2015-12-04 05:03:54 -0600

96eb5e1 More modifications to cockpit model. Wayne Bragg, 2015-12-02 22:10:13 -0600

220fda5 Merge branch 'development' of https://wlbragg@.../p/fgspaceshuttledev/code into development Wayne Bragg, 2015-12-02 16:53:04 -0600

c00d2f8 Consolidate cockpit model and xml, texture edit, start implicit lightmap, flashlight. Wayne Bragg, 2015-12-02 16:52:37 -0600

2b4e003 Pulse rotation mode for orbital DAP, configurable via SPEC 20 Thorsten Renk, 2015-12-02 14:31:39 +0200

4c58c6b MNVR page supports entering timed future OMS burns and trajectory prediction Thorsten Renk, 2015-12-01 10:11:17 +0200

c501002 Left keypad typo, add right keypad. Wayne Bragg, 2015-11-30 23:37:08 -0600

456cba0 Add key mapping to right keypad console. Wayne Bragg, 2015-11-30 22:40:04 -0600

9ca63b5 Merge branch 'development' of https://wlbragg@.../p/fgspaceshuttledev/code into development Wayne Bragg, 2015-11-30 20:32:39 -0600

57b094c Map key action to keyboard on console. Wayne Bragg, 2015-11-30 20:32:09 -0600

a664853 Fix roll error determination oddities in ap code Thorsten Renk, 2015-11-29 14:09:48 +0200

a1626ee Various fixes and improvements for orbital DAP and auto mode Thorsten Renk, 2015-11-27 15:52:41 +0200

cf832b4 LVLH commands need to be merged later to avoid messing with the translational attitude hold modes Thorsten Renk, 2015-11-26 17:24:06 +0200

d3bd423 Orbital DAPs configurable via SPEC 20 Thorsten Renk, 2015-11-26 13:47:43 +0200

428d72b Wiring up SPEC 20 display Thorsten Renk, 2015-11-25 14:37:12 +0200

9c9eece Finished SPEC 20 layout Thorsten Renk, 2015-11-24 17:52:35 +0200

7aeb4a7 Beginning of DAP config utility (SPEC 20) layout Thorsten Renk, 2015-11-21 14:18:05 +0200

c6b420d LVLH attitude hold DAP control routines Thorsten Renk, 2015-11-20 12:53:06 +0200

13aa77b UNIV PTG display allows to program future maneuvers by entering starting time Thorsten Renk, 2015-11-19 15:14:26 +0200

8a06e29 Add textures to cockpit-damaged model. Wayne Bragg, 2015-11-18 17:35:49 -0600

558c52d Merge branch 'development' of https://wlbragg@.../p/fgspaceshuttledev/code into development Wayne Bragg, 2015-11-18 14:02:10 -0600

9dac91c Create cockpit-damage.ac. Wayne Bragg, 2015-11-18 14:01:33 -0600

27bf4de Orbital DAP selection (FREE, INRTL, LVLH, AUTO) now interacts with available DAP choice using key Thorsten Renk, 2015-11-18 14:29:47 +0200

195fe15 Add damaged cockpit model, explosion configuration switch, start of flight-recorder configuration for liftoff condition. Wayne Bragg, 2015-11-17 13:17:51 -0600

86dc5df Merge branch 'fix-z-fighting' into development Wayne Bragg, 2015-11-17 13:09:12 -0600

7cbb3ea ROT mode for orbital autopilot Thorsten Renk, 2015-11-17 15:15:46 +0200

9060376 Work done for FSWeekend preparation - preview for FGRun, HUD adapted to in-cockpit use, fixed canvas HUD bugs and sounds Thorsten Renk, 2015-11-11 10:32:36 +0200

9af8b2d Correct z-fighting on fuselage. Wayne Bragg, 2015-11-02 16:24:04 -0600

d7e5a3c Actuator stall for qbar limit violations during glide Thorsten Renk, 2015-11-01 18:42:20 +0200

5d84d26 Couple of minor fixes for bugs and oddities Thorsten Renk, 2015-11-01 15:11:04 +0200

1fb9f14 Reworked entry plasma trail (does not suffer from artifacts when rolling and yawing) and multiple trails simulating breakup Thorsten Renk, 2015-10-31 14:10:45 +0200

564ab17 Animation of explosion during ascent Thorsten Renk, 2015-10-30 13:53:56 +0200

cbc2d9a FG HUD shows reduced set of information when in cockpit view to not obscure cockpit instrumentation Thorsten Renk, 2015-10-29 13:02:20 +0200

b7b4fff Remove blocked payload bay windows, fix left bay door texture. Wayne Bragg, 2015-10-28 16:16:49 -0500

4e0a00a Integration of SPARTAN-201 into payload handling Thorsten Renk, 2015-10-28 12:33:27 +0200

b84e001 Spartan-201 as deployable payload, bugfixes and some preparation Thorsten Renk, 2015-10-26 12:31:24 +0200

435deec Finish time utility page Thorsten Renk, 2015-10-23 10:45:12 +0300

c64fda5 Adjust speed brake UV texture. Wayne Bragg, 2015-10-21 18:12:41 -0500

d591de0 Correct texture path for ground effects. Wayne Bragg, 2015-10-21 17:58:45 -0500

260b2d7 Correct UV mapping of gear doors, speed brake, wheel wells. Remove stray verts. Wayne Bragg, 2015-10-21 17:08:35 -0500

6fc9e9a CRT timer handling routines Thorsten Renk, 2015-10-21 14:52:43 +0300

46a95c2 Shuttle inits on MLP when in launch config - tentatively at least... Thorsten Renk, 2015-10-21 10:27:40 +0300

a6a4414 Various timekeeping utility routines Thorsten Renk, 2015-10-20 18:32:11 +0300

337aa50 Supporting routines for time utility (SPEC 2) display Thorsten Renk, 2015-10-20 14:31:54 +0300

637e44c Layout of SPEC 002 - TIME utility display Thorsten Renk, 2015-10-18 10:24:02 +0300

dee8b9a Add original NASA DPS dictionary pdf to Documentation Thorsten Renk, 2015-10-18 09:12:27 +0300

7d27046 Details of OMS fuel dump - TTG calculation, interplay with programmed dump and manual switch, programmable dump percentage,... Thorsten Renk, 2015-10-17 14:17:44 +0300

f8c9cb5 Fix aft RCS dump and RCS thruster control handover logic during OMS burn Thorsten Renk, 2015-10-16 10:47:46 +0300

74aff93 Systems implementations for vent doors, air data probes and throttle re-mapping Thorsten Renk, 2015-10-16 10:24:46 +0300

980134a Complete wiring of SPEC 51 OVERRIDE Thorsten Renk, 2015-10-15 13:21:21 +0300

3d058da Start wiring up the OVERRIDE display Thorsten Renk, 2015-10-14 10:37:40 +0300

0ad4bdd Finished SPEC 51 layout Thorsten Renk, 2015-10-13 13:44:08 +0300

a853a7e SPEC 51 display (OVERRIDE) layout Thorsten Renk, 2015-10-12 14:33:45 +0300

528b419 Revert "Beginning of OVERRIDE (SPEC 51) display layout" Thorsten Renk, 2015-10-12 14:27:50 +0300
This reverts commit cb146f7eee73a0c2aef511127d6c036f851a5af8.

cb146f7 Beginning of OVERRIDE (SPEC 51) display layout Thorsten Renk, 2015-10-12 14:23:30 +0300

7f51cb4 Don't render gears until we have to, but do render gear doors before ETsep Thorsten Renk, 2015-10-12 13:35:52 +0300

f211000 Color corrections for OMS pods Thorsten Renk, 2015-10-12 13:23:56 +0300

7b7b22d OMS pod original blender file by japreja Thorsten Renk, 2015-10-11 18:15:55 +0300

deb4fd6 Merge branch 'development' of ssh://git.code.sf.net/p/fgspaceshuttledev/code into development Thorsten Renk, 2015-10-10 11:22:13 +0300

551ba07 A couple of minor bugfixes Thorsten Renk, 2015-10-10 10:34:49 +0300

fb2f595 Cockpit re-texturing Richard Harrison, 2015-10-10 08:36:10 +0200
* Replaced fwd-cockpit-text-map.png with fwd-cockpit-text-map-x.png. The name is a bit misleading as at the time I was going to have separate textures for x,y,z - but after getting this far I don't think I'll need it.
* Switches / Knobs on L1 are separate, as are all the MEDS buttons and a few other controls. I haven't renamed all of the MEDS buttons (only the first two on the cdr side).
* The texturing approach I've taken is to have the labels for each panel laid out panel sized, the rest of the (switches etc) use common textures, these are supposed to be located at the bottom right section. Some of the panel controls are in the right place on the panel; if it makes sense to do it like this. When it's time to make lights come on and landing gear indicators animate parts of these will need to be moved (as yet I've not found a way to make things light up properly without having on and off as separate items in the texture).

b86745b UV texture mapped gear wells. Wayne Bragg, 2015-10-09 14:18:51 -0500

2ceaf69 Fix landing gear doors texture mapping. Wayne Bragg, 2015-10-09 13:15:21 -0500

5ae7c95 Tentative fixes for rendering and lighting inconsistencies Thorsten Renk, 2015-10-09 19:50:09 +0300

62f8222 Paintjob for OMS engines by japreja Thorsten Renk, 2015-10-09 11:04:09 +0300

593a749 Finishing touches for software-controlled payload bay door operations Thorsten Renk, 2015-10-09 09:39:24 +0300

08b8020 Manual payload bay door opening control Thorsten Renk, 2015-10-08 14:11:34 +0300

221bac0 TAEM guidance includes STRT option Thorsten Renk, 2015-10-07 13:01:31 +0300

ed9d4a3 Layout for SPEC 63 (payload bay door control) Thorsten Renk, 2015-10-07 10:41:24 +0300

8ea4870 Fine-tuning of TAEM guidance and displays VERT TRAJ 1 and 2 Thorsten Renk, 2015-10-06 15:59:38 +0300

b37ecfb VERT SIT 1 display into DPS framework Thorsten Renk, 2015-10-05 18:42:32 +0300

c84acaf More TAEM guidance work Thorsten Renk, 2015-10-05 15:37:00 +0300

1567c4b TAEM geometry waypoint generation Thorsten Renk, 2015-10-04 20:09:06 +0300

6154d3f Preliminary work for VERT SIT displays Thorsten Renk, 2015-10-02 11:22:39 +0300

3521109 Finish APU/HYD display Thorsten Renk, 2015-10-01 10:52:36 +0300

2f9bdc3 Parameters for APU/HYD display Thorsten Renk, 2015-09-30 11:12:26 +0300

e16bbce APU/HYD display (DISP 86) layout Thorsten Renk, 2015-09-29 18:31:34 +0300

627f728 DPS parser improvements and OMS vectoring motor selection Thorsten Renk, 2015-09-29 11:29:12 +0300

727eee8 CWS development to include OMS failure conditions Thorsten Renk, 2015-09-28 19:48:36 +0300

e1836b4 Animated RHC by japreja Thorsten Renk, 2015-09-28 14:03:33 +0300

3c68fcf Consistent generation and detection of pressure values for various failure modes Thorsten Renk, 2015-09-28 13:52:58 +0300

1e7ebd4 Nitrogen system pressure readings for OMS Thorsten Renk, 2015-09-28 10:06:20 +0300

def3122 RCS and OMS status, pressure and fuel quantity readings wired to GNC SYS SUMM 2 Thorsten Renk, 2015-09-27 14:24:51 +0300

63a4a3a GNC SYS SUMM 2 display layout finished Thorsten Renk, 2015-09-27 10:22:55 +0300

16abd5b Fix not properly retracted contect points Thorsten Renk, 2015-09-26 20:21:59 +0300

5137aea Begin of GNC SYS SUMM 2 display layout Thorsten Renk, 2015-09-26 13:15:00 +0300

027853e New splash screens v2 Jonathan Schellhase, 2015-09-25 14:14:48 +0200

d94d9fc Fault detection of L and R pod jets Thorsten Renk, 2015-09-25 13:48:02 +0300

71ce61b More work on CWS message generation Thorsten Renk, 2015-09-25 10:21:26 +0300

6590e99 Beginning of CWS subsystem inspection and message generation Thorsten Renk, 2015-09-24 18:07:42 +0300

2f89091 Finishing touches for GNC SYS SUMM 1 Thorsten Renk, 2015-09-24 10:13:21 +0300

f9f6fdf Spartan satellite adapted from NASA 3d model by Jorge J. Pareja, awaiting integration with Shuttle payload handling Thorsten Renk, 2015-09-23 16:06:52 +0300

18051ce GNC SUM1 display layout Thorsten Renk, 2015-09-23 11:11:11 +0300

265b757 VGO components for MNVR display, Auto DAP for OMS TVC Thorsten Renk, 2015-09-22 16:22:49 +0300

52d3b5d Work on orbital eccentricity vector and time to apsis display Thorsten Renk, 2015-09-22 10:18:03 +0300

cfa6846 Correction for OMS thrust axis Thorsten Renk, 2015-09-21 18:39:39 +0300

bae81db Automatic OMS burns (still quirky, but working Thorsten Renk, 2015-09-21 15:20:12 +0300

70682c1 Prediction of apoapsis and periapsis for PEG 7 burn targets Thorsten Renk, 2015-09-21 11:03:18 +0300

3b71905 Fix roll error bugs in attitude DAPs Thorsten Renk, 2015-09-20 14:17:38 +0300

cf68e61 Preparation for MNVR display functionality - OMS burn attitude computation Thorsten Renk, 2015-09-19 14:30:41 +0300

18bedb7 Errors and target orientations for display Thorsten Renk, 2015-09-18 15:59:38 +0300

fe82067 More work on pointing and tracking functionality Thorsten Renk, 2015-09-18 12:15:51 +0300

3fbc093 Orbital DAP tracking functionality Thorsten Renk, 2015-09-17 13:04:11 +0300

8cc91b5 AP / DPS pointing page interaction Thorsten Renk, 2015-09-16 14:46:16 +0300

c1c1bf2 Orbital DAP work Thorsten Renk, 2015-09-16 11:00:14 +0300

0645b73 More on pointing in the different coordinate frames Thorsten Renk, 2015-09-15 15:08:58 +0300

360b08e Preliminary work for automatic attitude pointing of the Shuttle Thorsten Renk, 2015-09-14 16:12:14 +0300

6cc088b Finish of MNVR display page displaying all currently supported functions Thorsten Renk, 2015-09-14 09:49:52 +0300

b2fa346 Work on maneuver display page Thorsten Renk, 2015-09-13 17:50:45 +0300

a619cfc add on / off display methods. Richard Harrison, 2015-09-12 17:31:38 +0200

2111726 Universal pointing display Thorsten Renk, 2015-09-12 17:22:24 +0300

b69ddd2 More work on display structure Thorsten Renk, 2015-09-11 19:35:27 +0300

fb82d21 Generic MEDS and DPS display layers Thorsten Renk, 2015-09-11 11:36:18 +0300

dd69800 Keyboard and start of command parser Thorsten Renk, 2015-09-10 15:33:27 +0300

8c0bd58 Some work on display menu structure and forumating Thorsten Renk, 2015-09-10 11:18:42 +0300

1da7745 Tentative addition of ascent trajectory display to PFD Thorsten Renk, 2015-09-09 11:39:10 +0300

39e933e Add canvas HUD for pilot / commander. Richard Harrison, 2015-09-09 07:22:06 +0200
These are based on the F-15 and need to be adapted more for the shuttle; however it is a reasonable starting point.

The geometry / position is about right (in the 3d model).

Next steps are to make the SVG more like the real thing (2.7-22) and add support for on off switch and the declutter modes.

2d56d4a Merge remote-tracking branch 'origin/development' into development Richard Harrison, 2015-09-09 00:39:05 +0200

338d7e1 Merge branch 'cockpit-texturing' into development Richard Harrison, 2015-09-09 00:38:11 +0200

9d589f3 Add ascent trajectory page to PFD Richard Harrison, 2015-09-09 00:38:06 +0200

1bca14a Revised flightdeck texture mapping and geometry. Richard Harrison, 2015-09-09 00:37:23 +0200

3ece09b Support for interconnected OMS/RCS fuel dump - works twice as fast Thorsten Renk, 2015-09-08 18:03:39 +0300

086365c Bugfix for ET center of mass position and launch timer inconsistency Thorsten Renk, 2015-09-08 14:41:16 +0300

0217112 Further tweaks to FCS and HUD to enable proper RTLS abort Thorsten Renk, 2015-09-07 17:45:53 +0300

fc3504a HUD symbology for TAL and RTLS aborts Thorsten Renk, 2015-09-07 13:20:10 +0300

3aba019 Better consistency of guidance for abort modes (RTLS and TAL) Thorsten Renk, 2015-09-06 14:39:18 +0300

b3eb06b Retexturing Richard Harrison, 2015-09-05 19:48:16 +0200

3f77262 Various bugfixes for minor oddities and failures of failure modeling Thorsten Renk, 2015-09-05 10:52:39 +0300

f2346e4 Entry trajectory data for PASS ENTRY TRAJ displays Thorsten Renk, 2015-09-03 12:10:15 +0300

467d090 Tentative ascent trajectory display Thorsten Renk, 2015-09-02 11:48:09 +0300

f308053 More work on de-orbit planning Thorsten Renk, 2015-09-01 11:38:03 +0300

ccfebcc Instrumentation for Entry Interface location display and de-orbit planning Thorsten Renk, 2015-08-31 19:45:18 +0300

520080f Tables of flight data for launch and entry profiles as design reference Thorsten Renk, 2015-08-29 14:09:32 +0300

9614ea0 Improvements to floodlights with multi-channel lightmap and darkmap Thorsten Renk, 2015-08-28 10:17:28 +0300

d68b256 Payload bay floodlights Thorsten Renk, 2015-08-27 14:49:36 +0300

c70a980 Animation for RMS arm jettison Thorsten Renk, 2015-08-25 15:32:58 +0300

79dafc2 Control logic for RMS arm jettison Thorsten Renk, 2015-08-24 13:21:52 +0300

1c1888e Co-orbiting objects take simulation time speedup into account Thorsten Renk, 2015-08-24 12:35:02 +0300

d811d19 Re-factoring the code for co-orbiting objects Thorsten Renk, 2015-08-24 12:29:16 +0300

c34dc79 Selectable payload, details of payload handling Thorsten Renk, 2015-07-26 15:16:52 +0300

38313c0 Y/P/R manual augmented driving mode for RMS (still quirky...) Thorsten Renk, 2015-07-26 11:19:28 +0300

a825ce2 Animate front landing gear extention wlbragg, 2015-07-25 23:13:35 -0500

1390b4e Final rear landing gear extention animation wlbragg, 2015-07-25 22:35:21 -0500

35f9f3a Merge branch 'development' of https://wlbragg@.../p/fgspaceshuttledev/code into development wlbragg, 2015-07-25 15:24:04 -0500

c9a7451 Animate more parts of rear landing gear, incomplete wlbragg, 2015-07-25 15:23:36 -0500

3206882 Manual augmented RMS drive mode for xyz Thorsten Renk, 2015-07-25 12:46:54 +0300

3ccc949 Release to re-latch payload to bay Thorsten Renk, 2015-07-24 17:32:58 +0300

b034c7c Payload retention system Thorsten Renk, 2015-07-24 17:20:29 +0300

fd149de Fix EVA view Thorsten Renk, 2015-07-24 10:23:08 +0300

74c904a Texture damaged wheels wlbragg, 2015-07-23 10:31:34 -0500

45aa8d6 Demo of a stripped-down TDRS in payload bay, can be released using the RMS arm Thorsten Renk, 2015-07-23 17:16:34 +0300

0d6ebb7 Merge branch 'development' of ssh://git.code.sf.net/p/fgspaceshuttledev/code into development Thorsten Renk, 2015-07-23 08:19:12 +0300

65c9178 Move ground effect textures, wheel textures, start of gear animation wlbragg, 2015-07-22 14:57:53 -0500

0e820be Sense logic for RCS translation mode Thorsten Renk, 2015-07-22 11:19:55 +0300

3616ecb RMS animation and operation Thorsten Renk, 2015-07-22 11:19:12 +0300

bf58cfc Support for Ku-antenna jettison Thorsten Renk, 2015-07-22 11:17:41 +0300

3a23f32 Start of automatic launchpad placement - not working yet Thorsten Renk, 2015-07-20 09:02:09 +0300

40700c6 FCS buttons, star tracker and Ku-band antenna operations, radar altimeter,... Thorsten Renk, 2015-07-20 09:00:44 +0300

1c92b41 Re-organization of payload bay models Thorsten Renk, 2015-07-20 08:58:26 +0300

d1de3d2 Inhibit wasteful thruster combination firings Thorsten Renk, 2015-07-14 13:27:31 +0300

73f16ec Hydraulic failures affect braking power and NWS, gear cannot be retracted Thorsten Renk, 2015-07-14 10:22:12 +0300

6c7e4fa More realistic gear deployment (arm gear) and rollout sequence Thorsten Renk, 2015-07-13 14:07:20 +0300

2016-01-17 15:55:52 Tree
[r1508] by r-harrison

SpaceShuttle: Merge of Milestone-5 Part3

Cockpit Model

2016-01-17 15:17:06 Tree
[r1507] by r-harrison

SpaceShuttle: Merge of Milestone-5 Part2

Landing Gear Models

2016-01-17 14:44:55 Tree
[r1506] by r-harrison

SpaceShuttle: Merge of Milestone-5 Part1

Damage model

2016-01-17 14:38:23 Tree
[r1505] by dg-505

DHC6: Make limit warnings deactivatable via a menu option

2016-01-17 11:23:44 Tree
[r1504] by tikibar

757-200: Updated RB211 FDM; minor fixes and updates

2016-01-17 08:34:25 Tree
[r1503] by dg-505

DHC6: Some work regarding the new trim console:
* Correct some of the animations
* Map aileron and rudder trim to keyboard (F5-F8)
* Include the trim functions to Autostart/Shutdown and checklists/tutorials.

2016-01-16 20:38:53 Tree
[r1502] by r-harrison

F-14: Canopy & FDM changes

- New canopy that fits better into the frame.
- F-14A & F-14B have different FDM (engines). Previously both were using the same - although the files were in the right place I'd forgotten to reference them.

2016-01-16 18:48:38 Tree
Older >
MongoDB Logo MongoDB