2007-11-29 |
timoore | backport of code using ModelRegistry |
commit | commitdiff | tree | snapshot |
2007-11-29 |
timoore | Move to loading tiles and their submodels only by name. |
commit | commitdiff | tree | snapshot |
2007-11-24 |
mfranz | Tiago GUSMAO: keep sound muted after pause/unpause |
commit | commitdiff | tree | snapshot |
2007-11-22 |
timoore | initialize _material pointer in FGGroundCache |
commit | commitdiff | tree | snapshot |
2007-11-21 |
curt | Add a command to dump just the terrain portion of the... |
commit | commitdiff | tree | snapshot |
2007-11-18 |
durk | Minor documentation update. |
commit | commitdiff | tree | snapshot |
2007-11-17 |
mfranz | initialize release_keys array |
commit | commitdiff | tree | snapshot |
2007-11-17 |
durk | Changed to use getId() instead of using a direct iterat... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
durk | Olaf Flebbe: Add a few new files to the MSVC projects. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
mfranz | - move temporary keyboard fix from input.cxx to fg_os... |
commit | commitdiff | tree | snapshot |
2007-11-09 |
mfranz | also copy name & type to /sim/current-view |
commit | commitdiff | tree | snapshot |
2007-11-09 |
frohlich | Move some values exclusively used by LaRCsim to LaRCsim |
commit | commitdiff | tree | snapshot |
2007-11-07 |
mfranz | don't overwrite rudder position with nose wheel position |
commit | commitdiff | tree | snapshot |
2007-11-07 |
mfranz | mainloop: move event_mgr and viewmgr updated before... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
mfranz | move event_mgr and view_mgr bundle right before the... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
mfranz | change update order to fdm -> events -> viewmanager |
commit | commitdiff | tree | snapshot |
2007-11-05 |
mfranz | revert swapping of x & y offsets in "lookat" mode |
commit | commitdiff | tree | snapshot |
2007-11-03 |
mfranz | Csaba HALASZ: fix IVSI instrument problem |
commit | commitdiff | tree | snapshot |
2007-11-03 |
mfranz | sorting nodes -> don't use shared pointer |
commit | commitdiff | tree | snapshot |
2007-11-02 |
curt | Add a --vehicle= option which is a synonym for --aircra... |
commit | commitdiff | tree | snapshot |
2007-10-27 |
mfranz | sort entries alphabetically (consistent with property... |
commit | commitdiff | tree | snapshot |
2007-10-27 |
mfranz | try to fix yet another crash bug (don't worry, there... |
commit | commitdiff | tree | snapshot |
2007-10-27 |
mfranz | re-active commented out "delete". Doesn't seem to crash... |
commit | commitdiff | tree | snapshot |
2007-10-27 |
mfranz | unescape \a and \b as well |
commit | commitdiff | tree | snapshot |
2007-10-27 |
mfranz | make sure snprintf() buffer is terminated |
commit | commitdiff | tree | snapshot |
2007-10-24 |
andy | Fix memory leak introduced when we stopped using _conte... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
mfranz | don't initialize iterator twice |
commit | commitdiff | tree | snapshot |
2007-10-22 |
mfranz | fix license (Public Domain) |
commit | commitdiff | tree | snapshot |
2007-10-21 |
mfranz | getAttribute(): s/refcount/references/ |
commit | commitdiff | tree | snapshot |
2007-10-20 |
durk | Use SGSharedPointer instead of the ssgSharedPointer... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
mfranz | make node.getAttribute("refcount") return the SGSharedP... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
durk | Miscellaneous tweaks and Bugfixes. Mostly memory leaks... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
mfranz | - airportinfo(): don't bark when no airport was found... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
mfranz | - listener: re-order and change callback function args... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
mfranz | - use refcounted node pointers, so that no subsystem... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
mfranz | give FDMs one update cycle time before setting the... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
mfranz | (depreciated) cmdarg() should return _node, not parent |
commit | commitdiff | tree | snapshot |
2007-10-15 |
mfranz | - add argc/argv arguments to FGNasalSys::call |
commit | commitdiff | tree | snapshot |
2007-10-14 |
mfranz | revert meaning of third, optional argument, and add... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
mfranz | fix off-by-one bug for airport type handling |
commit | commitdiff | tree | snapshot |
2007-10-14 |
mfranz | airportinfo(): add possibility to search for next airpo... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
mfranz | - make weighting factors for search function with targe... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
mfranz | add new listener type: setlistner(<prop>, <func... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
mfranz | fix another creative char[] == "" comparison |
commit | commitdiff | tree | snapshot |
2007-10-11 |
mfranz | ignore strange 00 entry in apt.dat.gz as committed... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
mfranz | cleaner & faster (don't use STL functions ::size()... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
mfranz | prevent endless loop. The new awy.dat.gz has entries... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
mfranz | make that __MWERKS__ :-} |
commit | commitdiff | tree | snapshot |
2007-10-11 |
mfranz | Make sure the __MWERKS__ test can't go unnoticed. It... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
mfranz | setprop(): make sure return value is always set |
commit | commitdiff | tree | snapshot |
2007-10-11 |
mfranz | rename FGAirportSearchFilter::acceptable() -> ::pass() |
commit | commitdiff | tree | snapshot |
2007-10-11 |
mfranz | don't write past array bounds |
commit | commitdiff | tree | snapshot |
2007-10-10 |
mfranz | JSB: "Fixed uninitialized variables; patch by Anders... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
mfranz | setprop(): report error on writing to unwritable property |
commit | commitdiff | tree | snapshot |
2007-10-10 |
mfranz | checking the brutal way whether the 41 ugly __MWERKS__... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
mfranz | save some startup parameters under /sim/startup/options... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
mfranz | better check all runways, not just the first one :-) |
commit | commitdiff | tree | snapshot |
2007-10-06 |
mfranz | very funny ... mes is a char*! :-} |
commit | commitdiff | tree | snapshot |
2007-10-05 |
mfranz | use airport search filter to only search for "regular... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
mfranz | - make FGAirport::search() more versatile, so that... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
mfranz | fix another victim of the new runway search method |
commit | commitdiff | tree | snapshot |
2007-10-05 |
mfranz | - rename dynamics to _dynamics for consistency reasons |
commit | commitdiff | tree | snapshot |
2007-10-04 |
mfranz | revert pitch/roll change (caused problems on reset... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
timoore | Make comparisons against OSG version less flakey |
commit | commitdiff | tree | snapshot |
2007-10-04 |
mfranz | minor fix to please (other) pedants :-) |
commit | commitdiff | tree | snapshot |
2007-10-04 |
mfranz | never add an untested "harmless" one-liner before commi... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
mfranz | on't hardcode heading-deg to 270 (and pitch-deg to... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
mfranz | - if no heading preset was given (>=9999), use wind... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
mfranz | when searching for the runway best matching a target... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
mfranz | stop runway searching when the first airport id doesn... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
curt | Fix a typo introduced when supporting faster than integ... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
mfranz | add thresholds and stopways |
commit | commitdiff | tree | snapshot |
2007-10-02 |
durk | Fix tiny memory leak, as reported by Valgrind. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
mfranz | forgot to consider the Liberia--Burma--U.S.A problem |
commit | commitdiff | tree | snapshot |
2007-10-02 |
mfranz | add airportinfo() function, which returns airport/runwa... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
mfranz | if a local (ai/mp) root node is given, append it to... |
commit | commitdiff | tree | snapshot |
2007-09-30 |
mfranz | degrade FGNasalModelData log message from SG_ALERT... |
commit | commitdiff | tree | snapshot |
2007-09-30 |
mfranz | don't draw minor ticks where major ticks are to be... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
mfranz | Transfer a variant index of type integer. What the... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
mfranz | ... and keep the "groundradar" update rate :-) |
commit | commitdiff | tree | snapshot |
2007-09-28 |
mfranz | add instrument name & index to subsystem name id |
commit | commitdiff | tree | snapshot |
2007-09-23 |
timoore | Fix for runway search glitch |
commit | commitdiff | tree | snapshot |
2007-09-10 |
timoore | Added copyright to ground radar files |
commit | commitdiff | tree | snapshot |
2007-09-09 |
timoore | Ground radar and tower control panel for ATC. |
commit | commitdiff | tree | snapshot |
2007-09-09 |
timoore | Change tower location to an SGGeod. Include taxiways... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
timoore | Add an autohide property for the 2D panel. |
commit | commitdiff | tree | snapshot |
2007-09-05 |
andy | revert accidental checkin |
commit | commitdiff | tree | snapshot |
2007-09-05 |
andy | Ron Jensen: extend atmosphere tables to match environme... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
durk | Created a simple README.OSG, added some basic build... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
durk | Add a check for OpenSceneGraph. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
durk | Documentation fixes: Updated the contents of README... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
timoore | Corrected atmosphere data, extended above 62000ft |
commit | commitdiff | tree | snapshot |
2007-08-27 |
andy | vivian: add misc. MP properties |
commit | commitdiff | tree | snapshot |
2007-08-20 |
timoore | Handle scroll wheel events in osgViewer version |
commit | commitdiff | tree | snapshot |
2007-08-19 |
timoore | osgviewer mouse warp fixes |
commit | commitdiff | tree | snapshot |
2007-08-18 |
timoore | Really implement fgWarpMouse for osgviewer |
commit | commitdiff | tree | snapshot |
2007-08-18 |
durk | Harald Johnsen: Change directory exists() logic to... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
timoore | Fix for weather interpolation problem from Anders Gidenstam |
commit | commitdiff | tree | snapshot |
2007-08-13 |
timoore | Fix test for osg::Viewer.setUpdateVisitor |
commit | commitdiff | tree | snapshot |
2007-08-12 |
timoore | Compilation fix for OSG 2.1.4 |
commit | commitdiff | tree | snapshot |
next |