Commit Graph

  • 8e4c61dd19 Added the context version to ContextSettings LaurentGom 2009-11-03 15:13:11 +0000
  • 9db63151e1 Updated API documentation for sf::Shader LaurentGom 2009-11-03 14:09:58 +0000
  • 683f82b118 Forgot to remove a CSFML debug project in last commit LaurentGom 2009-11-03 09:37:28 +0000
  • d7bd00afc0 FS#25 - Change sf::PostFx to a more general purpose pixel shader class (sf::Shader) Updated the PostFx sample, renamed to Shader Renamed all the static X::CanUseX() functions to X::IsAvailable() to make the API more consistent Moved .def files from /build/VC200X to /src in CSFML Minors fixes in CSFML LaurentGom 2009-11-03 09:04:40 +0000
  • 63e07cec84 Fixed a typo in CSFML LaurentGom 2009-11-01 19:39:56 +0000
  • 87b2d5a0d0 Added Close() function to TCP and UDP sockets in CSFML LaurentGom 2009-10-31 19:23:19 +0000
  • 472627f65f Synchronized with trunk LaurentGom 2009-10-31 18:49:31 +0000
  • 78850be8df FS#134 - Fix Event::TextEntered ignoring the key repeat state LaurentGom 2009-10-31 16:24:10 +0000
  • 7d5f354850 Improved the API documentation in the audio module Added sf::SoundSource as a base class of both sf::Sound and sf::SoundStream LaurentGom 2009-10-30 16:14:26 +0000
  • 3c0d42fdd0 Improved the API documentation in the audio module Removed the bufferSize parameter from sf::Music constructor LaurentGom 2009-10-29 16:05:22 +0000
  • 33f54ad6cd Improved the API documentation in the audio module LaurentGom 2009-10-29 09:32:17 +0000
  • 6df95868d0 Added mouse position to mouse wheel event on Linux laurentgom 2009-10-27 16:05:00 +0000
  • 688a8f15da FS#131 - Add mouse position to the sf::Event::MouseWheelMoved event LaurentGom 2009-10-27 15:56:16 +0000
  • 0d66fa1776 Implemented WaitEvent on Linux laurentgom 2009-10-27 12:26:31 +0000
  • a68ff5713b FS#65 - Add a blocking WaitEvent function LaurentGom 2009-10-27 11:50:11 +0000
  • fd91756a9e Removed a bad error message :) LaurentGom 2009-10-27 10:39:50 +0000
  • 17190bd158 Various improvements on OpenGL contexts handling LaurentGom 2009-10-27 09:20:20 +0000
  • 31b72b6385 Fixed sfView_GetRotation missing in CSFML (and thus causing a crash in SFML.Net) Updated Visual C++ 2005 export files for CSFML LaurentGom 2009-10-21 07:37:56 +0000
  • e9c042d060 Added RenderImage::Display() to CSFML and SFML.Net LaurentGom 2009-10-18 08:03:58 +0000
  • 531c54bb13 Oops! LaurentGom 2009-10-17 14:01:42 +0000
  • 39a8ba4c52 Updated documentation LaurentGom 2009-10-17 08:50:13 +0000
  • b2dfcf9d0c Removed the "template for new ports" LaurentGom 2009-10-15 08:40:14 +0000
  • 1f3d7b6d0c Updated documentation LaurentGom 2009-10-15 08:37:32 +0000
  • 49ebb40c4d Disabled OpenGL 3 contexts on Ljnux -- again (the problem is still there) LaurentGom 2009-10-14 18:27:21 +0000
  • 1d3a7e8375 Updated documentation of the Vector2 and Vector3 classes LaurentGom 2009-10-14 10:45:54 +0000
  • b201b18f3d Added experimental code for stb_truetype (FreeType is still the default backend for loading fonts -- uncomment "#define SFML_USE_STBTT" in FontLoader.cpp to switch to stb_truetype) LaurentGom 2009-10-14 09:30:09 +0000
  • d8448a4938 Experimenting a fix for the GLX issue with ATI cards, put OpenGL 3 contexts handling back laurentgom 2009-10-13 19:03:49 +0000
  • c049196149 Removed RenderWindow.Capture from SFML.Net in the sfml2 branch LaurentGom 2009-10-12 10:25:42 +0000
  • 7f4de9033c Updated CSFML and SFML.Net in the sfml2 branch LaurentGom 2009-10-12 10:24:49 +0000
  • fc22927874 Synchronized with trunk LaurentGom 2009-10-08 07:15:26 +0000
  • 49b97bb09a Fixed "lib" directory not created before building libraries, in SFML and CSFML Linux makefiles LaurentGom 2009-10-08 07:08:34 +0000
  • eee9eee226 Fixed Window sample LaurentGom 2009-10-04 13:00:59 +0000
  • 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