Commit Graph

  • f39d7a7549 Add the ability to get/set the player index of a controller master Phillip Stephens 2022-02-08 01:14:04 -08:00
  • e282ef3acd Update SDL; add no-link feature Luke Street 2022-02-07 15:16:20 -05:00
  • b36d04851a Update to 0.35.2 0.35.2 Cobrand 2022-02-06 19:13:27 +01:00
  • f01b240e14 Merge pull request #1198 from xcodz-dot/patch-1 Cobrand 2022-01-19 10:54:02 +01:00
  • 6ea1338d4b Update README.md xcodz-dot 2022-01-19 10:15:05 +05:30
  • a02ddf6906 Update README.md xcodz-dot 2022-01-19 10:14:21 +05:30
  • c1c007f724 Update README.md to merge "Bundled" section Codeblocks xcodz-dot 2022-01-19 10:12:34 +05:30
  • 3aeeefc552 Merge pull request #1191 from Volatus/improve-brew-docs Cobrand 2022-01-01 13:17:08 +01:00
  • ac20726474 Improve instructions for macOS Ismayil Mirzali 2021-12-31 16:17:25 +02:00
  • 7011c6babc Merge pull request #1189 from rhysd/queue-return-result Cobrand 2021-12-31 14:47:55 +01:00
  • 443c9d9906 Merge pull request #1190 from rhysd/serial-events-test Cobrand 2021-12-31 14:47:32 +01:00
  • 5d8ba4ac12 Return Result from AudioQueue::queue instead of bool rhysd 2021-12-29 19:42:53 +09:00
  • a52f0a026d Fix failure on running events tests in parallel rhysd 2021-12-29 21:21:00 +09:00
  • 496368d722 Merge pull request #1186 from JustAGod1/master Cobrand 2021-12-27 13:36:36 +01:00
  • 29c3915fb2 updated sdl version JustAGod 2021-12-26 18:41:42 +03:00
  • cfdb435989 Merge pull request #1183 from nathanvoglsam/raw-window-handle-winrt Cobrand 2021-12-21 18:14:36 +01:00
  • 9859558aee Implement WinRT support in raw-window-handle Nathan Voglsam 2021-12-21 20:33:28 +11:00
  • 0e864cea7c Merge pull request #1182 from 17cupsofcoffee/raw-window-handle-0.4 Cobrand 2021-12-19 18:48:51 +01:00
  • 9dab73d585 Update raw-window-handle to 0.4 Joe Clay 2021-12-19 17:35:34 +00:00
  • 8f056ad5ef Merge pull request #1179 from woelfman/master Cobrand 2021-12-13 16:34:38 +01:00
  • 49c42b6c10 Fix bundled build on Fedora Matt Woelfel 2021-12-11 22:03:12 -06:00
  • 3a5ecef929 Merge pull request #1176 from aceArt-GmbH/patch-1 Cobrand 2021-12-07 12:10:40 +01:00
  • 87b27bce8d Prevent use-after-drop bug in set_viewport and set_clip_rect lukas 2021-12-07 08:38:23 +01:00
  • 5b2399daad Merge pull request #1173 from parasyte/fix-timer-callback-type Cobrand 2021-12-02 13:25:26 +01:00
  • 7b97dfd651 Fix timer callback type Jay Oster 2021-12-01 07:10:38 -08:00
  • fe411c6b87 Merge pull request #1165 from OlegOAndreev/display-orientation Cobrand 2021-11-12 19:50:32 +01:00
  • 33cbec8b67 Merge branch 'Rust-SDL2:master' into display-orientation OlegOAndreev 2021-11-02 13:43:31 +03:00
  • 8bddddb74f Merge pull request #1164 from OlegOAndreev/master Cobrand 2021-11-02 11:27:09 +01:00
  • c46694849e Added binding for SDL_GetDisplayOrientation and SDL_DISPLAYEVENT. Oleg Andreev 2021-11-01 16:11:10 +03:00
  • 3400b5df0d Added raw-window-handle support for Android Oleg Andreev 2021-10-30 01:49:28 +03:00
  • 3572a1b832 Merge pull request #1163 from OlegOAndreev/master Cobrand 2021-10-30 15:24:42 +02:00
  • 6d1add4230 Added instructions how to install the bundled library alognside the executable to README. Oleg Andreev 2021-10-29 17:54:09 +03:00
  • d8a84060e5 Added new dependencies for static-link feature. Oleg Andreev 2021-10-29 16:37:11 +03:00
  • 54fd7742dd Merge pull request #1161 from OlegOAndreev/master Cobrand 2021-10-29 15:15:17 +02:00
  • 08c06a98b8 Fixed CI badge in README.md (replaced Travis with Github Actions). Oleg Andreev 2021-10-27 12:28:04 +03:00
  • 7c1c2104c7 Update to 0.35.1 Cobrand 2021-10-25 19:19:33 +02:00
  • afd377167f Merge pull request #1158 from timvisee/master Cobrand 2021-10-25 19:18:42 +02:00
  • 475cf4dc49 Merge pull request #1159 from orhun/update_submodule_url Cobrand 2021-10-25 10:47:55 +02:00
  • 8eea37d04f Merge pull request #1160 from OlegOAndreev/master Cobrand 2021-10-25 10:44:44 +02:00
  • e5fd890b3f Added back accidentally removed default feature. Oleg Andreev 2021-10-25 10:15:27 +03:00
  • 2a6d1ee924 Remove the trailing slash from libsdl-org/SDL submodule URL Orhun Parmaksız 2021-10-23 15:19:42 +03:00
  • 5b3b5eebbf Bump version-compare to 0.1.0, remove some unwraps timvisee 2021-10-14 23:02:10 +02:00
  • 9d99d7f68a Update changlog and version to 0.35.0 Cobrand 2021-10-13 19:05:01 +02:00
  • 5be2f2fcdf Add closure supports to mixer::set_channel_finished Cobrand 2021-10-10 20:12:08 +02:00
  • b19ecff813 Merge pull request #1112 from LtPeriwinkle/master Cobrand 2021-10-10 20:14:19 +02:00
  • 47b62f7a0e Merge branch 'master' into master Cobrand 2021-10-10 20:14:04 +02:00
  • 6a31d312ab Merge pull request #1131 from Yamakaky/sensor-api Cobrand 2021-10-10 20:05:42 +02:00
  • 7a821ac7ec Merge pull request #1147 from vladov3000/impl-sum-trait-for-point Cobrand 2021-10-10 20:05:26 +02:00
  • bc5f8b91f0 Merge pull request #1149 from Yamakaky/wgpu10 Cobrand 2021-10-10 20:03:47 +02:00
  • bbb84d3bea Merge pull request #1150 from OlegOAndreev/master Cobrand 2021-10-10 20:01:24 +02:00
  • 78e46e9907 Fixed changelog links. Oleg Andreev 2021-09-18 02:42:54 +03:00
  • f25716a265 Merge pull request #1156 from PotatoTech/undocumented-controller-buttons Cobrand 2021-10-10 18:58:54 +02:00
  • ece30a94d4 Do not panic for unrecognized axes PotatoTech 2021-10-10 09:27:48 -07:00
  • 0aaf23640e Do not panic for unrecognized buttons PotatoTech 2021-10-10 09:20:38 -07:00
  • 6939157046 Add undocumented game controller buttons PotatoTech 2021-10-06 07:24:10 -07:00
  • c5b1b38ec0 Added extra libraries to link for Android static build (you still need to bundle hidapi yourselves as it is build in shared mode). Oleg Andreev 2021-10-04 20:19:06 +03:00
  • 2f934966b6 Automatically init submodules if there are no sources in sdl2-sys/SDL. Oleg Andreev 2021-09-18 02:39:13 +03:00
  • c4f31c6b37 Bind new functions: SDL_GL_GetCurrentContext and SDL_RenderFlush Guillaume Gomez 2021-10-04 17:05:47 +02:00
  • 8076e62287 Replaced downloading SDL2-2.0.14.tar.gz from libsdl.org with git submodule SDL with tag release-2.0.16. Removed the old patches. Simplified the build script. Added support for custom SDL2 toolchain and build profile. Removed bundled include files. Oleg Andreev 2021-09-18 01:02:45 +03:00
  • 38e8261988 wgpu 0.10 + strip dependencies Mikaël Fourrier 2021-09-15 22:48:53 +02:00
  • c261a0df2e add hidapi as default feature Mikaël Fourrier 2021-09-15 21:57:42 +02:00
  • 9c9c8663a9 fix formatting vlad 2021-09-11 10:29:35 -07:00
  • cbb891e559 fix point sum test to sum over iter of Point rather than &Point vlad 2021-09-11 00:29:28 -07:00
  • cb7110c216 implement sum trait for point vlad 2021-09-10 23:58:33 -07:00
  • 56f36cfb73 Updates vulcan example TomTroppmann 2021-09-06 17:01:51 +02:00
  • c5f57757e1 Disable build examples in pkg-config Mikaël Fourrier 2021-08-31 17:42:01 +02:00
  • 16ae676959 Enable all features for examples Mikaël Fourrier 2021-08-31 14:04:53 +02:00
  • 5d53fe6162 Use SensorType instead of raw i32 Mikaël Fourrier 2021-08-31 10:10:58 +02:00
  • fb68612fed Fix ci Mikaël Fourrier 2021-08-31 09:39:36 +02:00
  • 98f7a86d0d disable sensors.rs in build-linux Mikaël Fourrier 2021-08-24 22:43:41 +02:00
  • 27d164da76 fmt Mikaël Fourrier 2021-08-21 20:41:39 +02:00
  • 47edf8b126 try fix ci Mikaël Fourrier 2021-08-21 19:53:58 +02:00
  • d92cd4a291 fix doc Mikaël Fourrier 2021-08-21 16:32:33 +02:00
  • 67fe292f19 First try at sensor API implementation Mikaël Fourrier 2021-07-28 14:39:37 +02:00
  • 70aa98b12f Add additional contract for timer callbacks i1i1 2021-07-25 11:51:09 +03:00
  • ba26e1f99b Added binding for SDL_OpenURL Jakub Szewczyk 2021-08-07 21:13:58 +01:00
  • 4038cd5bfc Update vcpkg rev to unblock Windows Mike Waychison 2021-07-31 11:25:06 -07:00
  • f6adc8daff Fix bindgen, update sdl_bindings.rs Cobrand 2021-07-24 17:36:22 +02:00
  • 1b514a795b Update cfg-if Jalal El Mansouri 2021-07-19 03:46:07 -04:00
  • 8580966cd5 Update vcpkg rev in docs Mike Waychison 2021-06-05 17:54:04 -07:00
  • d655b14388 update changelog LtPeriwinkle 2021-06-05 11:51:15 -07:00
  • 476083de42 Add wrapper functions for SDL_Render(Set|Get)IntegerScale LtPeriwinkle 2021-06-05 11:27:00 -07:00
  • 35ffdc2578 Fixes #1103, mutex double lock acquisition possible in custom event watcher Cobrand 2021-04-29 17:22:49 +02:00
  • a3b4e206f1 Update changlog and version to 0.34.5 Cobrand 2021-04-27 18:33:47 +02:00
  • a25754cc24 Merge pull request #1101 from waych/more_tests Cobrand 2021-04-26 23:21:42 +00:00
  • 36a129151e Merge remote-tracking branch 'upstream/master' into more_tests Mike Waychison 2021-04-24 11:09:05 -07:00
  • 2f7ec3a612 Merge pull request #1102 from waych/copy_linux_so Cobrand 2021-04-24 12:20:48 +00:00
  • 3374653dfe Merge pull request #1100 from Flaise/usable_bounds Cobrand 2021-04-24 12:07:10 +00:00
  • aab62966c5 Fixed formatting. Flaise 2021-04-23 14:42:03 -04:00
  • 71faa0297b Broaden to cover all !windows !emscripten Mike Waychison 2021-04-23 11:29:01 -07:00
  • 6e972f0918 Remove windows from the CI workflow name Mike Waychison 2021-04-23 11:05:43 -07:00
  • 548a2a8509 Copy Linux dynamic libs and symlinks to output Mike Waychison 2021-04-23 09:55:18 -07:00
  • 5ff903a454 Expand bundled testing to linux and macos Mike Waychison 2021-04-23 08:50:29 -07:00
  • bfd9840efd Merge pull request #1099 from waych/fix_audio_comments Cobrand 2021-04-23 13:38:58 +00:00
  • df71d98858 Merge pull request #1094 from waych/add_windows_ci Cobrand 2021-04-23 13:38:37 +00:00
  • d753f5277d Added binding for SDL_GetDisplayUsableBounds. Flaise 2021-04-22 16:46:19 -04:00
  • 1b18e1ca77 Update doc for AudioCVT::convert Mike Waychison 2021-04-22 10:15:42 -07:00
  • a3e7ed42de Merge remote-tracking branch 'upstream/master' into add_windows_ci Mike Waychison 2021-04-22 09:46:49 -07:00
  • 3de6172c33 Merge pull request #1098 from waych/fix_audio Cobrand 2021-04-22 10:36:22 +00:00
  • b67abb81af Style cleanup Mike Waychison 2021-04-21 14:28:54 -07:00