Commit Graph

  • 0fee8e14e1 Updated README to run example with feature if needed Cobrand 2017-05-14 07:52:06 +02:00
  • 932b460e5b Bump sdl2 to 0.30.0 Cobrand 2017-05-14 07:49:56 +02:00
  • cee83a4547 Bump sdl2_sys to 0.30.0 Cobrand 2017-05-14 07:46:07 +02:00
  • 895b1a294a Add Surface::into_canvas() method Cobrand 2017-05-14 07:44:27 +02:00
  • 2a0701263f Export sdl2-sys as ::sys in sdl2 Cobrand 2017-05-14 07:21:21 +02:00
  • bcab218563 Change the pub API behind SDL_SetRenderTarget Cobrand 2017-05-14 07:18:33 +02:00
  • d762363002 Update README with a link to changelog Cobrand 2017-05-06 07:26:38 +02:00
  • c02f99954e Update sdl2-sys tags and categories Cobrand 2017-05-06 04:22:30 +02:00
  • 128dd28826 Update sdl2 categories and keywords Cobrand 2017-05-06 04:20:55 +02:00
  • 1cd629f81f Bump sdl2 to 0.30-beta Cobrand 2017-05-05 09:33:34 +02:00
  • 6604dc2fff Bump sdl2-sys to 0.30-beta Cobrand 2017-05-05 09:33:02 +02:00
  • eb19e360e7 Add entry for Window::surface() in changelog Cobrand 2017-05-05 09:21:57 +02:00
  • 650051c504 Add an example to render without Renderer Cobrand 2017-05-05 09:16:51 +02:00
  • e9681a0fef Change Window::surface() method Cobrand 2017-05-05 09:16:34 +02:00
  • 43e4f0a7f3 Added fps limiter to demo.rs Cobrand 2017-05-05 09:15:59 +02:00
  • 5102e532b1 Removed some transmute in surface.rs Cobrand 2017-05-04 08:19:06 +02:00
  • 061ae5cfaf Enforced naming consistency in examples/ Cobrand 2017-05-04 07:57:23 +02:00
  • c007c3fd7a Solved unsoundness in gfx DrawRenderer::string Cobrand 2017-05-03 09:14:50 +02:00
  • eaadf7609c Fix clippy errors: second pass Cobrand 2017-05-03 09:08:32 +02:00
  • f1a76882d6 Fix clippy errors: first pass Cobrand 2017-05-03 08:41:00 +02:00
  • 95497ff682 Update changelog to add PR 635 Cobrand 2017-05-03 08:19:20 +02:00
  • ac87f8153a Fix travis with new display_name test Cobrand 2017-05-02 08:45:35 +02:00
  • 576e2d6f38 Update changelog for VideoSubsys::display_name Cobrand 2017-05-02 08:41:46 +02:00
  • 13e6811ca3 Changed travis to test only one thread at a time Cobrand 2017-05-02 08:12:17 +02:00
  • 40a373c5ea Refactored tests/ and added test for VideoSubsys Cobrand 2017-05-02 08:09:57 +02:00
  • f1eea15e00 Fix segfault in VideoSystem::display_name Cobrand 2017-05-02 08:08:16 +02:00
  • cddc9a9fa1 Updated changelog for Canvas/TextureCreator change Cobrand 2017-05-02 08:39:30 +02:00
  • 39cd8372f5 remove TextureOwner trait Andres 2017-05-01 02:53:27 -07:00
  • f5a6c75367 run rustfmt Andres 2017-05-01 02:42:32 -07:00
  • 144c10084f fixed inline example Andres 2017-05-01 02:38:17 -07:00
  • a00a85ec38 Add a simple Game Of Life example Cobrand 2017-04-28 08:48:20 +02:00
  • ce7817b1b7 Add possibility to use source's pixel format in texture creator Cobrand 2017-05-01 09:53:48 +02:00
  • 4de780d86a Remove unecessary unsafe from some functions Cobrand 2017-05-01 09:52:22 +02:00
  • aa81cf79ae Add supports_alpha()->bool for PixelFormatEnum Cobrand 2017-05-01 09:50:06 +02:00
  • aba1c52356 Change Canvas to have 1 generic param instead of 2 Cobrand 2017-05-01 04:38:24 +02:00
  • 19c5d12602 Split the Renderer Andres 2017-04-14 13:06:18 -07:00
  • d4f133c374 running rustfmt Andres 2017-04-13 09:48:07 -07:00
  • 1a0d7d8a5a Add changelog details for #629 Tad Hardesty 2017-04-29 23:47:08 -07:00
  • faa9042225 Remove redundant color-to-raw function in ttf module Tad Hardesty 2017-04-29 23:36:07 -07:00
  • 55e40294f5 Change Color to be a struct rather than an enum Tad Hardesty 2017-04-09 18:43:13 -07:00
  • c97c4f43d5 examples/audio-wav: add ability to pass custom wav as arg Cobrand 2017-04-23 00:36:57 +02:00
  • 121ec0c54d Add a changelog entry for PR 639 Taryn Hill 2017-04-21 07:27:38 -05:00
  • c0d6e0e0a6 Deprecate Rect::contains, and add Rect::contains_point Matthew D. Steele 2017-04-16 11:54:04 -04:00
  • 1f1d8fadc7 Implement functions in sdl2::hint specific to SDL_VIDEO_MINIMIZE_ON_FOCUS_LOST Taryn Hill 2017-04-17 22:20:19 -05:00
  • 71dcc0afe4 Clarify Rect docs to indicate that empty Rects aren't allowed Matthew D. Steele 2017-04-17 10:37:20 -04:00
  • 97399f3384 Add sdl2::log::log fn Cobrand 2017-04-14 05:42:20 +02:00
  • 44ec4d8824 Add basic support for log::set_output_function Cobrand 2017-04-13 08:49:12 +02:00
  • 922bc7f5ae sdl2-sys: Add missing SDL_Log_* functions Cobrand 2017-04-12 08:26:54 +02:00
  • 196bfa2ffc Added PR #628 to changelog Cobrand 2017-04-12 04:12:12 +02:00
  • a0bd52fe7e Update APIs to use Into<Option> instead of Option Jacob Kiesel 2017-04-08 15:41:09 -06:00
  • 9a56099a82 Add general contributions directives Cobrand 2017-04-11 05:51:11 +02:00
  • bc68e726d1 Add a changelog file Cobrand 2017-04-11 05:37:35 +02:00
  • 8bcf9f69b1 Bump sdl2_sys to 0.27.3 Cobrand 2017-04-05 07:37:42 +02:00
  • 6186280f8f Bump to sdl2 v0.29.1 Cobrand 2017-04-05 07:33:09 +02:00
  • 662d3ea7d2 Add crates.io badge in README Cobrand 2017-04-05 07:31:14 +02:00
  • c81c10e5de Remove redundant #[link] attributes (fixes #615) Tad Hardesty 2017-03-22 13:43:12 -07:00
  • 391f7243db Update build script instructions Jacob Kiesel 2017-03-14 09:30:09 -06:00
  • 3cb989d80e Reduce allocation churn in init error handling Tad Hardesty 2017-03-15 19:49:34 -07:00
  • 5d8c8632f7 Fix use-after-free in Renderer::fill_rect() Ricardo M. Correia 2017-03-08 14:53:05 +01:00
  • ecaefb6471 use Into<_> bounds for draw_point(s) and draw_line(s) fns (#618) Vladimir 2017-03-09 13:48:24 +03:00
  • 2efb69847e Added basic haptic wrapper (#617) davideGiovannini 2017-03-09 11:10:38 +01:00
  • d9e10fdaf8 Fix up travis Jacob Kiesel 2017-03-08 08:25:39 -07:00
  • df251898d5 Add dll instructions for shipping the game. Jacob Kiesel 2017-03-02 09:54:01 -07:00
  • cb28382209 Add .gitignore changes to Windows instructions Jacob Kiesel 2017-03-02 08:05:51 -07:00
  • f4c027b59d Add Windows build script instructions Jacob Kiesel 2017-03-01 21:10:19 -07:00
  • faf275be94 Only attempt to link against a framework if building for mac Michael Fairley 2017-02-16 11:59:42 -06:00
  • daa27e6d35 Bump to 0.29 Cobrand 2017-02-14 15:30:47 +01:00
  • 7b7d20c5fe Fixed ttf lifetimes Cobrand 2017-02-14 15:03:24 +01:00
  • a780737d64 Added Unknown value to GLProfile Simon Heath 2017-02-03 23:08:46 -05:00
  • b9f51cbd6d Use AsRef<Path> instead of &Path Crazy-Owl 2017-02-03 13:36:01 +03:00
  • e09a4f2192 add AsRef and AsMut for Point with ll::SDL_Point Geordon Worley 2017-02-02 17:24:30 -05:00
  • 51de6e5aec add Deref and DerefMut for Point with target ll::SDL_Point Geordon Worley 2017-02-02 17:21:53 -05:00
  • ee4d6c2220 add Into and From between primitive for MessageBoxColorScheme Geordon Worley 2017-02-02 16:54:56 -05:00
  • 430dc1e31b add Into<ll::SDL_PixelFormatEnum> for PixelFormatEnum Geordon Worley 2017-02-02 15:13:48 -05:00
  • 4ef3fff178 add Into and From for Color with ll::SDL_Color Geordon Worley 2017-02-02 14:56:35 -05:00
  • bf2216eb8a add From and Into for Rect on ll::SDL_Rect Geordon Worley 2017-02-02 14:34:06 -05:00
  • 79e3abf7de Add DerefMut for Rect on ll::SDL_Rect (#599) Geordon Worley 2017-02-02 14:25:03 -05:00
  • 6b01841020 Add categories to Cargo.toml Cobrand 2017-02-02 19:51:02 +01:00
  • 8ee975d1be add AsRef and AsMut for Rect on ll::SDL_Rect Geordon Worley 2017-02-02 13:40:56 -05:00
  • aa6db51f68 add Deref to Rect for underlying C type Geordon Worley 2017-02-02 08:59:54 -05:00
  • f700dc2158 add intellij projects to gitignore Geordon Worley 2017-01-31 09:47:43 -05:00
  • a08817a793 Prevent Music from outliving the RWops it's created from Michael Fairley 2017-01-23 13:46:24 -06:00
  • caa487a10b bump rust-sdl2 to 0.28 Cobrand 2017-01-17 15:14:21 +01:00
  • befcf5b95d readme: Make docs.rs link always up to date Cobrand 2017-01-17 14:49:17 +01:00
  • dd299c421a Fix type of format field in video::DisplayMode Jonas Platte 2017-01-17 14:15:05 +01:00
  • b3ee9b2f04 Check feature use_mac_framework with mac_framework Stephen Sherratt 2017-01-11 23:30:42 +11:00
  • 460a629b35 Bump to minor 0.27.3 Cobrand 2017-01-06 14:51:33 +01:00
  • d5a7e51067 Improve documentation for RendererBuilder. Samuel A. Falvo II 2017-01-06 16:06:40 -08:00
  • 7ee32ee863 Fix wrong lifetime in ttf::load_font Cobrand 2017-01-06 14:32:47 +01:00
  • 65299fcb10 Fix SDL2_gfx download link johnthagen 2017-01-03 08:46:59 -05:00
  • 401085cb7f Update dependencies and use https johnthagen 2017-01-02 09:44:37 -05:00
  • 60387fe8d6 remove unused import Cobrand 2016-12-23 15:02:41 +01:00
  • 3251091f15 remove stray println Cobrand 2016-12-23 14:59:41 +01:00
  • 03e7d83880 bump to minor 0.27.2 Cobrand 2016-12-23 14:53:38 +01:00
  • e900c427f2 change Keymod from u32 to u16 Cobrand 2016-12-23 14:49:17 +01:00
  • 5a32976326 Add missing #[repr(C)] to SDL_Keysym Thinkofname 2016-12-22 11:52:13 +00:00
  • a6d6718961 Merge pull request #578 from mehcode/obtained-audiospec Tony Aldridge 2016-12-22 10:07:36 +00:00
  • d2313c4c57 Store obtained AudioSpec on AudioDevice Ryan Leckey 2016-12-22 01:02:42 -08:00
  • dead718c7c Store obtained AudioSpec on AudioQueue Ryan Leckey 2016-12-22 01:01:13 -08:00
  • c3198c9e9c bump to minor 0.27.1 Cobrand 2016-12-21 20:35:54 +01:00