Commit Graph

  • 75e07d63d3 Fixed error in FindSFML.cmake when parsing SFML 1.x Config.hpp for version number Laurent Gomila 2011-06-11 12:04:52 +0200
  • 175cddee58 UdpSocket::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
  • 79d5217c42 Minor fix in sf::Text Laurent Gomila 2011-06-09 08:37:25 +0200
  • df61292f65 Made sf::Mutex recursive on Unix, the behaviour is now consistent across platforms Laurent Gomila 2011-05-31 23:31:25 +0200
  • f0ed4ba446 Removed forgotten debug stuff from the "shader" example Laurent Gomila 2011-05-31 23:12:52 +0200
  • d938899f5c Window::SetCursorPosition now triggers MouseMoved events Laurent Gomila 2011-05-30 18:56:49 +0200
  • 0449e74dc3 Add Xcode 4 templates (issue #13) Marco Antognini 2011-05-29 17:23:16 +0200
  • 67c498dde3 Changed the STATIC_STD_LIBS CMake option to FALSE by default (matches the default compilers' settings) Laurent Gomila 2011-05-28 14:28:22 +0200
  • 7bf0bdf161 Updated sfPacket_CanRead in CSFML Laurent Gomila 2011-05-26 07:47:58 +0200
  • 94ab420dd3 Implemented the sf::Packet to bool conversion using the safe-bool idiom Laurent Gomila 2011-05-25 20:45:16 +0200
  • 43d4d0bb28 Fixed last commit Laurent Gomila 2011-05-25 07:38:18 +0200
  • 1526d09701 Changed Packet::operator bool() to Packet::operator void*(), to avoid inappropriate implicit conversions Laurent Gomila 2011-05-24 22:10:13 +0200
  • 1a59b9291e Minor fix in documentation Laurent Gomila 2011-05-23 07:38:49 +0200
  • e4c6c30e0b Times 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
  • c1ce16f4d6 Improved SetCursorPosition on Mac (fixes issue #46) Marco Antognini 2011-05-18 21:47:17 +0200
  • 6383f0c800 Minor change in shared library naming on Linux Laurent Gomila 2011-05-16 08:00:30 +0200
  • 04ae896457 Added the STATIC_STD_LIBS option to CSFML makefiles Laurent Gomila 2011-05-16 07:57:41 +0200
  • effc31327b Changed 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
  • 0e826d8dec Fixed shader examples Marco Antognini 2011-05-15 13:36:13 +0200
  • 0f2fb0e2f6 Fixed static build with MinGW/gcc (was broken after the previous update of external libraries) Laurent Gomila 2011-05-15 11:07:17 +0200
  • 3490d57344 Minor modifications in FindGLEW and FindSndFile Laurent Gomila 2011-05-14 22:17:47 +0200
  • 7498b5bc27 Added initialization of the shared context (fixes issue #43) Laurent Gomila 2011-05-13 20:48:50 +0200
  • e952f945a0 Updates MinGW external libraries to match their headers (fixes issue #42) Laurent Gomila 2011-05-13 19:21:44 +0200
  • 67455e1a16 Updated the code example of the documentation main page Laurent Gomila 2011-05-11 23:15:58 +0200
  • a4f6e915a0 Removed the sf::Randomizer class from the system module Laurent Gomila 2011-05-10 08:16:22 +0200
  • e3c8fd6586 Fixed crash in Text.DisplayedString (get) in SFML.Net (fixes issue #16) Laurent Gomila 2011-05-09 23:23:08 +0200
  • 816a36ea0d Add OS X implementation of joysticks Marco Antognini 2011-05-03 17:42:51 +0200
  • 2f9a47b463 Minor fixes in documentation related to joysticks Laurent Gomila 2011-05-06 14:03:15 +0200
  • 49c0208b2e The version returned by Window::GetSettings() is now the actual version of the context Laurent Gomila 2011-05-04 22:35:15 +0200
  • 6eac4256f3 Fixed issue 9 (update opengl version of a context on OS X) Marco Antognini 2011-04-27 22:44:55 +0200
  • becf51572f updated OS X port to support sf::Event::KeyEvent::System. Marco Antognini 2011-04-27 13:53:59 +0200
  • ede01df778 Added the sf::Event::KeyEvent::System member (implements feature #8) Laurent Gomila 2011-04-26 21:58:03 +0200
  • eac841ec71 Added 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
  • ade8cb8771 Restored smoothing on fonts Laurent Gomila 2011-04-26 18:56:56 +0200
  • 17971ca198 Fixed FindSFML.cmake Laurent Gomila 2011-04-18 18:19:57 +0200
  • 71469f1815 Update SFContext according to the new contexts system Marco Antognini 2011-04-16 20:13:03 +0200
  • 9e2e349043 Minor comment update Marco Antognini 2011-04-16 20:11:51 +0200
  • 690d4a3eff Improved process setup code design Marco Antognini 2011-04-16 20:10:47 +0200
  • ad79328a70 Fixed recursive mutex lock in GlContext::Cleanup() Laurent Gomila 2011-04-15 18:14:35 +0200
  • 6e04a02b07 Improved FindSFML.cmake to handle configurations in a better way (fixes issue #27) Laurent Gomila 2011-04-14 22:08:19 +0200
  • fd0d18f12e Fixed the crash that happened when destroying then creating again a render target Laurent Gomila 2011-04-13 23:16:20 +0200
  • df6874273a Renamed Window::GetEvent to PollEvent Laurent Gomila 2011-04-11 18:20:21 +0200
  • bacb698f1a Minor fix in readme.txt Laurent Gomila 2011-04-11 17:31:39 +0200
  • 4892866905 Added Window::SetTitle to CSFML and SFML.Net Laurent Gomila 2011-04-10 09:48:33 +0200
  • b8ddbb6dcc Updated documentation of Image::SetSmooth Laurent Gomila 2011-04-08 17:49:48 +0200
  • cb1f938582 sf::Image is now *not* smooth by default (fixes issue #19) Laurent Gomila 2011-04-06 08:22:56 +0200
  • e7958987e9 Fixed potential endless recursion when creating the first GL context Laurent Gomila 2011-04-06 08:18:59 +0200
  • 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 +0200
  • ba8a36990f Fixed a minor issue in the GlxContext constructor that was added recently Laurent Gomila 2011-04-06 07:35:06 +0200
  • 6676d77ea1 Updated the C and .Net bindings according to the previous modifications Laurent Gomila 2011-04-04 23:37:20 +0200
  • 10ebd94ee7 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-04-04 08:22:27 +0200
  • 92f70b32e9 Replaced the P-Buffer implementation of RenderImage with a generic "in-memory context" one Laurent Gomila 2011-04-04 08:20:03 +0200
  • 3acacc8049 Updated sf::Context main description Laurent Gomila 2011-04-01 21:52:52 +0200
  • d53750fa35 CMake : deactivate ppc support. Marco Antognini 2011-03-31 16:31:40 +0200
  • 816cc6f637 Fix compilation issues with 10.5 Marco Antognini 2011-03-30 20:31:09 +0200
  • 0e37997734 CMake : add support for ppc arch and 10.5 SDK Marco Antognini 2011-03-30 19:52:36 +0200
  • da9844b6c4 Fixed 64-bits warning in WindowImplWin32 Laurent Gomila 2011-03-28 23:25:10 +0200
  • 9d68277442 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2011-03-28 18:21:05 +0200
  • dc80731bae Fixed install rules according to the new x86/x64 directories in extlibs Laurent Gomila 2011-03-28 18:20:27 +0200
  • 9c07503350 Add support for external window handling (NSView + NSWindow) (bis) Marco Antognini 2011-03-28 14:53:28 +0200
  • 284bd09709 Add support for external window handling (NSView + NSWindow) Minor improvement of SFContext. Marco Antognini 2011-03-28 14:39:14 +0200
  • 4217ea68f6 Removed the ruby binding (it has its own repository now -> https://github.com/Groogy/rbSFML) Laurent Gomila 2011-03-28 07:50:52 +0200
  • fb1820862a Fixed typo in readme.txt Laurent Gomila 2011-03-27 19:03:47 +0200
  • 1c50463f83 Updated readme.txt Laurent Gomila 2011-03-27 13:46:19 +0200
  • d3a0d41e7c Added a readme file Laurent Gomila 2011-03-27 13:42:06 +0200
  • 858d3e9cef Updated license.txt Laurent Gomila 2011-03-27 13:12:47 +0200
  • 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 +0100
  • 293cacfbda Added a CMake option to compile SFML with static VC++ runtime Laurent Gomila 2011-03-26 23:24:09 +0100
  • 12245224a4 Added the 64-bits versions of SFML.Net dependencies Laurent Gomila 2011-03-26 11:20:13 +0100
  • 6a3ac47f54 Renamed Text.Size to Text.CharacterSize in SFML.Net (sync with C++ API) laurentgom 2011-03-24 21:40:09 +0000
  • 149a724dea Fixed typo in error message laurentgom 2011-03-24 14:13:24 +0000
  • 5dbe00eaa5 Updated SFML.Net Updated target architectures (can now choose between x86 and x64) in SFML.Net laurentgom 2011-03-21 19:02:00 +0000
  • 10a782b871 Updated CSFML laurentgom 2011-03-21 17:34:26 +0000
  • f632253adc Fixed compile error ('NULL' not defined) with gcc 4.6 in System/Resource.hpp laurentgom 2011-03-21 10:27:29 +0000
  • 58546a52df Removed warnings in the Linux implementation of RenderImageImplPBuffer laurentgom 2011-03-21 09:12:09 +0000
  • ccc2a050ed Fixed compile error in GlContext.cpp laurentgom 2011-03-21 08:45:46 +0000
  • a94ed51702 ATI fix! laurentgom 2011-03-21 07:08:26 +0000
  • 6cf2303484 Fixed typo in comment laurentgom 2011-03-19 22:07:14 +0000
  • f3d212f737 Merged some functions in sf::String laurentgom 2011-03-19 19:49:16 +0000
  • 8651a38e14 Fixed a little copy-paste error on my behalf. groogy 2011-03-15 22:28:34 +0000
  • ff9c3d3dfd removed some unneeded imports Trass3r 2011-03-15 14:37:59 +0000
  • 3e0b09f3f1 Was being compiled both against shared library and static library. groogy 2011-03-05 14:52:28 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 4813ca8d8e A little mistake by me. A warning from the compiler got me notified about it. groogy 2011-02-13 18:10:46 +0000
  • 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 +0000
  • e63a8fe442 new directory structure for ruby binding should compile and link fine under windows tricksterguy 2011-02-13 05:26:14 +0000
  • 8675cb364c Fixed Mouse In/Out event and the internal state of SFOpenGLView when the window is resized mantognini 2011-02-11 15:41:55 +0000
  • f85a1794bc Improved TextEntered event. Improved KeyPressed/Released event. Add support for 'modifier' keys (System, Alt, Control, Shift). mantognini 2011-02-11 00:17:19 +0000
  • 58632672cb sf::Utf functions now use the global locale by default instead of the system's one LaurentGom 2011-02-09 16:44:43 +0000
  • b26215ef96 OSX, Apply a better fix to compute screen height mantognini 2011-02-09 13:10:43 +0000
  • f664148e27 Fix GetFullscreenModes : no more returns only desktop mode. mantognini 2011-02-09 11:50:25 +0000
  • 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 +0000
  • f5206544ce Lower case for mingw compatibility (native Windows doesn't care) svenstaro 2011-02-06 03:47:31 +0000
  • e9a201af21 OSX, fixed arrow keys creating TextEntred event. mantognini 2011-02-05 14:15:31 +0000
  • c48792e933 Made the context creation code more flexible, to allow 4.x contexts LaurentGom 2011-02-04 22:22:54 +0000
  • 7c61189f27 Fixed library name of the "main" component in FindSFML.cmake LaurentGom 2011-02-04 22:03:19 +0000
  • 637e4fa365 some fixes for Vector Trass3r 2011-01-30 18:38:20 +0000