[ODE] dTerrain aabb bug (patch info)

Adam D. Moss adam at gimp.org
Thu Sep 16 09:38:16 MST 2004


stephane ancelot wrote:
> Hi, 
> info on how to create patches
>  
> create 2  directories :
> the original source 
> the updated source directory 
> and type
> 
> diff -Urn source updated >mypathc.patch
> 
> To apply your patch :
> cd original source 
> patch -p1 <mypath.patch 

If you're using ODE from CVS then it's even easier to create
a perfect patch: make your local changes, type 'cvs diff -u'
(or click whatever favoured UI button does the same) and attach
the result to an email.  :)

--Adam


More information about the ODE mailing list