2006-07-22 |
mfranz | don't be afraid of the comma operator! |
commit | commitdiff | tree | snapshot |
2006-07-22 |
mfranz | get rid of struct Point and get_centroid(). Instruments... |
commit | commitdiff | tree | snapshot |
2006-07-22 |
fredb | Win32 fix |
commit | commitdiff | tree | snapshot |
2006-07-22 |
mfranz | add MIL-STD-1787B Aiming Reticle (stadiametric; TODO... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
curt | Add support for a back-course mode. Nothing changes... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
curt | Small tweaks to point lighting configuration to better... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
curt | Add a configuration property to turn on/off the use... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
curt | Always check for if glPointParameterIsSupported, even... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
andy | Rework the naModLock()/naModUnlock() semantics to be... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
curt | - Code cleanups. |
commit | commitdiff | tree | snapshot |
2006-07-17 |
ehofman | Somehow this test stopped working on my PC. At least... |
commit | commitdiff | tree | snapshot |
2006-07-17 |
mfranz | only consider positive airspeed in longitudinal axis |
commit | commitdiff | tree | snapshot |
2006-07-17 |
ehofman | Use one standard define for enableing of the Special... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
mfranz | ... but then again: it's only a rumor that listeners... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
mfranz | - complain about attempts to attach a listener to a... |
commit | commitdiff | tree | snapshot |
2006-07-15 |
mfranz | whoops ... don't let the new HUD turn off 3D mode in... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
mfranz | bracesless blocks are peanuts! It's forgotten "else... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
curt | Add a "ufo" performance entry for the AI Aircraft.... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
curt | Fix a small typo. |
commit | commitdiff | tree | snapshot |
2006-07-11 |
mfranz | - read new HUD from /sim/hud/path[1] (was: /hud) |
commit | commitdiff | tree | snapshot |
2006-07-10 |
mfranz | don't let invisible objects prevent dragging (for examp... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
mfranz | - unify coding style (though not to the last detail) |
commit | commitdiff | tree | snapshot |
2006-07-10 |
mfranz | - untangle classes (methods of two classes were interwoven) |
commit | commitdiff | tree | snapshot |
2006-07-09 |
durk | Time initialization fixes. 1) Offset types "system... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
mfranz | - more <tape> fixes |
commit | commitdiff | tree | snapshot |
2006-07-06 |
mfranz | fix <modulo> feature (required for the compass tape) |
commit | commitdiff | tree | snapshot |
2006-07-06 |
mfranz | warning-- (not that it matters -- this code has yet... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
mfranz | - fix unzoomed tapes (TODO: restore tick length) |
commit | commitdiff | tree | snapshot |
2006-07-06 |
mfranz | set altitude AGL |
commit | commitdiff | tree | snapshot |
2006-07-05 |
mfranz | - cleanup of the day (more finegrained change history... |
commit | commitdiff | tree | snapshot |
2006-07-05 |
mfranz | remove redundant vector::clear(). A just created vector... |
commit | commitdiff | tree | snapshot |
2006-07-05 |
fredb | Remove MSVC warnings |
commit | commitdiff | tree | snapshot |
2006-07-05 |
fredb | Win32 fixes |
commit | commitdiff | tree | snapshot |
2006-07-04 |
mfranz | Stefan Seifert: |
commit | commitdiff | tree | snapshot |
2006-07-04 |
mfranz | - collect drawing primitives in the Item base class |
commit | commitdiff | tree | snapshot |
2006-07-04 |
mfranz | - don't store immutable states as strings (sigh!) |
commit | commitdiff | tree | snapshot |
2006-07-04 |
mfranz | initialize HUD class and call its drawing routine from... |
commit | commitdiff | tree | snapshot |
2006-07-04 |
mfranz | add new HUD to build system |
commit | commitdiff | tree | snapshot |
2006-07-04 |
mfranz | new HUD (work in progress) |
commit | commitdiff | tree | snapshot |
2006-07-01 |
mfranz | make clear that "Failed to find runway ..." doesn't... |
commit | commitdiff | tree | snapshot |
2006-06-26 |
andy | Patch from Mathias: unify the AGL altitude with the... |
commit | commitdiff | tree | snapshot |
2006-06-25 |
mfranz | add GSDI (Ground Speed Drift Angle Indicator) instrumen... |
commit | commitdiff | tree | snapshot |
2006-06-24 |
mfranz | cosmetics: |
commit | commitdiff | tree | snapshot |
2006-06-24 |
mfranz | Josh BABCOCK: |
commit | commitdiff | tree | snapshot |
2006-06-24 |
curt | Vivian Meazza: |
commit | commitdiff | tree | snapshot |
2006-06-24 |
curt | Create a "passive" mode for the autopilot. This is... |
commit | commitdiff | tree | snapshot |
2006-06-24 |
curt | - Make two variable name modification to clarify units... |
commit | commitdiff | tree | snapshot |
2006-06-22 |
mfranz | ok, so the old ~FGFontCache() was useless. But at least... |
commit | commitdiff | tree | snapshot |
2006-06-21 |
curt | Existing ground track estimation code depended on curre... |
commit | commitdiff | tree | snapshot |
2006-06-21 |
mfranz | oh, and by the way: this destructor didn't do anything... |
commit | commitdiff | tree | snapshot |
2006-06-21 |
mfranz | umm ... fix a tiny leak :-) |
commit | commitdiff | tree | snapshot |
2006-06-21 |
mfranz | - auto_ptr.hxx: not used anywhere; functionally... |
commit | commitdiff | tree | snapshot |
2006-06-19 |
mfranz | Vivian MEAZZA: |
commit | commitdiff | tree | snapshot |
2006-06-17 |
mfranz | set blend mode back to make 2D panels opaque when used... |
commit | commitdiff | tree | snapshot |
2006-06-17 |
mfranz | getGMTstring: remove leading space, cleanup |
commit | commitdiff | tree | snapshot |
2006-06-17 |
mfranz | - add direction letter to numeric mode, too |
commit | commitdiff | tree | snapshot |
2006-06-17 |
mfranz | remove lon/lat string representation generating functio... |
commit | commitdiff | tree | snapshot |
2006-06-17 |
mfranz | remove obsolete "lon/lat format" commands that have... |
commit | commitdiff | tree | snapshot |
2006-06-17 |
mfranz | move generation of lon/lat string representations here... |
commit | commitdiff | tree | snapshot |
2006-06-16 |
mfranz | - remove unused classes lat_label and lon_label (it... |
commit | commitdiff | tree | snapshot |
2006-06-16 |
curt | Add a flag that allows the simulator to force "radar... |
commit | commitdiff | tree | snapshot |
2006-06-16 |
curt | This patch only affects aircraft (AI Models) that have... |
commit | commitdiff | tree | snapshot |
2006-06-16 |
fredb | Compile again on Win32 platforms |
commit | commitdiff | tree | snapshot |
2006-06-16 |
mfranz | - move FloatToInt() function to simgear/math/fastmath... |
commit | commitdiff | tree | snapshot |
2006-06-15 |
frohlich | Make more use of SGGeod |
commit | commitdiff | tree | snapshot |
2006-06-15 |
mfranz | - make function table and lookup function |
commit | commitdiff | tree | snapshot |
2006-06-15 |
mfranz | - fix two bugs |
commit | commitdiff | tree | snapshot |
2006-06-15 |
frohlich | Don't bail out for lon == 180 or lat == 90 |
commit | commitdiff | tree | snapshot |
2006-06-15 |
frohlich | More use of SGGeo[dc]. |
commit | commitdiff | tree | snapshot |
2006-06-15 |
mfranz | remove the rest of the static variables (except one... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
mfranz | remove readCard() and let the hud_card class read its... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
mfranz | remove readCard and let the gauge_instr class read... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
mfranz | remove readRunway() and let the runway_instr class... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
mfranz | remove readTBI() and let the fgTBI_instr class read... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
mfranz | - remove hud.cxx/readLabel and let the instr_label... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
mfranz | remove readLadder(const SGPropertyNode *) and make... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
mfranz | indentation, trailing spaces, ... (cosmetics only... |
commit | commitdiff | tree | snapshot |
2006-06-13 |
mfranz | remove assignment operators: they aren't used now and... |
commit | commitdiff | tree | snapshot |
2006-06-13 |
mfranz | indentation, trailing spaces, alignment, ... (to make... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
mfranz | - fix more cases of scale tick aliasing to get smooth... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
mfranz | fix ugly aliasing effects in moving scales (caused... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
mfranz | - remove trailing spaces |
commit | commitdiff | tree | snapshot |
2006-06-12 |
mfranz | - remove evil exit() |
commit | commitdiff | tree | snapshot |
2006-06-11 |
mfranz | add Nasal/Listener hooks for adding/removing AI/MP... |
commit | commitdiff | tree | snapshot |
2006-06-11 |
mfranz | remove the "ai_model" subsystem manually before the... |
commit | commitdiff | tree | snapshot |
2006-06-11 |
frohlich | Modified Files: |
commit | commitdiff | tree | snapshot |
2006-06-11 |
mfranz | fix another crash on exit by finally converting the... |
commit | commitdiff | tree | snapshot |
2006-06-10 |
mfranz | make sure the "nasal" subsystem is one of the last... |
commit | commitdiff | tree | snapshot |
2006-06-10 |
mfranz | - remove listener in ~FGNasalListener(), not FGNasalSys... |
commit | commitdiff | tree | snapshot |
2006-06-10 |
mfranz | the special line width doesn't make much sense, as... |
commit | commitdiff | tree | snapshot |
2006-06-10 |
frohlich | Updates to the MSVC8 project file from Olaf. |
commit | commitdiff | tree | snapshot |
2006-06-10 |
mfranz | treat colors like the other parameters: only copy them... |
commit | commitdiff | tree | snapshot |
2006-06-10 |
mfranz | consider new HUD path. It doesn't seem to make sense... |
commit | commitdiff | tree | snapshot |
2006-06-09 |
mfranz | - remove lots of traling spaces |
commit | commitdiff | tree | snapshot |
2006-06-09 |
mfranz | - add transparency option |
commit | commitdiff | tree | snapshot |
2006-06-09 |
mfranz | - remove trailing spaces |
commit | commitdiff | tree | snapshot |
2006-06-09 |
mfranz | Vivian MEAZZA: |
commit | commitdiff | tree | snapshot |
2006-06-09 |
mfranz | - remove obsolete definition |
commit | commitdiff | tree | snapshot |
2006-06-08 |
mfranz | - copy preset colors from <palette> to /sim/hud/color |
commit | commitdiff | tree | snapshot |
2006-06-08 |
fredb | Fix wrong documentation link |
commit | commitdiff | tree | snapshot |
next |