Commit Graph

  • 78afc38501 Minor fixes to the doc Laurent Gomila 2011-08-26 18:42:54 +0200
  • b9b3888788 Minor fix in comments Laurent Gomila 2011-08-21 21:13:23 +0200
  • 7d919f4344 Fixed frameworks compilation Marco Antognini 2011-08-21 20:15:55 +0200
  • 0580cba0cd Xcode templates can be configured to use framework or dylibs Xocde templates now disable objective-c garbage collector Marco Antognini 2011-08-20 12:19:00 +0200
  • 71277f06e5 Updated Cocoa example Marco Antognini 2011-08-20 12:16:08 +0200
  • e09db44906 Cmake now is able to build SFML libraries as frameworks (closes #12) Cmake can now automatically install the Xcode templates Marco Antognini 2011-08-20 12:14:55 +0200
  • e5d635350e Fixed sf::Music::GetDuration() Laurent Gomila 2011-08-19 18:44:46 +0200
  • 1e2aca6e49 Fixed sf::Texture copy constructor Laurent Gomila 2011-08-19 18:28:21 +0200
  • d541f5f5b0 Minor fixes in documentation Laurent Gomila 2011-08-19 18:28:08 +0200
  • 9cda5d0474 Fixed Texture::LoadFromXxx functions not working when loading a sub-rectangle of the image Laurent Gomila 2011-08-16 08:11:36 +0200
  • 541509d2a7 sf::Texture's function don't preserve the current texture binding anymore (was used to keep mixing SFML and OpenGL safe, but the potential performance loss was too high -- glGet* may trigger a glFlush) Laurent Gomila 2011-08-12 15:40:32 +0200
  • ad42adbba0 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-08-11 22:25:01 +0200
  • 4c3bd58ef6 Config.hpp doesn't define WIN32_LEAN_AND_MEAN anymore on Windows Laurent Gomila 2011-08-11 22:24:25 +0200
  • b7c788dbf9 Fixed fullscreen exit Marco Antognini 2011-08-10 10:42:37 +0200
  • 95f0714e3a Stipped debug symbols from OSX/sndfile Marco Antognini 2011-08-09 12:03:21 +0200
  • 2218467b3a Updated Xcode templates Marco Antognini 2011-08-04 00:49:15 +0200
  • 6b98053101 Improved OSX/Cmake and dylibs' execution path Marco Antognini 2011-08-04 00:38:35 +0200
  • 7f11d16f3b Fixed SoundStream::GetPlayingOffset looping after a few seconds Laurent Gomila 2011-08-08 20:49:57 +0200
  • d5ced60dec Fixed font's textures not smoothed Laurent Gomila 2011-08-07 19:33:26 +0200
  • 9e76f583b9 Fixed a warning in sfml-window (on Windows) Laurent Gomila 2011-08-07 19:21:59 +0200
  • 7c581f251d Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-08-07 18:59:40 +0200
  • 1b0648fa39 Merge pull request #81 from mfoo/master Laurent Gomila 2011-08-07 09:57:43 -0700
  • 13986b2a3b Fix CMake variables to allow adding SFML as a dependency. Martin Foot 2011-08-07 14:33:42 +0100
  • 2e4531f751 Removed useless #include Laurent Gomila 2011-08-07 13:41:07 +0200
  • 550ef632e3 Fixed compile error in sf::Font Laurent Gomila 2011-08-07 10:22:42 +0200
  • b7184640d8 Updated the main page of the API documentation Laurent Gomila 2011-08-06 23:15:48 +0200
  • 3bba2fab98 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-08-03 20:10:28 +0200
  • 3f22fbb978 Fixed typo in documentation of sf::TcpListener Laurent Gomila 2011-07-30 17:35:13 +0200
  • f5294d5342 Added Image::FlipHorizontally and Image::FlipVertically Laurent Gomila 2011-07-29 22:04:59 +0200
  • 732b789e2e Improved OSX/Joysticks performance Marco Antognini 2011-07-28 02:10:35 +0200
  • b93e980e27 Updated xocde templates Marco Antognini 2011-07-26 12:17:16 +0200
  • fe3ef8c34c Minor comment update via GitHub Marco Antognini 2011-07-25 02:57:41 -0700
  • acfdc5b8f2 Minor Antialiasing update for Mac OS X Marco Antognini 2011-07-23 13:41:57 +0200
  • e509f01180 Split sf::Image into sf::Image and sf::Texture (implements issue #18) Laurent Gomila 2011-07-22 22:31:27 +0200
  • d337a98321 Fixed a minor bug in Font::LoadFromStream Laurent Gomila 2011-07-21 20:37:46 +0200
  • 853c2349ed Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-07-20 08:04:12 +0200
  • 3d4bb1f568 Renamed InputStream::GetPosition to InputStream::Tell (more consistent naming) Laurent Gomila 2011-07-20 08:03:40 +0200
  • ae489fa5d0 Prevent Mac OS from sending a sound/visual alert when command is pressed with another key Marco Antognini 2011-07-19 15:06:52 +0200
  • aada9ca545 Fixed missing <cstring> include in font.cpp Laurent Gomila 2011-07-17 18:32:14 +0200
  • dfe7cba373 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-07-17 12:22:08 +0200
  • c5276ff30a Added a new InputStream interface, and LoadFromStream functions to resource classes Laurent Gomila 2011-07-17 12:21:47 +0200
  • 73665bd50a Fixed error in Mouse::Set/GetPosition when the given window was already closed Laurent Gomila 2011-07-17 11:26:28 +0200
  • 552c3d114d Added Cocoa example Marco Antognini 2011-07-15 22:09:49 +0200
  • c3e64230cb OSX/Mouse::GetPosition(relativeTo) no longer complains when the window is closed Marco Antognini 2011-07-14 09:59:20 +0200
  • 535733f5c7 Implemented OSX/Joysticks and fixed some tabulations Marco Antognini 2011-07-13 22:14:49 +0200
  • 61adc51d09 Fixed rectangle bug in Image::CopyScreen Laurent Gomila 2011-07-11 23:42:32 +0200
  • e46016a79d Removed Window::GetMouseFocusWindow Laurent Gomila 2011-07-11 23:26:09 +0200
  • d772d3669a Upgraded to version 1.31 of stb_image Laurent Gomila 2011-07-11 08:06:07 +0200
  • 46843d84f7 Fixed typo in comments Laurent Gomila 2011-07-11 08:01:48 +0200
  • 88c5e350bf Merge branch 'keepup' Marco Antognini 2011-07-10 06:11:47 +0200
  • d33ecd17ad Implemented OSX/InputImpl::IsMouseButtonPressed Marco Antognini 2011-07-10 05:32:09 +0200
  • 5fbf147cc0 Added support for several connected keyboards in HIDInputManager Marco Antognini 2011-07-10 05:02:53 +0200
  • b5008ba01b Commented out some sf::Err useless reports Marco Antognini 2011-07-09 16:37:24 +0200
  • d80808b61d Implemented OSX/InputImpl::IsKeyPressed Marco Antognini 2011-07-09 16:35:13 +0200
  • 2f443ea08a Implemented all four OSX/InputImpl::Get/SetMousePosition Marco Antognini 2011-07-08 14:41:22 +0200
  • 0f102c6d6e Removed unnecessary -cursorPosition messages Marco Antognini 2011-07-08 14:39:39 +0200
  • cd1918b93d Improved consistency in SFWindowController and added security check in SFOpenGLView Marco Antognini 2011-07-08 13:35:38 +0200
  • ea1bde7a61 Fixed error in Linux/InputImpl Laurent Gomila 2011-07-08 08:17:17 +0200
  • c9b539a617 Fixed the Linux implementation of the new Mouse functions Laurent Gomila 2011-07-08 08:15:36 +0200
  • 6fd80e2598 Removed Window::GetCursorPosition/SetCursorPosition, added Mouse::GetPosition/SetPosition (two versions: one that handles desktop coordinates, one that handles window coordinates) Laurent Gomila 2011-07-08 07:56:14 +0200
  • e95323e2ea Removed the D and Python bindings Laurent Gomila 2011-07-06 23:10:53 +0200
  • b189b59af4 Removed the C binding (moved to its own repository) Laurent Gomila 2011-07-06 22:42:56 +0200
  • 98f893fd4f Removed the .Net binding (moved to its own repository) Laurent Gomila 2011-07-06 22:34:01 +0200
  • 4a1daee7fc Updated the Visual Basic example of SFML.Net Laurent Gomila 2011-07-06 22:13:27 +0200
  • 26d4c533ee Fixed a minor warning and a compile error and improved consistency in comments Marco Antognini 2011-07-06 03:47:19 +0200
  • a55ae4b758 Implemented OSX/InputImpl::GetMousePosition() Marco Antognini 2011-07-06 03:36:48 +0200
  • a609a7114e Implemented WindowImplCocoa::GetCursorPosition() Marco Antognini 2011-07-06 03:05:58 +0200
  • 99341c31db Vital fix, now it compiles but some implementation is missing Marco Antognini 2011-07-06 02:39:07 +0200
  • 560b09f92f Fixed sndfile load error on OS X 10.5 (Issue #70) Marco Antognini 2011-07-05 01:14:42 +0200
  • 7d2fa550c0 Updated CSFML and SFML.Net to the new input classes Laurent Gomila 2011-07-05 23:04:03 +0200
  • 3cd3e88e0e Fixed CMakeLists.txt in src/SFML/Window Laurent Gomila 2011-07-04 19:43:36 +0200
  • 1066caa771 Fix annoying sound alert when escape is pressed on OS X Marco Antognini 2011-07-03 22:29:34 +0200
  • c850d3b111 Implemented global inputs (sf::Keyboard, sf::Mouse, sf::Joystick) and removed the event-based sf::Input. Window::WaitEvent now works with joystick events as well. Added Event::JoystickConnected and Event::JoystickDisconnected. Added Window::GetCursorPosition. Laurent Gomila 2011-07-04 08:21:40 +0200
  • ac43d278aa Fixed error in Linux/InputImpl Laurent Gomila 2011-07-08 08:17:17 +0200
  • 4fe9a3843a Fixed the Linux implementation of the new Mouse functions Laurent Gomila 2011-07-08 08:15:36 +0200
  • 270f505570 Removed Window::GetCursorPosition/SetCursorPosition, added Mouse::GetPosition/SetPosition (two versions: one that handles desktop coordinates, one that handles window coordinates) Laurent Gomila 2011-07-08 07:56:14 +0200
  • 9441bd6e8c Removed the D and Python bindings Laurent Gomila 2011-07-06 23:10:53 +0200
  • bdbfe2b0b5 Removed the C binding (moved to its own repository) Laurent Gomila 2011-07-06 22:42:56 +0200
  • a198d1e0fa Removed the .Net binding (moved to its own repository) Laurent Gomila 2011-07-06 22:34:01 +0200
  • f85accc99f Updated the Visual Basic example of SFML.Net Laurent Gomila 2011-07-06 22:13:27 +0200
  • 2d705fee04 Fixed a minor warning and a compile error Laurent Gomila 2011-07-06 07:49:06 +0200
  • e120bd82fe Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-07-05 23:05:15 +0200
  • 15f6eca815 Updated CSFML and SFML.Net to the new input classes Laurent Gomila 2011-07-05 23:04:03 +0200
  • d5690ae8bc Fixed sndfile load error on OS X 10.5 (Issue #70) Marco Antognini 2011-07-05 01:14:42 +0200
  • 566699f912 Fixed CMakeLists.txt in src/SFML/Window Laurent Gomila 2011-07-04 19:43:36 +0200
  • 39780549ea Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-07-04 13:27:29 +0200
  • 8621e45960 Implemented global inputs (sf::Keyboard, sf::Mouse, sf::Joystick) and removed the event-based sf::Input. Window::WaitEvent now works with joystick events as well. Added Event::JoystickConnected and Event::JoystickDisconnected. Added Window::GetCursorPosition. Laurent Gomila 2011-07-04 08:21:40 +0200
  • efd97597bf Fix annoying sound alert when escape is pressed on OS X Marco Antognini 2011-07-03 22:29:34 +0200
  • edf82be16b Fix autorelease problem (issue #62) Marco Antognini 2011-07-03 19:56:26 +0200
  • de70f691e1 Improved cmake for OS X 10.5 Marco Antognini 2011-07-03 18:45:51 +0200
  • 202e41c80c minor compiler warnings fixed Marco Antognini 2011-07-03 17:21:05 +0200
  • 807ffcd7f2 Fixed Issue #66 Marco Antognini 2011-07-01 11:55:35 +0200
  • f9435eb881 Fixed SetCursorPosition in fullscreen mode and DRYed some code Marco Antognini 2011-06-24 00:10:04 +0200
  • 95a81c6075 Fixed universal build on OS X. Marco Antognini 2011-06-04 18:23:06 +0200
  • 5469eaa8c0 Added an assert in Thread::Wait() if the thread tries to wait for itself Laurent Gomila 2011-06-14 17:49:33 +0200
  • d497401e3a Reverted changes in the Win32/ThreadImpl (didn't compile on MinGW and Windows < Vista) Laurent Gomila 2011-06-14 08:09:32 +0200
  • e065b95db6 Fixed links in the documentation main page Laurent Gomila 2011-06-13 18:07:01 +0200
  • 48e30ea0e3 Made the behaviour of Thread::Wait consistent across implementations when called from its owner thread Laurent Gomila 2011-06-12 14:08:54 +0200
  • b0ebca9d29 Minor fix in UdpSocket::Send(Packet) Laurent Gomila 2011-06-12 13:14:50 +0200
  • 0dc5003969 Fixed warning in GlxContext constructor Laurent Gomila 2011-06-11 18:51:43 +0200