1
0
Fork 0
flightgear/src/Scripting
James Turner 4c42600898 Sprintf to snprintf fixes
Reduce warning from Clang about use of sprintf.
2023-01-08 19:36:44 +00:00
..
ClipboardCocoa.mm Explicit AppKit includes for Mac. 2015-04-11 21:59:29 +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 REVIEW: Memory Leak - ClipboardX11 ctor 2020-08-22 17:00:24 -05:00
CMakeLists.txt Fix up linkage of Nasal tests inside CppUnit 2022-01-05 15:41:33 +00:00
nasal-props.cxx Nasal expose propertyValue as a helper 2022-03-09 16:52:19 +00:00
NasalAddons.cxx Update for nasal::Context changes 2018-01-09 23:22:55 +01:00
NasalAddons.hxx Add-ons: move all code to the flightgear::addons namespace 2017-12-26 19:44:15 +01:00
NasalAircraft.cxx SGSubsystemMgr::get_subsystem(): Universal switch to the templated function. 2022-11-17 15:57:39 +00:00
NasalAircraft.hxx Scripting: expose flight history as aircraft.history() 2014-05-10 10:56:09 +02:00
NasalCanvas.cxx Expose new Canvas methods to Nasal 2023-01-05 14:06:46 +00:00
NasalCanvas.hxx Scripting: get rid of gcHash and use new SimGear/Nasal functions. 2013-10-15 00:58:21 +02:00
NasalClipboard.cxx Less Boost. 2019-02-06 17:36:36 +00:00
NasalClipboard.hxx Replace boost::shared_ptr/weak_ptr by std::shared_ptr/weak_ptr 2020-04-22 14:05:46 +01:00
NasalCondition.cxx Fix compiler warning (naRuntimeError does not return...) 2014-06-23 00:42:17 +02:00
NasalCondition.hxx Nasal: expose SGCondition using nasal::Ghost and improved error checking. 2014-06-22 15:37:48 +02:00
NasalFlightPlan.cxx Add some missing cases to Nasal FlightPlan binding 2022-12-02 12:22:15 +00:00
NasalFlightPlan.hxx Split NasalPositioned in two 2020-05-22 16:38:53 +01:00
NasalHTTP.cxx SGSubsystemMgr::get_subsystem(): Universal switch to the templated function. 2022-11-17 15:57:39 +00:00
NasalHTTP.hxx Expose HTTP module to Nasal. 2013-10-27 19:39:22 +01:00
NasalModelData.cxx Fix crash on exit 2022-11-27 14:29:11 +00:00
NasalModelData.hxx AIModelData: add error report context 2021-02-24 14:47:01 +00:00
NasalPositioned.cxx Marker pins 2022-01-27 08:47:48 +00:00
NasalPositioned.hxx Split NasalPositioned in two 2020-05-22 16:38:53 +01:00
NasalPositioned_cppbind.cxx Replace boost::to_lower and boost::to_upper by strutils::lowercase and strutils::uppercase 2020-04-14 13:26:53 +01:00
NasalSGPath.cxx Replace fgValidatePath() with SGPath::validate() 2022-08-22 13:35:15 +02:00
NasalSGPath.hxx Expose SGPath to Nasal 2013-12-18 10:30:19 +01:00
NasalString.cxx Update for nasal::Context changes 2018-01-09 23:22:55 +01:00
NasalString.hxx Scripting: get rid of gcHash and use new SimGear/Nasal functions. 2013-10-15 00:58:21 +02:00
NasalSys.cxx Sprintf to snprintf fixes 2023-01-08 19:36:44 +00:00
NasalSys.hxx Nasal: support for module reload via command 2022-11-08 22:38:04 +00:00
NasalSys_private.hxx Nasal unit-testing: allow deep struct equality. 2020-07-08 15:22:27 +01:00
NasalUnitTesting.cxx Fix some warnings from Xcode 12 2020-10-29 14:52:19 +00:00
NasalUnitTesting.hxx Draft version of Nasal unit-testing API 2020-05-06 15:20:26 +01:00