Durk Talsma wrote:
> On Saturday 24 January 2009 00:10:16 Frederic Bouvier wrote:
>> Would you mind adding this commit to the VC7.1 directory :
>> Fri Jan 16 07:31:01 2009 UTC : Update MSVC 7.1 project
>>
>> Otherwise I managed to get it with git and build it. I am just waiting
>> instructions ;-)
>>
> 
> Just to keep everybody in the loop, I have just build the source packages for 
> what is likely going to be FlightGear 1.9.1 and put them on my website. I 
> have 
> informed have informed the people involved in building the windows and mac 
> versions, as well as those in charge of pushing the source on the mirrors 
> about the exact location, so if no unexpected problems arise, a 1.9.1. bugfix 
> release should be available soon. 
I've just committed two more of Csaba's division by zero and initialization 
patches to cvs and maint. They were submitted a while ago and should go into 
1.9.1. I promise I'll stop now :) and can tag the current maint head as 1.9.1 
in 
git if you'd like.

> 
> Notice that this bugfix release is based on a subset of commits (bugfixes 
> only) that have gone into our main CVS repository, and which were kept in a 
> separate git repository set up by Tim Moore. 
> 
To recap, since the 1.9 release these commits are in maint:
simgear:
git log --date=short --pretty="format:%ad %ae %s" SIMGEAR_1_9_0..maint
2009-01-19 timo...@redhat.com Protect against division by zero in QuadTreeBuilde
r
2009-01-14 timo...@redhat.com Remove OptionsPusher and manipulation of osgDB dat
aFilePathList.
2009-01-14 timo...@redhat.com SGPropertyNode must increment / decrement the refe
rence counter in an aliased
2009-01-13 fredb Csaba/Jester : fix the material animation and display night tex
tures
2009-01-10 fredb fix end of file
2009-01-10 fredb ignore generated files
2008-12-26 jmt Fix test-program linkage now sgmath depends on sgstructure.
2008-12-26 jmt Fix a potential crash when OSG is misconfigured, and an appropria
te image
2008-12-22 mfranz compilation fix: <cstring> for strcmp()
2008-12-21 mfranz - shininess is in the rage 0..128

flightgear:
git-log --date=short --pretty="format:%ad %ae %s" FLIGHTGEAR_1_9_0..maint

2009-01-26 timo...@redhat.com _kollsman member not initialized
2009-01-26 timo...@redhat.com division-by-zero fix from Csaba Halasz
2009-01-25 fredb Packaging for the 1.9.1 release
2009-01-19 timo...@redhat.com Fix regression in Vivian's last patch.
2009-01-18 timoore Division by zero fixes from Vivian Meazza.
2009-01-17 fredb Csaba/Jester :  initialize all per-engine and per-tank attribut
es ( follow-up )
2009-01-17 fredb Csaba/Jester :  initialize all per-engine and per-tank attribut
es
2009-01-16 fredb Update MSVC 7.1 project
2009-01-15 timo...@redhat.com Pad T_PositionMsg to a multiple of 8 bytes, and ch
eck for messages that aren't.
2009-01-15 timo...@redhat.com FGMultiplayMgr: use binary search to find a proper
ty by id
2009-01-14 jmt Apply Ron Jensen's fix for Csaba's atan2() fix. Also remove some
dead code,
2009-01-14 timo...@redhat.com FGClouds: initialize clouds_3d_enabled in construc
tor.
2009-01-14 timo...@redhat.com HUD::Ladder::draw was capturing the value of a fre
ed temporary
2009-01-14 timo...@redhat.com FGEnvironment: fix broken copy constructor.
2009-01-10 timo...@redhat.com Change the near plane value back to .1
2009-01-08 timoore Divide-by-zero fixes from Csaba Halász
2009-01-06 jmt Prevent exceptions in getRunwayByIdent when a malformed rwyuse.xm
l means
2009-01-03 timoore Protect against divide-by-zero in setCameraParameters
2009-01-02 jmt NaN fix by Csaba/Jester - prefer atan2(x,y) to atan(a/y).
2009-01-01 fredb Temporary hack to avoid NaN problems when _mp is negative (?).
Discovered by Csaba
2008-12-30 fredb Csaba/Alexis : fix a NAN problem when wind is unspecified in a
metar
2008-12-30 fredb Win32 fixes
2008-12-30 durk Prevent CVS from complaining about unknown files in ATCDCL.
2009-01-04 timo...@redhat.com Merge branch 'tbm/graphics-bug' into maint2
2008-12-27 fredb Win32 fixes
2008-12-27 fredb Remove warnings
2009-01-01 timoore Set far camera reference frame to ABSOLUTE_RF
2008-12-30 timoore Set BACKGROUND_BIT as camera node mask.
2008-12-30 timoore Change the order of the main cameras from NESTED_RENDER to PO
ST_RENDER
2008-12-30 timoore Don't clone far camera; create a new one and initialize it fr
om the near camera
2008-12-27 timoore Expose the CameraGroup near, far, and near/far boundry as pro
perties
2008-12-21 mfranz Stuart BUCHANAN: fix METAR cloud interpolation
2008-12-21 fredb Don't try to fetch tiles when lat or lon are invalid
2008-12-20 mfranz revert to using a cached list of aircraft -- scanning the Airc
raft/

For reference, these commits are *not* in the maint branch:
simgear:
git-log --date=short --pretty="format:%ad %ae %s" --no-merges maint..next
2009-01-23 timo...@redhat.com QuadTreeBuilder: create leaves on demand
2009-01-21 timo...@redhat.com Rewrite ShaderGeometry to use display lists and OS
G primitives.
2009-01-23 timo...@redhat.com Optimize empty groups from .ac models
2009-01-16 timo...@redhat.com Sort cloud sprites using std::sort, based on proje
cted Z.
2009-01-15 jmt Fix linkage of test programs with OpenThreads.
2009-01-15 jmt Commit Benoit Laniel's patch which converts more SimGear pieces t
o use
2009-01-15 jmt Since we're now sure 1.9.1 will not be released from trunk, here'
s Yon
2009-01-13 timo...@redhat.com SGMaterialAnimation: Don't install an update callb
ack if values are static
2009-01-13 timo...@redhat.com SGMaterialAnimation: factor out update of osg::Mat
erial
2008-12-27 timoore Fix include path
2008-12-26 jmt Add some syntactic helpers to allow distance/course to be queried
  between

flightgear:
2009-01-25 fredb Update MSVC 7.1 projects - Remove pthreads dependency (2)
2009-01-25 fredb Update MSVC 7.1 projects - Remove pthreads dependency
2009-01-24 mfranz fgPopup::checkHit(): revert r1.103 (consume mouse hits by 
default)
2009-01-20 fredb Update MSVC 7.1 project - AV400Sim added
2009-01-20 curt Make newly created (external) boolean properties default to 
true 
if not
2009-01-20 curt Add an additional option.  Work around an inconsistency in 
hardware design.
2009-01-20 curt Add a variant of the ARNAV (AV400) protocol to drive a Garmin 
400/430/530
2009-01-20 mfranz one more PUCLASS exception (not that we used puaScrollBar yet)
2009-01-18 mfranz disable dragging margins on non resizable dialogs
2009-01-17 mfranz - ctrl-click in the property browser is for toggling bools, 
not dragging
2009-01-12 mfranz - shift drag for global window dragging (like ctrl for global 
resizing)
2009-01-11 mfranz don't blindly overwrite user settings -- only initialize if 
necessary
2009-01-11 mfranz add property for wildfire propagation
2009-01-11 mfranz fix mouse flicker/disappearing problem
2009-01-11 mfranz allow resizing dialogs by grabbing the frame (without 
Ctrl-key);
2009-01-11 mfranz add support for resizing mouse cursors
2009-01-11 mfranz only unhide the cursor if it was actually hidden
2009-01-11 mfranz hits are consumed by default (prevents actions in lower 
dialogs)
2009-01-11 mfranz puaLargeInput (textbox) aren't draggable areas
2009-01-10 mfranz resize in SE direction (draggable borders planned)
2009-01-10 mfranz make dialogs resizable with Ctrl-dragging
2009-01-10 mfranz create $FG_HOME/Export/
2009-01-09 jmt Fix Torsten's crash. A completely cross-platform issue, no idea 
why it didn't show up in local testing.
2009-01-09 mfranz apply custom widget fonts also to the legend, so that they 
show
2009-01-08 jmt Add various helper filters, to make use of type-ranges, and 
reduce the need
2009-01-08 jmt Basic infrastructure to expose type ranges from filters, and 
hence reduce
2009-01-06 jmt Simpler bearing and distance computations for AIFlightPlan.
2009-01-04 fredb Update MSVC 7.1 projects
2009-01-04 jmt Rename FGMarkerBeacon to FGMarkerBeacon record, to avoid a clash 
with the
2009-01-04 durk James Turner: Rewrite of the getSpeed function. Smaller and 
more 
elegant.
2009-01-04 jmt Fix a bug resulting from my marker-beacon refactoring. Thanks to 
Yon Uriarte
2009-01-03 jmt Patch from Ron Jensen: make the TTW computation marginally less 
silly.
2009-01-03 jmt Clean up naming of the 'point on runway' helpers, to get rid of 
the confusing
2009-01-03 jmt Refactor marker-beacons to be distinct from FGNavRecord. This is 
a big space
2008-12-30 fredb Update MSVC 7.1 project
2008-12-30 durk James Turner: Cleanup of AI traffic route generation code.
2008-12-29 jmt Automake on Hardy Heron seems to be considerably more picky 
about 
white-
2008-12-29 jmt Split runway and taxiway into separate classes, with a (new) 
common base.
2008-12-27 jmt FGAirportList is gone. Everything should work as before, 
especially the
2008-12-27 jmt Further work (still not enabled) on a fast + correct 
implementation of the
2008-12-26 jmt Fix up environment code for threading-enabled case, d'oh.
2008-12-26 jmt Another clean-up iteration: FGAirportList::search is gone, 
replaced by two
2008-12-26 jmt Fix more test/util linkage for sgmath depending on sgstructure.
2008-12-26 jmt Kill off many Point3D includes, and a couple of uses in the HUD 
code.
2008-12-26 jmt Clean out FGAirportList - not quite obsolete yet, but the 
spatial 
queries are
2008-12-25 jmt Remove all name and spatial queries from FGNavList. All 
remaining 
queries are
2008-12-24 jmt Finish conversion of FGRunway to a real class - all public 
members are gone.
2008-12-24 jmt FGPositioned clean-ups - apply some desirable changes (such as 
making members
2008-12-24 jmt Remove the FGIdentOrdering cruft from FGAirport; now handled by 
FGPositioned.
2008-12-23 jmt Convert the only remaining user of FGFixList to use an 
FGPositioned query,
2008-12-23 jmt (first commit, partly a low-risk thing to sanity check my setup)

> Given that we are taking this route now, FlightGear CVS is, I guess, cleared 
> again for major and somewhat more risky commits (JSBSim sync, etc etc). 
> 
> Cheers,
> Durk
> 

Tim

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to