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)
bindings_removed
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
75e07d63d3Fixed error in FindSFML.cmake when parsing SFML 1.x Config.hpp for version number
Laurent Gomila
2011-06-11 12:04:52 +0200
175cddee58UdpSocket::Send(Packet) is now limited to UdpSocket::MaxDatagramSize, so that data is never split into multiple datagrams, which removes a lot of potential major problems
Laurent Gomila
2011-06-11 11:28:43 +0200
79d5217c42Minor fix in sf::Text
Laurent Gomila
2011-06-09 08:37:25 +0200
df61292f65Made sf::Mutex recursive on Unix, the behaviour is now consistent across platforms
Laurent Gomila
2011-05-31 23:31:25 +0200
f0ed4ba446Removed forgotten debug stuff from the "shader" example
Laurent Gomila
2011-05-31 23:12:52 +0200
d938899f5cWindow::SetCursorPosition now triggers MouseMoved events
Laurent Gomila
2011-05-30 18:56:49 +0200
67c498dde3Changed the STATIC_STD_LIBS CMake option to FALSE by default (matches the default compilers' settings)
Laurent Gomila
2011-05-28 14:28:22 +0200
7bf0bdf161Updated sfPacket_CanRead in CSFML
Laurent Gomila
2011-05-26 07:47:58 +0200
94ab420dd3Implemented the sf::Packet to bool conversion using the safe-bool idiom
Laurent Gomila
2011-05-25 20:45:16 +0200
43d4d0bb28Fixed last commit
Laurent Gomila
2011-05-25 07:38:18 +0200
1526d09701Changed Packet::operator bool() to Packet::operator void*(), to avoid inappropriate implicit conversions
Laurent Gomila
2011-05-24 22:10:13 +0200
1a59b9291eMinor fix in documentation
Laurent Gomila
2011-05-23 07:38:49 +0200
e4c6c30e0bTimes in SFML are now Uint32 milliseconds instead of float seconds Added the sf::Uint64 and sf::Int64 types
Laurent Gomila
2011-05-19 08:18:40 +0200
c1ce16f4d6Improved SetCursorPosition on Mac (fixes issue #46)
Marco Antognini
2011-05-18 21:47:17 +0200
6383f0c800Minor change in shared library naming on Linux
Laurent Gomila
2011-05-16 08:00:30 +0200
04ae896457Added the STATIC_STD_LIBS option to CSFML makefiles
Laurent Gomila
2011-05-16 07:57:41 +0200
effc31327bChanged the FORCE_STATIC_VCRT to STATIC_STD_LIBS, made it available for MinGW/gcc and set it to TRUE by default
Laurent Gomila
2011-05-15 23:53:36 +0200
0e826d8decFixed shader examples
Marco Antognini
2011-05-15 13:36:13 +0200
0f2fb0e2f6Fixed static build with MinGW/gcc (was broken after the previous update of external libraries)
Laurent Gomila
2011-05-15 11:07:17 +0200
3490d57344Minor modifications in FindGLEW and FindSndFile
Laurent Gomila
2011-05-14 22:17:47 +0200
7498b5bc27Added initialization of the shared context (fixes issue #43)
Laurent Gomila
2011-05-13 20:48:50 +0200
e952f945a0Updates MinGW external libraries to match their headers (fixes issue #42)
Laurent Gomila
2011-05-13 19:21:44 +0200
67455e1a16Updated the code example of the documentation main page
Laurent Gomila
2011-05-11 23:15:58 +0200
a4f6e915a0Removed the sf::Randomizer class from the system module
Laurent Gomila
2011-05-10 08:16:22 +0200
e3c8fd6586Fixed crash in Text.DisplayedString (get) in SFML.Net (fixes issue #16)
Laurent Gomila
2011-05-09 23:23:08 +0200
816a36ea0dAdd OS X implementation of joysticks
Marco Antognini
2011-05-03 17:42:51 +0200
2f9a47b463Minor fixes in documentation related to joysticks
Laurent Gomila
2011-05-06 14:03:15 +0200
49c0208b2eThe version returned by Window::GetSettings() is now the actual version of the context
Laurent Gomila
2011-05-04 22:35:15 +0200
6eac4256f3Fixed issue 9 (update opengl version of a context on OS X)
Marco Antognini
2011-04-27 22:44:55 +0200
becf51572fupdated OS X port to support sf::Event::KeyEvent::System.
Marco Antognini
2011-04-27 13:53:59 +0200
ede01df778Added the sf::Event::KeyEvent::System member (implements feature #8)
Laurent Gomila
2011-04-26 21:58:03 +0200
eac841ec71Added explicit conversions between different types of sf::Vector2, sf::Vector3 and sf::Rect (implements feature #31)
Laurent Gomila
2011-04-26 19:20:24 +0200
ade8cb8771Restored smoothing on fonts
Laurent Gomila
2011-04-26 18:56:56 +0200