1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 17 hours ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- wrote unit tests for clock, time, vector2, and vector3 - removed extra files More... about 14 years ago
- added init modules so tests are discoverable More... about 14 years ago
- added 'test' command to setup.py More... about 14 years ago
- rewrote syste/time unit test More... about 14 years ago
- removed 'as sf' from getting started; should be obvious to anyone using python that an alias can be provided More... about 14 years ago
- replaced all references to sf as a module name to sfml, since it might be confusing to people looking up an arbitrary page in the documentation who don't don't realize that sfml has been imported as sf More... about 14 years ago
- updated event test More... about 14 years ago
- documented new event behavior More... about 14 years ago
- added rich comparison for events More... about 14 years ago
- updated include directive in setup.py - regenerated c++ files More... about 14 years ago
- USE_CYTHON is now an env variable More... about 14 years ago
- release and version were backwards More... about 14 years ago
- added optino to Makefile so that warnings are treated like errors - fixed all warnings (which probably resulted in corrupted output - fixed bad example link - proof-read introduction, rewording in places, adding a foot note where appropriate, and reformatting in a few places. May still edit further. More... about 14 years ago
- replaced version number with a substitute string which will automatically be updated when the version in conf.py is updated - Minor grammar editing (English is my first language) More... about 14 years ago
- used literal includes for examples instead of copy-paste - less maintenence and less error prone - also used glob pattern instead of having to list each example explicitly More... about 14 years ago
Uploaded C/C++ source generated by Cython More... about 14 years ago
Fixed many things before the release More... about 14 years ago
Updated the documentation More... about 14 years ago
Updated README and setup.py for the next release (1.1) More... about 14 years ago
Corrected the documentation More... about 14 years ago
Improved sf.View's constructor, added copy() to sf.Rectangle and fixed error in sf.RenderWindow More... about 14 years ago
Added copy() to sf.Vector2 and sf.Vector3 More... about 14 years ago
Updated tests directory More... about 14 years ago
Updated the documentation More... about 14 years ago
Added official example pong. More... about 14 years ago
Shortcut for position/size (x, y, width, height) removed. More... about 14 years ago
Implemented sf.Texture.update(*args, **kwargs) More... about 14 years ago
Fixed issues #74, #76, #77. More... about 14 years ago
Fixed an error in sf.Rectangle.__str__ More... about 14 years ago
Improved events handler. More... about 14 years ago