]> git.mxchange.org Git - simgear.git/shortlog
simgear.git
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.
2012-11-19 ThorstenBKeep (deprecated) SGTime::update method for a while
2012-11-19 James TurnerRemove duplicate members in SGSampleQueue.
2012-11-18 Thomas GeymayerGet Canvas/PropertyBasedElement by name
2012-11-17 James TurnerFix HTTP test for revised POST semantics.
2012-11-17 James TurnerTweak HTTP handling for POST requests.
2012-11-16 Thomas GeymayerFix for old gcc which got broken by fix for VS
2012-11-16 Thomas GeymayerFix for VS bug
2012-11-16 Thomas GeymayerNasal bindings: Always pass object by reference
2012-11-15 Thomas GeymayerOne more fix for old gcc
2012-11-15 Thomas GeymayerFix compile errors for old gcc
2012-11-15 Thomas GeymayerCanvas/C++ bindings: automatically detect dynamic type...
2012-11-13 Thomas GeymayerWork around Visual Studio bug
2012-11-12 Thomas GeymayerC++/Nasal bindings: allow registering free function...
2012-11-12 Thomas GeymayerMissing include and more doxygen improvements
2012-11-12 Thomas GeymayerFix file headers
2012-11-12 Thomas GeymayerAdd nasal::Ghost class for exposing C++ classes to...
2012-11-11 Mathias Froehlichhla: Remove HLADataElement::Path based attribute handling.
2012-11-11 ThorstenBGeoff McLane: realpath for Windows using _fullpath.
2012-11-11 Mathias Froehlichhla: Use HLADataElementIndices for HLAInteractionClass.
2012-11-11 Mathias Froehlichhla: Use HLADataElementIndices for HLALocation.
2012-11-11 Mathias Froehlichhla: Fixes for the data element index implementation.
2012-11-10 Thomas GeymayerAdd from_nasal helper and fix to_nasal for std::vector.
2012-11-10 ThorstenBgz wrapper to write and read "container files".
2012-11-10 ThorstenBProper fix for gzfilebuf choking on some files.
next