I just compiled the new version of SFML2 from github, my previous one being about 2 weeks old, and now my programs wont link. Looking at the commit histort, it appears the changes were from the "merge branch 'drawables'" commit. However, as that commit changed a few thousand lines, I cannot just go see what changed.
So...
a) What is this 'drawables' branch that was merged?
b) Is there a list of the changes it caused? A partial list of what the linker reports as missing:
Sprite::SetSubRect
Drawable::SetPosition(float, float)
Drawable::~Drawable
RenderTarget::Draw(Drawable const&)