Commit Graph

  • 58db9f25b1 Added detection of FreeBSD in CSFML's config.h LaurentGom 2009-10-03 18:36:19 +0000
  • 9483ecdfef Fixed copy constructor in sf::Image (didn't properly copy the pixels when the source image was a RenderImage) LaurentGom 2009-10-03 14:48:54 +0000
  • 668f8d3db8 Removed stupid debug stuff LaurentGom 2009-10-02 13:23:51 +0000
  • b4edcffc43 Fixed broken RenderImage LaurentGom 2009-10-02 09:49:28 +0000
  • fc4867c586 Fixed bad sf::String quality LaurentGom 2009-10-01 07:03:24 +0000
  • b7f7ac7f1a Changed the default install directory to /usr/local in Linux makefiles Fixed absolute symbolic links to relative ones in Linux makefiles LaurentGom 2009-09-28 10:07:00 +0000
  • 282dfe6b6f Fixed broken rendering laurentgom 2009-09-24 13:46:01 +0000
  • a5e20f23ca Synchronized with trunk LaurentGom 2009-09-24 08:33:34 +0000
  • 565172fc75 Added automatic batching to improve performances Moved the ConvertCoords function from RenderWindow to RenderTarget LaurentGom 2009-09-24 07:50:08 +0000
  • 1852614e16 Made all Vector2 and Vector3 functions inline LaurentGom 2009-09-24 07:40:49 +0000
  • e3fe614f01 Fixed wrong link issue (mixing debug and release frameworks). ceylo 2009-09-20 19:53:07 +0000
  • ccddb8fffe Added missing -lX11 in sfml-graphics makefile for Linux LaurentGom 2009-09-15 14:42:05 +0000
  • 43e745edb8 Added missing -lGL in sfml-graphics makefile for Linux LaurentGom 2009-09-15 14:19:14 +0000
  • c140de772d Added "switch back to desktop mode" feature when switching to another application while the SFML one is in fullscreen mode. Using more demanding screen choice : request the use of the primary screen when several monitors are available. ceylo 2009-09-12 12:13:28 +0000
  • 01181af3e0 Fixed sf::Color operators not exported LaurentGom 2009-09-08 10:41:31 +0000
  • 3be521a912 changed default install dir to /usr/local on Linux, fixed symbolic links to be relative, updated glxext.h for OpenGL3 laurentgom 2009-09-07 10:14:35 +0000
  • 447a9ac7c3 Saved new path for Initializer.cpp moved to Unix/Initializer.cpp ceylo 2009-09-05 13:43:08 +0000
  • f446f3d973 Moved Initializer.cpp into Unix directory ceylo 2009-09-05 13:35:04 +0000
  • 51c3d9784e Moved Initializer.cpp into Unix directory ceylo 2009-09-05 13:34:27 +0000
  • a6e353f11b Activated OpenGL 3 contexts on Linux LaurentGom 2009-08-28 20:17:10 +0000
  • 9944cdcbba Updated sndfile to 1.0.20 (i386+ppc). ceylo 2009-08-28 19:53:34 +0000
  • ba3e7bd350 Little display fix. ceylo 2009-08-28 19:52:15 +0000
  • 7b37972deb Building tar.bz2 archives instead of DMG. Added verbose mode. Done some cleaning. ceylo 2009-08-28 15:28:41 +0000
  • 6a3e2079f5 Set default compiler to GCC 4.0 not to break support with the Mac OS X 10.4 SDK. ceylo 2009-08-28 15:27:07 +0000
  • 0093952872 FS#127 - Make image loading thread-safe LaurentGom 2009-08-18 07:31:15 +0000
  • fcdc5cdf82 Improved documentation of more classes in the system module LaurentGom 2009-08-17 10:55:11 +0000
  • 351a43f696 Updated the documentation for some sfml-system classes LaurentGom 2009-08-14 20:00:42 +0000
  • ac0881f6a0 FS#126 - Add an optional parameter to Sprite::SetImage for automatic adjustment of the subrect LaurentGom 2009-08-14 09:27:00 +0000
  • 7a8cc0c76a Synchronized with trunk LaurentGom 2009-08-14 08:02:57 +0000
  • 3cfbc8409b Removed some privates files from the documentation Added sf::Event::EventType::Count LaurentGom 2009-08-14 07:31:01 +0000
  • 6be8b01a2d Added dist files. ceylo 2009-08-06 23:56:07 +0000
  • d8742e9ba0 Added info files and documentation importation. ceylo 2009-08-06 23:53:14 +0000
  • 357e89696b Added automatic support for OpenGL 3.0 contexts on Linux laurentgom 2009-07-27 16:12:49 +0000
  • 9229a27932 Fixed a comment :) LaurentGom 2009-07-26 21:21:48 +0000
  • b5a17a832f Unconnected joysticks are no longer updated (on Windows) LaurentGom 2009-07-25 10:02:07 +0000
  • 953c73c5a6 Fixed wrong install name. ceylo 2009-07-24 14:30:25 +0000
  • ec385c64ca Removed the DisplayRef class in the Linux implementation laurentgom 2009-07-24 14:13:50 +0000
  • 800638ed82 Each window now has its own X display, which solves potential multithreading issues (on Linux) laurentgom 2009-07-24 14:11:50 +0000
  • d3125eecd7 Better handling of X display in OpenGL contexts, which solves some multithreading issues (on Linux) laurentgom 2009-07-24 13:41:28 +0000
  • 42a3027d7c The internal code of VideoMode now uses its own connection to the display instead of a global one (on Linux) laurentgom 2009-07-24 12:56:04 +0000
  • 9fe4456e2c Removed Audio/AudioResource.cpp from Code::Blocks project file LaurentGom 2009-07-24 12:18:21 +0000
  • 2a5f018062 Added simple check for cheaters :-° ceylo 2009-07-22 23:59:57 +0000
  • d79ddb0fe1 Initial import of automatic package maker ceylo 2009-07-22 23:49:17 +0000
  • dceeb623d1 Added search path to let Xcode link the samples against the frameworks from trunk/lib. ceylo 2009-07-22 21:34:26 +0000
  • ab9c78e66f Using frameworks from trunk/lib instead of /Library/Frameworks for linking. ceylo 2009-07-22 16:27:11 +0000
  • 7a54cb78a3 Fixed syntax error in the Pong sample LaurentGom 2009-07-21 21:35:37 +0000
  • e40eb2e64d Fixed issue with shared OpenGL context not being activated. ceylo 2009-07-21 16:56:52 +0000
  • aa3769b3c6 Removed Audio/AudioResource.hpp from Code::Blocks project file LaurentGom 2009-07-17 10:31:28 +0000
  • 16275d05e8 Changed naming convention for local variables LaurentGom 2009-07-17 08:11:03 +0000
  • a430319c43 Removed the Window.Events property in SFML.Net FS#124 - Fix KeyEvent.Alt/Control/Shift members not working, in SFML.Net LaurentGom 2009-07-17 08:01:57 +0000
  • 34817446c0 Renamed WindowSettings to ContextSettings in SFML.Net Removed the Window.Events property in SFML.Net FS#124 - Fix KeyEvent.Alt/Control/Shift members not working, in SFML.Net LaurentGom 2009-07-17 07:57:28 +0000
  • 07c0318493 Fixed compile errors LaurentGom 2009-07-17 06:43:27 +0000
  • 9baa774216 Fixed bug in the Listener class in SFML.Net LaurentGom 2009-07-14 21:40:42 +0000
  • ac773e8161 FS#109 - Fix sf::Listener's target being actually a relative direction LaurentGom 2009-07-12 19:33:56 +0000
  • 8e90f147e4 FS#113 - Copy Attenuation and MinDistance members in sf::Sound's copy constructor LaurentGom 2009-07-12 19:14:00 +0000
  • 374af05d5f Replaces glColor4f with glColor4ub in internal code LaurentGom 2009-07-12 13:28:44 +0000
  • ed0cf87e28 Fixed TCP connect with timeout returning success when the connection failed laurentgom 2009-07-12 12:12:48 +0000
  • 0f7cb43902 Got rid of glBlendFuncSeparate which caused problems on old hardware -- need to find a proper fix for incorrect alpha values when rendering to a RenderImage LaurentGom 2009-07-12 10:27:28 +0000
  • 9c959777d3 Synchronized with trunk LaurentGom 2009-07-12 09:59:21 +0000
  • 5972c22d89 Moved CSFML documentation build files from root to doc\build LaurentGom 2009-07-12 09:56:24 +0000
  • 5869b916ef P-Buffer implementation fixed and validated on Linux laurentgom 2009-07-12 09:37:35 +0000
  • 1ce18ed1b9 Fixed compile errors on Linux laurentgom 2009-07-12 08:07:30 +0000
  • 1bf35973be Synchronized with trunk LaurentGom 2009-07-11 22:38:46 +0000
  • 45b150648d Changed internal naming convention (local variables now start with a lower case character) Removed the AudioResource class LaurentGom 2009-07-11 22:17:24 +0000
  • 5c84825759 Improved comments for the Style parameter of windows. LaurentGom 2009-07-10 16:54:44 +0000
  • 461a82194d Moved documentation build files from root to doc\build LaurentGom 2009-07-10 15:06:10 +0000
  • 94c45342cd Fixed Code::Blocks batch build LaurentGom 2009-07-10 14:17:39 +0000
  • 48dad05e30 Added batch build for Visual C++ 2008 LaurentGom 2009-07-10 14:13:34 +0000
  • ac21fc0bce Added a Windows batch build for Code::Blocks, which also properly builds static libs LaurentGom 2009-07-10 13:32:55 +0000
  • e3973714b2 FS#122 - Http::Response::GetField should be case insensitive LaurentGom 2009-07-10 12:01:51 +0000
  • f1f5f7ba3d Updated sf.Image.GetTexCoords remi-k 2009-07-09 06:54:10 +0000
  • 9bf53607d3 Fixed bug in sf.Window.GetSettings remi-k 2009-07-09 06:45:15 +0000
  • 06525907c1 FS#121 - Improve accuracy of rendering LaurentGom 2009-07-04 19:20:13 +0000
  • e2ddadb395 Fixed ending slash not added to a Http::Request URI when specified in the constructor LaurentGom 2009-07-04 16:44:36 +0000
  • 7cc00085d8 Added viewport handling in sf::View Upgraded SFML.Net project files to VS2008 LaurentGom 2009-06-26 13:24:29 +0000
  • 4f6b3637d7 Improved VS2008 projects for SFML: - Removed warnings - Faster compiling on multi-core CPUs LaurentGom 2009-06-26 13:00:21 +0000
  • 824aaca6dd Improved the VS2008 project files to enable faster compiling on multi-core CPUs LaurentGom 2009-06-26 12:30:40 +0000
  • 1bb96087ad FS#10 - Add rotation to sf::View Slightly changed the public interface of sf::View LaurentGom 2009-06-21 21:23:30 +0000
  • 5978d015eb Synchronized with trunk LaurentGom 2009-06-19 09:36:49 +0000
  • 3e561b7d27 git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1150 4e206d99-4929-0410-ac5d-dfc041789085 LaurentGom 2009-06-19 09:12:49 +0000
  • 30efdbab36 Minor fix to the Qt sample LaurentGom 2009-06-19 07:32:36 +0000
  • f04086c72b FS#118 - Add "Connection: close" by default for HTTP 1.1 requests LaurentGom 2009-06-18 16:13:42 +0000
  • e4042e8b4f FS#117 - Fix POST requests not working with sf::Http LaurentGom 2009-06-18 10:34:11 +0000
  • 9342dc77bb Added the Linux P-Buffer implementation (WIP) laurentgom 2009-06-17 08:49:20 +0000
  • 0ad6295ff4 Fixed the Linux makefile of the Qt sample laurentgom 2009-06-17 07:55:46 +0000
  • 470963326e Fixed Linux makefile laurentgom 2009-06-17 07:40:22 +0000
  • 1e8cb5827d Minor updates to VC2008 project files Better preprocessor detection of FreeBSD OS Improved the Qt sample LaurentGom 2009-06-16 20:17:56 +0000
  • 4af909c207 Fixed issue with beep produced by Esc and functions keys. ceylo 2009-06-14 14:36:11 +0000
  • ab580aa35b PostFx::SetTexture now takes a const sf::Image* laurentgom 2009-06-14 11:00:48 +0000
  • e6483d2165 Added initialization of GLEW in sf::Drawable (for glBlendFuncSeparate) laurentgom 2009-06-14 06:47:25 +0000
  • b602a3f8dc Fixed minor issue in Qt and wxWidgets samples. laurentgom 2009-06-13 22:16:08 +0000
  • b86c4627ab Added functions and overloads to sf::Rect Slightly changed the sf::View interface laurentgom 2009-06-13 21:13:43 +0000
  • 92e79b8123 Fixed blending functions so that alpha is properly forwarded when rendered to a RenderImage laurentgom 2009-06-13 19:09:02 +0000
  • 0704e242c0 Disabled smoothing on RenderImage's underlying images laurentgom 2009-06-13 07:57:42 +0000
  • 2deb8bd021 Added RenderImage Cleaned internal CSFML code Synchronized with trunk laurentgom 2009-06-11 15:49:36 +0000
  • b92c80ce4f Removed unneeded files, changed pysfml's trunk version to 1.6 remi-k 2009-06-07 12:21:02 +0000
  • b0857ce6e2 Added project files for samples for VC++ 2008 laurentgom 2009-06-03 17:14:51 +0000
  • a438145760 git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1132 4e206d99-4929-0410-ac5d-dfc041789085 ceylo 2009-06-01 22:58:37 +0000
  • a455bf678c Updated to match changes made in SFML 1.5 Xcode project ceylo 2009-06-01 20:56:54 +0000
  • 0e04c3855f Moved framework from libs-xcode to bin ceylo 2009-06-01 20:34:52 +0000