Commit graph

401 commits

Author SHA1 Message Date
Mary e2fb4179bd Fix Github Action build
This fix github actions build issues since SDL migration to github.
2021-03-29 20:30:37 +02:00
Dean Herbert eb4e0cbe50
Merge pull request #14 from peppy/merge-upstream 2021-03-29 16:47:19 +09:00
Dean Herbert dc028d0497 Merge branch 'flibitijibibo/master' into merge-upstream 2021-03-29 16:45:52 +09:00
Dean Herbert 32330ebdbd Update windows binaries 2021-03-29 16:37:01 +09:00
Ethan Lee 53026deb22 Fix some native memory leaks in the newer functions 2021-03-13 16:13:27 -05:00
Ethan Lee 2b8d237fd4 Support SDL2-CS.Settings.props for both project types 2021-03-01 09:20:52 -05:00
deccer f636c6175d
Add support for SDL2-CS.Settings.props, for custom build options. (#214)
Based on FNA.Settings.props.
2021-02-15 09:30:49 -05:00
Ethan Lee 22301b61f4 Fix SDL_LoadFile signature 2021-02-03 11:00:31 -05:00
ameliadiedrich 21ec9cecad Added SDL_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR Hint 2021-01-27 10:34:02 -05:00
Ethan Lee 1e01bc8eeb Happy New Year! 2021-01-01 11:32:54 -05:00
Ethan Lee 332667f37b
Fix return type for GameControllerGetSensorData 2020-12-22 02:01:34 -05:00
Caleb Cornett 4eab64f274
Updates for SDL 2.0.14 (#210) 2020-12-21 23:55:22 -05:00
Dan Balasescu 51e0a82a3c
Merge pull request #12 from peppy/fix-missing-linux-binaries
Add csproj include rules for linux binaries
2020-12-02 15:20:47 +09:00
Dean Herbert c5911dcc22 Add missing include rules for linux bianries to csproj 2020-12-02 14:54:02 +09:00
Dean Herbert 5ace052807 Rename linux libraries to match expected filename 2020-12-02 14:52:45 +09:00
Dan Balasescu 5b7f489e98
Merge pull request #11 from peppy/macos-mojave-build
Switch macOS build to mojave host
2020-11-19 19:28:31 +09:00
Dean Herbert ef21e36cea Switch macOS build to mojave host 2020-11-19 19:04:00 +09:00
Dan Balasescu 600dfe2de5
Merge pull request #10 from peppy/update-windows-native-libraries
Rollback windows builds to latest release (2.0.12)
2020-11-19 18:48:05 +09:00
Dean Herbert 0dfc1a8cbb Rollback windows builds to latest release (2.0.12)
Addresses the issue we found in https://github.com/ppy/osu-framework/issues/4004
2020-11-19 18:41:11 +09:00
Ethan Lee 0287457930 Fix my terrible LoadWAV signature 2020-11-15 10:46:01 -05:00
Dan Balasescu 4c3602ce14
Merge pull request #3 from ppy/update-linux-binaries
Update Linux SDL binaries
2020-11-09 18:55:46 +09:00
Dan Balasescu 98e58cb814
Merge pull request #7 from ppy/update-macos-binaries
Update macOS SDL binaries
2020-11-09 18:55:34 +09:00
Dan Balasescu 1a11a38891
Merge pull request #6 from peppy/update-windows-native-libraries
Update windows native libraries
2020-11-09 18:53:52 +09:00
github-actions[bot] eedabe04d2 Update Linux SDL binaries 2020-11-09 09:16:58 +00:00
github-actions[bot] c219f70e0d Update macOS SDL binaries 2020-11-09 09:14:18 +00:00
Dan Balasescu 5acf9e579e
Merge pull request #5 from peppy/add-macos-native-build-action
Add macOS native binary build workflow
2020-11-09 18:06:07 +09:00
Dean Herbert 243fe0b884 Update windows native libraries to latest snapshot version 2020-11-09 16:02:39 +09:00
Dean Herbert 9289a3fd82 Add macOS native binary build workflow 2020-11-09 15:18:08 +09:00
Jeremy Sayers 5966578e82 Added IMG_GetError and IMG_SetError wrapping calls to SDL_GetError and SDL_SetError to keep SDL2_image.cs consistent with SDL2_image.h 2020-10-29 09:07:30 -04:00
Chad Yates e95ef4e98a Fix buffer overflow. 2020-06-23 05:41:44 -04:00
Caleb Cornett b253a810e0 Add padding to SDL_Event 2020-06-12 23:00:32 -04:00
Caleb Cornett f4d713f651 ExternalStorageState -> ExternalStoragePath 2020-06-12 16:46:39 -04:00
Ethan Lee a31694d145 F# keyword fix 2020-06-08 09:59:03 -04:00
Ethan Lee 3e7eaf9d5b Added checks for null UTF8 inputs 2020-05-28 10:40:21 -04:00
Ethan Lee c782115e7f Minor style fixes, UTF8 update for mixer/ttf 2020-05-21 10:24:46 -04:00
Chad Yates 040d39b4a5
Avoid string and byte[] allocation when converting to UTF8 native string (#192) 2020-05-21 10:00:19 -04:00
Dan Balasescu 4d11cf48a9
Merge pull request #4 from Xyene/linux-sdl-fixups
Small fixups for Linux SDL builder
2020-05-07 11:02:31 +09:00
Tudor Brindus 0c9a67cd45 Check out SDL sources only once
This prevents weird issues where a commit can happen between when the
i386 binaries are built and when amd64 binaries are built, and also
speeds up the workflow a bit.
2020-05-06 16:07:55 -04:00
Tudor Brindus 6dba3318fa Properly title the Linux SDL autogenerated PR 2020-05-06 16:03:36 -04:00
Dean Herbert 12c4d809ef
Merge pull request #2 from Xyene/linux-libsdl-build
Add Docker-based build for building SDL on Linux
2020-05-05 15:01:48 +09:00
Tudor Brindus 155c51adb8 Add GitHub workflow to rebuild SDL binaries for Linux 2020-04-29 21:37:55 -04:00
Tudor Brindus 0addb31520 Add initial build of Linux SDL binaries 2020-04-29 21:37:55 -04:00
Tudor Brindus 32c23f3e35 Add Docker-based build for building SDL on Linux
Example usage, to build i386 libs:

  docker build -t sdl2-i386 -f Dockerfile.i386 .
  mkdir i386
  docker run -v `pwd`/compile:/entry -v `pwd`/i386:/io sdl2-i386

s/i386/amd64 to build for amd64.
2020-04-29 21:37:51 -04:00
Dan Balasescu 0729f73aa1
Merge pull request #1 from swoolcock/clean
Clean up for osu!framework
2020-04-16 21:05:18 +09:00
Shane Woolcock 67a6fb4532 Remove Makefile 2020-04-16 19:52:47 +09:30
Shane Woolcock ad755967f3 Add appveyor.yml 2020-04-16 19:35:47 +09:30
Shane Woolcock 19be86c467 Add more NuGet info 2020-04-16 19:34:04 +09:30
Shane Woolcock 2994716b99 Remove gitlab CI 2020-04-15 17:38:50 +09:30
Shane Woolcock ef9c50923a Add native libraries 2020-04-15 17:36:20 +09:30
Shane Woolcock 849d398070 Remove SDL2 extensions 2020-04-15 17:36:00 +09:30