61dc7e0100Added the TcpListener::Close function
LaurentGom
2010-10-26 19:38:26 +0000
16d986c762Binding two sockets to the same port on the same computer now triggers an error
LaurentGom
2010-10-17 21:20:36 +0000
2cd966f566Fixed 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
5e73228b5eSwitched to the latest version of FreeType (2.4.3) and recompiled the VC++ version with /MD
LaurentGom
2010-10-15 19:33:58 +0000
bfcc54db3dUpdated sfWindowHandle in CSFML (sync with sf::WindowHandle)
LaurentGom
2010-10-13 21:43:24 +0000
d327320b59Changed sf::WindowHandle from void* to HWND on Windows
LaurentGom
2010-10-13 16:38:39 +0000
0354c306e3Fixed memory leak in GlxContext when creating an OpenGL 3 context
laurentgom
2010-10-12 09:25:53 +0000
535b7bc839Fixed 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
77078f53dbFixed a bug in the UTF-8 -> UTF-32 conversion when the input character type is signed
laurentgom
2010-10-11 08:37:21 +0000
274014e786Fixed an error in the documentation of the Music::Play and Sound::Play functions
LaurentGom
2010-10-06 21:10:25 +0000
d258439457Removed useless directories in CSFML/doc
LaurentGom
2010-10-05 21:36:30 +0000
c18bbb2685Added CMake makefiles for CSFML
LaurentGom
2010-10-05 21:34:34 +0000
dd63420b52Modified 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
dac1ade7c4Improved 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
076456aa91Added a FindSFML.cmake file for CMake
LaurentGom
2010-10-04 21:16:12 +0000
19cb364afeNew try to fix the ATI & OpenGL contexts bug
LaurentGom
2010-09-17 16:46:35 +0000
36f9cf6cc1Minor fixes in API documentation
LaurentGom
2010-09-14 21:51:39 +0000
5763e7b950Removed CSFML .def files on Windows
LaurentGom
2010-09-14 19:43:47 +0000
d35fc89512Fixed a bug with threads and OpenGL context sharing
LaurentGom
2010-09-14 18:59:30 +0000
6de9ea8a0fWorkarounds used sf::Utf classes for broken MinGW locales, are not used when STLPort is detected
LaurentGom
2010-09-08 18:52:39 +0000
973a7fa591Fixed 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
e2cfdff23eReduced 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
316dcbd1f6Fixed a memory leak in the Linux implementation of VideoMode::GetDesktopMode
LaurentGom
2010-09-02 11:50:48 +0000
e4725e03dcFixed compile errors for 64 bits targets in WindowImplWin32
LaurentGom
2010-09-01 21:32:03 +0000
2d83514452Renamed / moved / updated the SFML.Net examples (still in progress... having troubles with SVN)
LaurentGom
2010-09-01 21:17:24 +0000
002902319cRenamed / moved / updated the SFML.Net examples (still in progress... having troubles with SVN)
LaurentGom
2010-09-01 18:47:45 +0000
80b803fe93Renamed / moved / updated the SFML.Net examples (2)
LaurentGom
2010-09-01 17:37:07 +0000
177c82a197Renamed / moved / updated the SFML.Net examples
LaurentGom
2010-09-01 17:34:14 +0000
186f679f85Applied the new naming convention to the CSFML and SFML.Net binaries (sfml2-xxx)
LaurentGom
2010-08-29 08:48:53 +0000
8525a7cb92Changed 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
3ba0e73719Removed the examples/bin folder (not used anymore)
LaurentGom
2010-08-27 06:18:13 +0000
9da487ac13fixed 2 samples, thx AndrejM sound3d sample compiles but sound stops after some time
Trass3r
2010-08-26 09:06:20 +0000
64b4bd8472fixed 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
dda69de7e9gdi32 was missing from the dependencies of sfml-window in CMake files
LaurentGom
2010-08-25 06:06:27 +0000
a991fe8e4dAdded support for the CMake build system
LaurentGom
2010-08-19 15:59:24 +0000
aa612ec63aUpdated 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
fe484591f9Changed 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
ce4a18f1d6More fixes to the code example of the CSFML API documentation
LaurentGom
2010-08-09 18:42:33 +0000
41d26459acFixed the code example of the CSFML API documentation
LaurentGom
2010-08-09 15:56:42 +0000
ff2c4f2ee7Replaced C standard headers (<xxx.h>) with their C++ version (<cxxx>)
LaurentGom
2010-08-02 20:36:27 +0000
41b29f45f8Updated stb_image (the latest version includes my patches)
LaurentGom
2010-08-01 19:26:35 +0000
8bde578f90Fixed warnings in stb_image
LaurentGom
2010-08-01 09:14:49 +0000
ff367bdb57Now using stb_image directly for loading image files, instead of SOIL (which is not maintained anymore)
LaurentGom
2010-07-31 14:06:30 +0000
42173d6d04Minor fix to the doxygen file
LaurentGom
2010-07-31 11:50:11 +0000
62e362ff6eAdded 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
ebbbb4fb32fixed a misspelling in IDrawable
Trass3r
2010-07-24 13:36:39 +0000
68cdbd31ccFS#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
7500786896sync with sfml: + Window.windowHandle()
Trass3r
2010-07-23 20:37:46 +0000
0444781a4bImproved tags for doxygen documentation (added relations between free functions and classes, grouped classes into modules)
LaurentGom
2010-07-22 21:45:58 +0000
37ea224621Fixed a bug in Image::GetTexCoords (introduced in the few last revisions)
LaurentGom
2010-07-19 21:26:29 +0000
dcbc7f29a4Fixed a bug where the characters size was sometimes wrong in sf::Text
LaurentGom
2010-07-18 15:59:59 +0000
1f906c0643PySFML 1.6 and 2.0: Fixed SetSmooth and implemented IsSmooth
svenstaro
2010-07-18 15:15:00 +0000
ef8a2700feFS#162 - Add a function to retrieve the system specific handle of a window
LaurentGom
2010-07-15 21:13:55 +0000
028c4d5a96Fixed wrong texture coordinates when displaying a part of a render-image with a sprite
LaurentGom
2010-07-15 20:03:53 +0000
c87c0d7d25FS#161 - Added a Image(uint, uint, byte[]) constructor in the Image class (in SFML.Net)
LaurentGom
2010-07-01 18:23:14 +0000
0a437d6e48Fixed mouse position in sf::Input not properly updated after a call to Window::SetCursorPosition
LaurentGom
2010-06-25 10:35:55 +0000
7ff4cb5ca4Some minor corrections in API documentation and parameters names
LaurentGom
2010-06-11 22:08:49 +0000
280ce139d6Some minor corrections in API documentation and parameters names
LaurentGom
2010-06-11 21:52:51 +0000
1ee9965059Finished to write the API documentation of the graphics classes
LaurentGom
2010-06-11 21:38:56 +0000
1d4bc3d200Added StructLayout(LayoutKind.Sequential) to the struct contained in SFML.Event, in SFML.Net
LaurentGom
2010-05-26 17:05:37 +0000
52f8da466cFixed negative mouse coordinates being returned as unsigned integers on Windows
LaurentGom
2010-05-25 17:44:12 +0000
d48c7ff18cFixed a bug with Image.Copy in SFML.Net (was calling the wrong CSFML function)
LaurentGom
2010-05-21 19:13:50 +0000
aaf080368bFixed 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
aade008582Minor fix (changed long to LONG_PTR) in WindowImplWin32::GlobalOnEvent
LaurentGom
2010-05-09 18:06:50 +0000
1d9feb6e01Added (void) to parameterless function prototypes in CSFML
LaurentGom
2010-05-02 15:44:07 +0000
a48f71ee8eAdded 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
1464a35711* using property style in Input * sync with changes to Glyph class * renamed network files (sync)
trass3r
2010-04-20 17:35:30 +0000
49983415cdFixed a minor warning in Font.cpp in CSFML
laurentgom
2010-04-20 14:38:47 +0000
073e7864efUpdated 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
7d68f59a5aFixed bug in View::Reset
LaurentGom
2010-04-19 10:37:53 +0000
fd483a9bf2Replaced cheeseburger.tff with a free font
LaurentGom
2010-04-10 12:18:09 +0000
4c2899876eFixed bug with texture coordinates in RenderImage after the sf::Rect modification
LaurentGom
2010-04-10 12:05:53 +0000
1e6161c750Updated the Matrix3 class and documentation (internal stuff)
LaurentGom
2010-04-10 11:29:44 +0000
a00a9c1cc2Modified the overloads of sf::Shape::Rectangle according to the last modification
LaurentGom
2010-04-10 09:35:15 +0000
136af3d1feFixed wrong macro in RenderImageImplPBuffer.h
LaurentGom
2010-04-09 17:36:03 +0000
fb91bf4c6dApplied 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
a512479a42Renamed internal classes related to OpenGL contexts in the window module
LaurentGom
2010-04-09 06:55:29 +0000
51ff7296adForgot to delete some files in last commit :)
LaurentGom
2010-04-08 16:28:05 +0000
3a17e35cacCreated 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
c0b84d3469Moved CSFML Linux makefiles outside the source tree
laurentgom
2010-04-07 10:34:35 +0000
af22a15df3Fixed 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
a6b9dbfd39Upgraded 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
14d0b8a483Fixed a possible bug in the calculation of sf::SoundStream playing offset
LaurentGom
2010-04-06 20:48:37 +0000
007db7d39aChanged the .ogg and .wav files used by the sound sample (7.5 Mo -> 300 Ko)
LaurentGom
2010-04-06 14:44:37 +0000
47d4fd0452Applied the last modification to the sfml-graphics Linux makefile
laurentgom
2010-04-05 19:13:11 +0000
dbd767376bThe 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
41f09975abPackets handling in UdpSocket is now more robust
LaurentGom
2010-04-05 14:06:37 +0000
87f712e0c6Added code in sf::Font to handle bitmap glyphs rendered in monochrome mode
LaurentGom
2010-03-26 19:45:06 +0000
09a0d11668Removed the useless makefiles
LaurentGom
2010-03-23 16:13:07 +0000
ca5489a5d6Modified the Linux build system so that makefiles are now outside the source tree
laurentgom
2010-03-23 15:55:07 +0000
fd8fa4e2f8Fixed 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