2517 Commits

Author SHA1 Message Date
Phillip Stephens f39d7a7549 Add the ability to get/set the player index of a controller 2022-02-08 01:14:04 -08:00
Luke Street e282ef3acd Update SDL; add no-link feature 2022-02-07 15:16:20 -05:00
Cobrand b36d04851a Update to 0.35.2 0.35.2 2022-02-06 19:13:27 +01:00
Cobrand f01b240e14 Merge pull request #1198 from xcodz-dot/patch-1
Update README.md to merge "Bundled" section Codeblocks
2022-01-19 10:54:02 +01:00
xcodz-dot 6ea1338d4b Update README.md
Small issue with an extra colon
2022-01-19 10:15:05 +05:30
xcodz-dot a02ddf6906 Update README.md
Fix small bug with documentation
2022-01-19 10:14:21 +05:30
xcodz-dot c1c007f724 Update README.md to merge "Bundled" section Codeblocks
Before this commit, there were separate instructions for build.rs in the section for the feature `bundled` on macos and linux but now there is a single merged build script that uses rust's conditional compilation features to merge the 2 codeblocks into 1 universal codeblock. None of the two codeblocks run if the operating system is windows or other.
2022-01-19 10:12:34 +05:30
Cobrand 3aeeefc552 Merge pull request #1191 from Volatus/improve-brew-docs
Improve instructions for macOS
2022-01-01 13:17:08 +01:00
Ismayil Mirzali ac20726474 Improve instructions for macOS
Signed-off-by: Ismayil Mirzali <ismayilmirzeli@gmail.com>
2021-12-31 16:30:17 +02:00
Cobrand 7011c6babc Merge pull request #1189 from rhysd/queue-return-result
Return `Result` from `AudioQueue::queue` instead of `bool`
2021-12-31 14:47:55 +01:00
Cobrand 443c9d9906 Merge pull request #1190 from rhysd/serial-events-test
Fix failure on running events tests in parallel
2021-12-31 14:47:32 +01:00
rhysd 5d8ba4ac12 Return Result from AudioQueue::queue instead of bool 2021-12-30 11:46:13 +09:00
rhysd a52f0a026d Fix failure on running events tests in parallel 2021-12-29 21:21:00 +09:00
Cobrand 496368d722 Merge pull request #1186 from JustAGod1/master
updated sdl version
2021-12-27 13:36:36 +01:00
JustAGod 29c3915fb2 updated sdl version 2021-12-26 18:41:42 +03:00
Cobrand cfdb435989 Merge pull request #1183 from nathanvoglsam/raw-window-handle-winrt
Implement WinRT support in SDL2 raw-window-handle shim
2021-12-21 18:14:36 +01:00
Nathan Voglsam 9859558aee Implement WinRT support in raw-window-handle 2021-12-21 20:57:53 +11:00
Cobrand 0e864cea7c Merge pull request #1182 from 17cupsofcoffee/raw-window-handle-0.4
Update raw-window-handle to 0.4
2021-12-19 18:48:51 +01:00
Joe Clay 9dab73d585 Update raw-window-handle to 0.4 2021-12-19 17:35:34 +00:00
Cobrand 8f056ad5ef Merge pull request #1179 from woelfman/master
Fix bundled build on Fedora
2021-12-13 16:34:38 +01:00
Matt Woelfel 49c42b6c10 Fix bundled build on Fedora
Fedora uses "lib64" for the CMake output directory. The current search
path is limited to "lib". This fix searches in "lib" and "lib64 for
applicable libraries in a bundled build.
2021-12-11 22:03:12 -06:00
Cobrand 3a5ecef929 Merge pull request #1176 from aceArt-GmbH/patch-1
Prevent use-after-drop bug in set_viewport
2021-12-07 12:10:40 +01:00
lukas 87b27bce8d Prevent use-after-drop bug in set_viewport and set_clip_rect
>`rect.into()` should be stored into a local variable as the call after it is using a pointer to it. Some builds might work because the stack value is not immediately reset.
2021-12-07 08:41:15 +01:00
Cobrand 5b2399daad Merge pull request #1173 from parasyte/fix-timer-callback-type
Fix timer callback type
2021-12-02 13:25:26 +01:00
Jay Oster 7b97dfd651 Fix timer callback type
- Closes #1166
- `TimerCallback` has type: `Box<dyn FnMut() -> u32 + 'a + Send>`
2021-12-01 07:34:23 -08:00