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
9658047746PySFML 1.6 and 2.0: Fixed SetSmooth and implemented IsSmooth
1.x
svenstaro
2010-07-18 15:15:00 +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
5c0dfbbe14Removed parameter preventing from putting distribution stuff in the distributed packages.
ceylo
2010-04-04 19:15:24 +0000
70039fefa8Fixed little mistake on command name.
ceylo
2010-04-04 19:11:35 +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
9280771665FS#86 - Rewrite the sockets API Updated the API documentation of the whole network module The system headers are no longer included by the sfml-network public headers
LaurentGom
2010-03-23 09:39:43 +0000
a09ee0f9e3Fixed bug in JPEG saving (due to the last modification)
LaurentGom
2010-03-19 18:51:45 +0000
6b23d15a14Changed the internal storage of pixels in sf::Image (vector<Color> --> vector<Uint8>) Changed the Glyph structure to allow using sprites to display glyphs
LaurentGom
2010-03-19 16:06:18 +0000
680b5628b8trunk is now version 1.7
LaurentGom
2010-03-18 14:41:17 +0000
30ea39dc6fUpdated the CSFML DLLs in SFML.Net
LaurentGom
2010-03-18 13:28:21 +0000
c0f9bc7115Updated notices for SFML 1.6
ceylo
2010-03-17 17:18:56 +0000
c9c179a1bfRemoving useless files in final package
ceylo
2010-03-17 17:16:25 +0000
695b7f8355Product directory set to lib64 instead of lib.
ceylo
2010-03-17 16:42:00 +0000
691d031daa64 bits support should now be ok.
ceylo
2010-03-17 16:38:11 +0000
1527ecd8baUsing -[NSView convertPoint:fromView:] instead of -[NSView convertPointFromBase:] to support Mac OS X 10.4.
ceylo
2010-03-17 16:19:08 +0000
1725ffdf71Disabled stencil bits setting. Replaced some cout with NSLog() to avoid STL crash. Added OpenGL alpha component support (pixel attribute). Fixed bad mouse coordinates when using imported NSView object. Fixed MouseMoved events not being received with imported widgets (both NSWindow and NSView).
ceylo
2010-03-17 15:38:23 +0000
81fd4c5d1dsync with SFML: VideoMode.GetFullscreenModes
trass3r
2010-03-13 02:42:45 +0000
1c72b919e7first commit in a series to change property functions into D style
trass3r
2010-03-13 01:56:39 +0000
809b09292fMerged VideoMode::GetMode and VideoMode::GetModesCount into a single new function VideoMode::GetFullscreenModes
LaurentGom
2010-03-12 14:07:28 +0000
e924c9cf39Improved the API documentation of sf::IpAddress
LaurentGom
2010-03-12 09:35:17 +0000
b7eb09cb79Renamed IPAddress.cpp to IpAddress.cpp in CSFML
LaurentGom
2010-03-11 15:03:47 +0000
38e590ea52Renamed IPAddress.h to IpAddress.h in CSFML
LaurentGom
2010-03-11 15:03:38 +0000
9646bf54d8Renamed IPAddress.cpp to IpAddress.cpp
LaurentGom
2010-03-11 14:37:51 +0000
6e5b213bfbRenamed IPAddress.hpp to IpAddress.hpp
LaurentGom
2010-03-11 14:31:39 +0000