1
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 21 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated setup.py to use SFML_HEADERS and SFML_LIBRARIES env variables More... about 4 years ago
Updated 'Python package for macOS' workflow (wip) More... about 4 years ago
Added 'Python package for Windows' workflow (1/2) More... about 4 years ago
Reformatted setup.py (tab to space, and other minor changes) More... about 4 years ago
Added 'Python package for macOS' workflow (1/2) More... about 4 years ago
Updated workflow to use SFML_VERSION environment variable More... about 4 years ago
Removed install of 'git', 'cmake' and 'build-essentials' from workflow (already installed) More... about 4 years ago
Removed 'Lint with flake8' step from workflow More... about 4 years ago
Renamed 'Python package' workflow to 'Python package for Ubuntu' More... about 4 years ago
Removed unused pytest step (no unit tests at the moment) More... about 4 years ago
Fixed root permissions in pythonpackage.yml More... about 4 years ago
Updated pythonpackage.yml to install SFML dependency and build the bindings More... about 4 years ago
Fixed missing requirements.txt More... about 4 years ago
Removed support for Python 2.x and 3.4 More... about 4 years ago
Added pythonpackage.yml More... about 4 years ago
Updated README.md (and changed its format to Markdown) More... about 7 years ago
Adjusted joystick identification name return value More... about 7 years ago
Updated default parameter values in ContextSettings to match SFML More... about 7 years ago
Renamed VideoMode construction parameters name to match SFML More... about 7 years ago
Forced usage of unicode strings in Text.string and Window.title More... about 7 years ago
Changed type to Py_UNICODE in TextEvent.unicode property More... about 7 years ago
Adjusted implementations of to_file() and from_file() More... about 7 years ago
Fixed extra character at the begging of strings issue (#130) More... about 7 years ago
Added missing UNKNOWN key More... about 7 years ago
Changed some @classmethod to @staticmethod More... about 7 years ago
Renamed bpp attribute to bits_per_pixel in VideoMode More... about 7 years ago
Removed size attribute in VideoMode More... about 7 years ago
Implemented attribute_flags in ContextSettings More... about 7 years ago
Made use of new enum module (use enum34 for Python < 3.4) More... about 7 years ago
Updated copyright years (up to 2017) More... about 7 years ago