Re: [AD] 5.0.7 preparations |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Tue, 12 Jun 2012 23:18:07 +1000
Peter Wang <novalazy@xxxxxxxxxx> wrote:
> Hi,
>
> I backported changes from the 5.1 branch to 5.0 in preparation
> for a 5.0.7 release some time.
>
> I put it up on github for testing. The branch is called
> 5.0.7-prepare. I haven't compiled it on OS X, so that's the first
> thing to check.
>
> https://github.com/wangp/allegro-testing
>
Can we get git also for the main repository? :) (It feels awkward doing
a git clone for testing here and then have the useless and slow svn
checkout of the 5.0 branch right next to it... gives me such an urge
to delete it :P)
Anyway, it does compile here, both with make and with XCode.
make run_tests shows 7/370 tests failing but the 5.1 branch has 9/402
failing so that looks right.
Most of the examples I tried work, also A5teroids works.
Since fullscreen is broken, maybe should also apply revision 15705
which adds an alternate way to run in fullscreen under OSX.