Commit Graph

  • ddaf024b81 Merge pull request #935 from jstasiak/rationalize-silence Cobrand 2019-11-01 12:51:11 +00:00
  • a8e9955202 Merge pull request #937 from bsurmanski/master Cobrand 2019-11-01 12:44:33 +00:00
  • fd9813a690 Provide AudioFormatNum.SILENCE constant Jakub Stasiak 2019-10-29 22:09:03 +01:00
  • dd9af21a75 use 'darwin' instead of 'macos' in build.rs Brandon Surmanski 2019-10-31 21:51:38 -04:00
  • fef63d5629 Remove cfg!(target_os="x") from build.rs Brandon Surmanski 2019-10-31 20:31:35 -04:00
  • 72d199e512 Merge pull request #931 from jstasiak/doc-audiodevice-lock Cobrand 2019-10-25 12:28:25 +00:00
  • 60a4b273a1 Merge pull request #932 from jstasiak/use-https Cobrand 2019-10-25 12:27:54 +00:00
  • 9a2c61dd43 Merge pull request #933 from jstasiak/remove-unused-code Cobrand 2019-10-25 12:27:32 +00:00
  • ca33a65fa0 Remove an unused AudioFormatNum::zero() method Jakub Stasiak 2019-10-25 10:30:28 +02:00
  • c73811603b Always download SDL releases using HTTPS Jakub Stasiak 2019-10-25 10:13:40 +02:00
  • ca6bfb1224 Try to guide AudioDevice users towards the lock method Jakub Stasiak 2019-10-24 23:07:02 +02:00
  • 9c85f2b6ee Merge pull request #930 from jstasiak/fix-audio-wav Cobrand 2019-10-23 12:55:07 +00:00
  • 4e37c1b789 Fix clicking and volume control in the audio-wav example Jakub Stasiak 2019-10-23 02:49:50 +02:00
  • 26967d5e79 Removes obsolete comment mnmaita 2019-10-01 23:21:26 -03:00
  • 7fdf026760 Implements SDL_ConvertSurfaceFormat wrapper mnmaita 2019-10-01 23:16:02 -03:00
  • 0be6aafe8e Merge pull request #923 from antonok-edm/clippy-warnings Cobrand 2019-10-01 09:45:13 +00:00
  • a9893f0c0d clean up clippy warnings Anton Lazarev 2019-09-30 09:00:01 -07:00
  • e7c2be2e2d Merge pull request #919 from antonok-edm/fix-warnings Cobrand 2019-09-29 12:07:06 +00:00
  • 9052d96969 Merge pull request #920 from monwarez/fix-fixup-freebsd-link-like-openbsd Cobrand 2019-09-29 12:06:14 +00:00
  • 12d47c252b Fix linking on FreeBSD Thibault Payet 2019-09-22 21:41:21 +02:00
  • fe2cb6bf16 clean up compile warnings Anton Lazarev 2019-09-22 11:14:03 -07:00
  • 51c4d3c338 Merge pull request #918 from bbigras/patch-1 Cobrand 2019-09-17 11:49:19 +00:00
  • 033b970f53 README: 'Windows (MSVC with vcpkg)' instructions Bruno Bigras 2019-09-12 11:11:49 -04:00
  • 24d3f3ffd7 Merge pull request #911 from AGausmann/patch/windows-bundle Cobrand 2019-09-11 18:35:28 +00:00
  • 80331118d1 Merge pull request #907 from Bastczuak/fix-type-for-which-in-event Cobrand 2019-09-11 18:35:17 +00:00
  • 8358a4ab5d Merge branch 'master' into fix-type-for-which-in-event Cobrand 2019-09-11 18:35:09 +00:00
  • 92fca27bf7 Merge pull request #903 from catt-io/master Cobrand 2019-09-11 18:34:22 +00:00
  • ca767c57af Merge pull request #912 from AGausmann/maybe-uninit Cobrand 2019-09-11 18:33:18 +00:00
  • 39230f8022 Merge pull request #882 from kolen/ignore-extra-sdl-keymod-bits Cobrand 2019-09-10 21:44:41 +00:00
  • b7e51ca784 -Added my path change to the changelog as required in the contribution guide. Sebastian Richter 2019-08-27 14:04:17 +02:00
  • cec594ed0d -Changed the datatype for 'which' to i32 according to the official sdl documentation. Sebastian Richter 2019-08-08 17:10:54 +02:00
  • d323d1adfe Fix name of bundled SDL2.dll Adam Gausmann 2019-08-16 15:00:02 -05:00
  • 3c5fcdc05e Replace uses of deprecated mem::uninitialized with mem::MaybeUninit Adam Gausmann 2019-08-17 16:44:56 -05:00
  • 7693d06d6f Merge pull request #915 from kosyak/event-sender Cobrand 2019-09-10 21:24:34 +00:00
  • b1823e0ca1 Add tests for EventSender behaviour when the event subsystem has been shut down. Edward Barnard 2018-01-25 10:58:28 +00:00
  • 4130035f18 Add a sendable EventSender type for pushing events to the event queue from non-main threads. Edward Barnard 2018-01-25 10:36:19 +00:00
  • abd42736ec Merge branch 'master' into ignore-extra-sdl-keymod-bits Cobrand 2019-09-06 14:50:54 +00:00
  • 3fd81c5f4f Fix for panic upon invalid hat state reported by xinput driver Flaise 2019-09-05 13:11:18 -05:00
  • c1f1b08223 Install libgl1-mesa-dev when testing with Travis CI Deokhwan Kim 2019-08-27 19:13:31 -04:00
  • 2d6bcf2fd6 Revert "Homebrew packages are called libSDL2main and libSDL2" catt-io 2019-07-24 17:40:42 +12:00
  • 120d54437f Merge pull request #898 from Edhebi/pixelformat-from-pixelformatenum Cobrand 2019-06-08 19:26:05 +02:00
  • 1db3a05e83 add changelog message Edhebi 2019-06-08 17:36:42 +02:00
  • f81bc3c95a added conversion from PixelFormatEnum to PixelFormat Edhebi 2019-06-08 17:21:01 +02:00
  • 776c72e8a5 Allows compiling with emscripten Valerio Santinelli 2019-05-27 11:44:46 +02:00
  • e2ca2da68f Merge pull request #896 from BO41/docu Cobrand 2019-05-25 15:58:20 +02:00
  • 2bde1da5c3 Add documentation to set_icon BO41 2019-05-24 14:30:32 +02:00
  • 73afe22a08 Remove redundant field names BO41 2019-05-21 15:26:48 +02:00
  • 311edbd6fd Add infinite looping comment for Music.play Mike 2019-05-14 10:57:34 -06:00
  • 85e2a63696 Merge pull request #893 from BO41/absolute_paths_workaround Cobrand 2019-05-21 14:52:22 +02:00
  • 4cdd56435e Fix typo at mixer BO41 2019-05-14 20:57:50 +02:00
  • 604fd02f1c Fix obsolete absolute paths BO41 2019-05-14 18:15:47 +02:00
  • 5f5a99a718 Return data from Window::gamma_ramp khyperia 2019-05-09 18:38:19 -07:00
  • d16bf768ea Merge pull request #890 from Montessquio/fix-workaround Cobrand 2019-05-07 15:35:15 +02:00
  • 1fa0afc08e Merge pull request #889 from Montessquio/master Cobrand 2019-05-07 15:32:14 +02:00
  • d736f4999d Merge pull request #887 from martinlindhe/master Cobrand 2019-05-07 15:30:09 +02:00
  • ce1ddc7f82 Remove workaround message Montessquio 2019-05-01 14:31:07 -04:00
  • 176355cb8e Remove Absolute Paths Workaround Montessquio 2019-05-01 14:29:32 -04:00
  • 053096a4df Remove Absolute Paths Workaround Montessquio 2019-05-01 14:13:52 -04:00
  • f547b9dddc format!() powershell arguments in download_to Nicolas Suarez 2019-05-01 13:27:26 -04:00
  • 65949d4a90 keyboard: add default formatter for Mod Martin Lindhe 2019-04-29 23:48:17 +02:00
  • da4269d691 Ignore extra SDL_Keymod bits instead of defaulting to "no mods" kolen 2019-04-09 22:33:51 +03:00
  • aefd78de42 Update sdl2 to 0.32.2 Cobrand 2019-04-04 12:17:59 +00:00
  • 042ff70b06 Update sdl2-sys to 0.32.6 Cobrand 2019-04-04 12:17:30 +00:00
  • ef581e75bd Merge pull request #875 from Cobrand/no_std_stub Cobrand 2019-04-04 13:53:58 +02:00
  • 023051d400 Make ttf,image,mixer,gfx work withut use-bindgen Cobrand 2019-04-03 13:04:54 +00:00
  • 95c973f194 Make features no_std compatible for sdl2-sys Cobrand 2019-03-25 13:46:53 +00:00
  • 1d5f701d0f Enable no_std for sdl2-sys Cobrand 2019-03-23 13:51:56 +00:00
  • 0ebf34495f Merge pull request #868 from sebastianv89/master Cobrand 2019-03-14 22:23:49 +01:00
  • 33c5710ac3 Merge pull request #871 from germangb/minim_version Cobrand 2019-03-14 22:22:05 +01:00
  • e5de512bd4 Updated changelog, (hopefully) without messing it up this time... Sebastian Verschoor 2019-03-13 15:50:53 -04:00
  • 979d57d70a Updated changelog Sebastian Verschoor 2019-03-13 15:48:51 -04:00
  • d732cde2a1 Update changelog german gomez 2019-03-13 19:00:47 +01:00
  • 1d97e22ddb Bump minimum SDL version in README germangb 2019-03-13 18:35:18 +01:00
  • fb41194717 Merge pull request #867 from germangb/missing_methods Cobrand 2019-03-10 21:56:16 +01:00
  • f4cef9eea0 Window opacity docs german gomez 2019-03-10 21:32:37 +01:00
  • 94125a5dda Added inplace operations for Point Sebastian Verschoor 2019-03-10 11:27:28 -04:00
  • ff625a6e0d Window opacity german gomez 2019-03-10 14:44:45 +01:00
  • 31e879adb4 Fix linking on OpenBSD Gregor Best 2019-03-02 21:53:10 +01:00
  • a731b12f09 Homebrew packages are called libSDL2main and libSDL2 Seivan Heidari 2019-02-27 02:38:13 +01:00
  • 7058d78355 Update README.md Sergey 2019-02-27 18:21:00 +03:00
  • c1ce3a4d0f Use ::std instead of just std in rect.rs Hannes Steffenhagen 2019-02-23 11:57:51 +00:00
  • f5102401d5 Merge pull request #838 from michaelfairley/event_send_sync Cobrand 2019-02-10 12:41:20 +01:00
  • ee8438a15e Add doc comments Michael Fairley 2019-02-09 19:11:37 -06:00
  • 48a4a8e5c5 Add missing shell32 to static link libraries on Windows Giovanni Bajo 2018-12-29 19:21:03 +01:00
  • 37cf5f76ac Replaced all calls to unwrap() in examples with either the ? operator or expect Sunjay Varma 2019-01-11 23:42:23 -05:00
  • 23b26ed167 Mark Event as Send+Sync Michael Fairley 2019-01-10 19:49:01 -06:00
  • 279f6a6500 Update sdl2-sys to 0.32.5, sdl2 to 0.32.1 Cobrand 2018-12-23 22:37:49 +00:00
  • 87f318dd7a Group timer tests Drew Pirrone-Brusse 2018-12-20 15:48:50 -05:00
  • cac7a197be Update Rand to 0.6.* from 0.5.* Drew Pirrone-Brusse 2018-12-20 15:31:24 -05:00
  • 8f27656a6a Update to bitflags 1.* from 0.7 Drew Pirrone-Brusse 2018-12-06 15:52:32 -05:00
  • 9a03451308 Added 32-bit array pixelformats Rua 2018-12-17 23:30:27 +01:00
  • b6fa720a85 Merge pull request #824 from Manorhos/rumble Cobrand 2018-12-12 19:33:17 +01:00
  • 64a936c945 Add some notes to set_rumble's docs Niels Wießner 2018-12-12 02:20:36 +01:00
  • a5bf3db493 Update travis-install-sdl2.sh to download 2.0.9 tarball Niels Wießner 2018-12-11 12:27:55 +01:00
  • 2590b13208 Add rumble functions to changelog Niels Wießner 2018-12-10 23:18:38 +01:00
  • 5b7d1c108f Modify joystick example to include set_rumble Niels Wießner 2018-12-10 23:02:39 +01:00
  • 59ad1c094b Modify game-controller example to include set_rumble Niels Wießner 2018-12-10 23:02:10 +01:00
  • 99659cf763 Add wrapper for SDL_JoystickRumble Niels Wießner 2018-12-10 23:01:04 +01:00
  • 3991947a10 Add wrapper for SDL_GameControllerRumble Niels Wießner 2018-12-10 22:59:35 +01:00
  • 4697a2667c Update sdl_bindings.rs to SDL 2.0.9 Niels Wießner 2018-12-10 04:23:06 +01:00