1
0
Fork 0
flightgear/src/Scripting
James Turner b1ff365a8f Make FGTaxiNode and FGParking inherit FGPositioned.
In preparation for caching the groundnet in the NavCache, make taxi-nodes and parkings inherit from FGPositioned. As part of this, make them heap (as opposed to value) classes, disable their copy-constructors, remove many mutating operations, and give them real constructors.
2012-09-25 00:31:17 +01:00
..
ClipboardCocoa.mm Cocoa clipboard implementation. 2012-08-05 21:00:05 +01:00
ClipboardFallback.cxx Basic clipboard access from Nasal. 2012-08-04 17:33:48 +02:00
ClipboardWindows.cxx Basic clipboard access from Nasal. 2012-08-04 17:33:48 +02:00
ClipboardX11.cxx Complete X11 clipboard support. 2012-08-05 11:19:24 +02:00
CMakeLists.txt Expose SGCondition as a ghost to Nasal directly. 2012-08-19 21:13:31 +01:00
nasal-props.cxx Expose SGCondition as a ghost to Nasal directly. 2012-08-19 21:13:31 +01:00
NasalCanvas.cxx Avoid compiler warnings. 2012-09-17 13:45:31 +02:00
NasalCanvas.hxx Skeleton Nasal-Canvas integration. 2012-08-02 12:18:38 +01:00
NasalClipboard.cxx Complete X11 clipboard support. 2012-08-05 11:19:24 +02:00
NasalClipboard.hxx Complete X11 clipboard support. 2012-08-05 11:19:24 +02:00
NasalCondition.cxx Expose SGCondition as a ghost to Nasal directly. 2012-08-19 21:13:31 +01:00
NasalCondition.hxx Expose SGCondition as a ghost to Nasal directly. 2012-08-19 21:13:31 +01:00
NasalPositioned.cxx Make FGTaxiNode and FGParking inherit FGPositioned. 2012-09-25 00:31:17 +01:00
NasalPositioned.hxx Convert all the Nasal wrappers around FGPositioned to use ghost-member-access 2012-04-28 23:28:12 +01:00
NasalSys.cxx Expose SGCondition as a ghost to Nasal directly. 2012-08-19 21:13:31 +01:00
NasalSys.hxx Expose SGCondition as a ghost to Nasal directly. 2012-08-19 21:13:31 +01:00