Commit Graph

  • ade8cb8771 Restored smoothing on fonts Laurent Gomila 2011-04-26 18:56:56 +02:00
  • 17971ca198 Fixed FindSFML.cmake Laurent Gomila 2011-04-18 18:19:57 +02:00
  • 71469f1815 Update SFContext according to the new contexts system Marco Antognini 2011-04-16 20:13:03 +02:00
  • 9e2e349043 Minor comment update Marco Antognini 2011-04-16 20:11:51 +02:00
  • 690d4a3eff Improved process setup code design Marco Antognini 2011-04-16 20:10:47 +02:00
  • ad79328a70 Fixed recursive mutex lock in GlContext::Cleanup() Laurent Gomila 2011-04-15 18:14:35 +02:00
  • 6e04a02b07 Improved FindSFML.cmake to handle configurations in a better way (fixes issue #27) Laurent Gomila 2011-04-14 22:08:19 +02:00
  • fd0d18f12e Fixed the crash that happened when destroying then creating again a render target Laurent Gomila 2011-04-13 23:16:20 +02:00
  • df6874273a Renamed Window::GetEvent to PollEvent Laurent Gomila 2011-04-11 18:20:21 +02:00
  • bacb698f1a Minor fix in readme.txt Laurent Gomila 2011-04-11 17:31:39 +02:00
  • 4892866905 Added Window::SetTitle to CSFML and SFML.Net Laurent Gomila 2011-04-10 09:48:33 +02:00
  • b8ddbb6dcc Updated documentation of Image::SetSmooth Laurent Gomila 2011-04-08 17:49:48 +02:00
  • cb1f938582 sf::Image is now *not* smooth by default (fixes issue #19) Laurent Gomila 2011-04-06 08:22:56 +02:00
  • e7958987e9 Fixed potential endless recursion when creating the first GL context Laurent Gomila 2011-04-06 08:18:59 +02:00
  • f6bbbb6e6d Inversed 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 +02:00
  • ba8a36990f Fixed a minor issue in the GlxContext constructor that was added recently Laurent Gomila 2011-04-06 07:35:06 +02:00
  • 6676d77ea1 Updated the C and .Net bindings according to the previous modifications Laurent Gomila 2011-04-04 23:37:20 +02:00
  • 10ebd94ee7 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-04-04 08:22:27 +02:00
  • 92f70b32e9 Replaced the P-Buffer implementation of RenderImage with a generic "in-memory context" one Laurent Gomila 2011-04-04 08:20:03 +02:00
  • 3acacc8049 Updated sf::Context main description Laurent Gomila 2011-04-01 21:52:52 +02:00
  • d53750fa35 CMake : deactivate ppc support. Marco Antognini 2011-03-31 16:31:40 +02:00
  • 816cc6f637 Fix compilation issues with 10.5 Marco Antognini 2011-03-30 20:31:09 +02:00
  • 0e37997734 CMake : add support for ppc arch and 10.5 SDK Marco Antognini 2011-03-30 19:52:36 +02:00
  • da9844b6c4 Fixed 64-bits warning in WindowImplWin32 Laurent Gomila 2011-03-28 23:25:10 +02:00
  • 9d68277442 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-03-28 18:21:05 +02:00
  • dc80731bae Fixed install rules according to the new x86/x64 directories in extlibs Laurent Gomila 2011-03-28 18:20:27 +02:00
  • 9c07503350 Add support for external window handling (NSView + NSWindow) (bis) Marco Antognini 2011-03-28 14:53:28 +02:00
  • 284bd09709 Add support for external window handling (NSView + NSWindow) Minor improvement of SFContext. Marco Antognini 2011-03-28 14:39:14 +02:00
  • 4217ea68f6 Removed the ruby binding (it has its own repository now -> https://github.com/Groogy/rbSFML) Laurent Gomila 2011-03-28 07:50:52 +02:00
  • fb1820862a Fixed typo in readme.txt Laurent Gomila 2011-03-27 19:03:47 +02:00
  • 1c50463f83 Updated readme.txt Laurent Gomila 2011-03-27 13:46:19 +02:00
  • d3a0d41e7c Added a readme file Laurent Gomila 2011-03-27 13:42:06 +02:00
  • 858d3e9cef Updated license.txt Laurent Gomila 2011-03-27 13:12:47 +02:00
  • 4e3feba25b Added 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 +01:00
  • 293cacfbda Added a CMake option to compile SFML with static VC++ runtime Laurent Gomila 2011-03-26 23:24:09 +01:00
  • 12245224a4 Added the 64-bits versions of SFML.Net dependencies Laurent Gomila 2011-03-26 11:20:13 +01:00
  • 6a3ac47f54 Renamed Text.Size to Text.CharacterSize in SFML.Net (sync with C++ API) laurentgom 2011-03-24 21:40:09 +00:00
  • 149a724dea Fixed typo in error message laurentgom 2011-03-24 14:13:24 +00:00
  • 5dbe00eaa5 Updated SFML.Net Updated target architectures (can now choose between x86 and x64) in SFML.Net laurentgom 2011-03-21 19:02:00 +00:00
  • 10a782b871 Updated CSFML laurentgom 2011-03-21 17:34:26 +00:00
  • f632253adc Fixed compile error ('NULL' not defined) with gcc 4.6 in System/Resource.hpp laurentgom 2011-03-21 10:27:29 +00:00
  • 58546a52df Removed warnings in the Linux implementation of RenderImageImplPBuffer laurentgom 2011-03-21 09:12:09 +00:00
  • ccc2a050ed Fixed compile error in GlContext.cpp laurentgom 2011-03-21 08:45:46 +00:00
  • a94ed51702 ATI fix! laurentgom 2011-03-21 07:08:26 +00:00
  • 6cf2303484 Fixed typo in comment laurentgom 2011-03-19 22:07:14 +00:00
  • f3d212f737 Merged some functions in sf::String laurentgom 2011-03-19 19:49:16 +00:00
  • 8651a38e14 Fixed a little copy-paste error on my behalf. groogy 2011-03-15 22:28:34 +00:00
  • ff9c3d3dfd removed some unneeded imports Trass3r 2011-03-15 14:37:59 +00:00
  • 3e0b09f3f1 Was being compiled both against shared library and static library. groogy 2011-03-05 14:52:28 +00:00
  • a26827adcc git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1803 4e206d99-4929-0410-ac5d-dfc041789085 groogy 2011-02-28 22:15:52 +00:00
  • 7d7c4c999f Some 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 +00:00
  • 0a2abc6933 sfml/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 +00:00
  • 73370dc178 Forbid 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 +00:00
  • 4813ca8d8e A little mistake by me. A warning from the compiler got me notified about it. groogy 2011-02-13 18:10:46 +00:00
  • 1fad97be6d Fixed 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 +00:00
  • e63a8fe442 new directory structure for ruby binding should compile and link fine under windows tricksterguy 2011-02-13 05:26:14 +00:00
  • 8675cb364c Fixed Mouse In/Out event and the internal state of SFOpenGLView when the window is resized mantognini 2011-02-11 15:41:55 +00:00
  • f85a1794bc Improved TextEntered event. Improved KeyPressed/Released event. Add support for 'modifier' keys (System, Alt, Control, Shift). mantognini 2011-02-11 00:17:19 +00:00
  • 58632672cb sf::Utf functions now use the global locale by default instead of the system's one LaurentGom 2011-02-09 16:44:43 +00:00
  • b26215ef96 OSX, Apply a better fix to compute screen height mantognini 2011-02-09 13:10:43 +00:00
  • f664148e27 Fix GetFullscreenModes : no more returns only desktop mode. mantognini 2011-02-09 11:50:25 +00:00
  • 8affa29f54 Changed 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 +00:00
  • f5206544ce Lower case for mingw compatibility (native Windows doesn't care) svenstaro 2011-02-06 03:47:31 +00:00
  • e9a201af21 OSX, fixed arrow keys creating TextEntred event. mantognini 2011-02-05 14:15:31 +00:00
  • c48792e933 Made the context creation code more flexible, to allow 4.x contexts LaurentGom 2011-02-04 22:22:54 +00:00
  • 7c61189f27 Fixed library name of the "main" component in FindSFML.cmake LaurentGom 2011-02-04 22:03:19 +00:00
  • 637e4fa365 some fixes for Vector Trass3r 2011-01-30 18:38:20 +00:00
  • c91c7827b2 sync with sfml changes Trass3r 2011-01-30 18:18:34 +00:00
  • 1b0bdfe7de changed to new dll naming scheme Trass3r 2011-01-30 18:09:15 +00:00
  • f7427fe167 Renamed 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 +00:00
  • f3b1cfd0de Forgot the constant SFML::Key::W groogy 2011-01-28 21:59:31 +00:00
  • 4d175b9243 Forgot to actually call SetSourceRect in Sprite#setSourceRect groogy 2011-01-28 21:50:59 +00:00
  • 673d150a5a Sorry Trickster for messing with you.... Changed back to shared libraries. groogy 2011-01-27 09:28:55 +00:00
  • b1d2d84c4f Quick fix for missing symbols. groogy 2011-01-26 23:04:14 +00:00
  • 2a79a3ec49 Added so that version information is available in the SFML namespace. groogy 2011-01-26 21:51:34 +00:00
  • cf779be180 OSX, fix random crash with sf::Window::Create mantognini 2011-01-23 23:42:48 +00:00
  • 95068deecc Updated Rakefile tricksterguy 2011-01-23 01:00:49 +00:00
  • 206aebd46a OSX, forget to remove NSLog.. mantognini 2011-01-22 09:13:42 +00:00
  • 8d9de8396b OSX, fixed sf::Window::SetPosition for 10.4 and 10.5 (theoretically) mantognini 2011-01-22 08:57:32 +00:00
  • 0cf57db9c2 OSX, fixed sf::Window::SetPosition mantognini 2011-01-21 22:41:22 +00:00
  • 0a7b98dd0b OSX, fixed tabulation mantognini 2011-01-20 21:52:27 +00:00
  • f9c4740894 OSX, fixed mouse pos in event. mantognini 2011-01-20 13:04:25 +00:00
  • bef6b3bbf6 OSX, RenderImageFBO should work now. mantognini 2011-01-19 17:49:01 +00:00
  • 1986fb3f12 Changed names of some methods to fit the new names in SFML2 since revision: 1767 groogy 2011-01-05 18:21:47 +00:00
  • f8955189fa Fixed render-images flipped when copied to another sf::Image LaurentGom 2011-01-03 22:32:39 +00:00
  • f4fa8b1fbc Renamed Window::UseVerticalSync to EnableVerticalSync Renamed Shape::Get/SetOutlineWidth to Get/SetOutlineThickness LaurentGom 2011-01-02 22:23:12 +00:00
  • 3cf2281988 Fixed invalid iterator access in sf::Image (introduced in last modification) LaurentGom 2010-12-30 19:14:59 +00:00
  • 030600ac07 Minor improvement in sf::Err's default streambuf LaurentGom 2010-12-27 22:06:01 +00:00
  • 87b207edc7 Reviewed all sf::Image functions to make the behaviour always well-defined and robust LaurentGom 2010-12-26 15:05:07 +00:00
  • 8eebd71fcc New extconf.rb for the graphics module tricksterguy 2010-12-23 23:23:27 +00:00
  • d99ee43b67 Removed some documentation related to an unimplemented feature :) laurentgom 2010-12-22 14:48:52 +00:00
  • 44d859860a fix mouse Y pos (OSX) mantognini 2010-12-21 12:15:12 +00:00
  • e9cccf0e6f Fixed Window::WaitEvent sometimes returning (false) when no event occurred LaurentGom 2010-12-20 22:08:28 +00:00
  • 256e30bd27 Fixed text event on OS X not linked with EnableKeyRepeat mantognini 2010-12-20 21:54:22 +00:00
  • 74ebd1a50b Added conversions from/to latin-1 (ISO-5589-1) in sf::Utf classes LaurentGom 2010-12-20 18:00:12 +00:00
  • 23d0ee8550 Minor modification in sf::Renderer LaurentGom 2010-12-19 17:17:30 +00:00
  • 9d777f43e5 Removed empty folder LaurentGom 2010-12-13 21:06:03 +00:00
  • 7687a84f2c Fixed the sndfile.h issue on Mac OS X LaurentGom 2010-12-13 21:01:49 +00:00
  • bb7d79d857 Fixed missing include path for extlibs on Mac OS X LaurentGom 2010-12-11 10:54:18 +00:00
  • 7696438a4a Minor modifications to CMake files LaurentGom 2010-12-10 20:44:20 +00:00