78afc38501Minor fixes to the doc
Laurent Gomila
2011-08-26 18:42:54 +0200
b9b3888788Minor fix in comments
Laurent Gomila
2011-08-21 21:13:23 +0200
7d919f4344Fixed frameworks compilation
Marco Antognini
2011-08-21 20:15:55 +0200
0580cba0cdXcode 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
71277f06e5Updated Cocoa example
Marco Antognini
2011-08-20 12:16:08 +0200
e09db44906Cmake 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
d541f5f5b0Minor fixes in documentation
Laurent Gomila
2011-08-19 18:28:08 +0200
9cda5d0474Fixed Texture::LoadFromXxx functions not working when loading a sub-rectangle of the image
Laurent Gomila
2011-08-16 08:11:36 +0200
541509d2a7sf::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
ad42adbba0Merge branch 'master' of github.com:LaurentGomila/SFML
Laurent Gomila
2011-08-11 22:25:01 +0200
4c3bd58ef6Config.hpp doesn't define WIN32_LEAN_AND_MEAN anymore on Windows
Laurent Gomila
2011-08-11 22:24:25 +0200
b7c788dbf9Fixed fullscreen exit
Marco Antognini
2011-08-10 10:42:37 +0200
95f0714e3aStipped debug symbols from OSX/sndfile
Marco Antognini
2011-08-09 12:03:21 +0200
2218467b3aUpdated Xcode templates
Marco Antognini
2011-08-04 00:49:15 +0200
6b98053101Improved OSX/Cmake and dylibs' execution path
Marco Antognini
2011-08-04 00:38:35 +0200
7f11d16f3bFixed SoundStream::GetPlayingOffset looping after a few seconds
Laurent Gomila
2011-08-08 20:49:57 +0200
d5ced60decFixed font's textures not smoothed
Laurent Gomila
2011-08-07 19:33:26 +0200
9e76f583b9Fixed a warning in sfml-window (on Windows)
Laurent Gomila
2011-08-07 19:21:59 +0200
7c581f251dMerge branch 'master' of github.com:LaurentGomila/SFML
Laurent Gomila
2011-08-07 18:59:40 +0200
d772d3669aUpgraded to version 1.31 of stb_image
Laurent Gomila
2011-07-11 08:06:07 +0200
46843d84f7Fixed typo in comments
Laurent Gomila
2011-07-11 08:01:48 +0200
88c5e350bfMerge branch 'keepup'
Marco Antognini
2011-07-10 06:11:47 +0200
d33ecd17adImplemented OSX/InputImpl::IsMouseButtonPressed
Marco Antognini
2011-07-10 05:32:09 +0200
5fbf147cc0Added support for several connected keyboards in HIDInputManager
Marco Antognini
2011-07-10 05:02:53 +0200
b5008ba01bCommented out some sf::Err useless reports
Marco Antognini
2011-07-09 16:37:24 +0200
d80808b61dImplemented OSX/InputImpl::IsKeyPressed
Marco Antognini
2011-07-09 16:35:13 +0200
2f443ea08aImplemented all four OSX/InputImpl::Get/SetMousePosition
Marco Antognini
2011-07-08 14:41:22 +0200
0f102c6d6eRemoved unnecessary -cursorPosition messages
Marco Antognini
2011-07-08 14:39:39 +0200
cd1918b93dImproved consistency in SFWindowController and added security check in SFOpenGLView
Marco Antognini
2011-07-08 13:35:38 +0200
ea1bde7a61Fixed error in Linux/InputImpl
Laurent Gomila
2011-07-08 08:17:17 +0200
c9b539a617Fixed the Linux implementation of the new Mouse functions
Laurent Gomila
2011-07-08 08:15:36 +0200
6fd80e2598Removed 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
e95323e2eaRemoved the D and Python bindings
Laurent Gomila
2011-07-06 23:10:53 +0200
b189b59af4Removed the C binding (moved to its own repository)
Laurent Gomila
2011-07-06 22:42:56 +0200
98f893fd4fRemoved the .Net binding (moved to its own repository)
Laurent Gomila
2011-07-06 22:34:01 +0200
4a1daee7fcUpdated the Visual Basic example of SFML.Net
Laurent Gomila
2011-07-06 22:13:27 +0200
26d4c533eeFixed a minor warning and a compile error and improved consistency in comments
Marco Antognini
2011-07-06 03:47:19 +0200
a55ae4b758Implemented OSX/InputImpl::GetMousePosition()
Marco Antognini
2011-07-06 03:36:48 +0200
a609a7114eImplemented WindowImplCocoa::GetCursorPosition()
Marco Antognini
2011-07-06 03:05:58 +0200
99341c31dbVital fix, now it compiles but some implementation is missing
Marco Antognini
2011-07-06 02:39:07 +0200
560b09f92fFixed sndfile load error on OS X 10.5 (Issue #70)
Marco Antognini
2011-07-05 01:14:42 +0200
7d2fa550c0Updated CSFML and SFML.Net to the new input classes
Laurent Gomila
2011-07-05 23:04:03 +0200
3cd3e88e0eFixed CMakeLists.txt in src/SFML/Window
Laurent Gomila
2011-07-04 19:43:36 +0200
1066caa771Fix annoying sound alert when escape is pressed on OS X
Marco Antognini
2011-07-03 22:29:34 +0200
c850d3b111Implemented 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
ac43d278aaFixed error in Linux/InputImpl
Laurent Gomila
2011-07-08 08:17:17 +0200
4fe9a3843aFixed the Linux implementation of the new Mouse functions
Laurent Gomila
2011-07-08 08:15:36 +0200
270f505570Removed 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
9441bd6e8cRemoved the D and Python bindings
Laurent Gomila
2011-07-06 23:10:53 +0200
bdbfe2b0b5Removed the C binding (moved to its own repository)
Laurent Gomila
2011-07-06 22:42:56 +0200
a198d1e0faRemoved the .Net binding (moved to its own repository)
Laurent Gomila
2011-07-06 22:34:01 +0200
f85accc99fUpdated the Visual Basic example of SFML.Net
Laurent Gomila
2011-07-06 22:13:27 +0200
2d705fee04Fixed a minor warning and a compile error
Laurent Gomila
2011-07-06 07:49:06 +0200
e120bd82feMerge branch 'master' of github.com:LaurentGomila/SFML
Laurent Gomila
2011-07-05 23:05:15 +0200
15f6eca815Updated CSFML and SFML.Net to the new input classes
Laurent Gomila
2011-07-05 23:04:03 +0200
d5690ae8bcFixed sndfile load error on OS X 10.5 (Issue #70)
Marco Antognini
2011-07-05 01:14:42 +0200
566699f912Fixed CMakeLists.txt in src/SFML/Window
Laurent Gomila
2011-07-04 19:43:36 +0200
39780549eaMerge branch 'master' of github.com:LaurentGomila/SFML
Laurent Gomila
2011-07-04 13:27:29 +0200
8621e45960Implemented 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
efd97597bfFix annoying sound alert when escape is pressed on OS X
Marco Antognini
2011-07-03 22:29:34 +0200
edf82be16bFix autorelease problem (issue #62)
Marco Antognini
2011-07-03 19:56:26 +0200
de70f691e1Improved cmake for OS X 10.5
Marco Antognini
2011-07-03 18:45:51 +0200
202e41c80cminor compiler warnings fixed
Marco Antognini
2011-07-03 17:21:05 +0200
807ffcd7f2Fixed Issue #66
Marco Antognini
2011-07-01 11:55:35 +0200
f9435eb881Fixed SetCursorPosition in fullscreen mode and DRYed some code
Marco Antognini
2011-06-24 00:10:04 +0200
95a81c6075Fixed universal build on OS X.
Marco Antognini
2011-06-04 18:23:06 +0200
5469eaa8c0Added an assert in Thread::Wait() if the thread tries to wait for itself
Laurent Gomila
2011-06-14 17:49:33 +0200
d497401e3aReverted changes in the Win32/ThreadImpl (didn't compile on MinGW and Windows < Vista)
Laurent Gomila
2011-06-14 08:09:32 +0200
e065b95db6Fixed links in the documentation main page
Laurent Gomila
2011-06-13 18:07:01 +0200
48e30ea0e3Made the behaviour of Thread::Wait consistent across implementations when called from its owner thread
Laurent Gomila
2011-06-12 14:08:54 +0200
b0ebca9d29Minor fix in UdpSocket::Send(Packet)
Laurent Gomila
2011-06-12 13:14:50 +0200
0dc5003969Fixed warning in GlxContext constructor
Laurent Gomila
2011-06-11 18:51:43 +0200