Commit Graph

70 Commits

Author SHA1 Message Date
LaurentGom
a991fe8e4d Added support for the CMake build system
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1550 4e206d99-4929-0410-ac5d-dfc041789085
2010-08-19 15:59:24 +00:00
LaurentGom
ff367bdb57 Now using stb_image directly for loading image files, instead of SOIL (which is not maintained anymore)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1542 4e206d99-4929-0410-ac5d-dfc041789085
2010-07-31 14:06:30 +00:00
LaurentGom
3a17e35cac Created DLL build configurations for samples in Code::Blocks and Visual C++ project files
Removed unused stuff from extlibs headers
Removed source files from generated API documentation
Removed the qt and wxwidgets samples
Fixed minor warnings in Packet.cpp

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1499 4e206d99-4929-0410-ac5d-dfc041789085
2010-04-08 16:18:38 +00:00
LaurentGom
a6b9dbfd39 Upgraded external libraries (libpng 1.4.1, zlib 1.2.4, openal-soft 1.12.854) on Windows
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1496 4e206d99-4929-0410-ac5d-dfc041789085
2010-04-07 07:57:32 +00:00
LaurentGom
dbd767376b The external libs used by sfml-graphics are now linked instead of being integrated to the source code
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1491 4e206d99-4929-0410-ac5d-dfc041789085
2010-04-05 19:04:49 +00:00
LaurentGom
914db8bce0 Upgraded to the latest version of OpenAL Soft (1.11.753) on Windows
Fixed linker settings for Code::Blocks projects so that libgcc_s_dw2-1.dll is not required when compiling with gcc 4

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1432 4e206d99-4929-0410-ac5d-dfc041789085
2010-03-02 08:38:45 +00:00
LaurentGom
17cf6873aa Fixed a memory leak in sf::Window implementation on Windows
Synchronized sfml2 with trunk

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1280 4e206d99-4929-0410-ac5d-dfc041789085
2009-11-21 21:39:31 +00:00
ceylo
45458cb82d Added sndfile for Intel 64 bits. Using subdir to prevent ld from linking against OpenAL.framework from the parent directory when compiling for x86_64 (which misses the x86_64 arch, only present in the OS OpenAL framework).
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1269 4e206d99-4929-0410-ac5d-dfc041789085
2009-11-07 15:39:55 +00:00
ceylo
3177b7010d Added Intel 64 bits architecture.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1267 4e206d99-4929-0410-ac5d-dfc041789085
2009-11-06 16:57:21 +00:00
ceylo
9944cdcbba Updated sndfile to 1.0.20 (i386+ppc).
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1209 4e206d99-4929-0410-ac5d-dfc041789085
2009-08-28 19:53:34 +00:00
LaurentGom
7a8cc0c76a Synchronized with trunk
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1201 4e206d99-4929-0410-ac5d-dfc041789085
2009-08-14 08:02:57 +00:00
ceylo
953c73c5a6 Fixed wrong install name.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1194 4e206d99-4929-0410-ac5d-dfc041789085
2009-07-24 14:30:25 +00:00
laurentgom
2deb8bd021 Added RenderImage
Cleaned internal CSFML code
Synchronized with trunk

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1135 4e206d99-4929-0410-ac5d-dfc041789085
2009-06-11 15:49:36 +00:00
ceylo
0e04c3855f Moved framework from libs-xcode to bin
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1128 4e206d99-4929-0410-ac5d-dfc041789085
2009-06-01 20:34:52 +00:00
laurentgom
635f92d98d Synchronized with trunk
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1087 4e206d99-4929-0410-ac5d-dfc041789085
2009-05-06 20:06:14 +00:00
ceylo
3b873931dd Imported unofficial OpenAL framework to fix troubles with Mac OS X 10.4.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1077 4e206d99-4929-0410-ac5d-dfc041789085
2009-04-28 18:31:11 +00:00
laurentgom
137ef64f2a Upgraded to libsndfile 1.0.19
Removed stb_vorbis

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1071 4e206d99-4929-0410-ac5d-dfc041789085
2009-04-07 12:11:11 +00:00
ceylo
7a2cb409fe Replacing libsndfile.a with sndfile.framework for dynamic linking.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1053 4e206d99-4929-0410-ac5d-dfc041789085
2009-03-14 14:06:32 +00:00
ceylo
1fbf7046e0 Initial import of sndfile framework (dynamic library)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1050 4e206d99-4929-0410-ac5d-dfc041789085
2009-03-14 13:54:54 +00:00
laurentgom
2f524481c1 Added the trunk/branches/tags directories at repository root, and moved previous root into trunk/
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1002 4e206d99-4929-0410-ac5d-dfc041789085
2009-01-28 16:18:34 +00:00