Laurent Gomila
|
a5d40de8a2
|
Replaced unsigned long with Uint32 in the public API (avoids size problems with bindings)
|
2011-11-20 13:50:11 +01:00 |
|
Marco Antognini
|
a9f0ba7943
|
Remove unused file
|
2011-11-09 20:13:48 +01:00 |
|
Laurent Gomila
|
017ef652f9
|
Removed the Resource and ResourcePtr classes
|
2011-11-05 15:50:44 +01:00 |
|
Laurent Gomila
|
46b2c096c4
|
Added extra underscores to gcc 4 specific attributes (visibility, constructor)
|
2011-11-04 08:01:56 +01:00 |
|
Laurent Gomila
|
5b6c824773
|
Fixed error in subrect adjustment in Texture::LoadFromImage
|
2011-10-07 08:03:24 +02:00 |
|
Laurent Gomila
|
9f7573c395
|
Fixed signed/unsigned comparison
|
2011-10-03 22:10:48 +02:00 |
|
Laurent Gomila
|
35bdbf6e2e
|
Merge branch 'master' of github.com:LaurentGomila/SFML
|
2011-09-30 13:44:12 +02:00 |
|
Laurent Gomila
|
d58d6e51bc
|
Added explicit include directories for OpenGL and X11 in CMake files
|
2011-09-30 13:43:52 +02:00 |
|
Marco Antognini
|
0fd992d56e
|
fix OS X alert related to key event (close #98)
|
2011-09-24 13:34:58 +02:00 |
|
Laurent Gomila
|
2856090573
|
Fixed error when calling Shader::LoadFromFile multiple times on the same instance
|
2011-09-18 22:46:11 +02:00 |
|
Marco Antognini
|
91d56172b0
|
Improved SFML integration with Cocoa
|
2011-09-18 10:43:21 +02:00 |
|
Laurent Gomila
|
78a625de22
|
CMake configuration is now stopped if the Xrandr library (Linux) is not found
|
2011-09-10 18:36:12 +02:00 |
|
Laurent Gomila
|
dad362bf69
|
Fixed Listener::GetGlobalVolume returning wrong values
|
2011-09-08 08:16:37 +02:00 |
|
Marco Antognini
|
ecaafa9a18
|
Fixed sf::Window::Create on OS X (Closes #86)
|
2011-09-05 18:54:27 +02:00 |
|
Marco Antognini
|
b834787946
|
Removed dummy.cpp
|
2011-09-05 18:53:20 +02:00 |
|
Marco Antognini
|
6c0535db45
|
Fixed OSX/ShowMouseCursor
|
2011-09-05 18:53:20 +02:00 |
|
Marco Antognini
|
32563cdc6f
|
Improved SFML integration with Cocoa
|
2011-09-05 18:53:20 +02:00 |
|
Laurent Gomila
|
d6a40cf062
|
Fixed IpAddress::GetLocalAddress() (was incorrectly returning 127.0.0.1)
|
2011-09-04 14:46:36 +02:00 |
|
Laurent Gomila
|
c51e22cb52
|
Fixed sf::Mouse::IsButtonPressed and sf::Keyboard::IsKeyPressed incorrectly returning true on Windows
|
2011-09-02 23:03:46 +02:00 |
|
Laurent Gomila
|
7f390367f1
|
OpenGL.hpp now includes windows.h only with VC++
|
2011-09-02 19:26:49 +02:00 |
|
Marco Antognini
|
7d919f4344
|
Fixed frameworks compilation
|
2011-08-21 20:15:55 +02:00 |
|
Laurent Gomila
|
e5d635350e
|
Fixed sf::Music::GetDuration()
|
2011-08-19 18:44:46 +02:00 |
|
Laurent Gomila
|
1e2aca6e49
|
Fixed sf::Texture copy constructor
|
2011-08-19 18:28:21 +02:00 |
|
Laurent Gomila
|
9cda5d0474
|
Fixed Texture::LoadFromXxx functions not working when loading a sub-rectangle of the image
|
2011-08-16 08:11:36 +02:00 |
|
Laurent Gomila
|
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)
|
2011-08-12 15:40:32 +02:00 |
|
Marco Antognini
|
b7c788dbf9
|
Fixed fullscreen exit
|
2011-08-10 10:42:37 +02:00 |
|
Marco Antognini
|
6b98053101
|
Improved OSX/Cmake and dylibs' execution path
|
2011-08-08 23:41:30 +02:00 |
|
Laurent Gomila
|
7f11d16f3b
|
Fixed SoundStream::GetPlayingOffset looping after a few seconds
|
2011-08-08 20:49:57 +02:00 |
|
Laurent Gomila
|
d5ced60dec
|
Fixed font's textures not smoothed
|
2011-08-07 19:33:26 +02:00 |
|
Laurent Gomila
|
9e76f583b9
|
Fixed a warning in sfml-window (on Windows)
|
2011-08-07 19:21:59 +02:00 |
|
Martin Foot
|
13986b2a3b
|
Fix CMake variables to allow adding SFML as a dependency.
|
2011-08-07 14:33:42 +01:00 |
|
Laurent Gomila
|
3bba2fab98
|
Merge branch 'master' of github.com:LaurentGomila/SFML
|
2011-08-03 20:10:28 +02:00 |
|
Laurent Gomila
|
f5294d5342
|
Added Image::FlipHorizontally and Image::FlipVertically
|
2011-07-29 22:04:59 +02:00 |
|
Marco Antognini
|
732b789e2e
|
Improved OSX/Joysticks performance
|
2011-07-28 18:01:41 +02:00 |
|
Marco Antognini
|
fe3ef8c34c
|
Minor comment update via GitHub
|
2011-07-25 02:57:41 -07:00 |
|
Marco Antognini
|
acfdc5b8f2
|
Minor Antialiasing update for Mac OS X
|
2011-07-23 13:41:57 +02:00 |
|
Laurent Gomila
|
e509f01180
|
Split sf::Image into sf::Image and sf::Texture (implements issue #18)
|
2011-07-22 22:31:27 +02:00 |
|
Laurent Gomila
|
d337a98321
|
Fixed a minor bug in Font::LoadFromStream
|
2011-07-21 20:37:46 +02:00 |
|
Laurent Gomila
|
853c2349ed
|
Merge branch 'master' of github.com:LaurentGomila/SFML
|
2011-07-20 08:04:12 +02:00 |
|
Laurent Gomila
|
3d4bb1f568
|
Renamed InputStream::GetPosition to InputStream::Tell (more consistent naming)
|
2011-07-20 08:03:40 +02:00 |
|
Marco Antognini
|
ae489fa5d0
|
Prevent Mac OS from sending a sound/visual alert when command is pressed with another key
|
2011-07-19 15:06:52 +02:00 |
|
Laurent Gomila
|
aada9ca545
|
Fixed missing <cstring> include in font.cpp
|
2011-07-17 18:32:14 +02:00 |
|
Laurent Gomila
|
dfe7cba373
|
Merge branch 'master' of github.com:LaurentGomila/SFML
|
2011-07-17 12:22:08 +02:00 |
|
Laurent Gomila
|
c5276ff30a
|
Added a new InputStream interface, and LoadFromStream functions to resource classes
|
2011-07-17 12:21:47 +02:00 |
|
Laurent Gomila
|
73665bd50a
|
Fixed error in Mouse::Set/GetPosition when the given window was already closed
|
2011-07-17 11:26:28 +02:00 |
|
Marco Antognini
|
c3e64230cb
|
OSX/Mouse::GetPosition(relativeTo) no longer complains when the window is closed
|
2011-07-14 09:59:20 +02:00 |
|
Marco Antognini
|
535733f5c7
|
Implemented OSX/Joysticks and fixed some tabulations
|
2011-07-13 22:16:34 +02:00 |
|
Laurent Gomila
|
61adc51d09
|
Fixed rectangle bug in Image::CopyScreen
|
2011-07-11 23:42:32 +02:00 |
|
Laurent Gomila
|
e46016a79d
|
Removed Window::GetMouseFocusWindow
|
2011-07-11 23:26:09 +02:00 |
|
Laurent Gomila
|
d772d3669a
|
Upgraded to version 1.31 of stb_image
|
2011-07-11 08:06:07 +02:00 |
|