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 |
|
More...
|
over 16 years ago
|
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1046 4e206d99-4929-0410-ac5d-dfc041789085 |
|
More...
|
over 16 years ago
|
Implemented proper video mode depth detection on Linux |
|
More...
|
over 16 years ago
|
Updated stb_vorbis to fix memory leaks |
|
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 |
|
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 |
|
More...
|
over 16 years ago
|
Fixed Window::EnableKeyRepeat on Linux |
|
More...
|
over 16 years ago
|
Fixed compile errors in sfml-system on Linux |
|
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 |
|
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 |
|
More...
|
over 16 years ago
|
Fixed multi-threading issues with sf::Music |
|
More...
|
over 16 years ago
|
Fixed Thread implementation not destroyed after Wait() or Terminate() |
|
More...
|
over 16 years ago
|
Fixed warnings in Unicode.inl |
|
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 :) |
|
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 |
|
More...
|
over 16 years ago
|