Commit Graph

  • f5e48ec961 Update to sdl2 0.15 Mika Attila 2016-02-26 10:36:37 +01:00
  • db551ec5c6 Merge pull request #486 from Machtan/master Tony Aldridge 2016-02-22 10:34:38 +00:00
  • 9d745bef49 Add a centering mutator and constructor to rects Machtan 2016-02-19 19:31:26 +01:00
  • 8f02b603d0 Merge pull request #62 from crumblingstatue/master ShuYu Wang 2016-02-19 10:31:39 +08:00
  • 0d771d1673 Merge pull request #30 from crumblingstatue/master ShuYu Wang 2016-02-19 10:31:22 +08:00
  • c84fd2237b Upgrade sdl2 dependency to 0.14 Mika Attila 2016-02-18 21:46:39 +01:00
  • c587964005 Upgrade sdl2 dependency to 0.14 Mika Attila 2016-02-18 21:46:08 +01:00
  • 40f56ab8ba Fix the intersection test by not using referenced rects. Machtan 2016-02-16 13:16:41 +01:00
  • a4e79bbd6f Merge pull request #44 from bvssvni/upd ShuYu Wang 2016-02-16 16:17:07 +08:00
  • 6aa3b6399d Update Rect to be 'Copy' so that it is more consistent to use Machtan 2016-02-12 21:31:36 +01:00
  • d5f444adda Make points clamp too, and update the rect/point tests Machtan 2016-02-11 23:03:02 +01:00
  • 877bb42cbb Make all examples work and all tests pass after the error/rect changes Machtan 2016-02-11 21:15:31 +01:00
  • f0ff571806 Update the user event code not use SdlError Machtan 2016-02-11 20:39:36 +01:00
  • f7e28227e4 Update error/rect fork with the changes from the event pull request on master. Machtan 2016-02-11 20:28:50 +01:00
  • 854ef91ca8 Refactor rects to clamp by default. This should make working with them a bit easier for everyone, without hampering functionality by much. Machtan 2016-02-11 19:28:59 +01:00
  • b1b6334431 Update dependencies Sven Nilsen 2016-02-10 19:30:25 +01:00
  • 7df1de4919 Bumped version Tony Aldridge 2016-02-10 16:06:28 +00:00
  • 5376ab4f85 Merge pull request #485 from moretea/register_custom_events Tony Aldridge 2016-02-10 16:02:05 +00:00
  • 7624785e03 Finish adding the first batch of errors Machtan 2016-02-10 15:13:23 +01:00
  • 1542e7d63c Change more error types Machtan 2016-02-10 14:15:17 +01:00
  • b46f4b5ebb Rename module 'util' to 'common' to better reflect its usage Machtan 2016-02-10 11:09:08 +01:00
  • 1bf2757aea Start improving error handling control Machtan 2016-02-10 11:05:14 +01:00
  • f103ac04fa Fix the usages of Rect::new_unwrap in the examples Machtan 2016-02-09 21:26:06 +01:00
  • 975b479f49 Replace SdlError with Result<T, String> and change the rect constructor to have unified error signals Machtan 2016-02-09 21:22:27 +01:00
  • 7ab11c5f28 Remove the integer conversion macros and instead make it into a function named 'validate_int' (and start work on safely mutable rectangles) Machtan 2016-02-09 19:34:55 +01:00
  • c2a4d53660 Implement type safe custom events Maarten Hoogendoorn 2016-02-04 02:50:36 +01:00
  • a9a6314deb Implement tests for registering custom events. Maarten Hoogendoorn 2016-02-04 00:16:36 +01:00
  • 2c40a853bf Implemented suggestion to return more meaningful types Maarten Hoogendoorn 2016-02-04 00:05:01 +01:00
  • 2155764b94 Improved description of 'sdl2::event::register_events' Maarten Hoogendoorn 2016-01-31 15:01:44 +01:00
  • fafb57ec0c Added data{1,2} fields to Event::User Maarten Hoogendoorn 2016-01-29 23:13:17 +01:00
  • 8d03a3255c Add registration of user events. Maarten Hoogendoorn 2016-01-29 23:11:52 +01:00
  • 4c2a1f6e36 Merge pull request #61 from azmr/patch-1 ShuYu Wang 2016-01-27 16:52:21 +08:00
  • bcabf2a2fb Cargo.toml: change keywords andelf 2016-01-27 16:52:00 +08:00
  • a402154c2f Merge pull request #28 from Machtan/master ShuYu Wang 2016-01-27 16:46:18 +08:00
  • 4540d6e4ee Make the 'char' rendering actually work and allow some warnings Machtan 2016-01-26 14:39:35 +01:00
  • 5ed92d1057 Fix the size checks to work correctly for UTF-8, and add render/size functions for chars Machtan 2016-01-26 14:30:13 +01:00
  • 2dbc0774b1 Merge branch 'master' of github.com:Machtan/rust-sdl2_ttf Machtan 2016-01-26 13:58:03 +01:00
  • 85780b112e Make the font heights back into i32s, as the descent was actually signed Machtan 2016-01-26 13:57:49 +01:00
  • 6d21ad616b Update CHANGELOG.md Jakob Lautrup Nysom 2016-01-25 17:06:35 +01:00
  • f9508ff814 Update the documentation a little Machtan 2016-01-25 16:51:34 +01:00
  • 3272caa00e Use a better builder for rendering, make fonts only loadable from the context and change index types to unsigned Machtan 2016-01-25 16:26:42 +01:00
  • 99a216ef96 Merge pull request #481 from AndiDog/desired-audio-spec-as-reference Tony Aldridge 2016-01-25 10:10:29 +00:00
  • aa9fb05285 Merge pull request #480 from BenMcH/master Tony Aldridge 2016-01-25 10:06:44 +00:00
  • 678f66d11c Merge pull request #483 from jshrake/fix-readme-opengl Tony Aldridge 2016-01-25 10:06:03 +00:00
  • 3fd9fcfd79 link to SDL 2.0 development libraries Andrew Reece 2016-01-24 23:23:12 +00:00
  • da31d40be4 add lib locations for windows setup Andrew Reece 2016-01-24 17:12:25 +00:00
  • 60eab64466 Fix the OpenGL initialization code in the README jshrake 2016-01-23 15:13:45 -08:00
  • e81599c409 Take desired audio spec as reference Andreas Sommer 2016-01-23 23:01:16 +01:00
  • 014fe0c1dd Updated README to help the Windows multirust users Ben 2016-01-23 15:13:23 -06:00
  • c0e6267548 Merge pull request #14 from Manorhos/master ShuYu Wang 2016-01-16 00:33:36 +08:00
  • 65c15a4fa4 Update Cargo.toml: Bump sdl2 to version 0.13 Manorhos 2016-01-15 16:53:25 +01:00
  • a2cae35039 bump version v0.13.1 andelf 2016-01-15 12:45:30 +08:00
  • a16a7210f3 fix demo compile warning andelf 2016-01-15 12:32:50 +08:00
  • f951126cb1 move out of libc in profit of std::os::raw #22 andelf 2016-01-15 12:32:11 +08:00
  • 3805517f71 bump version andelf 2016-01-13 10:43:21 +08:00
  • d78098c0da Merge pull request #27 from werecat/patch-2 ShuYu Wang 2016-01-13 10:41:22 +08:00
  • 6c4dceb59c Update sdl2 to 0.13.0 werecat 2016-01-12 19:39:55 -05:00
  • 494410f185 Merge pull request #60 from xsleonard/1.0.0 Steve Leonard 2016-01-12 10:52:13 -05:00
  • 6de46e8a8a Bump version to 1.0.0 for breaking change in Sdl2ImageContext Steve Leonard 2016-01-12 10:50:59 -05:00
  • 6f6176d733 Merge pull request #59 from werecat/master Steve Leonard 2016-01-12 10:47:38 -05:00
  • 6e9b1d9c00 Cargo.toml: update dependencies, bump version 0.7.0 andelf 2016-01-12 21:20:16 +08:00
  • a35f26ed64 Merge pull request #58 from Revertron/patch-1 ShuYu Wang 2016-01-12 21:17:36 +08:00
  • f38b7f71fc README: update version description andelf 2016-01-12 20:54:52 +08:00
  • 4edc0889df Merge pull request #41 from werecat/master ShuYu Wang 2016-01-12 20:53:03 +08:00
  • 1697c41985 Merge pull request #42 from bvssvni/upd ShuYu Wang 2016-01-12 20:52:07 +08:00
  • aa97010889 Added Sdl2ImageContext to automatically manage quitting sdl2_image. werecat 2016-01-08 22:34:44 -05:00
  • fe4ce584dc Merge pull request #57 from NotKild/master Steve Leonard 2016-01-07 15:42:04 -05:00
  • 06784e69ab Fix variable type issue with Rust 1.6 notkild 2016-01-04 19:10:23 +01:00
  • cf18e30b6b Updated dependencies Sven Nilsen 2016-01-07 19:17:47 +01:00
  • b89da7bebe bump version andelf 2016-01-07 16:10:03 +08:00
  • 8e9d932634 Merge pull request #12 from Revertron/patch-1 ShuYu Wang 2016-01-07 16:08:18 +08:00
  • 2684acdd6c Corrected version numbers Tony Aldridge 2016-01-06 17:40:00 +00:00
  • d07ef06984 Update Cargo.toml Roman 2016-01-06 12:37:20 +03:00
  • 6d14d528e2 Update Cargo.toml Roman 2016-01-06 12:34:39 +03:00
  • d17cce98a1 Updated README version werecat 2016-01-06 00:44:15 -05:00
  • 832f6daa37 drop nightly support andelf 2016-01-06 11:49:16 +08:00
  • 70093dd921 drop nightly support andelf 2016-01-06 11:48:51 +08:00
  • 51805c144b add stable to travis-ci rust version andelf 2016-01-06 00:45:44 +08:00
  • 9442c917ad add stable to travis-ci rust version andelf 2016-01-06 00:43:24 +08:00
  • 368af368bd Merge branch 'master' of github.com:andelf/rust-sdl2_ttf andelf 2016-01-06 00:32:31 +08:00
  • 2a9dcf2e57 Merge pull request #25 from Revertron/patch-1 ShuYu Wang 2016-01-06 00:32:24 +08:00
  • 5bd4b00223 update sdl2 dependencies andelf 2016-01-06 00:32:15 +08:00
  • bf3ce8befa fix sdl2-sys version conflicts andelf 2016-01-06 00:19:41 +08:00
  • 398aac7422 fix version num andelf 2016-01-06 00:02:48 +08:00
  • f28296f4ff Merge pull request #40 from werecat/master ShuYu Wang 2016-01-06 00:01:34 +08:00
  • 0ad7d5f1cc Update lib.rs Roman 2016-01-05 18:47:56 +03:00
  • ef4be16144 Merge pull request #56 from NotKild/master ShuYu Wang 2016-01-05 23:12:27 +08:00
  • 5a7eaeb8ea Merge pull request #476 from hectorgrey/master Tony Aldridge 2016-01-05 09:57:48 +00:00
  • fb7481585d Fix variable type issue with Rust 1.6 notkild 2016-01-04 19:10:23 +01:00
  • 1af508c496 Bumped up version werecat 2016-01-01 22:18:33 -05:00
  • 923066b37b Added Sdl2MixerContext and tweaked various other things. werecat 2016-01-01 22:06:26 -05:00
  • 33babac3be replaced num::FromPrimitive in /sdl2-sys/src/video.rs with own trait FromPrimitive, then removed num dependency from sdl2-sys. Chris Parker 2015-12-27 17:11:50 -05:00
  • 64592876d9 bump version andelf 2015-12-27 23:17:52 +08:00
  • 60374f0ccb Merge pull request #23 from werecat/patch-1 ShuYu Wang 2015-12-27 23:13:17 +08:00
  • 6263eb6bfe Implemented From<&String> for Text werecat 2015-12-26 23:38:34 -05:00
  • 0b9ae838a0 Merge pull request #475 from petevine/master Tony Aldridge 2015-12-14 09:28:02 +00:00
  • 691b9e1bff Fix compilation on arm , Rust 1.5 petevine 2015-12-11 12:18:34 +01:00
  • fae299b6a4 bump version andelf 2015-12-06 22:10:17 +08:00
  • 12c8f2abe0 Merge pull request #21 from crumblingstatue/master ShuYu Wang 2015-12-06 20:37:43 +08:00
  • 45387a908e bump version, publish andelf 2015-12-03 18:38:47 +08:00