Laurent Gomila
|
94ab420dd3
|
Implemented the sf::Packet to bool conversion using the safe-bool idiom
|
2011-05-25 20:45:16 +02:00 |
|
Laurent Gomila
|
43d4d0bb28
|
Fixed last commit
|
2011-05-25 07:38:18 +02:00 |
|
Laurent Gomila
|
1526d09701
|
Changed Packet::operator bool() to Packet::operator void*(), to avoid inappropriate implicit conversions
|
2011-05-24 22:10:13 +02:00 |
|
Laurent Gomila
|
1a59b9291e
|
Minor fix in documentation
|
2011-05-23 07:38:49 +02:00 |
|
Laurent Gomila
|
e4c6c30e0b
|
Times in SFML are now Uint32 milliseconds instead of float seconds
Added the sf::Uint64 and sf::Int64 types
|
2011-05-19 08:19:42 +02:00 |
|
Marco Antognini
|
c1ce16f4d6
|
Improved SetCursorPosition on Mac (fixes issue #46)
|
2011-05-18 21:49:45 +02:00 |
|
Laurent Gomila
|
6383f0c800
|
Minor change in shared library naming on Linux
|
2011-05-16 08:00:30 +02:00 |
|
Laurent Gomila
|
04ae896457
|
Added the STATIC_STD_LIBS option to CSFML makefiles
|
2011-05-16 07:57:41 +02:00 |
|
Laurent Gomila
|
effc31327b
|
Changed the FORCE_STATIC_VCRT to STATIC_STD_LIBS, made it available for MinGW/gcc and set it to TRUE by default
|
2011-05-16 00:00:00 +02:00 |
|
Marco Antognini
|
0e826d8dec
|
Fixed shader examples
|
2011-05-15 13:37:29 +02:00 |
|
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 |
|