Commit graph

834 commits

Author SHA1 Message Date
Laurent Gomila 0f2fb0e2f6 Fixed static build with MinGW/gcc (was broken after the previous update of external libraries) 2011-05-15 11:07:17 +02:00
Laurent Gomila 3490d57344 Minor modifications in FindGLEW and FindSndFile 2011-05-14 22:17:47 +02:00
Laurent Gomila 7498b5bc27 Added initialization of the shared context (fixes issue #43) 2011-05-13 20:48:50 +02:00
Laurent Gomila e952f945a0 Updates MinGW external libraries to match their headers (fixes issue #42) 2011-05-13 19:21:44 +02:00
Laurent Gomila 67455e1a16 Updated the code example of the documentation main page 2011-05-11 23:15:58 +02:00
Laurent Gomila a4f6e915a0 Removed the sf::Randomizer class from the system module 2011-05-10 08:16:22 +02:00
Laurent Gomila e3c8fd6586 Fixed crash in Text.DisplayedString (get) in SFML.Net (fixes issue #16) 2011-05-09 23:23:08 +02:00
Marco Antognini 816a36ea0d Add OS X implementation of joysticks 2011-05-08 12:44:02 +02:00
Laurent Gomila 2f9a47b463 Minor fixes in documentation related to joysticks 2011-05-06 14:03:15 +02:00
Laurent Gomila 49c0208b2e The version returned by Window::GetSettings() is now the actual version of the context 2011-05-04 22:35:15 +02:00
Marco Antognini 6eac4256f3 Fixed issue 9 (update opengl version of a context on OS X) 2011-04-27 22:44:55 +02:00
Marco Antognini becf51572f updated OS X port to support sf::Event::KeyEvent::System. 2011-04-27 13:53:59 +02:00
Laurent Gomila ede01df778 Added the sf::Event::KeyEvent::System member (implements feature #8) 2011-04-26 21:58:03 +02:00
Laurent Gomila eac841ec71 Added explicit conversions between different types of sf::Vector2, sf::Vector3 and sf::Rect (implements feature #31) 2011-04-26 19:20:24 +02:00
Laurent Gomila ade8cb8771 Restored smoothing on fonts 2011-04-26 18:56:56 +02:00
Laurent Gomila 17971ca198 Fixed FindSFML.cmake 2011-04-18 18:19:57 +02:00
Marco Antognini 71469f1815 Update SFContext according to the new contexts system 2011-04-16 20:13:03 +02:00
Marco Antognini 9e2e349043 Minor comment update 2011-04-16 20:11:51 +02:00
Marco Antognini 690d4a3eff Improved process setup code design 2011-04-16 20:10:47 +02:00
Laurent Gomila ad79328a70 Fixed recursive mutex lock in GlContext::Cleanup() 2011-04-15 18:14:35 +02:00
Laurent Gomila 6e04a02b07 Improved FindSFML.cmake to handle configurations in a better way (fixes issue #27) 2011-04-14 22:08:19 +02:00
Laurent Gomila fd0d18f12e Fixed the crash that happened when destroying then creating again a render target 2011-04-13 23:16:20 +02:00
Laurent Gomila df6874273a Renamed Window::GetEvent to PollEvent 2011-04-11 18:20:21 +02:00
Laurent Gomila bacb698f1a Minor fix in readme.txt 2011-04-11 17:31:39 +02:00
Laurent Gomila 4892866905 Added Window::SetTitle to CSFML and SFML.Net 2011-04-10 09:48:33 +02:00
Laurent Gomila b8ddbb6dcc Updated documentation of Image::SetSmooth 2011-04-08 17:49:48 +02:00
Laurent Gomila cb1f938582 sf::Image is now *not* smooth by default (fixes issue #19) 2011-04-06 08:22:56 +02:00
Laurent Gomila e7958987e9 Fixed potential endless recursion when creating the first GL context 2011-04-06 08:18:59 +02:00
Laurent Gomila f6bbbb6e6d Inversed rotation angle in drawables, to make it match the Y axis pointing down in SFML (fixes issue #3) 2011-04-06 08:13:55 +02:00
Laurent Gomila ba8a36990f Fixed a minor issue in the GlxContext constructor that was added recently 2011-04-06 07:35:06 +02:00
Laurent Gomila 6676d77ea1 Updated the C and .Net bindings according to the previous modifications 2011-04-04 23:37:20 +02:00
Laurent Gomila 10ebd94ee7 Merge branch 'master' of github.com:LaurentGomila/SFML 2011-04-04 08:22:27 +02:00
Laurent Gomila 92f70b32e9 Replaced the P-Buffer implementation of RenderImage with a generic "in-memory context" one 2011-04-04 08:20:03 +02:00
Laurent Gomila 3acacc8049 Updated sf::Context main description 2011-04-01 21:52:52 +02:00
Marco Antognini d53750fa35 CMake : deactivate ppc support. 2011-03-31 19:09:10 +02:00
Marco Antognini 816cc6f637 Fix compilation issues with 10.5 2011-03-31 19:09:10 +02:00
Marco Antognini 0e37997734 CMake : add support for ppc arch and 10.5 SDK 2011-03-31 19:09:10 +02:00
Laurent Gomila da9844b6c4 Fixed 64-bits warning in WindowImplWin32 2011-03-28 23:25:10 +02:00
Laurent Gomila 9d68277442 Merge branch 'master' of github.com:LaurentGomila/SFML 2011-03-28 18:21:05 +02:00
Laurent Gomila dc80731bae Fixed install rules according to the new x86/x64 directories in extlibs 2011-03-28 18:20:27 +02:00
Marco Antognini 9c07503350 Add support for external window handling (NSView + NSWindow) (bis) 2011-03-28 14:53:28 +02:00
Marco Antognini 284bd09709 Add support for external window handling (NSView + NSWindow)
Minor improvement of SFContext.
2011-03-28 14:39:14 +02:00
Laurent Gomila 4217ea68f6 Removed the ruby binding (it has its own repository now -> https://github.com/Groogy/rbSFML) 2011-03-28 07:50:52 +02:00
Laurent Gomila fb1820862a Fixed typo in readme.txt 2011-03-27 19:03:47 +02:00
Laurent Gomila 1c50463f83 Updated readme.txt 2011-03-27 13:46:19 +02:00
Laurent Gomila d3a0d41e7c Added a readme file 2011-03-27 13:42:06 +02:00
Laurent Gomila 858d3e9cef Updated license.txt 2011-03-27 13:12:47 +02:00
Laurent Gomila 4e3feba25b Added external dependencies and modified build files to enable 64 bits builds on Windows (VC++ only for now) 2011-03-26 23:57:10 +01:00
Laurent Gomila 293cacfbda Added a CMake option to compile SFML with static VC++ runtime 2011-03-26 23:24:09 +01:00
Laurent Gomila 12245224a4 Added the 64-bits versions of SFML.Net dependencies 2011-03-26 11:20:13 +01:00