Commit Graph

  • 61dc7e0100 Added the TcpListener::Close function LaurentGom 2010-10-26 19:38:26 +0000
  • 16d986c762 Binding two sockets to the same port on the same computer now triggers an error LaurentGom 2010-10-17 21:20:36 +0000
  • 2cd966f566 Fixed a bug in sf::UdpSocket::Receive(sf::Packet&) with non-blocking sockets (incorrect packets were sometimes returned) LaurentGom 2010-10-16 08:47:27 +0000
  • 5e73228b5e Switched to the latest version of FreeType (2.4.3) and recompiled the VC++ version with /MD LaurentGom 2010-10-15 19:33:58 +0000
  • bfcc54db3d Updated sfWindowHandle in CSFML (sync with sf::WindowHandle) LaurentGom 2010-10-13 21:43:24 +0000
  • d327320b59 Changed sf::WindowHandle from void* to HWND on Windows LaurentGom 2010-10-13 16:38:39 +0000
  • 0354c306e3 Fixed memory leak in GlxContext when creating an OpenGL 3 context laurentgom 2010-10-12 09:25:53 +0000
  • 535b7bc839 Fixed a bug in sf::Err (the default output for SFML error messages), it was ignoring random characters LaurentGom 2010-10-11 17:58:18 +0000
  • 77078f53db Fixed a bug in the UTF-8 -> UTF-32 conversion when the input character type is signed laurentgom 2010-10-11 08:37:21 +0000
  • 274014e786 Fixed an error in the documentation of the Music::Play and Sound::Play functions LaurentGom 2010-10-06 21:10:25 +0000
  • d258439457 Removed useless directories in CSFML/doc LaurentGom 2010-10-05 21:36:30 +0000
  • c18bbb2685 Added CMake makefiles for CSFML LaurentGom 2010-10-05 21:34:34 +0000
  • dd63420b52 Modified FindSFML.cmake for a better handling of debug libraries Fixed Macros.cmake (the last modification introduced a bug when generating nmake makefiles) LaurentGom 2010-10-05 21:19:30 +0000
  • dac1ade7c4 Improved the CMake files so that paths with spaces are no longer a problem with Visual Studio projects laurentgom 2010-10-05 14:31:37 +0000
  • 076456aa91 Added a FindSFML.cmake file for CMake LaurentGom 2010-10-04 21:16:12 +0000
  • 19cb364afe New try to fix the ATI & OpenGL contexts bug LaurentGom 2010-09-17 16:46:35 +0000
  • 36f9cf6cc1 Minor fixes in API documentation LaurentGom 2010-09-14 21:51:39 +0000
  • 5763e7b950 Removed CSFML .def files on Windows LaurentGom 2010-09-14 19:43:47 +0000
  • d35fc89512 Fixed a bug with threads and OpenGL context sharing LaurentGom 2010-09-14 18:59:30 +0000
  • 6de9ea8a0f Workarounds used sf::Utf classes for broken MinGW locales, are not used when STLPort is detected LaurentGom 2010-09-08 18:52:39 +0000
  • 02688a4a3f [#165] Fixed Setfield("User-Agent", "xxx") ignored in sf::Http::Request LaurentGom 2010-09-08 08:34:05 +0000
  • 973a7fa591 Fixed output filename of sfml-main which didn't contain the major version number (when compiling with CMake) LaurentGom 2010-09-05 17:28:48 +0000
  • e2cfdff23e Reduced the sleep duration in sf::SoundStream to avoid stuttering with streams that send a little amount of samples in OnGetData LaurentGom 2010-09-05 09:14:11 +0000
  • 316dcbd1f6 Fixed a memory leak in the Linux implementation of VideoMode::GetDesktopMode LaurentGom 2010-09-02 11:50:48 +0000
  • e4725e03dc Fixed compile errors for 64 bits targets in WindowImplWin32 LaurentGom 2010-09-01 21:32:03 +0000
  • 2d83514452 Renamed / moved / updated the SFML.Net examples (still in progress... having troubles with SVN) LaurentGom 2010-09-01 21:17:24 +0000
  • 002902319c Renamed / moved / updated the SFML.Net examples (still in progress... having troubles with SVN) LaurentGom 2010-09-01 18:47:45 +0000
  • 80b803fe93 Renamed / moved / updated the SFML.Net examples (2) LaurentGom 2010-09-01 17:37:07 +0000
  • 177c82a197 Renamed / moved / updated the SFML.Net examples LaurentGom 2010-09-01 17:34:14 +0000
  • 186f679f85 Applied the new naming convention to the CSFML and SFML.Net binaries (sfml2-xxx) LaurentGom 2010-08-29 08:48:53 +0000
  • 8525a7cb92 Changed the output names of SFML libraries in projects/makefiles (sfml-xxx -> sfml2-xxx) Fixed OpenAL include path in Linux makefiles LaurentGom 2010-08-27 21:37:50 +0000
  • 3ba0e73719 Removed the examples/bin folder (not used anymore) LaurentGom 2010-08-27 06:18:13 +0000
  • 9da487ac13 fixed 2 samples, thx AndrejM sound3d sample compiles but sound stops after some time Trass3r 2010-08-26 09:06:20 +0000
  • 64b4bd8472 fixed some bugs in SoundStream property style functions for SoundStream and SoundSource fixed pong and soundstream samples: thx AndrejM! Trass3r 2010-08-25 20:37:00 +0000
  • dda69de7e9 gdi32 was missing from the dependencies of sfml-window in CMake files LaurentGom 2010-08-25 06:06:27 +0000
  • a991fe8e4d Added support for the CMake build system LaurentGom 2010-08-19 15:59:24 +0000
  • aa612ec63a Updated glext headers OpenGL contexts >= 3.2 are now created with the compatibility profile, so that the functions used by SFML are available LaurentGom 2010-08-18 21:13:38 +0000
  • fe484591f9 Changed the visibility of sf::Music's virtual functions from private to protected, so that one can derive and customize sf::Music easily LaurentGom 2010-08-11 08:46:52 +0000
  • ce4a18f1d6 More fixes to the code example of the CSFML API documentation LaurentGom 2010-08-09 18:42:33 +0000
  • 41d26459ac Fixed the code example of the CSFML API documentation LaurentGom 2010-08-09 15:56:42 +0000
  • ff2c4f2ee7 Replaced C standard headers (<xxx.h>) with their C++ version (<cxxx>) LaurentGom 2010-08-02 20:36:27 +0000
  • 41b29f45f8 Updated stb_image (the latest version includes my patches) LaurentGom 2010-08-01 19:26:35 +0000
  • 8bde578f90 Fixed warnings in stb_image LaurentGom 2010-08-01 09:14:49 +0000
  • ff367bdb57 Now using stb_image directly for loading image files, instead of SOIL (which is not maintained anymore) LaurentGom 2010-07-31 14:06:30 +0000
  • 42173d6d04 Minor fix to the doxygen file LaurentGom 2010-07-31 11:50:11 +0000
  • 62e362ff6e Added a warning about position and color in the documentation of sf::Shape's Rectangle, Circle and Line static functions laurentgom 2010-07-30 06:57:47 +0000
  • ebbbb4fb32 fixed a misspelling in IDrawable Trass3r 2010-07-24 13:36:39 +0000
  • 68cdbd31cc FS#160 - Windows size should not be reset to 0 when it is minimized LaurentGom 2010-07-24 10:58:25 +0000
  • 42615a30d9 * replaced the vector classes with a generic one * fixed wrong member protection in Rect + override for DrawableImpl methods Trass3r 2010-07-24 00:30:30 +0000
  • 7500786896 sync with sfml: + Window.windowHandle() Trass3r 2010-07-23 20:37:46 +0000
  • 0444781a4b Improved tags for doxygen documentation (added relations between free functions and classes, grouped classes into modules) LaurentGom 2010-07-22 21:45:58 +0000
  • 37ea224621 Fixed a bug in Image::GetTexCoords (introduced in the few last revisions) LaurentGom 2010-07-19 21:26:29 +0000
  • c941db07a0 Removed temporary debug stuff from previous fix :) LaurentGom 2010-07-18 20:43:07 +0000
  • dcbc7f29a4 Fixed a bug where the characters size was sometimes wrong in sf::Text LaurentGom 2010-07-18 15:59:59 +0000
  • 1f906c0643 PySFML 1.6 and 2.0: Fixed SetSmooth and implemented IsSmooth svenstaro 2010-07-18 15:15:00 +0000
  • ef8a2700fe FS#162 - Add a function to retrieve the system specific handle of a window LaurentGom 2010-07-15 21:13:55 +0000
  • 028c4d5a96 Fixed wrong texture coordinates when displaying a part of a render-image with a sprite LaurentGom 2010-07-15 20:03:53 +0000
  • c87c0d7d25 FS#161 - Added a Image(uint, uint, byte[]) constructor in the Image class (in SFML.Net) LaurentGom 2010-07-01 18:23:14 +0000
  • 0a437d6e48 Fixed mouse position in sf::Input not properly updated after a call to Window::SetCursorPosition LaurentGom 2010-06-25 10:35:55 +0000
  • 7ff4cb5ca4 Some minor corrections in API documentation and parameters names LaurentGom 2010-06-11 22:08:49 +0000
  • 280ce139d6 Some minor corrections in API documentation and parameters names LaurentGom 2010-06-11 21:52:51 +0000
  • 1ee9965059 Finished to write the API documentation of the graphics classes LaurentGom 2010-06-11 21:38:56 +0000
  • 1d4bc3d200 Added StructLayout(LayoutKind.Sequential) to the struct contained in SFML.Event, in SFML.Net LaurentGom 2010-05-26 17:05:37 +0000
  • 52f8da466c Fixed negative mouse coordinates being returned as unsigned integers on Windows LaurentGom 2010-05-25 17:44:12 +0000
  • d48c7ff18c Fixed a bug with Image.Copy in SFML.Net (was calling the wrong CSFML function) LaurentGom 2010-05-21 19:13:50 +0000
  • aaf080368b Fixed header <iterator> missing in the voip sample Minor additions to the API documentation of the drawable classes LaurentGom 2010-05-13 11:00:29 +0000
  • aade008582 Minor fix (changed long to LONG_PTR) in WindowImplWin32::GlobalOnEvent LaurentGom 2010-05-09 18:06:50 +0000
  • 1d9feb6e01 Added (void) to parameterless function prototypes in CSFML LaurentGom 2010-05-02 15:44:07 +0000
  • a48f71ee8e Added explicitly the calling convention for calls to the CSFML DLLs, to make SFML.Net compatible with .Net 4.0 LaurentGom 2010-04-24 12:52:20 +0000
  • 7a415eea45 + DSFML <-> OpenGL example trass3r 2010-04-20 22:09:28 +0000
  • b4ff671e6e * Vector2 now uses the new operator overloading * sync: Rect changes to width/height style trass3r 2010-04-20 20:50:15 +0000
  • eada18b7e5 partial sync with network module changes * SocketTCP/UDP -> TcpSocket * Ftp.makeDirectory -> createDirectory * some SocketSelector fixes + unfinished TcpListener trass3r 2010-04-20 19:51:48 +0000
  • 1464a35711 * using property style in Input * sync with changes to Glyph class * renamed network files (sync) trass3r 2010-04-20 17:35:30 +0000
  • 49983415cd Fixed a minor warning in Font.cpp in CSFML laurentgom 2010-04-20 14:38:47 +0000
  • 073e7864ef Updated the API documentation of the graphics module sf::Image now uses GL_CLAMP_TO_EDGE instead of GL_CLAMP (removes black border when the image is smooth) LaurentGom 2010-04-20 11:10:34 +0000
  • 7d68f59a5a Fixed bug in View::Reset LaurentGom 2010-04-19 10:37:53 +0000
  • fd483a9bf2 Replaced cheeseburger.tff with a free font LaurentGom 2010-04-10 12:18:09 +0000
  • 4c2899876e Fixed bug with texture coordinates in RenderImage after the sf::Rect modification LaurentGom 2010-04-10 12:05:53 +0000
  • 1e6161c750 Updated the Matrix3 class and documentation (internal stuff) LaurentGom 2010-04-10 11:29:44 +0000
  • a00a9c1cc2 Modified the overloads of sf::Shape::Rectangle according to the last modification LaurentGom 2010-04-10 09:35:15 +0000
  • 136af3d1fe Fixed wrong macro in RenderImageImplPBuffer.h LaurentGom 2010-04-09 17:36:03 +0000
  • fb91bf4c6d Applied the sf::Rect modifications in CSFML and SFML.Net LaurentGom 2010-04-09 17:05:21 +0000
  • 082a928555 *important* sf::Rect now uses Width/Height instead of Right/Bottom Removed Offset, GetSize and GetCenter functions from sf::Rect Added a sf::Rect constructor taking two Vector2 parameters Updated the API documentation of the sf::Rect class LaurentGom 2010-04-09 13:04:49 +0000
  • ae2ae15e12 FS#159 - Add sf::Window::SetTitle LaurentGom 2010-04-09 07:35:08 +0000
  • a512479a42 Renamed internal classes related to OpenGL contexts in the window module LaurentGom 2010-04-09 06:55:29 +0000
  • 51ff7296ad Forgot to delete some files in last commit :) LaurentGom 2010-04-08 16:28:05 +0000
  • 3a17e35cac Created DLL build configurations for samples in Code::Blocks and Visual C++ project files Removed unused stuff from extlibs headers Removed source files from generated API documentation Removed the qt and wxwidgets samples Fixed minor warnings in Packet.cpp LaurentGom 2010-04-08 16:18:38 +0000
  • c0b84d3469 Moved CSFML Linux makefiles outside the source tree laurentgom 2010-04-07 10:34:35 +0000
  • af22a15df3 Fixed the linker warning about conflicting libraries in Visual C++ projects Fixed a minor warning in UdpSocket.cpp LaurentGom 2010-04-07 10:03:09 +0000
  • a6b9dbfd39 Upgraded external libraries (libpng 1.4.1, zlib 1.2.4, openal-soft 1.12.854) on Windows LaurentGom 2010-04-07 07:57:32 +0000
  • 14d0b8a483 Fixed a possible bug in the calculation of sf::SoundStream playing offset LaurentGom 2010-04-06 20:48:37 +0000
  • 007db7d39a Changed the .ogg and .wav files used by the sound sample (7.5 Mo -> 300 Ko) LaurentGom 2010-04-06 14:44:37 +0000
  • 47d4fd0452 Applied the last modification to the sfml-graphics Linux makefile laurentgom 2010-04-05 19:13:11 +0000
  • dbd767376b The external libs used by sfml-graphics are now linked instead of being integrated to the source code LaurentGom 2010-04-05 19:04:49 +0000
  • 41f09975ab Packets handling in UdpSocket is now more robust LaurentGom 2010-04-05 14:06:37 +0000
  • 507f467390 Added TcpListener::GetLocalPort() LaurentGom 2010-03-29 17:02:10 +0000
  • 87f712e0c6 Added code in sf::Font to handle bitmap glyphs rendered in monochrome mode LaurentGom 2010-03-26 19:45:06 +0000
  • 09a0d11668 Removed the useless makefiles LaurentGom 2010-03-23 16:13:07 +0000
  • ca5489a5d6 Modified the Linux build system so that makefiles are now outside the source tree laurentgom 2010-03-23 15:55:07 +0000
  • fd8fa4e2f8 Fixed errors caused by the last commit in the network module, and fixed minor warnings in the graphics module, on Linux laurentgom 2010-03-23 11:15:39 +0000