1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated the binding code for the latest changes in SFML 2's input. More... about 15 years ago
Added forgotten files to MANIFEST.in More... about 15 years ago
Fixed the RenderImage example, as far as I can tell. More... about 15 years ago
Merge remote-tracking branch 'remotes/origin/master' More... over 15 years ago
Added documentation for the new RenderWindow contructor parameter More... over 15 years ago
Merge pull request #4 from mkeeter/master More... over 15 years ago
Times in SFML are now Uint32 milliseconds instead of float seconds. More... over 15 years ago
Fixed a bug in Input.get_joystick_axis(). More... over 15 years ago
Added missing files to MANIFEST.in More... over 15 years ago
Modified README More... over 15 years ago
Added documentation for Vector2f.copy() More... over 15 years ago
Added ContextSetting to RenderWindow constructor More... over 15 years ago
Merge pull request #3 from mkeeter/83d4df9409c6ae7d8fee4c27e6445c9971881273. More... over 15 years ago
Merge branch 'master' of git://github.com/bastienleonard/pysfml2-cython More... over 15 years ago
Added system key modifier in sf.Event (added in commit ede01df778e878bdbc37 in SFML) More... over 15 years ago
Fixed spelling error More... over 15 years ago
Added copy operation for sf.Vector2f More... over 15 years ago
Merged pull request #2 from mkeeter/master. More... over 15 years ago
Fixed +=, -=, etc operators for Vector2f More... over 15 years ago
Fixed bug in Vector2f implementation (setting v.x would actually change v.y) More... over 15 years ago
Fixed bug in poll_event() and wait_event() More... over 15 years ago
Added sections to the tutorial More... over 15 years ago
Documentation fix More... over 15 years ago
Added setup script and information for building the Python 3 module More... over 15 years ago
Added internal documentation about ScaleWrapper More... over 15 years ago
Used a trick to remove the weird Drawable.the_scale, now users can write scale for both the property and the method More... over 15 years ago
Added the RenderWindow.poll_event(). More... over 15 years ago
Fixed bug in RenderWindow.wait_event() More... over 15 years ago
Wrapped C++ Input object creation in function More... over 15 years ago
Updated project URL in the documentation More... over 15 years ago