Commit graph

  • 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
  • 9658047746 PySFML 1.6 and 2.0: Fixed SetSmooth and implemented IsSmooth 1.x svenstaro 2010-07-18 15:15:00 +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
  • 5c0dfbbe14 Removed parameter preventing from putting distribution stuff in the distributed packages. ceylo 2010-04-04 19:15:24 +0000
  • 70039fefa8 Fixed little mistake on command name. ceylo 2010-04-04 19:11:35 +0000
  • 4218be2e59 Fixed invalid framework search path. ceylo 2010-04-04 18:58:42 +0000
  • 00581d7a43 Updated framework paths (lib64) and added target for building Cocoa sample. ceylo 2010-04-04 18:43:55 +0000
  • 33588a49aa Added target for building the Cocoa sample. ceylo 2010-04-04 18:37:04 +0000
  • 71891a520e Initial import. ceylo 2010-04-04 18:35:45 +0000
  • 4722680fda Initial import. ceylo 2010-04-04 18:34:39 +0000
  • 6d7b97c7a0 Fixed NSException raised when using Cocoa windows after the SFML window has been closed. ceylo 2010-04-04 18:30:46 +0000
  • 93ef2bf08a Added licence files for CSFML and SFML.Net LaurentGom 2010-03-31 08:28:26 +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
  • 9280771665 FS#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
  • a09ee0f9e3 Fixed bug in JPEG saving (due to the last modification) LaurentGom 2010-03-19 18:51:45 +0000
  • 6b23d15a14 Changed 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
  • 680b5628b8 trunk is now version 1.7 LaurentGom 2010-03-18 14:41:17 +0000
  • 30ea39dc6f Updated the CSFML DLLs in SFML.Net LaurentGom 2010-03-18 13:28:21 +0000
  • c0f9bc7115 Updated notices for SFML 1.6 ceylo 2010-03-17 17:18:56 +0000
  • c9c179a1bf Removing useless files in final package ceylo 2010-03-17 17:16:25 +0000
  • 81050dd51d git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1467 4e206d99-4929-0410-ac5d-dfc041789085 ceylo 2010-03-17 16:56:51 +0000
  • 2d0fe4843a Initial import. ceylo 2010-03-17 16:54:03 +0000
  • 695b7f8355 Product directory set to lib64 instead of lib. ceylo 2010-03-17 16:42:00 +0000
  • 691d031daa 64 bits support should now be ok. ceylo 2010-03-17 16:38:11 +0000
  • 1527ecd8ba Using -[NSView convertPoint:fromView:] instead of -[NSView convertPointFromBase:] to support Mac OS X 10.4. ceylo 2010-03-17 16:19:08 +0000
  • 1725ffdf71 Disabled 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
  • dcdf39bf74 * D-ified property functions and used SFMLClass in: - Window - RenderTargets - Image - Drawable * fixed Image.copy -> copyImage trass3r 2010-03-16 02:04:52 +0000
  • 337448d3cb 2nd part trass3r 2010-03-15 23:52:54 +0000
  • cfedeee112 * introduced SFMLClass type for all C pointers * getNativePointer -> nativePointer property trass3r 2010-03-15 23:35:53 +0000
  • 6b444d338e next step to D-ify the property functions this time all Drawables trass3r 2010-03-13 22:44:26 +0000
  • ca7c1d1690 Applied the last IpAddress modifications to CSFML LaurentGom 2010-03-13 10:20:13 +0000
  • 691eea4c69 Removed IpAddress::IsValid(), added IpAddress::None LaurentGom 2010-03-13 09:50:24 +0000
  • 81fd4c5d1d sync with SFML: VideoMode.GetFullscreenModes trass3r 2010-03-13 02:42:45 +0000
  • 1c72b919e7 first commit in a series to change property functions into D style trass3r 2010-03-13 01:56:39 +0000
  • 809b09292f Merged VideoMode::GetMode and VideoMode::GetModesCount into a single new function VideoMode::GetFullscreenModes LaurentGom 2010-03-12 14:07:28 +0000
  • e924c9cf39 Improved the API documentation of sf::IpAddress LaurentGom 2010-03-12 09:35:17 +0000
  • b7eb09cb79 Renamed IPAddress.cpp to IpAddress.cpp in CSFML LaurentGom 2010-03-11 15:03:47 +0000
  • 38e590ea52 Renamed IPAddress.h to IpAddress.h in CSFML LaurentGom 2010-03-11 15:03:38 +0000
  • 9646bf54d8 Renamed IPAddress.cpp to IpAddress.cpp LaurentGom 2010-03-11 14:37:51 +0000
  • 6e5b213bfb Renamed IPAddress.hpp to IpAddress.hpp LaurentGom 2010-03-11 14:31:39 +0000