SiegeLord / DAllegro5

D binding to the Allegro5 game development library
Other
42 stars 15 forks source link

Support 5.1.12 API #27

Closed rcorre closed 8 years ago

rcorre commented 8 years ago

This is a continuation of #26. I'm not sure if the 5.1.12 API is finalized yet, but I figured I would implement what was there while I was at it.

SiegeLord commented 8 years ago

5.1.12 has already been out for awhile, so its API is fixed. It's 5.1.13 that hasn't been released yet. Could you rebase this on top of 5.1 branch so it's easier to see the changes? Thanks!

rcorre commented 8 years ago

There's nothing to rebase -- its already based on my changes you just pulled into 5.1. I guess Github didn't update the PR diff, but if you try git log rcorre/support_5.1.12..SiegeLord/5.1, you should only see 5 commits.

rcorre commented 8 years ago

Maybe I should close and create a new PR...