]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2012-12-16 Mathias Froehlichfgviewer: Import hla based viewer application.
2012-12-16 James TurnerMETAR selection of runway works for reset.
2012-12-16 Frederic BouvierImprove fltk detection under Windows
2012-12-15 James TurnerRestructure positional finalisation for sim-reset.
2012-12-13 Thomas GeymayerUpdate to latest SimGear and fix eating up every 2nd...
2012-12-13 Thomas GeymayerAllow Canvas Windows to be resized by dragging
2012-12-13 James TurnerSearch the current aircraft-dir implicitly.
2012-12-11 James TurnerFlightHistory: spatial limit on captures.
2012-12-11 James TurnerFlight-history men usage cap.
2012-12-10 James TurnerFlight-path-history.
2012-12-09 Thomas GeymayerCanvasWidget: Retrieve texture id every frame.
2012-12-09 James TurnerIssue #809, restructure position init code.
2012-12-08 Thomas GeymayerCanvas MouseEvent now provides client and screen position
2012-12-06 Thomas GeymayerCanvas add event time and expose current click count
2012-12-05 Stuart BuchananGenerate RNG at start of day, and pass down the stack...
2012-12-04 Thomas GeymayerExpose canvas::Element::getTransformedBounds to Nasal
2012-12-03 Thomas GeymayerFix #953.
2012-12-02 James TurnerWhoops, work-around for #926 correctly.
2012-12-02 Thomas GeymayerFix calculating CanvasWidget mouse coordinates
2012-12-02 Thomas GeymayerFix for old PUI versions
2012-12-02 Thomas GeymayerForward mouse events from (PUI) CanvasWidget to Canvas...
2012-12-01 Frederic BouvierLook for Boost 1.52.0 and OpenRTI under Windows
2012-12-01 ThorstenBFixed incomplete copy&paste issue.
2012-12-01 ThorstenB#946: some libraries not found on Ubuntu/Debian
2012-12-01 Mathias Froehlichfgai: Use HLACartesianLocation instead of an own implem...
2012-11-30 Thomas GeymayerCanvas: Expose more methods to Nasal.
2012-11-29 Thomas GeymayerUpdate for latest SimGear changes and remove some old...
2012-11-29 Thomas GeymayerExpose simgear::canvas::Group::createChild to Nasal
2012-11-28 James TurnerBug 926
2012-11-28 Frederic BouvierMSVC 11 compile fix
2012-11-27 ThorstenB#952 terrasync not scheduling tiles before sim reset
2012-11-27 James TurnerBug #927 - flightplan XML loading.
2012-11-27 Stuart BuchananAdd properties to allow control of precipitation level...
2012-11-27 ThorstenBFix FGAIFlightPlan waypoint issues
2012-11-27 ThorstenBFix compile error "ISO C++ forbids initialization of...
2012-11-27 James TurnerAdd the scenery paths to the DB, and check them.
2012-11-27 James TurnerHandle DB-locked errors.
2012-11-27 Thomas GeymayerMore work on Canvas event handling/adapt for simgear...
2012-11-26 ThorstenBStop AI aircraft's sound when removing
2012-11-26 ThorstenBBase fullscreen detection on window decoration
2012-11-25 ThorstenBFix a couple of 64-bit warnings identified by GCC.
2012-11-25 James TurnerWork on AIAircraft gear animation.
2012-11-25 James TurnerFix a couple of 64-bit warnings identified by Clang.
2012-11-25 ThorstenBAdd debug check to NavCache
2012-11-25 ThorstenBtraffic: more pass by reference + member init
2012-11-25 ThorstenBTraffic: preemptable flight scheduling
2012-11-24 James TurnerFix duplicate runway wpt in default approach.
2012-11-24 ThorstenBMSVC compile issues.
2012-11-24 ThorstenBAIFlihtPlan: Proper member initialization
2012-11-24 James TurnerFix some groundnet cache issues.
2012-11-24 ThorstenBTraffic performance: add airport memory cache
2012-11-24 ThorstenBTraffic performance: cache track length
2012-11-24 ThorstenBPerformance improvement: pass (const) strings by reference
2012-11-24 Mathias Froehlichfgai: Add an initial sketch of an external ai module.
2012-11-24 Mathias Froehlichhla: add io chanel configuration shortcut hla-local.
2012-11-23 ThorstenBAdd more debug output to NavDataCache
2012-11-23 ThorstenBUse more specific logging classes for SG_LOG.
2012-11-23 ThorstenBClean up namespace issues
2012-11-23 ThorstenBFix compiler warning with sprintf format
2012-11-22 Thomas GeymayerExpose NasalSys::gcSave/gcRelease to Canvas
2012-11-21 James TurnerBreak upwards dependency on Traffic in the AI code
2012-11-21 James TurnerAIManager cleanups, no functionality change.
2012-11-21 Thomas GeymayerAllow setting emission for each canvas placement
2012-11-20 James TurnerMissing std:: namespace in a header.
2012-11-20 James TurnerQuiet some log output.
2012-11-20 James TurnerView-manager: update globals automatically.
2012-11-20 James TurnerMake PUI menu-bar reinit safe.
2012-11-20 James TurnerMake EnvironmentMgr shutdown its subsystems.
2012-11-19 James TurnerAllow a default name when adding subsystems.
2012-11-19 James TurnerAvoid a dependency on the environment-manager.
2012-11-19 James TurnerMany more subsystems via the factory.
2012-11-19 James TurnerXMLHttpRequest: only set failure signal on failure
2012-11-19 James TurnerBracket threshold.xml loading in a DB transaction.
2012-11-19 Thomas GeymayerImprove finding gperftools and disable profiling by...
2012-11-19 James TurnerMake HTTPClient a proper subsystem.
2012-11-18 ThorstenBRemove static subsystem dependencies
2012-11-18 Thomas GeymayerClean up CanvasWidget and more work on Canvas/Nasal...
2012-11-18 ThorstenBFixed some uninitialized member vars and a mem leak.
2012-11-18 ThorstenBRemove static property dependencies
2012-11-18 ThorstenBviewmgr: fix mixed up white-spaces/indentation
2012-11-18 ThorstenBviewmgr: stash properties for better performance
2012-11-17 ThorstenBtoggle fullscreen: also adapt GUI plane when resizing
2012-11-17 ThorstenBAdd command to toggle fullscreen mode.
2012-11-17 ThorstenBYASim airborne start-up
2012-11-17 ThorstenB#600, for Curt... ;-) allow speed-up value to use fractions
2012-11-17 James TurnerSupport request body on xmlhttprequest.
2012-11-16 ThorstenB#931: some VOR+ILS stations not working on 32bit machines
2012-11-16 James TurnerFurther work on bug 905.
2012-11-16 Thomas GeymayerAdd new property indicating whether profiler is available
2012-11-16 Thomas GeymayerNasalCanvas: Clean up and expose Element node ghost
2012-11-15 ThorstenB#918: fix jsbsim in-air repositioning issue
2012-11-15 ThorstenB#895: AI traffic not working when system is offline...
2012-11-15 ThorstenBfgprotocol: delete io channel on shutdown
2012-11-15 ThorstenBjpg-httpd: Add error messages when unable to open port...
2012-11-15 ThorstenBjpg-httpd: consistent indentation and white-spaces
2012-11-15 Christian SchmittCMAKE: find plib module: correct the linking order...
2012-11-15 Thomas GeymayerReally make profiling commands optional
2012-11-15 Thomas GeymayerVisual Studio bug workaround
2012-11-15 Thomas GeymayerExperiment with exposing more canvas methods
2012-11-15 Thomas GeymayerMore cleanup an move of helper classes to simgear
next