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
6e04a02b07Improved FindSFML.cmake to handle configurations in a better way (fixes issue #27)
Laurent Gomila
2011-04-14 22:08:19 +0200
fd0d18f12eFixed the crash that happened when destroying then creating again a render target
Laurent Gomila
2011-04-13 23:16:20 +0200
df6874273aRenamed Window::GetEvent to PollEvent
Laurent Gomila
2011-04-11 18:20:21 +0200
bacb698f1aMinor fix in readme.txt
Laurent Gomila
2011-04-11 17:31:39 +0200
4892866905Added Window::SetTitle to CSFML and SFML.Net
Laurent Gomila
2011-04-10 09:48:33 +0200
b8ddbb6dccUpdated documentation of Image::SetSmooth
Laurent Gomila
2011-04-08 17:49:48 +0200
cb1f938582sf::Image is now *not* smooth by default (fixes issue #19)
Laurent Gomila
2011-04-06 08:22:56 +0200
e7958987e9Fixed potential endless recursion when creating the first GL context
Laurent Gomila
2011-04-06 08:18:59 +0200
f6bbbb6e6dInversed rotation angle in drawables, to make it match the Y axis pointing down in SFML (fixes issue #3)
Laurent Gomila
2011-04-06 08:13:55 +0200
ba8a36990fFixed a minor issue in the GlxContext constructor that was added recently
Laurent Gomila
2011-04-06 07:35:06 +0200
6676d77ea1Updated the C and .Net bindings according to the previous modifications
Laurent Gomila
2011-04-04 23:37:20 +0200
10ebd94ee7Merge branch 'master' of github.com:LaurentGomila/SFML
Laurent Gomila
2011-04-04 08:22:27 +0200
92f70b32e9Replaced the P-Buffer implementation of RenderImage with a generic "in-memory context" one
Laurent Gomila
2011-04-04 08:20:03 +0200
3acacc8049Updated sf::Context main description
Laurent Gomila
2011-04-01 21:52:52 +0200
d53750fa35CMake : deactivate ppc support.
Marco Antognini
2011-03-31 16:31:40 +0200
816cc6f637Fix compilation issues with 10.5
Marco Antognini
2011-03-30 20:31:09 +0200
0e37997734CMake : add support for ppc arch and 10.5 SDK
Marco Antognini
2011-03-30 19:52:36 +0200
da9844b6c4Fixed 64-bits warning in WindowImplWin32
Laurent Gomila
2011-03-28 23:25:10 +0200
9d68277442Merge branch 'master' of github.com:LaurentGomila/SFML
Laurent Gomila
2011-03-28 18:21:05 +0200
dc80731baeFixed install rules according to the new x86/x64 directories in extlibs
Laurent Gomila
2011-03-28 18:20:27 +0200
9c07503350Add support for external window handling (NSView + NSWindow) (bis)
Marco Antognini
2011-03-28 14:53:28 +0200
284bd09709Add support for external window handling (NSView + NSWindow) Minor improvement of SFContext.
Marco Antognini
2011-03-28 14:39:14 +0200
4e3feba25bAdded external dependencies and modified build files to enable 64 bits builds on Windows (VC++ only for now)
Laurent Gomila
2011-03-26 23:57:10 +0100
293cacfbdaAdded a CMake option to compile SFML with static VC++ runtime
Laurent Gomila
2011-03-26 23:24:09 +0100
12245224a4Added the 64-bits versions of SFML.Net dependencies
Laurent Gomila
2011-03-26 11:20:13 +0100
6a3ac47f54Renamed Text.Size to Text.CharacterSize in SFML.Net (sync with C++ API)
laurentgom
2011-03-24 21:40:09 +0000
149a724deaFixed typo in error message
laurentgom
2011-03-24 14:13:24 +0000
5dbe00eaa5Updated SFML.Net Updated target architectures (can now choose between x86 and x64) in SFML.Net
laurentgom
2011-03-21 19:02:00 +0000
7d7c4c999fSome refactoring, moved C++ allocation into the *_Alloc function instead of directly in new, removed new in most of classes too. Cloning should work on all copyable classes now.
groogy
2011-02-27 14:07:10 +0000
0a2abc6933sfml/all couldn't be loaded since it's symbol was not C style but got name mangled by C++.
groogy
2011-02-26 01:09:31 +0000
73370dc178Forbid window creating and event fetching from worker thread as it's an OS X limitation. Fix context not activated when created (now shader and renderimage works without having to creat a window or a context explicitly).
mantognini
2011-02-19 14:22:39 +0000
4813ca8d8eA little mistake by me. A warning from the compiler got me notified about it.
groogy
2011-02-13 18:10:46 +0000
1fad97be6dFixed some missing reference in sfml-graphics initiation function. The shared classes has to be global and reacquired in each library for it to work.
groogy
2011-02-13 12:59:28 +0000
e63a8fe442new directory structure for ruby binding should compile and link fine under windows
tricksterguy
2011-02-13 05:26:14 +0000
8675cb364cFixed Mouse In/Out event and the internal state of SFOpenGLView when the window is resized
mantognini
2011-02-11 15:41:55 +0000
f85a1794bcImproved TextEntered event. Improved KeyPressed/Released event. Add support for 'modifier' keys (System, Alt, Control, Shift).
mantognini
2011-02-11 00:17:19 +0000
58632672cbsf::Utf functions now use the global locale by default instead of the system's one
LaurentGom
2011-02-09 16:44:43 +0000
b26215ef96OSX, Apply a better fix to compute screen height
mantognini
2011-02-09 13:10:43 +0000
f664148e27Fix GetFullscreenModes : no more returns only desktop mode.
mantognini
2011-02-09 11:50:25 +0000
8affa29f54Changed the returned OpenGL context version from 2.9 to 2.0, if creating a context >= 3.0 failed
LaurentGom
2011-02-08 17:23:05 +0000
f5206544ceLower case for mingw compatibility (native Windows doesn't care)
svenstaro
2011-02-06 03:47:31 +0000