15
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added GLKit, Initializer. Removed WindowController. Updated linking for libsndfile (now using dynamic linking). More... over 16 years ago
Replacing libsndfile.a with sndfile.framework for dynamic linking. More... over 16 years ago
Updated e-mail. More... over 16 years ago
Removed WindowController. Added GLKit. No more statically linking against libsndfile, using dynamic linking with sndfile.framework. Added Initializer.cpp. Reordered build style list (avoids building single architecture binary as first choice). More... over 16 years ago
Initial import of sndfile framework (dynamic library) More... over 16 years ago
Switching to Cocoa implementation way. Updated copyright year. Removed WindowController. Added Cocoa window import support. More... over 16 years ago
Switching to Cocoa way implementation. More... over 16 years ago
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1047 4e206d99-4929-0410-ac5d-dfc041789085
Laurent Gomila
as laurentgom
More... over 16 years ago
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1046 4e206d99-4929-0410-ac5d-dfc041789085
Laurent Gomila
as laurentgom
More... over 16 years ago
Implemented proper video mode depth detection on Linux
Laurent Gomila
as laurentgom
More... over 16 years ago
Updated stb_vorbis to fix memory leaks
Laurent Gomila
as laurentgom
More... over 16 years ago
Bug fix (make shure a font object isn't destroyed as long as the string is using it) and code clean up in sf.String More... over 16 years ago
Added a high-level check to disallow having two fullscreen windows at the same time
Laurent Gomila
as laurentgom
More... over 16 years ago
Fixed python3 compatibility More... over 16 years ago
Fixed a bug with custom drawables Fixed wrong default color in sf.Shape More... over 16 years ago
Fixed Window::EnableKeyRepeat on Linux
Laurent Gomila
as laurentgom
More... over 16 years ago
Fixed Window::EnableKeyRepeat on Linux
Laurent Gomila
as laurentgom
More... over 16 years ago
Fixed compile errors in sfml-system on Linux
Laurent Gomila
as laurentgom
More... over 16 years ago
Bug fixed in sf.String Code clean up More... over 16 years ago
Fixed OpenAL error when stopping sound streams
Laurent Gomila
as laurentgom
More... over 16 years ago
Dropped some assert() calls preventing some functions from being called. More... over 16 years ago
Removed useless include from SoundStream.cpp
Laurent Gomila
as laurentgom
More... over 16 years ago
Fixed multi-threading issues with sf::Music
Laurent Gomila
as laurentgom
More... over 16 years ago
Fixed Thread implementation not destroyed after Wait() or Terminate()
Laurent Gomila
as laurentgom
More... over 16 years ago
Fixed warnings in Unicode.inl
Laurent Gomila
as laurentgom
More... over 16 years ago
Using assertions instead of cerr logging. More... over 16 years ago
Fixed Initializer.cpp to use the proper naming conventions :)
Laurent Gomila
as laurentgom
More... over 16 years ago
Fixed namespace. More... over 16 years ago
Added working directory initializer. More... over 16 years ago
Blend::Add now uses source alpha
Laurent Gomila
as laurentgom
More... over 16 years ago