Commit Graph

  • 386f56d6a4 Merge pull request #673 from arnolddumas/master Laurent Gomila 2014-08-03 22:47:23 +02:00
  • 700c2e3823 I missed one exclamation mark in the previous commit. Arnold Dumas 2014-08-03 21:18:27 +02:00
  • 1fa2ff0458 No space before exclamation mark. Arnold Dumas 2014-08-03 20:44:38 +02:00
  • 83e019e7d3 Fixed order of dependent libraries (SFML_DEPENDENCIES variable) in FindSFML.cmake Laurent Gomila 2014-07-26 21:01:17 +02:00
  • ca77ea58d0 Merge pull request #646 from MarioLiebisch/android-keyevents Jonathan De Wachter 2014-07-24 12:20:18 +02:00
  • 621793a354 [Android] Rewrote key event handling Mario Liebisch 2014-06-21 19:56:30 +02:00
  • 3f69629d0c Merge branch 'android_improvements' Jonathan De Wachter 2014-07-24 10:05:09 +02:00
  • f7561f5fa1 Fixed EGL surface not recreated in the right thread Jonathan De Wachter 2014-07-24 10:03:11 +02:00
  • 796c87295c Improved readability of ?: operator Jonathan De Wachter 2014-07-24 08:35:23 +02:00
  • 5f3b6cb57a Added a strikethrough text style to sf::Text. Fixes issue #243. Foaly 2014-07-18 13:57:23 +02:00
  • 520025d904 Fixed a crash caused by the stack being unaligned when entering ThreadImpl::entryPoint if compiled by GCC or clang and run on Windows XP 32-bit. (#412) binary1248 2014-07-13 09:22:25 +02:00
  • 337df1ea5f Merge branch 'master' of github.com:LaurentGomila/SFML Laurent Gomila 2014-07-11 17:43:50 +02:00
  • 8db958042e Improved documentation of SoundStream::onGetData (#650) Laurent Gomila 2014-07-11 17:43:18 +02:00
  • 0a64da654c Merge pull request #656 from MarioLiebisch/android-nosurface-display Jonathan De Wachter 2014-07-08 18:03:42 +02:00
  • f491e94297 [Android] Redirect error messages to logcat by default Jonathan De Wachter 2014-07-08 17:59:33 +02:00
  • e625d79a04 Merge branch 'bugfix/soundstream' Lukas Dürrenberger 2014-07-07 09:44:45 +02:00
  • e73e408885 [Android] Don't try to display without a surface Mario Liebisch 2014-07-05 18:42:41 +02:00
  • 57941c1696 Fixed invoking a virtual method (onSeek) in the destructor of SoundStream. binary1248 2014-07-05 16:19:30 +02:00
  • 74e425a9ed Made sure SoundStream adhered to its documented behavior, added a hint to SoundStream and Sound documentation regarding setting the offset while stopped. binary1248 2014-07-04 22:24:48 +02:00
  • 09aae0240d Fixed calling SoundStream::setPlayingOffset() unpausing a paused SoundStream (#203), guard m_isStreaming by a mutex, fixed calling SoundStream::pause() before the stream thread starts not properly pausing the stream (http://en.sfml-dev.org/forums/index.php?topic=15197.0), minor documentation fix in SoundStream. Signed-off-by: binary1248 <binary1248@hotmail.com> Foaly 2014-05-01 04:22:53 +02:00
  • 362a590454 Fixed FTP download and upload file sizes being limited by available RAM (#565). binary1248 2014-04-30 05:06:36 +02:00
  • 1851dcb109 Clarified Window::setIcon() ownership semantics Jan Haller 2014-07-03 14:08:13 +02:00
  • 471873dff9 Fixed typo in the sfml-graphics CMake file Laurent Gomila 2014-07-03 08:01:44 +02:00
  • dd6b54d0eb [Android] Forgot to add two lines to the previous commit Jonathan De Wachter 2014-06-26 07:55:49 +02:00
  • c462f7cd0a [Android] Got rid of the unnecessary additional event container Jonathan De Wachter 2014-06-26 07:33:03 +02:00
  • 57ca180d8d [Android] Hide status and navigation bar only if the fullscreen flag is on Jonathan De Wachter 2014-06-26 07:32:44 +02:00
  • 73008293ba Window style constraints are handled differently on mobile OSes Jonathan De Wachter 2014-06-26 05:21:28 +02:00
  • cf52687203 [Android] onCreate nows waits for sf::Window to be created Jonathan De Wachter 2014-06-26 05:15:25 +02:00
  • fb81ddfdcb [Android] VideoMode::getDesktopMode() returns the physical scren size in pixels Jonathan De Wachter 2014-06-26 04:56:06 +02:00
  • d73418261b [Android] Do not hardcode java const values (JNI) Jonathan De Wachter 2014-06-24 07:40:16 +02:00
  • ed7c80f6bb [Android] No longer force people to have debug version installed Jonathan De Wachter 2014-06-24 06:39:11 +02:00
  • a06ecb0c7f [Android] Changed APP_PLATFORM value to android-9 in Application.mk Jonathan De Wachter 2014-06-21 03:22:25 +02:00
  • 9e3b466ee0 [Android] Fixed <uses-sdk> appears after <application> tag warning Jonathan De Wachter 2014-06-20 04:16:32 +02:00
  • 06b73f36bd [Android] Updated target SDK version to 19 Jonathan De Wachter 2014-06-20 04:05:53 +02:00
  • e726c24de4 [Android] Avoid hardcoding the debug mode in AndroidManifest.xml Jonathan De Wachter 2014-06-20 04:01:50 +02:00
  • 3e9f842e59 [Android] Workaround transparency issues on some Android devices Jonathan De Wachter 2014-06-20 03:42:04 +02:00
  • b542785ed9 [Android] Keep the screen turned on and bright Jonathan De Wachter 2014-06-20 03:30:13 +02:00
  • f0345d5201 [Android] Hide the navigation bar Jonathan De Wachter 2014-06-20 03:28:43 +02:00
  • a88bab1d59 [Android] Hide the status bar Jonathan De Wachter 2014-06-20 03:27:49 +02:00
  • a4846db016 [Android] Enable the usage of debug version of SFML libraries (#643) Jonathan De Wachter 2014-06-21 21:06:20 +02:00
  • 214c9b0662 [Android] Removed dependency on the window module from libsfml-main.a Jonathan De Wachter 2014-06-21 21:04:24 +02:00
  • c522f6d596 Merge pull request #642 from MarioLiebisch/android-fingerfix Jonathan De Wachter 2014-06-21 20:18:41 +02:00
  • 775277b8fb [Android] Updated example to handle screen rotation events (#531) Jonathan De Wachter 2014-06-21 20:10:46 +02:00
  • 6302cc0762 Merge pull request #641 from MarioLiebisch/android-statesfix Jonathan De Wachter 2014-06-21 20:07:57 +02:00
  • 121c3b2fd7 [Win32] Fixed Unicode inconsistency Mario Liebisch 2014-06-15 12:47:58 +02:00
  • 1bd62b4d14 [Android] Fixed the app crashing on rotation Mario Liebisch 2014-06-20 19:40:17 +02:00
  • bc73b12428 [Android] Fixed redundant touch moved events Mario Liebisch 2014-06-20 23:38:28 +02:00
  • 5b559f1c08 [Android] Added missing sensor event generation Mario Liebisch 2014-06-15 15:04:24 +02:00
  • 86983acaa4 Fixed a typo in the comments of Context.hpp Patrick 2014-06-13 11:31:42 -05:00
  • 60c34bff19 [Android] Made the remaining sensors available Jonathan De Wachter 2014-06-08 08:12:50 +02:00
  • 2874ac4aab [Android] Don't disable sensors since it's handled at higher-level Jonathan De Wachter 2014-06-07 17:04:53 +02:00
  • e56d697755 [Android] Fixed the audio module not working Jonathan De Wachter 2014-06-13 15:55:56 +02:00
  • bdcdfffe11 Replaced Text underline offset/thickness with nicer font dependent values. binary1248 2014-05-01 02:32:56 +02:00
  • da79517b36 Fix bitmap font resize failing silently when resizing to an unsupported pixel size (#448), fixed getKerning returning scaled values even for bitmap fonts. binary1248 2014-04-30 14:10:59 +02:00
  • 0124ad0a85 Show error message everytime a shader uniform's location can't be found. rafoudiablol 2014-04-06 22:04:42 +02:00
  • 228038fa8a Check socket descriptor limit. #153 Stefan Schindler 2014-06-09 23:46:22 +02:00
  • 159176f5ba [Android] Fixed TouchBegan reporting wrong coordinates Mario Liebisch 2014-06-09 09:26:03 +02:00
  • 9690a7edee Fixed minor documentation issue. Stefan Schindler 2014-06-06 13:09:25 +02:00
  • 265c411c39 Merge branch 'bugfix/osx-implementation' Lukas Dürrenberger 2014-06-04 11:48:31 +02:00
  • 46be2159cb Fixed OS X implementation of sf::Mouse::(get|set)Position Marco Antognini 2014-06-01 20:07:24 +02:00
  • bc1127da5b Output error message and abort program when XOpenDisplay() fails Jan Haller 2014-04-27 12:07:54 +02:00
  • 5912d205d3 Removed a dead store in sf::Ftp implementation Marco Antognini 2014-05-27 09:29:12 +02:00
  • 4f2c6c4489 Fixed potential memory leaks on OS X Marco Antognini 2014-05-23 12:10:53 +02:00
  • 1dae89a8e0 Moved glClientActiveTexture and glActiveTexture calls before glEnable(GL_TEXTURE_2D) to make sure texture unit 0 gets affected. (#523) binary1248 2014-05-27 10:42:04 +02:00
  • ff869777a9 Fixed building for OpenGL ES 1.1 platforms Mario Liebisch 2014-04-28 21:30:22 +02:00
  • 3fa1d0e03d Fixed issue where the viewport's width and/or height could be off by 1 pixel Remco van Oosterhout 2014-05-14 16:25:49 +02:00
  • 0375d7588f Fixed soundbuffer contents not being able to be updated when still attached to sounds (#354), sounds now detach from their buffer when it is reset. Signed-off-by: binary1248 <binary1248@hotmail.com> Joshua Adam Reisenauer 2014-05-01 02:09:12 +02:00
  • e6b5ce1f27 Make sure texture unit 0 is active when reseting RenderTarget states (#523), fix RenderTarget not clearing when a texture used as a RenderTexture color attachment is left bound in a different context (http://en.sfml-dev.org/forums/index.php?topic=9350.0). binary1248 2014-04-28 19:43:55 +02:00
  • 3f61214571 Improved OS X implementation Marco Antognini 2014-05-26 15:31:45 +02:00
  • 7d4235a38f Optimised OS X implementation regarding scaling factor Marco Antognini 2014-05-24 15:22:24 +02:00
  • a3ab6efa23 Fix application crash when calling Shader::isAvailable() #608. Lukas Dürrenberger 2014-05-23 10:43:51 +02:00
  • 2215f55ef9 Moved more responsibilities to SFOpenGLView Marco Antognini 2014-05-21 22:45:04 +02:00
  • aa47dd5d33 Removed old documentation that doesn't apply anymore Marco Antognini 2014-05-21 21:50:47 +02:00
  • 7ae381533e Improved CMake script Marco Antognini 2014-05-21 11:16:19 +02:00
  • 6c802952fb Added config of Xcode templates according to CMAKE_OSX_ARCHITECTURES Marco Antognini 2014-05-21 11:02:43 +02:00
  • ea0364d568 Renamed INSTALL_XCODE4_TEMPLATES to INSTALL_XCODE_TEMPLATES Marco Antognini 2014-05-17 15:03:09 +02:00
  • 2d08ed684b Removed unnecessary check in cmake regarding the deployment target Marco Antognini 2014-05-17 14:18:53 +02:00
  • 6e01d1fde7 Improved style of Cocoa example Marco Antognini 2014-05-17 13:48:44 +02:00
  • 6a5391c0b6 Fixed warnings in Cocoa example Marco Antognini 2014-05-17 13:36:21 +02:00
  • e33e061e96 Replaced deprecated functions on OS X 10.9 Marco Antognini 2014-05-17 13:27:18 +02:00
  • b9f5f19f7c Reverted OS X implementation to non-ARC Marco Antognini 2014-05-17 11:23:11 +02:00
  • a8ab8fb061 Removed unused duplicate code Laurent Gomila 2014-05-22 22:53:20 +02:00
  • 1fe22e24d0 Fix the case where not having created a GlResource prior to calling Shader::isAvailable() would break context management. (#211) binary1248 2014-05-19 08:42:42 +02:00
  • 749cbb2ff8 add HTTP support for PUT and DELETE firefly2442 2012-11-01 21:12:38 -05:00
  • 5250cc97d5 Updated glext, removed glxext. Stefan Schindler 2014-05-06 10:17:02 +02:00
  • 44a192d9b1 Merge pull request #596 from Ceylo/bugfix/595_OSXFrameworkCreation Marco Antognini 2014-05-13 14:55:31 +02:00
  • c45039e907 Removed vertical tab support from Text (#442). binary1248 2014-05-06 17:43:13 +02:00
  • 2e09dd225b Fix build of the SFML target on OS X with Xcode Lucas SOLTIC 2014-05-13 00:21:39 +02:00
  • 83951d1cae Merge pull request #586 from LaurentGomila/feature/no_travis Lukas Dürrenberger 2014-05-12 09:09:31 +02:00
  • 47913ee0aa Removed Travis CI config. Stefan Schindler 2014-05-12 08:49:53 +02:00
  • 0c3d361ceb Fixed problem with wrongly initialized sf::RenderStates::Default Jan Haller 2014-05-01 00:35:55 +02:00
  • cdf32a7881 Merge branch 'blendmodes' Jan Haller 2014-04-26 19:36:46 +02:00
  • b7c536c710 Merge pull request #578 from jcowgill/freebsd-debian Laurent Gomila 2014-04-25 18:19:40 +02:00
  • b188814937 Fix Config.hpp so SFML compiles on Debian FreeBSD James Cowgill 2014-04-25 15:41:47 +01:00
  • 597d133dcb Merge pull request #577 from AMDmi3/freebsd-fixes Laurent Gomila 2014-04-25 16:28:14 +02:00
  • 27eadf2a7c Properly handle pkgconfig files on FreeBSD Dmitry Marakasov 2014-04-25 17:52:55 +04:00
  • f1431e416c Use common unix sensor implementation on FreeBSD Dmitry Marakasov 2014-04-25 17:46:15 +04:00
  • 208164898b Don't use udev on FreeBSD Dmitry Marakasov 2014-04-25 17:45:49 +04:00
  • 3a7b425fb7 Improved sf::Http documentation concerning HTTPS Jan Haller 2014-04-23 19:31:31 +02:00
  • efe4354bc5 Improved resizing windows on OS X (close #474) Marco Antognini 2014-04-23 13:14:42 +02:00