Commit Graph

44 Commits

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