Commit graph

  • 273cba055c Added Style::Default for windows' style Removed unused #includes from RenderWindow.cpp LaurentGom 2010-01-11 12:46:44 +0000
  • 7ad6c64358 Fixed current view not being updated when window is resized (bug introduced with the latest modifications on view handling) LaurentGom 2010-01-11 09:33:55 +0000
  • 7b83fbc544 Merged all the joystick fixes from trunk LaurentGom 2010-01-11 09:04:59 +0000
  • b2b0cb2144 Fixed memory leak in sf::Font (reference counter was never initialized) LaurentGom 2010-01-10 15:52:08 +0000
  • 8df50b9774 Fixed wrong joystick POV values in the Linux implementation LaurentGom 2010-01-09 17:24:51 +0000
  • 327cfe4ec6 Fixed sf::RenderQueue not being exported LaurentGom 2010-01-09 11:45:56 +0000
  • 489ee2b17b Fixed POV handling on Linux LaurentGom 2010-01-09 09:13:06 +0000
  • 44c943e651 FS#146 - Fix current OpenGL matrix mode not properly saved when PreserveOpenGLStates is activated LaurentGom 2010-01-08 17:21:03 +0000
  • 8293de5c50 * Fixed regression bug with DllLoader + added missing Font functions * using alias template parameter for DrawableImpl now trass3r 2010-01-07 22:00:45 +0000
  • 0baf8e9b46 Added 3 missing functions in csfml-graphics-d.def export file LaurentGom 2010-01-07 21:51:51 +0000
  • be3741de5b + RenderImage + RenderWindow.flush() + View.reset() + Window.waitEvent() * moved TextStyle to module text * Sprite was strangefully missing base constructor call * changed Rect to be a struct instead of a class trass3r 2010-01-07 18:07:22 +0000
  • 2f2fc5d4fa replaced all crappy spaces with proper tabs kept this in its own changeset so it doesn't interfere with real changes trass3r 2010-01-06 20:37:29 +0000
  • 8431753ba3 initial commit of DSFML2 some basic things work, much still has to be done - made as few changes as possible to make it compile under D2 - removed system.thread, use standard threads - lots of other changes trass3r 2010-01-06 20:25:45 +0000
  • b9a2d3a8f4 Fixed joystick axes mapping (to be tested) LaurentGom 2010-01-06 14:28:20 +0000
  • cbee33e764 Fixed POV value initialized to 0 instead of -1 in sf::Input LaurentGom 2010-01-06 14:19:37 +0000
  • dd255a916d FS#145 - Implement copy constructors and ToString functions in SFML.Net LaurentGom 2010-01-06 12:37:29 +0000
  • 5eaec85d87 Added a special value of -1 for centered joystick POV position LaurentGom 2010-01-06 08:51:25 +0000
  • db72c6e47c Renamed Mouse::Count to Mouse::ButtonCount Renamed Joy::Count to Joy::AxisCount Added Joy::Count and Joy::ButtonCount LaurentGom 2010-01-06 08:48:57 +0000
  • e2d0ffcdcf Fixed the number of supported joysticks in sf::Input LaurentGom 2010-01-06 08:36:55 +0000
  • bd9a60fef2 Reverted last modifications in sf::Input (they were supposed to happen in trunk) LaurentGom 2010-01-06 08:32:26 +0000
  • 9bda3a4ef2 git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1325 4e206d99-4929-0410-ac5d-dfc041789085 LaurentGom 2010-01-06 07:16:22 +0000
  • 5c68de5e80 Forgot something in last commit :) LaurentGom 2010-01-05 19:18:20 +0000
  • b31495fa01 Fixed number of joysticks in sf::Input (was still 2) LaurentGom 2010-01-05 19:16:54 +0000
  • 4472f81469 Updated CSFML to properly handle the new way of storing views in render targets LaurentGom 2010-01-05 19:15:20 +0000
  • 42b97d230f Replaced GetAxesCount() with HasAxis(). ceylo 2010-01-05 18:10:29 +0000
  • bc6beac402 FS#144 - Implement copy "constructors" in CSFML LaurentGom 2010-01-05 17:52:56 +0000
  • 63867b654c Fixed error in last commit LaurentGom 2010-01-05 16:50:21 +0000
  • 8bbf7dfc46 FS#143 - Increase the number of supported joysticks to 4 FS#142 - Fix joystick axes being sometimes ignored LaurentGom 2010-01-05 16:48:32 +0000
  • da44e3d8e5 Applied the anti-aliasing modifications to the Linux implementation laurentgom 2010-01-02 18:37:02 +0000
  • f2a1ba3cda Improved the anti-aliasing level selection algorithm LaurentGom 2010-01-02 13:42:32 +0000
  • 6d717f3c87 Modified sf::RenderTarget so that it handles views by value rather than by reference LaurentGom 2009-12-31 16:43:24 +0000
  • 54e70a47f0 Fixed documentation of sf::NonCopyable LaurentGom 2009-12-30 10:22:07 +0000
  • e8f2136890 Removed an unused header in SFML/Network LaurentGom 2009-12-29 16:34:46 +0000
  • 1f2b441c9a Fixed alpha calculation in Image::Copy with applyAlpha = true LaurentGom 2009-12-27 23:23:45 +0000
  • 7947044a83 Fixed character weight too high for the sf::Text::Bold style LaurentGom 2009-12-19 23:17:24 +0000
  • c72312f9a4 Improved the quality of sf::Text::Bold and made it more efficient Made sf::Text::Underlined style more robust LaurentGom 2009-12-14 21:26:30 +0000
  • 3a34f81561 Complete rewrite of sf::Font to make it more flexible (no more fixed charset and size) FS#125 - Fix tab character not working in sf::String LaurentGom 2009-12-13 15:49:30 +0000
  • 839c80556d Adjusted PySFML to work with the current SFML2 branch. Note that it's just compatible. A lot of the new functionality is still in the pipeline. tankbo 2009-12-07 11:53:38 +0000
  • fb7470cbc3 FS#133 - Add a function to make fast updates of an image's pixels from an external source Removed sf::Image constructors that called CreateXxx or LoadXxx (there was no way to check errors) LaurentGom 2009-12-05 11:35:27 +0000
  • aff5c1a47c Renamed Image::GetValidTextureSize to Image::GetValidSize Added Image::GetMaximumSize LaurentGom 2009-12-04 13:55:16 +0000
  • cacd150569 Fixed typo LaurentGom 2009-12-04 07:10:37 +0000
  • 053042bf5a Fixed wglChoosePixelFormatARB crashing when not supported LaurentGom 2009-12-04 06:35:03 +0000
  • 4051c1d99d Fixed a bug in GeometryRendererVBO which caused some quads to be ignored LaurentGom 2009-12-03 19:36:49 +0000
  • a8a3b423bf Fixed endless loop when creating an OpenGL 3.x context (bug introduced by the last modification) Updated the API documentation of the graphics module LaurentGom 2009-12-03 16:47:56 +0000
  • 148626ed5b Applied to CSFML makefiles the same modifications as the SFML ones laurentgom 2009-12-03 09:19:25 +0000
  • 08f819e49e WGL implementations not supporting wglChoosePixelFormatARB (for antialiasing) no longer crash When an OpenGL 3.x context cannot be created, the minor version is decreased until it reaches 0 (instead of giving up and switching to a 2.x context immediately) LaurentGom 2009-12-03 08:49:45 +0000
  • 4418469d97 Added SetSmooth / IsSmooth to sf::RenderImage LaurentGom 2009-12-03 08:29:35 +0000
  • 10296333be Fixed minor warnings after the last commit LaurentGom 2009-12-02 20:50:21 +0000
  • 6bd654b854 Fixed wrong type for OpenGL indices (std::size_t could be 64 bits on 64 bits platforms -- now using sf::Uint32) LaurentGom 2009-12-02 20:45:53 +0000
  • cf9ffb0d27 Fixed a const issue in SelectorBase::GetSocketReady on Mac OS X LaurentGom 2009-12-02 18:41:22 +0000
  • 35cfe7a8e4 Removed the workaround for shaders parameters (too slow!) LaurentGom 2009-11-29 10:10:10 +0000
  • acfc296150 Removed sfFont_Create() from CSFML Removed sfText_GetWidth() and sfFont_GetHeight() declarations from SFML.Net (these functions don't exist) LaurentGom 2009-11-29 10:06:34 +0000
  • 642c4fecfa Fixed compile warnings in sfml-graphics LaurentGom 2009-11-27 08:21:41 +0000
  • 092720c0c2 Fixed wrong #include in WindowImplX11.cpp on Linux LaurentGom 2009-11-27 07:43:25 +0000
  • 49fbdb56df Fixed endless recursion in audio initialization LaurentGom 2009-11-26 22:32:38 +0000
  • d979ca254e Fixed linker errors in sfml-network and csfml-network Made every read-only pointer "const" in CSFML LaurentGom 2009-11-26 20:09:57 +0000
  • 29ecc552c2 Fixed crashes at startup when using the audio module LaurentGom 2009-11-26 09:03:00 +0000
  • 5669793e9e Updated the API documentation of Utf and String classes LaurentGom 2009-11-26 08:51:39 +0000
  • ae57e56a98 FS#70 - Add support for unicode strings in sf::Packet LaurentGom 2009-11-26 08:26:01 +0000
  • 78247bd386 FS#90 - Improve Unicode string classes Added the sf::String class to replace (and enhance) sf::Unicode::Text FS#138 - Rename sf::String to sf::Text LaurentGom 2009-11-26 08:07:38 +0000
  • 9f063921c9 Fixed RenderWindow being automatically deactivated sometimes LaurentGom 2009-11-26 07:33:03 +0000
  • f3f630142a Minor fix in sf.Window remi-k 2009-11-24 11:25:46 +0000
  • 8bc4460d15 Added an automatic Flush() when drawing with a shader (temporary workaround to make shaders parameters work properly) LaurentGom 2009-11-22 22:15:56 +0000
  • b735c7f3d1 Fixed a memory leak in sf::Window on Linux laurentgom 2009-11-22 10:08:11 +0000
  • 2d886a366d Added missing #include in SFML/Window.hpp LaurentGom 2009-11-21 23:38:25 +0000
  • a32d30c1be Fixed a memory leak in sf::Window implementation on Windows Synchronized sfml2 with trunk LaurentGom 2009-11-21 21:39:31 +0000
  • 17cf6873aa Fixed a memory leak in sf::Window implementation on Windows Synchronized sfml2 with trunk LaurentGom 2009-11-21 21:39:31 +0000
  • 877df21756 Removed STATIC and DEBUGBUILD options from makefiles, debug symbols are now generated by default and installed to a separate folder laurentgom 2009-11-19 23:31:33 +0000
  • 548991d665 Fixed error in WGL context creation with anti-aliasing level too high LaurentGom 2009-11-18 21:36:09 +0000
  • 3fb9888b49 Fixed error in WGL context creation with anti-aliasing level too high LaurentGom 2009-11-18 21:33:23 +0000
  • a5b117eea7 Added sf::Shader files to Code::Blocks projects LaurentGom 2009-11-12 18:20:14 +0000
  • fb543957ee Fixed the "edge" effect in the Shader sample LaurentGom 2009-11-12 07:44:11 +0000
  • 4c9f2e18cd Forgot source code with last commit :) LaurentGom 2009-11-11 11:54:44 +0000
  • 677e0343e2 Updated the shader sample (fixed "blur", added "edge") LaurentGom 2009-11-11 11:53:20 +0000
  • 7aabc3c3c1 Fixed the Shader sample on Linux laurentgom 2009-11-11 09:55:11 +0000
  • 15c81ba493 fixed samples makefile on Linux laurentgom 2009-11-11 09:50:27 +0000
  • 9c8843e85c Fixed error in the "wave" effect of the shader sample LaurentGom 2009-11-11 07:45:59 +0000
  • 45458cb82d Added sndfile for Intel 64 bits. Using subdir to prevent ld from linking against OpenAL.framework from the parent directory when compiling for x86_64 (which misses the x86_64 arch, only present in the OS OpenAL framework). ceylo 2009-11-07 15:39:55 +0000
  • c3f18addd6 Added project for building Intel 64 binaries. Window and Graphics packages not usable. ceylo 2009-11-06 17:06:55 +0000
  • 3177b7010d Added Intel 64 bits architecture. ceylo 2009-11-06 16:57:21 +0000
  • dc58c4c4c5 Updated project for building System, Audio and Network targets. Window and Graphics packages are not usable. ceylo 2009-11-06 16:49:21 +0000
  • 0e65f72b61 Fixed wrong blending mode with glBlendFuncSeparate LaurentGom 2009-11-06 13:22:39 +0000
  • f593ea29e7 Fixed alpha-blended drawables getting incorrect alpha values when rendered through a RenderImage Replaced internal calls to glewIsSupported with the corresponding constants (faster checks) LaurentGom 2009-11-06 10:38:07 +0000
  • 5d778b2bc4 Improved the API documentation of sf::View LaurentGom 2009-11-04 16:04:18 +0000
  • 0f8b8d6c0f Forgot to remove temporary code in ContextGLX.cpp :) LaurentGom 2009-11-04 08:04:43 +0000
  • 8e4c61dd19 Added the context version to ContextSettings LaurentGom 2009-11-03 15:13:11 +0000
  • 9db63151e1 Updated API documentation for sf::Shader LaurentGom 2009-11-03 14:09:58 +0000
  • 683f82b118 Forgot to remove a CSFML debug project in last commit LaurentGom 2009-11-03 09:37:28 +0000
  • d7bd00afc0 FS#25 - Change sf::PostFx to a more general purpose pixel shader class (sf::Shader) Updated the PostFx sample, renamed to Shader Renamed all the static X::CanUseX() functions to X::IsAvailable() to make the API more consistent Moved .def files from /build/VC200X to /src in CSFML Minors fixes in CSFML LaurentGom 2009-11-03 09:04:40 +0000
  • 63e07cec84 Fixed a typo in CSFML LaurentGom 2009-11-01 19:39:56 +0000
  • 87b2d5a0d0 Added Close() function to TCP and UDP sockets in CSFML LaurentGom 2009-10-31 19:23:19 +0000
  • 472627f65f Synchronized with trunk LaurentGom 2009-10-31 18:49:31 +0000
  • 78850be8df FS#134 - Fix Event::TextEntered ignoring the key repeat state LaurentGom 2009-10-31 16:24:10 +0000
  • 7d5f354850 Improved the API documentation in the audio module Added sf::SoundSource as a base class of both sf::Sound and sf::SoundStream LaurentGom 2009-10-30 16:14:26 +0000
  • 3c0d42fdd0 Improved the API documentation in the audio module Removed the bufferSize parameter from sf::Music constructor LaurentGom 2009-10-29 16:05:22 +0000
  • 33f54ad6cd Improved the API documentation in the audio module LaurentGom 2009-10-29 09:32:17 +0000
  • 6df95868d0 Added mouse position to mouse wheel event on Linux laurentgom 2009-10-27 16:05:00 +0000
  • 688a8f15da FS#131 - Add mouse position to the sf::Event::MouseWheelMoved event LaurentGom 2009-10-27 15:56:16 +0000
  • 0d66fa1776 Implemented WaitEvent on Linux laurentgom 2009-10-27 12:26:31 +0000
  • a68ff5713b FS#65 - Add a blocking WaitEvent function LaurentGom 2009-10-27 11:50:11 +0000