2003-01-24 |
david | Changed 'exit' command to quit immediately, rather... |
tree | commitdiff |
2003-01-24 |
david | Remove old-preset-* commands; replaced with a general... |
tree | commitdiff |
2003-01-24 |
david | No longer recursively search $FG_ROOT/gui/dialogs/... |
tree | commitdiff |
2003-01-22 |
curt | Add a "signed" distance to the GS transmitter. When... |
tree | commitdiff |
2003-01-21 |
david | Remove another deprecated command, and fix things up... |
tree | commitdiff |
2003-01-21 |
david | Added support for reinit(), to reload the configuration... |
tree | commitdiff |
2003-01-21 |
david | Fixed iteration bug in destructor. |
tree | commitdiff |
2003-01-21 |
david | Removed need to specify 'type' property at the top... |
tree | commitdiff |
2003-01-21 |
david | Make fgLoadProps more flexible, to read from $FG_ROOT... |
tree | commitdiff |
2003-01-21 |
david | Added reinit, suspend, and resume commands. |
tree | commitdiff |
2003-01-20 |
david | Change GUI method names. |
tree | commitdiff |
2003-01-20 |
david | Rename some methods to be more intuitive, add a close... |
tree | commitdiff |
2003-01-20 |
david | Fix memory leaks (PUI doesn't make copies of lists... |
tree | commitdiff |
2003-01-20 |
david | Add more documentation comments. |
tree | commitdiff |
2003-01-20 |
david | Add new object types "slider" and "dial". |
tree | commitdiff |
2003-01-20 |
david | Make sure the gust wind speed is never less than the... |
tree | commitdiff |
2003-01-20 |
curt | Fix a potential buffer overflow. |
tree | commitdiff |
2003-01-20 |
curt | Tweaks to protocol names to match recent changes in... |
tree | commitdiff |
2003-01-19 |
david | Make some allowances for a dialog closing in the middle... |
tree | commitdiff |
2003-01-19 |
david | Go back to the simpler arrangement syntax of a map... |
tree | commitdiff |
2003-01-19 |
david | Major overhaul by Frederic Bouvier to make options... |
tree | commitdiff |
2003-01-19 |
daveluff | Memory allocation bugfix from Frederic Bouvier, plus... |
tree | commitdiff |
2003-01-19 |
david | Do an update after apply to see what really got into... |
tree | commitdiff |
2003-01-19 |
david | Add support for a "checkbox" dialog widget (for boolean... |
tree | commitdiff |
2003-01-19 |
david | Use a pointer for the bindings vector to try to work... |
tree | commitdiff |
2003-01-19 |
david | Changed return type of fireItem to void. |
tree | commitdiff |
2003-01-19 |
david | Use FGGlobals::get_fg_root instead of looking up the... |
tree | commitdiff |
2003-01-18 |
david | Removed a couple of the deprecated dialogs, and removed... |
tree | commitdiff |
2003-01-18 |
david | Added the property-cycle command. |
tree | commitdiff |
2003-01-18 |
david | Remove the old built-in bindings for F8 and F10 (they... |
tree | commitdiff |
2003-01-18 |
david | Tie the bool property /sim/menubar/visibility to hide... |
tree | commitdiff |
2003-01-18 |
david | Keep track of the visible/hidden state more robustly. |
tree | commitdiff |
2003-01-18 |
david | Simplify looking up the GUI subsystem. |
tree | commitdiff |
2003-01-18 |
curt | Make the destructor virtual. |
tree | commitdiff |
2003-01-18 |
curt | More updates to refine the output data to make it more... |
tree | commitdiff |
2003-01-18 |
david | Add in some temporary commands to get at the old, hard... |
tree | commitdiff |
2003-01-18 |
david | Do late, lazy binding of commands from the command... |
tree | commitdiff |
2003-01-18 |
david | Renamed GUIWidget to FGDialog. |
tree | commitdiff |
2003-01-18 |
david | Include fg_props.hxx to get definition of FGConditional. |
tree | commitdiff |
2003-01-18 |
david | Unbundle dialog-box support from the top-level GUI... |
tree | commitdiff |
2003-01-17 |
curt | Oops we tweaked the preset_commit command name, let... |
tree | commitdiff |
2003-01-17 |
david | Do not require libScripting.a unless PSL is available. |
tree | commitdiff |
2003-01-17 |
daveluff | Slight change to some STL stuff that was breaking MSVC6 |
tree | commitdiff |
2003-01-17 |
curt | Convert distance to touch down point to nm. |
tree | commitdiff |
2003-01-17 |
david | Make all PSL support conditional, because it's not... |
tree | commitdiff |
2003-01-17 |
curt | Allow network byte order conversion to be conditionally... |
tree | commitdiff |
2003-01-16 |
curt | Updates to the net_gui code that can spit out updated... |
tree | commitdiff |
2003-01-16 |
david | Started a new FGMenuBar class to handle a different... |
tree | commitdiff |
2003-01-16 |
david | Added a run_inline method that automatically wraps... |
tree | commitdiff |
2003-01-16 |
david | Simplify subsystem handling through FGGlobals. |
tree | commitdiff |
2003-01-16 |
david | Broadcast suspend/resume/reinit through the manager... |
tree | commitdiff |
2003-01-15 |
curt | Renamed mini_fdm to native_gui which makes a lot more... |
tree | commitdiff |
2003-01-13 |
daveluff | Fix compilation bug that only occurred when compiled... |
tree | commitdiff |
2003-01-13 |
curt | Added velocity and climb_rate to mini_fdm structure. |
tree | commitdiff |
2003-01-12 |
curt | Update to the Mini FDM network protocal (mostly renamin... |
tree | commitdiff |
2003-01-12 |
curt | Added a "mini fdm" output. This could (for example... |
tree | commitdiff |
2003-01-12 |
curt | Consolidate and clean up some of the FDM network interf... |
tree | commitdiff |
2003-01-12 |
curt | #ifdef out a bit more code that could cause compile... |
tree | commitdiff |
2003-01-11 |
david | Added simple proof-of-concept support for running PSL... |
tree | commitdiff |
2003-01-11 |
david | Removed #ifdef FG_PLIB_JOYSTICK_GETNAME -- it's in... |
tree | commitdiff |
2003-01-10 |
curt | ExternalNet -> Updated to not repeat code from native_c... |
tree | commitdiff |
2003-01-10 |
curt | Oops, a bit more clean up. |
tree | commitdiff |
2003-01-10 |
curt | Updated to support all the fields in net_ctrls.hxx |
tree | commitdiff |
2003-01-10 |
curt | Rename a variable so we don't have to rely on scoping... |
tree | commitdiff |
2003-01-07 |
daveluff | Start the ATIS recorded message at a random position... |
tree | commitdiff |
2003-01-07 |
daveluff | Search ATC frequencies with both comm1 and 2 instead... |
tree | commitdiff |
2003-01-06 |
curt | Oops missed some more usage of opengl extensions that... |
tree | commitdiff |
2003-01-06 |
curt | Set SO_REUSEADDR on incoming UDP socket so other proces... |
tree | commitdiff |
2003-01-06 |
curt | #ifdef out experimental lighting for now until someone... |
tree | commitdiff |
2003-01-05 |
curt | Add support for in-air preset starts relative to a... |
tree | commitdiff |
2003-01-04 |
curt | Ooops, the presets_commit command was lost going from... |
tree | commitdiff |
2003-01-04 |
curt | Expose the ability to run built in (command manager... |
tree | commitdiff |
2003-01-04 |
david | Patch from Julian Foad to fix wrapping behaviour for... |
tree | commitdiff |
2003-01-03 |
daveluff | Fix problem with cout |
tree | commitdiff |
2003-01-03 |
daveluff | Fix compiler warning |
tree | commitdiff |
2003-01-01 |
david | Work around G++ 2.95 bug by removing use of STL find... |
tree | commitdiff |
2002-12-31 |
david | Patches from Erik Hofman for SGI compatibility: |
tree | commitdiff |
2002-12-31 |
david | Add the 'offset' and 'factor' arguments back into prope... |
tree | commitdiff |
2002-12-31 |
david | Patch from Bernie Bright: |
tree | commitdiff |
2002-12-31 |
david | Patch from Norm Vine to remove unnecessary include... |
tree | commitdiff |
2002-12-31 |
david | Modify the property-assign command to optionally copy... |
tree | commitdiff |
2002-12-31 |
david | Require /sim/rendering/experimental-lighting to be... |
tree | commitdiff |
2002-12-31 |
david | Patch from Erik Hofman: |
tree | commitdiff |
2002-12-30 |
david | Cleanup from Norman Vine to prevent compiler warnings... |
tree | commitdiff |
2002-12-30 |
david | Bug fix suggested by Gonzalo Peralta: |
tree | commitdiff |
2002-12-30 |
david | Distance attenuation patch from Erik Hofman: |
tree | commitdiff |
2002-12-30 |
david | Removed the (apparently unused) 'factor' and 'offset... |
tree | commitdiff |
2002-12-30 |
david | Made it possible to add and remove models programmatica... |
tree | commitdiff |
2002-12-30 |
david | Cleaned up some whitespace. |
tree | commitdiff |
2002-12-28 |
david | Allow panel mouse bindings to use mod-up. |
tree | commitdiff |
2002-12-23 |
david | Fixed so that 2D panel bindings work again. |
tree | commitdiff |
2002-12-23 |
david | Removed debugging statements accidentally left in. |
tree | commitdiff |
2002-12-22 |
david | Added new commands: |
tree | commitdiff |
2002-12-22 |
david | Use SGPropertyNode_ptr and add a private copy construct... |
tree | commitdiff |
2002-12-22 |
david | Reworked the XML-configurable GUI to use the same bindi... |
tree | commitdiff |
2002-12-21 |
curt | Various tweaks. |
tree | commitdiff |
2002-12-20 |
daveluff | Add SG_USING_STD(ifstream) |
tree | commitdiff |
2002-12-19 |
curt | Allow the polling frequency of the telnet/props server... |
tree | commitdiff |
2002-12-19 |
daveluff | Read KEMT ground network from file instead of hardwirin... |
tree | commitdiff |
2002-12-19 |
daveluff | Code beautifying |
tree | commitdiff |
next |