]> git.mxchange.org Git - simgear.git/shortlog
simgear.git
2013-02-07 Christian SchmittMissing headers
2013-02-07 James TurnerFix handling of ZSTREAM_END result from zlib.
2013-02-07 James TurnerBuffered log-callback.
2013-02-07 James TurnerRewrite logging code.
2013-02-07 Thomas GeymayerRemove debug output
2013-02-07 Thomas GeymayerFix PropertyObject bug and interface improvements.
2013-02-06 Stuart BuchananBuilding performance improvements.
2013-02-06 Thomas GeymayerExpose reloading Canvas placements
2013-02-03 James TurnerMake the knob mouse-wheel direction configurable.
2013-02-03 James TurnerAdd 'release' bindings to knob animation.
2013-02-03 James TurnerKnob animation: shifted mode binding.
2013-01-31 Thomas GeymayerNasal String wrapper and allow adding methods to string...
2013-01-31 James TurnerSupport preview mode in the model loader.
2013-01-31 James TurnerInitial prototype of knob animation.
2013-01-30 James TurnerPick animation moved to its own file.
2013-01-29 Mathias Froehlichspt: The bucket size case is already handled above.
2013-01-29 Mathias Froehlichspt: Introduce a third layer of paged nodes.
2013-01-28 Eric van den... added some physical constants to constants.h
2013-01-26 James TurnerPrepare for optionally embedded SimGear.
2013-01-25 James TurnerState-machine correctness tweaks.
2013-01-25 James TurnerStateMachine tweaks.
2013-01-23 James TurnerTolerate lack of C99 in MSVC.
2013-01-22 James TurnerFix state-machine test linkage with static libs.
2013-01-22 Thomas GeymayerMissing include
2013-01-22 James TurnerKeep Linux happy.
2013-01-22 James TurnerState-machine structure, initial work.
2013-01-22 James TurnerAdd left/right Nasal library functions.
2013-01-22 James TurnerMore native math functions in Nasal.
2013-01-20 Mathias Froehlichspt: Put the sea level textured tiles also under a...
2013-01-20 Mathias Froehlichspt: Consistently return references in the loader.
2013-01-20 Mathias Froehlichspt: Use SGBox to build up the bounding spheres for...
2013-01-20 Mathias Froehlichbucket: Make no bucket cross the 0 and 180 deg longitud...
2013-01-17 Torsten DreyerBump version to 2.11.0
2013-01-09 Thomas GeymayerCanvas: Provide sane default bounding box (For Image...
2013-01-04 Thomas GeymayerFix canvas mouse intersection test
2013-01-01 Thomas Geymayercanvas::Element: parse full 3x3 matrix
2012-12-29 Thomas GeymayerAllow nasal::Ghost to only wrap classes by their shared...
2012-12-29 James TurnerNotify all requests on name lookup failures.
2012-12-28 James TurnerExpose the current members of a subsystem group.
2012-12-28 James TurnerAdd SGPath to the Nasal conversion helpers.
2012-12-23 James TurnerOS-X specific sleep helper, more stable.
2012-12-23 Thomas GeymayerRevert to old way of including everything from SGMath.hxx
2012-12-22 James TurnerTweak libSvn usage: fixes a crash on Mac.
2012-12-22 Mathias Froehlichhla: Lower the log level of two alerts.
2012-12-18 Torsten Dreyerfeature freeze for 2.10.0, new version number
2012-12-17 Thomas GeymayerMissing file...
2012-12-16 Thomas GeymayerNasal cppbindings: automatic conversion of vec2 to...
2012-12-16 Thomas GeymayerFix memory leak if nasal::Ghost creation fails
2012-12-16 Thomas GeymayerCanvas: Remove old event handling code
2012-12-16 Thomas GeymayerCanvas: create mouseover/mouseout events
2012-12-15 James TurnerImprove HTTP behaviour when name lookup fails.
2012-12-13 Thomas GeymayerRename simgear::Rect to SGRect and make interface more...
2012-12-12 Thomas GeymayerOverload Rect::contains and add compound assignment...
2012-12-12 James TurnerWhoops, fix bad #ifdef to disable sound. Bug #958
2012-12-09 Thomas GeymayerCreate new FBO if Canvas render target size chanages
2012-12-08 Thomas GeymayerCanvas: MouseEvent now contains screen and client pos
2012-12-07 James TurnerWork on making OpenAL a compile-time option.
2012-12-07 Thomas GeymayerCanvas: basic support for rectangular clipping (like...
2012-12-07 Thomas GeymayerCanvas: Fix handling drag events and some cleanup.
2012-12-06 Thomas GeymayerImplement Canvas single/double/tripple click handling.
2012-12-06 Thomas GeymayerCanvas: Propagate style changes on groups to children
2012-12-05 Stuart BuchananFix RNG so it is passed in from above rather than gener...
2012-12-04 Thomas GeymayerExtend Canvas to retrieve bounding box of groups
2012-12-02 Thomas Geymayercanvas::Element: print warning instead of crash on...
2012-12-02 Mathias Froehlichhla: Add SGQuat data elements.
2012-12-02 Mathias Froehlichhla: Add integer valued vector types.
2012-12-02 Mathias Froehlichmath: Add integer valued vector types.
2012-12-02 Mathias Froehlichhla: Remove obsolete typedefs.
2012-12-02 Thomas GeymayerFirst working version of DOM like Canvas event handling
2012-12-01 ThorstenBFixed incomplete copy&paste issue.
2012-12-01 ThorstenB#946: some libraries not found on Ubuntu/Debian
2012-12-01 Frederic BouvierLook for Boost 1.52.0 and OpenRTI under Windows
2012-12-01 Mathias Froehlichhla: Use a different extrapolation method for HLALocation.
2012-12-01 Mathias FroehlichSharedPtr: Avoid double dereference when calling clear().
2012-11-29 Thomas GeymayerAdd method canvas::Group::getElementById
2012-11-29 Thomas GeymayerFix some compiler warnings. size_t/int/unsigned convers...
2012-11-29 Thomas GeymayerUse better method names and add comments
2012-11-29 Thomas GeymayerAdd methods to get arguments passed to function from...
2012-11-28 Christian SchmittSGThread: compile under MSVC
2012-11-28 Peter SadrozinskiSGThread: Add capability to get current thread id
2012-11-27 Thomas GeymayerSimplify/Make VS happy
2012-11-27 Thomas GeymayerCanvas: Prepare for DOM Level 2 like event model.
2012-11-27 Thomas Geymayercppbind: Automatic conversion of derived ghosts and...
2012-11-25 James TurnerMake SGLockingQueue::pop usable.
2012-11-25 Mathias Froehlichhla: For setting data types recurse into array data...
2012-11-25 Mathias Froehlichhla: Use an implementation file for SGLocation.
2012-11-24 Mathias Froehlichsphere: Implement sphere inside sphere.
2012-11-24 Mathias Froehlichhla: Route failures in message processing into the...
2012-11-24 Mathias Froehlichhla: Make use of SGLocation.
2012-11-24 Mathias Froehlichmath: Implement SGLocation.
2012-11-23 ThorstenBChange logging class for tie/untie messages.
2012-11-23 ThorstenBAdd logging class for navaid systems.
2012-11-22 ThorstenB#942 segfault with --log-level=debug when random buildi...
2012-11-22 Christian SchmittImplement runway guard lights and tweak the hold short...
2012-11-21 Thomas GeymayerExtend CanvasSystemAdapter to provide access to Nasal...
2012-11-21 ThorstenBFix compiler error with disabled sound support.
2012-11-21 Thomas GeymayerAllow canvas::Placements to have own properties
2012-11-21 Thomas GeymayerSGPropertyNode::fireCreatedRecursive: don't fire for...
2012-11-20 James TurnerModernise the mat lib header, remove 'using std'
2012-11-20 James TurnerWork on ENABLE_SOUND.
next