2007-12-21 |
timoore | Experimental patch for applying force to ballistic... |
commit | commitdiff | tree | snapshot |
2007-12-21 |
mfranz | s/no-warning/depreciated/, so people adding that to... |
commit | commitdiff | tree | snapshot |
2007-12-21 |
mfranz | depreciation warning for users of old custom HUDs |
commit | commitdiff | tree | snapshot |
2007-12-21 |
fredb | Fix tabs and spaces. No overflow risk here |
commit | commitdiff | tree | snapshot |
2007-12-20 |
timoore | Fix for "falling through ground" problem |
commit | commitdiff | tree | snapshot |
2007-12-19 |
fredb | Update MSVC 7.1 projects - compile with osgViewer inste... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
timoore | Added copyright to SceneryPager. Removed FGTileLoader |
commit | commitdiff | tree | snapshot |
2007-12-14 |
timoore | Check if request has already been satisfied |
commit | commitdiff | tree | snapshot |
2007-12-14 |
timoore | schedule tiles in Inited state if we get a valid bucket |
commit | commitdiff | tree | snapshot |
2007-12-14 |
timoore | Set up pager in GLUT embedded osgViewer |
commit | commitdiff | tree | snapshot |
2007-12-14 |
timoore | Use the OSG DatabasePager instead of FGTileLoader |
commit | commitdiff | tree | snapshot |
2007-12-13 |
timoore | Update GroundLightManager |
commit | commitdiff | tree | snapshot |
2007-12-12 |
timoore | Fix mouse warping for embedded osgviewer in SDL |
commit | commitdiff | tree | snapshot |
2007-12-12 |
timoore | Handle warped pointer in embedded GLUT osgViewer |
commit | commitdiff | tree | snapshot |
2007-12-11 |
durk | Make sure fgfs finds the correct version of the base... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
timoore | Check if scenery is available before blowing away exist... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
frohlich | Use a render target fallback that works in any case. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
andy | Maik: add ROTORBALANCE axis. Fix spelling of ROTORRELT... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
mfranz | Tatsuhiro NISHIOKA: initialize classes (fixes segfault... |
commit | commitdiff | tree | snapshot |
2007-12-08 |
mfranz | add some generic properties for free use |
commit | commitdiff | tree | snapshot |
2007-12-07 |
timoore | Check for valid multiplayer packet. |
commit | commitdiff | tree | snapshot |
2007-12-07 |
timoore | Add an option to FGTextureManager to create dynamic... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
timoore | Changed GLUT support to use an embedded osgViewer too |
commit | commitdiff | tree | snapshot |
2007-12-06 |
mfranz | - move exception handling from init() and childAdded... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
mfranz | tell *why* loading a model failed |
commit | commitdiff | tree | snapshot |
2007-12-05 |
curt | Various updates. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
mfranz | add runway number as "id" to the runway hash within... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
mfranz | backport from JSBSim/cvs: apply prop sense only once... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
fredb | Win32 fix |
commit | commitdiff | tree | snapshot |
2007-12-02 |
mfranz | make the state of the Meta and Super modifier keys... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
mfranz | read key code and modifiers back in after event interfa... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
mfranz | - minor command update (loadxml, savexml, property... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
mfranz | add <mod-meta> and <mod-super> XML elements for key... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
mfranz | make the state of the Meta and Super modifier keys... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
timoore | Rewrite SDL code to use an embedded osgViewer. |
commit | commitdiff | tree | snapshot |
2007-11-30 |
timoore | move callback registration functions to fg_os_common.cxx |
commit | commitdiff | tree | snapshot |
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 |
next |