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
c48792e933Made the context creation code more flexible, to allow 4.x contexts
LaurentGom
2011-02-04 22:22:54 +0000
7c61189f27Fixed library name of the "main" component in FindSFML.cmake
LaurentGom
2011-02-04 22:03:19 +0000
637e4fa365some fixes for Vector
Trass3r
2011-01-30 18:38:20 +0000
c91c7827b2sync with sfml changes
Trass3r
2011-01-30 18:18:34 +0000
1b0bdfe7dechanged to new dll naming scheme
Trass3r
2011-01-30 18:09:15 +0000
f7427fe167Renamed Shader.LoadFromFile to FromFile and made it static (so that now it is a named constructor), in SFML.Net
LaurentGom
2011-01-29 16:35:26 +0000
f3b1cfd0deForgot the constant SFML::Key::W
groogy
2011-01-28 21:59:31 +0000
4d175b9243Forgot to actually call SetSourceRect in Sprite#setSourceRect
groogy
2011-01-28 21:50:59 +0000
673d150a5aSorry Trickster for messing with you.... Changed back to shared libraries.
groogy
2011-01-27 09:28:55 +0000
b1d2d84c4fQuick fix for missing symbols.
groogy
2011-01-26 23:04:14 +0000
2a79a3ec49Added so that version information is available in the SFML namespace.
groogy
2011-01-26 21:51:34 +0000
cf779be180OSX, fix random crash with sf::Window::Create
mantognini
2011-01-23 23:42:48 +0000
7687a84f2cFixed the sndfile.h issue on Mac OS X
LaurentGom
2010-12-13 21:01:49 +0000
bb7d79d857Fixed missing include path for extlibs on Mac OS X
LaurentGom
2010-12-11 10:54:18 +0000
7696438a4aMinor modifications to CMake files
LaurentGom
2010-12-10 20:44:20 +0000
a1eade38f4-update old USE_OS_X_VERSION_10_* macros -fix setCursorPositionToX:Y:
mantognini
2010-12-10 14:50:29 +0000
9b25dc5641Forgot to add a negative sign before the one when specifying the amount of arguments SFML::Image#initialize takes.
groogy
2010-12-06 08:34:15 +0000
add3608e72Added Rakefile gem description and homepage
tricksterguy
2010-12-05 21:20:55 +0000
71a2b6a6bdChanged some small stuff in the rakefile. Don't think it matters and I hope it didn't break anything.
groogy
2010-12-05 16:04:35 +0000