]> git.mxchange.org Git - flightgear.git/history - src
Precipitation updates from ThorstenR
[flightgear.git] / src /
2014-10-21 Torsten DreyerPrecipitation updates from ThorstenR
2014-10-19 bcoconniFixed the initial conditions settings where the altitud...
2014-10-16 Torsten Dreyerhttpd: expose airport id to geojson properties
2014-10-03 Thomas GeymayerFix updating ADF ident if getting in range after being...
2014-10-02 Torsten DreyerRemove --jpg-httpd option
2014-10-02 Torsten Dreyerhttpd: fix mjpeg encoding
2014-09-24 Torsten DreyerFix (1st try) absolute paths for httpd url_rewrites
2014-09-24 Torsten DreyerSome debug stuff for the mongoose httpd
2014-09-21 Torsten Dreyerhttpd: fix log message typos
2014-09-21 Clément de l'HamaideImprove <usage> tag feature
2014-09-19 Torsten DreyerAllow user defined mime types for the internal httpd
2014-09-19 Thomas GeymayerNasal: move IOrules check to better place and exit...
2014-09-18 Thomas GeymayerSkydome ends lower with default rendering scheme.
2014-09-17 Thomas GeymayerUse black clear color only at high altitudes.
2014-09-17 Torsten DreyerLoad a flight recorder tape from the command line
2014-09-17 Thomas GeymayerBlack sky for orbital flights outside skybox.
2014-09-15 Torsten Dreyerhttpd: downgrade log message
2014-09-12 Torsten DreyerExpose the running-state of the internal webserver
2014-09-10 Torsten Dreyerhttpd: expose the aircraft dir to the web server
2014-09-10 Torsten DreyerOptionally disable the lowpass for the static system
2014-09-02 Torsten DreyerFix comm radio frequency range
2014-08-25 Thomas GeymayerCanvas: expose set/clearFocusElement to Nasal.
2014-08-25 Torsten DreyerExpose total-fuel-m3 to the tank properties
2014-08-23 Thomas Geymayercanvas::Text: expose more text/cursor methods to Nasal.
2014-08-18 Torsten DreyerExpose the vertical flight path as a property
2014-08-12 Thomas GeymayerExpose canvas::Element::setFocus to Nasal.
2014-08-10 Thomas GeymayerNasal Timer: prevent warning on restarting oneshot...
2014-08-10 Thomas GeymayerCanvas: generate keypress event for text input.
2014-08-10 Thomas GeymayerCanvas: support for pointer grab.
2014-08-09 Stuart BuchananNew materials.xml format
2014-08-09 bcoconniFixed a bug where the rate_limit was ignored if it...
2014-08-09 Thomas GeymayerUpdate for OpenSceneGraph 3.3.2 API changes.
2014-08-04 Thomas GeymayerCanvas: expose layout contents margins and alignment...
2014-08-03 bcoconniBug fix for the issue #1497. JSBSim calculations of...
2014-07-30 Thomas GeymayerDo not assume there is a mouse mode with index 3.
2014-07-30 Thomas GeymayerBetter fallback for missing menu and splash translations.
2014-07-30 Thomas GeymayerCanvas: export preventDefault to Nasal and use to stop...
2014-07-29 Thomas GeymayerCanvas: Keyboard events and input focus.
2014-07-20 Thomas GeymayerNasal: expose LayoutItem visibility methods.
2014-07-20 Thomas GeymayerNasal: update for simgear changes.
2014-07-18 bcoconniFixed the erratic behavior of <actuator> when rate_limi...
2014-07-16 bcoconniFix for the bug reported in the FlightGear 1503
2014-07-16 Thomas Geymayercanvas.Layout: expose missing methods to Nasal.
2014-07-12 Thomas GeymayerAIShip: remove duplicate property tie.
2014-07-11 Thomas GeymayersubsystemFactor: name fixing (use same as in fg_init...
2014-07-11 Thomas GeymayerFix subsystemFactory name fdm -> flight (Thanks to...
2014-06-30 Thomas Geymayerpkg: retrieve existing install (or register callback).
2014-06-29 James TurnerFix polar rendering of map. (Bug #55)
2014-06-26 Thomas GeymayerNasal: expose missing Canvas::setLayout
2014-06-26 Thomas GeymayerNasal: Limit SGPath::create_dir access rights to 0755
2014-06-24 Thomas GeymayerDraw Canvas GUI on top of PUI (to conform with event...
2014-06-22 Thomas GeymayerFix compiler warning (naRuntimeError does not return...)
2014-06-22 Thomas GeymayerNasal: expose SGCondition using nasal::Ghost and improv...
2014-06-22 Thomas GeymayerRemove unused value, formatting.
2014-06-21 Thomas GeymayerKeep (PUI) menubar visibility on gui-redraw. (Fix ...
2014-06-20 Thomas GeymayerNasal: set CustomEvent::bubbles.
2014-06-19 Gijs de RooyRemove unused --control option
2014-06-18 Thomas GeymayerNasal: md5 is now in simgear.
2014-06-17 Thomas GeymayerNasal: expose md5 function.
2014-06-17 Thomas GeymayerNasal: expose canvas::Text::maxWidth.
2014-06-16 Thomas GeymayerGUIMgr: prevent double init/shutdown
2014-06-15 James TurnerPkg: initial support for Variants
2014-06-15 Thomas GeymayerNasalSys: process nasal::Ghost deletion queue.
2014-06-15 Thomas Geymayerpkg: allow 'installed' as filter criterion.
2014-06-14 Thomas GeymayerNasal: expose canvas::Layout::clear()
2014-06-13 bcoconniKévin Seroux: C++11 fixes for MSVC++
2014-06-13 Thomas GeymayerExpose parse_markdown to Nasal.
2014-06-13 Thomas GeymayerEnable package system API
2014-06-12 Thomas GeymayerNasal: expose canvas height-for-width layouting methods.
2014-06-12 James TurnerType-correct decoding of JSON to props.
2014-06-12 James TurnerWebsocket get/set props and exec commands.
2014-06-12 James TurnerExpose package file size to Nasal.
2014-06-12 Thomas GeymayerFix crash (use iterator of same container for loop)
2014-06-12 James TurnerPkg: Fix loading of non-installed aircraft.
2014-06-12 James TurnerPkg: nicer Nasal syntax for tags in queries.
2014-06-12 James TurnerAircraft switching command and formal support.
2014-06-11 Thomas GeymayerNasal: expose canvas::Layout item remove and get methods.
2014-06-11 Thomas GeymayerPackage: warn for unknown filter term and use Hash...
2014-06-10 Thomas Geymayerpkg: Expose install callbacks to Nasal.
2014-06-10 James TurnerPackages: search from Nasal
2014-06-10 Thomas GeymayerNasal: expose more methods to Nasal.
2014-06-08 Thomas GeymayerNasal: Expose BoxLayout methods for spacer and stretch.
2014-06-04 Thomas GeymayerNasal: expose vbox layout and allow setting item stretch.
2014-06-04 Thomas GeymayerNasal: extend pkg API.
2014-06-04 Thomas GeymayerUpdate includes (required by simgear changes)
2014-06-03 Thomas GeymayerUpdates for simgear nasal::Ghost changes.
2014-06-01 Thomas GeymayerCanvas: expose more methods to Nasal
2014-05-31 James TurnerInitial package-system integration.
2014-05-31 Thomas GeymayerCanvas: expose layouting to Nasal.
2014-05-29 Thomas GeymayerCanvas: store data inside canvas and elements.
2014-05-29 James TurnerFix for airport search on some platforms.
2014-05-24 James TurnerRespect tile expiry time when cache is disabled.
2014-05-22 Torsten DreyerUpdate of the httpd implementation
2014-05-20 Torsten DreyerFinal log-class cleanup (httpd comes in another commit)
2014-05-20 Torsten DreyerMore log class fixes
2014-05-20 Torsten DreyerNo JSBSim debug msg without having SG_FLIGHT class
2014-05-20 Torsten Dreyerset corret logging class for A/P messages
2014-05-18 Thomas GeymayerCanvas: support for custom events and event dispatching.
2014-05-18 Thomas GeymayerNasalCanvas: Update for simgear changes.
2014-05-18 Thomas GeymayerNasalPositioned: Update for nasal::Ghost changes in...
next