Commit graph

  • 5552cd5cc5 Merge pull request #423 from vheuken/master Laurent Gomila 2013-07-09 23:59:17 -0700
  • 12ca0ef15a Fixed ContextSettings ignored when creating a 3.x/4.x OpenGL context on Linux (#258) Laurent Gomila 2013-07-10 08:53:22 +0200
  • 645639b9c9 added .travis.yml Vincent Heuken 2013-07-09 23:46:51 -0700
  • c23d4a8385 Checking errors in RenderTarget::pushGLStates() to avoid generating false error messages when user leaves unchecked OpenGL errors (#340) Laurent Gomila 2013-07-06 18:24:30 +0200
  • 68748d2de1 Fixed ContextSettings ignored on Linux when creating a window (#35) Laurent Gomila 2013-07-03 22:57:33 +0200
  • 6b50691551 Solved graphics resources not updated or corrupted when loaded in a thread (#411) Laurent Gomila 2013-07-01 21:59:46 +0200
  • 4d55bbe4ff Fixed windows bigger than the desktop not appearing on Windows (#215) Laurent Gomila 2013-06-30 20:51:24 +0200
  • 73ec7ab483 Fixed KeyRelease events sometimes not reported on Linux (#404) Laurent Gomila 2013-06-30 14:35:24 +0200
  • 6ec100aeb7 Now using inotify on Linux to avoid constantly polling joystick connections (#96) Laurent Gomila 2013-06-30 14:34:00 +0200
  • af81ac60f3 Add keypad return, equal and period keys support for OS X Marco Antognini 2013-06-28 13:05:15 +0200
  • eca4502424 Improved mouse events on OS X regarding fullscreen mode Marco Antognini 2013-06-29 21:35:01 +0200
  • 71f34600bc Fix typos Marco Antognini 2013-06-29 20:42:42 +0200
  • 833837b427 Improved mouse events on OS X (close #213, related to #277) Marco Antognini 2013-06-29 19:39:22 +0200
  • aa4203fd54 Improve reactivity of setMousePosition on OS X (fix #290) Marco Antognini 2013-06-28 18:01:18 +0200
  • 5aa87f7719 Remove dead code Marco Antognini 2013-06-28 18:00:13 +0200
  • 365f7999eb Fix mouse moved event on OS X when dragging the cursor (close #277) Marco Antognini 2013-06-28 13:58:54 +0200
  • f92c0cbe7e Add support for right control key on OS X Marco Antognini 2013-06-28 12:48:18 +0200
  • 8ecdd3ae8c Refactor SFOpenGLView and move code related to modifiers to a new file Marco Antognini 2013-06-28 10:46:14 +0200
  • 95678e851a Update logos for Cocoa example Marco Antognini 2013-06-27 16:37:55 +0200
  • fc63a727ce Fix KeyRelease event with CMD key pressed (close #381) Marco Antognini 2013-06-27 15:22:56 +0200
  • 513cd7e57c Improve TextEntered for OS X (close #377) Marco Antognini 2013-06-27 22:29:43 +0200
  • ef8391e507 Updated links in readme.txt Laurent Gomila 2013-06-26 23:30:52 +0200
  • 41cbb818ad Merge pull request #415 from Oberon00/utf-stl-copy Laurent Gomila 2013-06-23 22:53:35 -0700
  • 891e9de0fe Don't reimplement std::copy(). Christian Neumüller 2013-06-24 00:49:40 +0200
  • 99d4ec3551 Fixed white pixel showing on first character of sf::Text (#414) Laurent Gomila 2013-06-23 22:41:58 +0200
  • e60a61fed5 Fixed compile error with getaddrinfo with MinGW Laurent Gomila 2013-06-23 19:48:09 +0200
  • 34d866d4bc Replaced the deprecated gethostbyname with getaddrinfo (#47) Laurent Gomila 2013-06-21 19:25:06 +0200
  • 96d0204f30 Pressing ALT or F10 on Windows no longer steals the focus Laurent Gomila 2013-06-18 14:32:08 +0200
  • 7554c86f7d Optimized Shader::setParameter functions, by using a cache internally (#316, #358) Laurent Gomila 2013-06-18 11:55:21 +0200
  • 76b67fcd1c Fixed non-blocking connection with a sf::TcpSocket on Windows Laurent Gomila 2013-06-17 23:12:44 +0200
  • 0db73b6a4c Minor improvements to sf::Packet operators (now using strlen and wcslen instead of explicit loops) (#118) Laurent Gomila 2013-06-17 21:04:41 +0200
  • 5d377fdb38 Attempt to fix taskbar bugs on Windows (#328, #69) Laurent Gomila 2013-06-17 20:57:27 +0200
  • 4d78d02b5c Fixed TCP packet data corruption in non-blocking mode (#402, #119) Laurent Gomila 2013-06-17 18:47:16 +0200
  • 94fc605a70 On Unix systems, a socket disconnection no longer stops the program with signal SIGPIPE (#72) Laurent Gomila 2013-06-14 15:18:08 +0200
  • 7051d43c72 Fixed IDE folder of example "Cococa" Laurent Gomila 2013-06-14 15:01:29 +0200
  • da96ec5811 Improved the performances of Window::getSize() (the size is now cached) Laurent Gomila 2013-06-12 20:27:18 +0200
  • 7c9f9cc41c Minor fix in Window and OpenGL examples Laurent Gomila 2013-06-03 20:48:24 +0200
  • 7fc29c78f7 Added the WM_CLASS property to SFML windows on Linux Laurent Gomila 2013-05-23 21:12:46 +0200
  • 8cb05fc6d0 Updated the Window and OpenGL examples (got rid of GLU and immediate mode) Laurent Gomila 2013-05-21 16:57:02 +0200
  • ebaad339a9 Fixed Window::getPosition() on Linux (#346) Laurent Gomila 2013-05-18 21:05:08 +0200
  • 68b51734a9 Fake resize events are no longer sent when the window is moved, on Linux Laurent Gomila 2013-05-18 20:48:55 +0200
  • 83ffe11709 Unicode characters outside the BMP (> 0xFFFF) are now correctly handled on Windows (#366) Laurent Gomila 2013-05-16 23:38:28 +0200
  • 11837e9fc8 sf::Rect::contains and sf::Rect::intersects now handle rectangles with negative dimensions correctly (#219) Laurent Gomila 2013-05-11 22:56:17 +0200
  • c4999f0890 Fixed some minor compile warnings Laurent Gomila 2013-05-11 09:52:20 +0200
  • d9629cfca7 Fixed typo in sf::Transformable documentation Laurent Gomila 2013-05-11 08:51:20 +0200
  • b52da13a20 Fixed compile error caused by latest modification Laurent Gomila 2013-05-10 15:51:53 +0200
  • b92dc572e3 Fixed documentation of sf::Image Laurent Gomila 2013-05-10 09:48:55 +0200
  • ae11207cdf InputStream.hpp was missing from the source file listing in CMake files, and added an important comment in the doc of InputStream::read (#349) Laurent Gomila 2013-05-09 13:37:24 +0200
  • 0edf79cb89 loadFromStream functions now explicitly reset the stream (seek(0)) before starting to read (#349) Laurent Gomila 2013-05-09 10:24:45 +0200
  • 5453d11d18 Fixed SoundBuffer::loadFromStream reading past the end of the stream (fixes #214) Laurent Gomila 2013-05-09 10:16:50 +0200
  • 323aa4e3e7 Fixed Shape::setTextureRect not working when called before setTexture Laurent Gomila 2013-05-01 09:50:57 +0200
  • 86897a8347 Changed the install rules so that examples' source code is included in the final distribution 2.0 Laurent Gomila 2013-04-06 10:20:58 +0200
  • f550501f37 Updated the website links in readme.txt Laurent Gomila 2013-04-06 09:55:59 +0200
  • 4e8c144879 Updated the year in the copyright notice Laurent Gomila 2013-04-06 09:34:44 +0200
  • 5c46daacd4 Fixed sf::Text constructor declaration (no longer explicit) and the API documentation Laurent Gomila 2013-03-15 08:13:00 +0100
  • 560b741efb Fixed sf::Event::MouseEntered and sf::Event::MouseLeft on Linux Laurent Gomila 2013-03-11 23:18:52 +0100
  • f5b9c7e216 Merge pull request #363 from Foaly/repeatedRenderTexture Laurent Gomila 2013-03-06 13:54:56 -0800
  • ba2d08684c Added repeating to sf::RenderTexture Foaly 2013-03-06 18:11:48 +0100
  • ef78b6d0f3 Organized projects into folders, for IDEs that support it (e.g. Visual Studio) Laurent Gomila 2013-02-25 19:17:46 +0100
  • b85bf692c0 Fixed: outline direction were depending on the order in which points were defined in a Shape Laurent Gomila 2013-02-23 15:55:47 +0100
  • a40ef79a18 Added source file groups in CMake files (for better organization of sources when opening SFML projects in IDEs) Laurent Gomila 2013-02-21 20:25:11 +0100
  • 4fbefe7469 Merge pull request #356 from eXpl0it3r/master Laurent Gomila 2013-02-19 05:19:14 -0800
  • 4a642014d4 Added x64 binaries for MinGW and adapted the CMake file. Lukas Dürrenberger 2013-02-17 18:38:14 +0100
  • 274d316891 Merge pull request #218 from BMBurstein/master Laurent Gomila 2013-02-17 08:28:12 -0800
  • a97577ccbe Merge pull request #351 from Shizmob/master Laurent Gomila 2013-02-12 10:56:05 -0800
  • b1dc62a554 Fixed tiny style issues. Shiz 2013-02-12 18:29:58 +0100
  • 9ba19e34a2 Simplified UTF-8 encoding procedure for X11 window title. Shiz 2013-02-12 17:44:01 +0100
  • 6bc077688e Added Unicode window title support. Shiz 2013-02-11 19:21:51 +0100
  • 9cf259c365 Minor addition in the API documentation Laurent Gomila 2013-02-02 20:42:00 +0100
  • fa69228716 Fixed joysticks not detected when checked at application startup. Laurent Gomila 2013-02-02 10:08:43 +0100
  • f3d2129f9f Improved the API documentation stylesheet Laurent Gomila 2013-01-30 21:35:34 +0100
  • 7be3f3af82 Minor indentation correction Laurent Gomila 2013-01-29 22:39:58 +0100
  • e75045358e Removed unused #include Laurent Gomila 2013-01-25 21:33:01 +0100
  • 802b9378cb Improve Xcode templates : now you can target 10.5 without headache ! Marco Antognini 2013-01-21 12:42:58 +0100
  • 13eb867686 Merge branch 'joybutton-ordering-osx' of git://github.com/ryanfields/SFML into fix/joystick Marco Antognini 2013-01-21 10:03:40 +0100
  • a674135834 Improve Xcode templates post build script : now copy freetype too Marco Antognini 2013-01-21 08:45:04 +0100
  • 54bc864484 Add freetype.framework and edit CMake accordingly. (Close #241) Marco Antognini 2013-01-19 16:20:01 +0100
  • 538d49aace Remove a part of CMake script that doesn't work any more. Marco Antognini 2013-01-19 11:23:12 +0100
  • b4941d0f9e Improve Xcode 4 templates (close #285) Marco Antognini 2012-12-29 22:08:19 +0100
  • e11ed81f72 Fix compilation issue on 10.5 Marco Antognini 2012-12-28 22:52:23 +0100
  • b0333dfc16 Fix get/set window position on OS X Marco Antognini 2012-10-10 18:53:23 +0200
  • 9fac5d74dc Fixed minor typecast warning in Shader.cpp Laurent Gomila 2013-01-16 22:52:21 +0100
  • 20db4969c5 Added setting of the timer resolution in the Win32 implementation of Sleep and rewrote the Unix Sleep implementation to use nanosleep instead of pthread_cond_timedwait to prevent spurious wakeups from causing the function to return too early. binary1248 2013-01-11 05:34:23 +0100
  • 91e1743516 Changed Texture::bind and Shader::bind to be static functions, that can accept a null argument Laurent Gomila 2013-01-08 22:24:43 +0100
  • 38da3f4338 Fixed computation of the alpha channel in sf::BlendAdd Laurent Gomila 2013-01-03 20:34:51 +0100
  • 2285e3d344 Fixed the repeated keys detection algorithm on Linux Laurent Gomila 2013-01-03 20:31:20 +0100
  • 527bb287a5 Minor modification to the API documentation Laurent Gomila 2012-12-30 09:54:09 +0100
  • dd48427bb8 Improved the success message in FindSFML.cmake Laurent Gomila 2012-12-23 09:25:16 +0100
  • 03b8a1c3a7 Disabled fix #271 for ogg cracks (the solution slows down the loading too much) Laurent Gomila 2012-12-17 20:16:54 +0100
  • d41837bf16 Fixed example in the API doc of sf::SocketSelector Laurent Gomila 2012-12-14 15:06:03 +0100
  • 2e22038be7 Correction in the API documentation Laurent Gomila 2012-12-04 20:39:29 +0100
  • 3eb32ded68 Correction in the API documentation Laurent Gomila 2012-12-04 20:36:39 +0100
  • 288bc87d3a Updated the main page of the API documentation Laurent Gomila 2012-12-02 23:13:31 +0100
  • 8ddf513216 Updated the description of modules Laurent Gomila 2012-12-02 23:13:16 +0100
  • 37d6e72a14 Moved some functions of RenderTarget to private access Laurent Gomila 2012-12-02 00:10:24 +0100
  • 4afe83d934 Removed the endianness detection macros (were not used) Laurent Gomila 2012-11-28 20:44:03 +0100
  • 59a68f0a51 Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2012-11-17 22:41:31 +0100
  • 62c6dc3c59 Merge pull request #317 from cforfang/master Laurent Gomila 2012-11-17 13:40:43 -0800
  • f9b3e513d2 Don't create std::string on glCheckError unless necessary. Christian Forfang 2012-11-17 20:46:48 +0100
  • 6ce6014dd8 Renamed RenderTarget::convertCoords to mapPixelToCoords, and added its inverse mapCoordsToPixel Laurent Gomila 2012-11-10 10:25:25 +0100