Rev. | 时间 | 作者 |
---|---|---|
c11127e7dadd tip | 2019-09-14 10:05:50 | Martin Schweiger |
* DeltaGlider: added framework for vessel-specific Lua interface extension documentation. Lua interface source (DGLua.cpp is scanned by ldoc, and resulting html files are incorporated into the inline vessel help files (Deltaglider.chm and DG-S.chm). Also fixed a few build problems in Deltaglider project file. |
||
3ba87d555305 | 2019-08-29 05:35:07 | Martin Schweiger |
* Glass cockpit: bug fix: MFD text sometimes blurred because of sub-pixel misalignment of MFD billboard meshes (for MFD size <= 3, CompactGlasspit == TRUE and specific viewport sizes) [issue #1444] |
||
598c81c7df2d | 2019-08-23 08:33:55 | Martin Schweiger |
Added Quadcopter class to Orbitersk/samples/Vessel |
||
d1ca43e6ae05 | 2019-03-05 07:11:50 | Martin Schweiger |
Modified initialisation sequence for freeflight vessels to make sure relative airspeed in vessel frame is valid in first time step. Addresses issue #561. |
||
23869748e430 | 2019-03-01 06:57:59 | Martin Schweiger |
Bug fix: division by zero in Map MFD [issue #1399] |
||
d91c7ee7c6c0 | 2019-02-21 02:11:04 | Martin Schweiger |
- Rearranged Orbitersdk/samples directory structure |
||
62a2f619f8a7 | 2018-09-05 10:22:47 | Martin Schweiger |
* Mesh: group is re-initialised after edit with Mesh::EditGroup so that visibility volume is updated (issue #1356) |
||
afe77a998745 | 2018-08-25 14:50:16 | Martin Schweiger |
* Atlantis: Launch autopilot: implemented SSME throttle-down for max dynamic pressure between MET 35s and MET 77s, and throttle-down for 3g max acceleration at the end of the burn. Adjusted launch attitude profile to account for modified thrust values. [issue #1300] |
||
53d3179b5278 | 2018-08-23 08:18:55 | Martin Schweiger |
* DeltaGlider: bug fix: fuel level indicators and fuel readouts corrupted in 2D panel mode when switching between vessel instances [issue #1323] |
||
eb628498e598 | 2018-08-22 12:12:35 | Martin Schweiger |
DeltaGlider: bug fix: creating a new DeltaGlider or DG-S instance in a simulation that already contained a DeltaGlider (non-scram) instance would corrupt the fuel display, and prevent the scram throttle levers from showing. This was caused by mesh edits that were not cleared before the new instance was initialised, leading to cumulative mesh modifications. [issue #1323] |
||
e36a5088b2de | 2018-08-21 11:10:49 | Martin Schweiger |
* DeltaGlider: Insignia: layout geometry slightly altered and smaller font for winglet markings so that lower-case characters extending below baseline are not clipped [issue #1361] |
||
f7570907698c | 2018-08-21 07:57:50 | Martin Schweiger |
Surface-relative parameters (including position, altitude, ground and airspeed, atmospheric parameters) for each component of a SuperVessel immediately after assembly of the SuperVessel. For docked assemblies at simulation start this means that the surface parameters are up to date at the first clbkPreStep [issue #1374] |
||
f228827a4971 | 2018-08-19 07:20:59 | Martin Schweiger |
* Atlantis: modified mass and thrust parameters [issue #1300] |
||
52f54428235a | 2018-08-13 07:22:12 | Martin Schweiger |
Bug fix: API functions VESSEL::GetAOA and VESSEL::GetSlipAngle are now based on air velocity vector instead of ground velocity vector [issue #1371] |
||
562bcb80a2fe | 2018-08-12 08:03:39 | Martin Schweiger |
Build options: debug info set to "none" for all binaries except orbitersdk.lib (/Z7) |
||
46d6f1f27e74 | 2018-08-09 10:30:47 | Martin Schweiger |
Compiled orbitersdk.lib with VS2008 toolset to avoid /MD /MT module conflicts |
||
9312c32d6ba9 | 2018-08-07 10:49:20 | Martin Schweiger |
Switched compiler toolset to VS2015 and updated the project files. |
||
a5690411ef23 | 2017-12-04 08:33:12 | Martin Schweiger |
Lua interface: added unit testing in Scenarios\Tests\unit_test.scn (incomplete) |
||
27fbba359a53 | 2017-12-04 08:16:26 | Martin Schweiger |
Lua interface: vessel class methods defined in separate source file |
||
35e007bb4c04 | 2017-10-14 09:11:19 | Martin Schweiger |
Fixed PMI calculation for docked vessels (see Doc/Technotes/composite.pdf and https://www.orbiter-forum.com/showthread.php?t=38762) |
||
edd81e7d8c70 | 2017-10-11 06:46:52 | Martin Schweiger |
This commit reflects the modified build process for the Orbiter sources and doesn't contain any functional changes in the code. |
||
417090bf68b7 | 2017-09-01 10:15:09 | Martin Schweiger |
Bug fix: new style surface labels would not render when quadtree policy was set to cache+archive |
||
1c7bc2178d50 | 2017-08-31 10:39:13 | Martin Schweiger |
Added missing Label.cfg files for Earth and Mars |
||
fbb3e03cba3f | 2017-08-30 10:50:40 | Martin Schweiger |
Added support for quadtree-based surface labels to GraphicsClient interface. |
||
e99b325fec18 | 2017-08-28 04:37:03 | Martin Schweiger |
* tileedit: fixed some of the CTD bugs. fixed lack of mouse response when clicking on nagivation queues |
||
7674b1cae6e1 | 2016-11-25 09:00:45 | Martin Schweiger |
Earth and moon config: switched default elevation resolution to 0.5 |
||
5c50af326985 | 2016-09-10 18:58:21 | Martin Schweiger |
Bug fix: time acceleration keyboard commands (R, T) are now copied to the Time acceleration dialog if open. |
||
9845864216c5 | 2016-09-03 22:06:50 | Martin Schweiger |
Bug fix: VESSEL::GetStatus and VESSEL::GetStatusEx now respect the modified meaning of the arot and vrot vessel parameters for landed vessels (arot: rotation angles relative to planet frame, vrot.x: vessel CoG altitude above elevated ground) |
||
91e623360643 | 2016-08-31 04:28:56 | Martin Schweiger |
This commit corresponds to Orbiter 2016, released 30 August 2016 |
||
9d367fc9464b | 2016-08-16 09:06:24 | Martin Schweiger |
Various fixes to MSI installer script |