1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed unexisting defintions from sfml.pxd More... about 11 years ago
Updated network module definitions to add const keyword More... about 11 years ago
Moved Chunk definition to its own file soundstream.pxd More... about 11 years ago
Added missing constructor definition to Sound, SoundSource and SoundBuffer More... about 11 years ago
Added missing method start() to SoundRecorder in sfml.pxd More... about 11 years ago
Updated audio module definitions to add const keyword More... about 11 years ago
Added missing sf.RenderTexture.repeated property More... about 11 years ago
Added loadFromStream and openFromStream methods to sfml.pxd More... about 11 years ago
Forgot to add the const keyword to sf::Image copy method More... about 11 years ago
Added missing Vertex constructors to sfml.pxd More... about 11 years ago
Added IDENTITY (class attribute) to sf.Transform More... about 11 years ago
Fixed sf::Text::getFont return value in sfml.pxd (it didn't cause any bug) More... about 11 years ago
Added missing sf::Text constructors to sfml.pxd More... about 11 years ago
Replaced IntRect and FloatRect definitions with a templated definition More... about 11 years ago
Updated graphics module definitions to add const keyword More... about 11 years ago
Use ctypedef instead of redeclaring a class for each needed specialization More... about 11 years ago
Updated window module definitions to add const keyword More... about 11 years ago
Added Unknown value to keyboard enumeration More... about 11 years ago
Fixed joystick enumerations More... about 11 years ago
Added GlResource to sfml.pxd More... about 11 years ago
Convert int to enum-specific for some event structure value More... about 11 years ago
Added InputStream, Utf and String to sfml.pxd More... about 11 years ago
Updated system module definitions to add const keyword More... about 11 years ago
Added ThreadLocal to sfml.pxd More... about 11 years ago
Added Mutex, Lock and Thread definitions to sfml.pxd More... about 11 years ago
Fixed sf.Rectangle.interesects() method More... about 11 years ago
Updated README.rst for release 1.3 More... about 11 years ago
Removed generated C++ files since Cython is mandatory More... about 11 years ago
Updated C/Cython API section More... about 11 years ago
Updated download section More... about 11 years ago