]> git.mxchange.org Git - simgear.git/shortlog
simgear.git
2009-11-10 ehofmanallow sound effects in the configuration file to be...
2009-11-04 ehofmansmall fixes
2009-11-04 ehofmanfix directional sound orientation
2009-11-04 ehofmanadjust to recent changes
2009-11-04 ehofmansome small fixes
2009-11-02 ehofmanRemove more unneeded code and properly set relative...
2009-11-02 ehofmanSmall code reorganization, mostly removing unneeded...
2009-11-02 ehofmanPosition and orientation fixes thanks to Tim Moore...
2009-11-01 ehofmansilently clip pitch and gain to their maximum values
2009-11-01 ehofmanproper orientation(?) and comment out relative position...
2009-10-31 ehofmananother attempt at getting something useful without...
2009-10-31 ehofmanfix a typo
2009-10-31 ehofmanfix a gcc version test
2009-10-31 ehofmanMacOS X fix
2009-10-30 ehofmanadd relative pos back in
2009-10-29 ehofmanpass the float pointer to the isNaN function instead...
2009-10-29 ehofmanmultiply quats in the right order
2009-10-29 ehofmanCommit the current state of affairs to see if it fixes...
2009-10-29 ehofmananother test program, using real world locations
2009-10-28 ehofmanFix a bug where a sample was removed from the sample...
2009-10-27 ehofmanalso test for NaN in listener code
2009-10-27 ehofmansmall code reorganization and addition of debugging...
2009-10-26 ehofmanFGViewer::recalcLookFrom turned out to be an excellent...
2009-10-26 ehofmanre-enable sound positioning and velocity, test for...
2009-10-26 ehofmanmove all isnan() declarations from sample_group.cxx...
2009-10-24 ehofmanUse shared pointers for any reference to SGSoundSample...
2009-10-24 ehofmanget rid of aut_ptr, it only works with objects that...
2009-10-22 ehofman.. and remove some debugging code
2009-10-22 ehofmanrevert some test code
2009-10-22 ehofmanshould use free instead of delete for malloced data.
2009-10-22 ehofmana few more temporarty debugging statements
2009-10-22 ehofmanfix a memory leak and add some temporary debugging...
2009-10-22 ehofmanUpdates to the test utilies.
2009-10-21 ehofmanFix a pause situation where more code was executed...
2009-10-19 ehofmanuse auto_ptr instead
2009-10-19 ehofmando not yet add the relative sound position to the absol...
2009-10-19 ehofmansigh, forgot another alut* at the wrong place.
2009-10-18 ehofmanrestore some part of the code to prevent an untwanted...
2009-10-18 ehofmanStart the sound manager in a deactived state. This...
2009-10-18 ehofmanDon't delete the sample data if it wasn't constructed...
2009-10-18 ehofmanrevert to previous version
2009-10-17 ehofmanmake sure update_late isn't executed when dt=0
2009-10-17 ehofmandocumentation, licensing, copyright and small api updates.
2009-10-17 ehofmanconvert _relative_pos to a vector of doubles and set...
2009-10-17 ehofman_data is not an array of pointer
2009-10-17 ehofmanAlut < 1.0 fixes and finaly fix the sound orientation
2009-10-16 ehofmanInitialization was done much earlier than expected...
2009-10-16 ehofmanadd a debugging statement
2009-10-16 ehofmanfix for latest changes
2009-10-16 ehofmangive the sample class as much info as possible to prope...
2009-10-13 ehofmanAlex Buzin:
2009-10-11 ehofmanCorrect (and verrified) position, orientation and veloc...
2009-10-11 ehofmanOpenAL buffer management; add a buffer cache to prevent...
2009-10-08 ehofmanadd the option to tie a SampleGroup to the listener...
2009-10-08 ehofmanalut pre-1.0 doesn't support aletGetError but then...
2009-10-07 ehofmanfix a typo
2009-10-07 ehofman(try to) properly align model and viewer
2009-10-06 ehofmandefault listener (master volume) default to 0.0 to...
2009-10-06 ehofmanadd the alc.h header file vor OpenAL context related...
2009-10-06 ehofmanRename update() to update_late() for the sound manager...
2009-10-06 ehofmanInitial commit of the new sound system, expect more...
2009-09-28 ehofmanjust small fixes
2009-09-18 Tim Moorecheck for null effect in EffectCullVisitor
2009-09-17 Tim MooreMerge branch 'tat/configure' into next
2009-09-17 torstenTatsuhiro Nishioka:
2009-09-17 Tim MooreMerge branch 'topic/projection' into next
2009-09-17 frohlichCorrect finite precision issues.
2009-09-17 Tim MooreMerge branch 'frohlich/weak' into next
2009-09-17 frohlichMake the weak pointer work. Some bits were left when...
2009-09-17 jmtLogging:less verbose sound loading.
2009-09-17 jmtLogging: quiet down STG parsing.
2009-09-17 jmtLogging: quiet down model/image loading policy.
2009-09-17 jmtLogging: quiet the BVH building policy.
2009-09-17 jmtLogging: quiet material loading.
2009-09-17 jmtLogging - downgrade play/stop messages to debug.
2009-09-09 John DenkerImplement vector _projection_ functions.
2009-09-09 John DenkerMake "repeat" start slower on pick-animation mouse...
2009-09-09 ehofmanDont execute code in case the soundmanager isn't proper...
2009-09-09 frohlichSwitch to new vector conversion functions.
2009-09-09 frohlichFix problem with ocean files not recognized as water.
2009-09-05 frohlichAdd some comments.
2009-09-05 ehofmanAlso install coremag.hxx since it is being used by...
2009-09-05 frohlichRemove unused member.
2009-09-05 frohlichShould be now more easy to make use of SGMath without...
2009-09-05 frohlichReturn a osg::Vec value instead of a non const reference.
2009-09-05 frohlichAvoid the non const SGVec*::osg() method.
2009-09-05 frohlichUse const refs for const data.
2009-09-02 torstenSpare one node in the scenegraph if there is no <offsets>
2009-08-25 timooreChange trees code to use a faster OpenGL path
2009-08-25 torstensupport osgText in models
2009-08-25 torstensupport osgText in models. See docs/README.osgtext...
2009-08-23 torstenDon't load materials without a name
2009-08-23 torstenAvoid NAN due to floating point rounding errors
2009-08-23 ehofmanprevent division by zero
2009-08-23 torsten Alan Teeder: fix incomplete dbg_printf for non-gcc.
2009-08-23 torstendon't build tabbed_value_test, swap_test, openal_test1...
2009-08-23 torstenwarning fix: unused variables
2009-08-23 torstenextinguish many warnings (at least for gcc)
2009-08-23 torstenwarning fix: initializing members in the order they...
2009-08-23 torstenwarning fixes
next