Commit Graph

  • b8de00fe52 Update examples Dan Spencer 2015-07-26 07:15:44 -06:00
  • 0a3453b657 Move audio/video/joystick/event/timer methods into subsystems, update GL example in README Dan Spencer 2015-07-24 00:36:20 -06:00
  • e59d2acfa4 Add subsystem lifetime to Timer Dan Spencer 2015-07-26 07:14:38 -06:00
  • d4b6e03818 Window, AudioDevice, Joystick and GameController: subsystem drops and functions Dan Spencer 2015-07-26 06:46:29 -06:00
  • a5122cf179 Make SurfaceRef 0 bytes Dan Spencer 2015-07-27 01:32:43 -06:00
  • e802a87d7a Check for single event pump at run-time, make KeyboardState require EventPump Dan Spencer 2015-07-26 06:29:35 -06:00
  • 4696460c65 Start implementing Subsystem types Dan Spencer 2015-07-26 06:27:09 -06:00
  • 3c9039776c Check whether joystick is attached before freeing Sven Nilsen 2015-07-27 00:07:48 +02:00
  • cdf18ac29f bump version 0.2.4, fix #45 ShuYu Wang 2015-07-25 21:32:37 +08:00
  • 9f8d95d4ef travis-ci: try fix compile error, update rust version andelf 2015-07-23 18:02:37 +08:00
  • f38f566487 update sdl2 version to 0.6.0, fix compile errors andelf 2015-07-23 17:51:58 +08:00
  • aafc54a99e fix demo path; bump version 0.6.0 andelf 2015-07-23 17:43:48 +08:00
  • 849261268c README: update descriptions and commands andelf 2015-07-23 17:39:40 +08:00
  • 85518bd44d fix demo andelf 2015-07-23 17:38:28 +08:00
  • d030d299c8 bump version: fix compile error under sdl2 0.6.0 andelf 2015-07-23 17:35:57 +08:00
  • 3ebf02d4ee bump version to 0.6.0 andelf 2015-07-23 17:30:01 +08:00
  • b238337a2e bump version, fix compile error under sdl2 0.6.0 andelf 2015-07-23 17:28:38 +08:00
  • a0953b52d5 Merge pull request #436 from alfiedotwtf/master Tony Aldridge 2015-07-22 22:37:24 +01:00
  • bb3a007d84 Point to new documentation Alfie John 2015-07-23 06:30:01 +10:00
  • bbacdab513 Regenerated access token Tony Aldridge 2015-07-22 13:28:49 +01:00
  • b0ef187772 Updating travis file for auto-upload of documentation Tony Aldridge 2015-07-22 13:10:59 +01:00
  • 313aa88083 Updated version number Tony Aldridge 2015-07-22 13:07:33 +01:00
  • 0154e5e1e5 Merge pull request #435 from nukep/remove-owned Tony Aldridge 2015-07-22 10:08:31 +01:00
  • be91f15975 Fix surface blitting methods, remove deprecated Dan Spencer 2015-07-21 22:19:13 -06:00
  • 680dde8565 Replace &Surface parameters with AsRef<SurfaceRef> Dan Spencer 2015-07-21 21:45:32 -06:00
  • b40fb52e94 Remove "owned" from Cursor, remove unsafe get_cursor() and get_default_cursor() functions Dan Spencer 2015-07-21 20:38:04 -06:00
  • 70e5700a79 Remove "owned" from Window, alter functions to return id instead of Window Dan Spencer 2015-07-21 18:55:04 -06:00
  • 5cba31f29a Remove "owned" from Surface, implement SurfaceRef Dan Spencer 2015-07-21 18:36:06 -06:00
  • 0be0691451 Updated version again due to git misbehaving Tony Aldridge 2015-07-20 10:49:14 +01:00
  • 6d0d46828b Merge branch 'master' of https://github.com/xsleonard/rust-sdl2_image Tony Aldridge 2015-07-20 10:47:09 +01:00
  • efed11d567 Updated version number Tony Aldridge 2015-07-20 10:41:58 +01:00
  • 43a41b8e86 Merge pull request #43 from wm9/update-to-sdl2-v0.5.0 ShuYu Wang 2015-07-20 15:29:45 +08:00
  • f5d95e1961 travis-ci: try fix compile error andelf 2015-07-20 14:03:13 +08:00
  • 89869eb9ef travis-ci: try fix compile error andelf 2015-07-20 13:57:24 +08:00
  • f5a2f9e39d travis-ci: try fix compile error andelf 2015-07-20 13:50:23 +08:00
  • a0696ae908 Leave it up to original author to change version number wickus.martin 2015-07-19 22:45:20 -04:00
  • 260a49874a Changed version number to 0.2.11 wickus.martin 2015-07-19 22:28:12 -04:00
  • 1bc3b38e53 Updated to rust-sdl2 version 0.5.0 wickus.martin 2015-07-19 22:04:47 -04:00
  • f6d458a9d7 fix travis-ci andelf 2015-07-16 19:09:09 +08:00
  • 785603c861 fix compile errors andelf 2015-07-16 15:37:22 +08:00
  • 6fd96cfca5 Merge pull request #430 from batisteo/patch-2 Tony Aldridge 2015-07-09 10:24:08 +01:00
  • e8c4540e92 Added Fedora example and gcc. Baptiste Darthenay 2015-07-08 19:53:21 +02:00
  • 3a1c964df7 Merge pull request #429 from fzzy/master Tony Aldridge 2015-07-01 09:27:18 +01:00
  • ec770f2702 bump version: 0.5.0 andelf 2015-06-29 15:46:20 +08:00
  • f616f3186f update dependencies: bitflags now 0.2 andelf 2015-06-29 15:42:55 +08:00
  • eadbf9baa2 Merge pull request #18 from jadpole/master ShuYu Wang 2015-06-29 15:38:50 +08:00
  • 761a097625 Fix #285: Remove redundant get_ticks from sdl.rs. fzzy 2015-06-29 01:59:47 +03:00
  • 4490b3ea7b Version 0.4 -> 0.5 Jessy Pelletier 2015-06-28 14:26:13 -04:00
  • 3374f271d6 Now using sdl2 0.5 Jessy P 2015-06-27 10:49:24 -04:00
  • 9fae821385 Merge pull request #428 from alfiedotwtf/master Sven Nilsen 2015-06-26 09:04:16 +02:00
  • 7fb1aebca5 No need to shout about documentation Alfie John 2015-06-26 03:47:58 +00:00
  • 8d1989a19c Adding documentation links Alfie John 2015-06-26 03:40:39 +00:00
  • 83c923569f Merge pull request #427 from aleyan/macports Tony Aldridge 2015-06-25 08:21:34 +01:00
  • f540eeffb0 Adding macports usage. Alex Yankov 2015-06-25 02:16:33 +02:00
  • ab3cecf9e6 Bumped version number Tony Aldridge 2015-06-22 13:49:01 +01:00
  • cec71a1ade Merge pull request #426 from nukep/rect Tony Aldridge 2015-06-22 09:21:44 +01:00
  • 37019441aa Merge pull request #425 from morwoen/master Tony Aldridge 2015-06-18 13:53:40 +01:00
  • ecd61649ee Renamed hint functions to increase usability Georgi Tsaklev 2015-06-18 12:23:09 +01:00
  • 10b86864aa Extracted hint functions in their own module and fixed issues with them Georgi Tsaklev 2015-06-18 10:53:46 +01:00
  • f8f02c7a2c Unalias Rect and Point from sys, make immutable, check Rect invariants Dan Spencer 2015-06-14 21:15:47 -06:00
  • cab26617b3 Added bindings for CategoryHints Georgi Tsaklev 2015-06-17 21:07:18 +01:00
  • a556fb73d3 Merge pull request #424 from nukep/keyboard Tony Aldridge 2015-06-16 11:29:30 +01:00
  • 19e3fa2218 Merge pull request #423 from nukep/surface Tony Aldridge 2015-06-16 11:28:32 +01:00
  • e4c1fc8811 Merge pull request #422 from nukep/controller-stuff Tony Aldridge 2015-06-16 11:26:07 +01:00
  • 5a1399aa85 Merge pull request #421 from nukep/renderer Tony Aldridge 2015-06-16 11:24:38 +01:00
  • c44365be8c Replace i32 with u32 Dan Spencer 2015-06-14 06:24:51 -06:00
  • cde1c28489 Simplify controller and joystick functions that cannot fail Dan Spencer 2015-06-14 04:47:12 -06:00
  • fb499ec436 Replace "Invalid" variants with None for controller Axis and Button Dan Spencer 2015-05-23 22:28:14 -06:00
  • 3860edf5e4 Replace i32 with u32 and usize Dan Spencer 2015-06-14 05:48:01 -06:00
  • d600fe7ed6 Move drawer methods into Renderer Dan Spencer 2015-06-12 17:30:00 -06:00
  • 26c5f1eacb Create the u32_to_int! and usize_to_int! macros Dan Spencer 2015-06-14 04:49:11 -06:00
  • 2af5dcfac4 Move Keycode and Scancode into the keyboard module, adjust spelling Dan Spencer 2015-06-14 01:02:34 -06:00
  • 3fde916a80 Cleanup some Surface function signatures Dan Spencer 2015-06-12 18:44:45 -06:00
  • ef23bab267 Replace Unknown variants in Keycode and Scancode with Option::None Dan Spencer 2015-06-13 23:04:59 -06:00
  • 35d1588430 Move Scancode, Keycode methods into their respective types Dan Spencer 2015-06-13 21:02:58 -06:00
  • 48f28dacc1 Create thread-safe Keyboard type, replace get_keyboard_state, add example Dan Spencer 2015-06-12 23:08:30 -06:00
  • d63776db98 Add read-only and lock-free pixel access methods to Surface Dan Spencer 2015-06-12 18:37:08 -06:00
  • 29fc4336ed update version requirements andelf 2015-06-07 11:39:24 +08:00
  • 84d68400aa fix libc version andelf 2015-06-07 11:26:07 +08:00
  • 2c5a7e1148 fix Cargo.toml versions andelf 2015-06-07 11:19:28 +08:00
  • f530f6914e merge caiges:master andelf 2015-06-07 11:14:51 +08:00
  • aee32699c2 Merge pull request #31 from Machtan/sdl2_version_upgrade ShuYu Wang 2015-06-05 00:23:59 +08:00
  • ff9eabb14f add: upgrade to SDL2 version 0.4 Jakob Lautrup Nysom 2015-06-04 13:10:29 +02:00
  • b6f4c4aeae Merge pull request #11 from th0br0/master ShuYu Wang 2015-06-03 22:11:27 +08:00
  • b5acde7c93 Merge pull request #1 from mkroman/master Andreas C. Osowski 2015-06-02 13:29:11 +02:00
  • b4949a5ca5 Don't use unstable features Mikkel Kroman 2015-06-02 13:17:58 +02:00
  • 666c7d64e3 fix compile error; update sdl2 to 0.4 andelf 2015-06-02 17:35:07 +08:00
  • d794adc2e1 Merge pull request #40 from jiangyang/master ShuYu Wang 2015-06-02 17:24:15 +08:00
  • 573d86a394 fix 'use' Yang 2015-06-01 18:23:20 -07:00
  • 17657fa1c4 update to use sdl2 0.4;update demo Yang 2015-06-01 17:53:52 -07:00
  • c9fd4db28e Update to sdl2 0.4.0 Andreas C. Osowski 2015-05-31 21:16:16 +02:00
  • 1aec5f7b4f Updated version Tony Aldridge 2015-05-26 09:51:37 +01:00
  • 4bc7fa69d1 Merge pull request #419 from nukep/event-enable Tony Aldridge 2015-05-26 09:38:51 +01:00
  • 2ac1cb7293 Merge pull request #418 from nukep/gl-context Tony Aldridge 2015-05-26 09:38:31 +01:00
  • e79bb5b06f Merge pull request #416 from benaryorg/patch-1 Tony Aldridge 2015-05-26 09:37:34 +01:00
  • 7a2b4ebe6f Merge pull request #415 from nukep/dangling-cstr Tony Aldridge 2015-05-26 09:37:20 +01:00
  • 121d51ff33 Merge pull request #414 from nukep/rwops Tony Aldridge 2015-05-26 09:36:09 +01:00
  • fad45dcd33 Merge pull request #413 from nukep/event-pump Tony Aldridge 2015-05-26 09:31:20 +01:00
  • 32af3b7148 Merge pull request #412 from nukep/derives Tony Aldridge 2015-05-26 09:30:00 +01:00
  • a850a198ce Add a function to clear the current OpenGL context Dan Spencer 2015-05-25 19:12:36 -06:00