Commit Graph

  • d80bd8b03a feat: bindings deduplication master yukkop 2026-09-05 04:13:44 +00:00
  • a75fb650e3 build(bevy): updade to 0.19.5 yukkop 2026-09-04 21:59:20 +00:00
  • a156490d4d feat: rebinding example yukkop 2026-09-04 19:37:52 +00:00
  • f4268d7bef fix: bindings manipulations yukkop 2026-09-04 18:14:21 +00:00
  • b4e480954f feat: return logical keys that does not works on every layout yukkop 2026-09-04 14:10:08 +00:00
  • 22333c0c8c fix(examples): multiple action bindings in exmaple yukkop 2026-09-04 10:24:59 +00:00
  • 9a32598eb5 fix(controls): combine multiple action bindings yukkop 2026-09-04 10:14:08 +00:00
  • 11c5ff2aff refactor: update bevy version yukkop 2026-09-03 22:57:39 +00:00
  • 98d7b52546 I can build it now again yukkop 2026-09-03 20:25:11 +00:00
  • f063db3568 dev: nix environment yukkop 2026-09-03 20:12:49 +00:00
  • e6c9e65417 refactor: more coments yukkop 2024-09-13 08:01:38 +00:00
  • 815891ed33 feat: update example to bevy 14.1 yukkop 2024-08-12 23:45:25 +00:00
  • 1defbfc1c9 feat: update to bevy 14.1, some day it will see release yukkop 2024-08-12 22:52:42 +00:00
  • 366d11453b refactor: remove warnings yukkop 2024-06-22 10:17:42 +02:00
  • 9cd99b898b fix: get_just_pressed yukkop 2024-04-06 02:06:45 +02:00
  • b332347f85 fix: InputValue handling yukkop 2024-04-06 01:55:16 +02:00
  • 58573dbc1c feat: InputValue::to_float() yukkop 2024-04-06 01:29:03 +02:00
  • 0f094a0f8c feat: update strum version yukkop 2024-04-05 13:22:57 +02:00
  • 8aae841930 feat: update strum version yukkop 2024-04-05 13:19:17 +02:00
  • 7e00ce3fda feat: update to bevy 13.2; rework input collection system yukkop 2024-04-05 12:56:32 +02:00
  • 1812be6ae3 ! yukkop 2024-04-05 01:42:17 +02:00
  • 234e086a77 feat: possibility define BindConfig in plugin setup yukkop 2024-03-12 10:17:34 +01:00
  • e1e762395f feat: controlls builder yukkop 2024-03-12 07:56:53 +01:00
  • c651f37759 docs: setup todo list yukkop 2024-03-12 07:00:53 +01:00
  • 6246ec0dd8 docs(basic): setup readme.md yukkop 2024-03-11 01:37:52 +01:00
  • 4888e60ccf refactor: Fixed a bug in NoteLineCount... not seriously... nativerv 2024-02-19 04:02:17 +03:00
  • 55feb6e67f refactor: trying to do something right! nativerv 2024-02-19 03:44:00 +03:00
  • 43be3da536 refactor: hardcoded proc macro for GameState supertraits nativerv 2024-02-19 03:14:32 +03:00
  • 25b3580384 build: examples target directory yukkop 2024-02-17 22:53:04 +01:00
  • 036ef889e8 build: examples target directory stuff yukkop 2024-02-17 22:53:04 +01:00
  • 05b9c0b9cd refactor(examples): use bevy_controls_derive::GameState nativerv 2024-02-17 05:22:04 +03:00
  • e833546669 feat(derive): implement derive(GameState) nativerv 2024-02-17 05:21:17 +03:00
  • 4996e4924e feat: scancode support yukkop 2024-02-16 03:20:31 +01:00
  • 035ce77a35 style: run cargo fmt nativerv 2024-02-16 04:31:39 +03:00
  • e01abb2686 refactor(examples): use bevy_controls_derive nativerv 2024-02-16 04:04:20 +03:00
  • 8d32bcd62c feat(derive): implement derive(Action) nativerv 2024-02-16 04:02:55 +03:00
  • b88f37457b style: run cargo fmt nativerv 2024-02-16 03:49:36 +03:00
  • 1f972d8a5d feat(derive): add Action derive macro nativerv 2024-02-16 03:26:06 +03:00
  • 55ca755dd6 chore: remove useless assets yukkop 2024-02-16 00:31:18 +01:00
  • 14a9c10d9a build: disable useless features in example yukkop 2024-02-16 00:30:05 +01:00
  • c6cb6fb46e build: exclude example from workspace yukkop 2024-02-16 00:00:40 +01:00
  • c8521a7c97 style: format macro + fix comment typos nativerv 2024-02-16 00:23:25 +03:00
  • 3f08d92e3a feate: separate on crates yukkop 2024-02-15 18:49:29 +01:00
  • 8335cb4750 fix: multiply bindings handling on single key yukkop 2024-02-15 18:08:12 +01:00
  • 2ecced8496 docs: simplest example yukkop 2024-02-11 13:54:49 +01:00
  • 608781faf6 feat!: fix some lifetimes in InputContainerInner, almast done one example, add default for plugin, rebase src from crate/bevy_controls to src yukkop 2024-02-10 02:42:18 +01:00
  • 5fc1382ceb ci: some submodule magic yukkop 2024-02-08 15:23:18 +01:00
  • 6143d92ae5 ci: utils submodule yukkop 2024-02-07 18:27:30 +01:00
  • 7fe7284214 ci: help to clippy script yukkop 2024-02-06 19:15:15 +01:00
  • 7cf7d4fe7d chore: examples simple way yukkop 2024-02-06 16:40:00 +01:00
  • ed98651cfc chore: somethink minor yukkop 2024-01-27 22:25:36 +01:00
  • e79a630463 chore: script features combinations clippy check yukkop 2024-01-11 18:53:27 +01:00
  • 726763eb64 feat: contracts for all features combinations yukkop 2024-01-11 16:53:19 +01:00
  • 2f7bb64147 feat!: serialize feature without errors now yukkop 2024-01-11 05:02:53 +01:00
  • 987dccaf76 feat!: no error without features yukkop 2024-01-11 01:58:21 +01:00
  • 9a6965fbb9 feat: initial recorces implimentation, basic features yukkop 2024-01-06 01:59:33 +01:00