1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 23 hours ago.
May 23, 2023 — May 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated internal implementation of sf.Glyph.bounds (sf::FloatRect) More... over 9 years ago
Implemented sf.Joystick.getIdentification(joystick_id) More... over 9 years ago
Added modulo operator to sf.Time More... over 9 years ago
Fixed declaration of sf.Time overload operators in .pxd file More... over 9 years ago
Implemented sf convenience module Rathe than typing "import sfml as sf", you can write "from sfml import sf" More... almost 10 years ago
Updated Getting Started document Since we got rid of implicit imports in favor of the sf convenience module. More... almost 10 years ago
Removed -fpermissive flag no longer needed More... almost 10 years ago
Fixed arch variable in setup.py not set on Linux and Mac OS X platforms More... almost 10 years ago
Fixed examples not properly displayed in the documentation More... almost 10 years ago
Changed license from LGPL to zlib/libpng license More... almost 10 years ago
Removed copyright header from setup.py More... almost 10 years ago
Extended copyright years to 2014 More... almost 10 years ago
Removed copyright header from examples source files More... almost 10 years ago
Normalized project source files More... almost 10 years ago
Updated cython dependency version to 0.20 More... almost 10 years ago
Updated installation instructions for Ubuntu More... almost 10 years ago
Version numbering scheme now matches SFML (#101) More... almost 10 years ago
Removed unnecessary depedency from the system module More... almost 10 years ago
Added const qualifier to the first argument of wrap_string function More... almost 10 years ago
Updated setup.py to use extlibs More... almost 10 years ago
Added SFML 2.1 to extlibs More... almost 10 years ago
Fixed Vector2(x,y) != None should be True (#87) More... almost 10 years ago
Fixed sf.Shader.from_memory() method crashing (#95) More... almost 10 years ago
Fixed string representations of Transform class (#92) More... almost 10 years ago
Merge pull request #91 from aepsil0n/fix/video_mode_repr More... almost 10 years ago
Fixed sf.TextEvent.unicode returning an integer #70 More... almost 10 years ago
Implemented to_string and wrap_string and removed duplicated code More... almost 10 years ago
Merge pull request #100 from nil0x42/patch-1 More... almost 10 years ago
Dropped wchar in favor of utf-32 to encode strings (#86) More... almost 10 years ago
Removed unfinished unit tests More... almost 10 years ago