Gwilym Kuiper
|
d1c312ab79
|
Remove loads of whitespace
|
2021-08-01 20:44:37 +01:00 |
|
Gwilym Kuiper
|
09ad082f3f
|
Furter rearranging for more sense making
|
2021-08-01 20:41:56 +01:00 |
|
Gwilym Kuiper
|
80e03073fd
|
Reorder the asm instructions to make better sense
|
2021-08-01 20:29:45 +01:00 |
|
Gwilym Kuiper
|
1af53aacb4
|
Done check makes sense to go at the end
|
2021-08-01 20:23:39 +01:00 |
|
Gwilym Kuiper
|
cc99aad4c5
|
Move the comments to a nicer place in the file
|
2021-08-01 20:23:05 +01:00 |
|
Gwilym Kuiper
|
5bc3844a14
|
Merge pull request #92 from gwilymk/proc-macro-for-agb-image-converter
Proc macro for agb image converter
|
2021-08-01 20:07:17 +01:00 |
|
Gwilym Kuiper
|
9f259fdc0a
|
Make clippy happy by using .add rather than .offset
|
2021-07-31 23:18:26 +01:00 |
|
Gwilym Kuiper
|
f1b6b1035b
|
Reduce mixer_collapse by 1 instruction
|
2021-07-31 22:01:20 +01:00 |
|
Gwilym Kuiper
|
8cffa4ae3d
|
Better comparison
|
2021-07-31 22:00:41 +01:00 |
|
Gwilym Kuiper
|
f5d771d349
|
Use asm for the tight loops in the sound mixer
|
2021-07-31 21:47:05 +01:00 |
|
Gwilym Kuiper
|
e3510a73f7
|
Re-export the image converter macro
|
2021-07-26 23:42:28 +01:00 |
|
Gwilym Kuiper
|
d7a24d9659
|
Start switching to the quote crate for generating the code
|
2021-07-22 19:03:49 +01:00 |
|
Gwilym Kuiper
|
19e0a0527b
|
Use syn crate rather than litrs
|
2021-07-22 18:43:27 +01:00 |
|
Gwilym Kuiper
|
21a11a4e41
|
Run rustfmt on modified files in agb
|
2021-07-21 22:48:23 +01:00 |
|
Gwilym Kuiper
|
8466e9eaa4
|
Remove usage of typed_builder
|
2021-07-21 22:15:46 +01:00 |
|
Gwilym Kuiper
|
8713f514be
|
Switch to a proc macro for generating the image data
|
2021-07-21 22:07:29 +01:00 |
|
Gwilym Kuiper
|
53952d8e34
|
Add support for reading config data from a toml file
|
2021-07-21 20:59:25 +01:00 |
|
Gwilym Kuiper
|
383c5454ea
|
Start work for new proc macro by generating a TileData
|
2021-07-21 20:27:04 +01:00 |
|
Gwilym Kuiper
|
4a9f98e09c
|
Allow agb-image-converter from the path
|
2021-07-21 20:26:38 +01:00 |
|
Gwilym Kuiper
|
3468fbb761
|
Add myself as an author for agb
|
2021-07-21 19:36:24 +01:00 |
|
Corwin
|
97cbc8c9a6
|
Merge pull request #90 from gwilymk/multiboot-support
Multiboot support
|
2021-07-19 17:53:01 +01:00 |
|
Corwin
|
b0afeade99
|
Merge pull request #86 from agbrs/mgba-test-runner-cycles
Mgba test runner cycles
|
2021-07-13 22:30:05 +01:00 |
|
Corwin Kuiper
|
c722c99f9e
|
set cpu targets for asm and rust
|
2021-07-13 19:17:08 +01:00 |
|
Corwin Kuiper
|
220ddac280
|
use different optimisation settings
|
2021-07-03 22:19:02 +01:00 |
|
Corwin Kuiper
|
744c7a8bb4
|
get cycles
|
2021-07-03 22:18:53 +01:00 |
|
Corwin Kuiper
|
e32a086122
|
Release agb v0.5.0
|
2021-07-03 15:51:13 +01:00 |
|
Gwilym Kuiper
|
7e3b983e80
|
Reduce duplication in crt0.s
Couldn't move the interrupt setup though :/. Not sure why
|
2021-06-26 23:00:10 +01:00 |
|
Gwilym Kuiper
|
d2cad77eb9
|
Add multiboot support
|
2021-06-26 22:25:27 +01:00 |
|
Gwilym Kuiper
|
0b5d6f7978
|
Add a method to stop a playing sound
|
2021-06-25 22:26:00 +01:00 |
|
Gwilym Kuiper
|
bd15a87c4d
|
Ensure you don't hand over an already done channel
|
2021-06-25 22:20:18 +01:00 |
|
Gwilym Kuiper
|
025f4f5a91
|
Fix clippy lints by removing lifetimes
|
2021-06-25 22:18:40 +01:00 |
|
Gwilym Kuiper
|
90551b0ba1
|
Calculate the panning differently to ensure left and right ears get same amounts
|
2021-06-25 22:12:03 +01:00 |
|
Gwilym Kuiper
|
290d546248
|
Add lowering the volume to the example
|
2021-06-25 22:01:50 +01:00 |
|
Gwilym Kuiper
|
3c0d881a45
|
Allow for volume control
|
2021-06-25 21:57:24 +01:00 |
|
Gwilym Kuiper
|
c81d73f8d5
|
Don't panic if the song has finished
|
2021-06-25 21:54:12 +01:00 |
|
Gwilym Kuiper
|
773729de98
|
Update example to allow you to change where the sound is coming from
|
2021-06-25 21:53:42 +01:00 |
|
Gwilym Kuiper
|
80ce5173e1
|
Provide a way to get the channel again
|
2021-06-25 21:41:35 +01:00 |
|
Gwilym Kuiper
|
27a470c648
|
Return a way to get back at the channel
|
2021-06-25 21:38:10 +01:00 |
|
Gwilym Kuiper
|
754abd58bd
|
Return an indication as to what the sound ID is
|
2021-06-25 21:31:17 +01:00 |
|
Gwilym Kuiper
|
2409cd5538
|
Remove .high_priority()
|
2021-06-25 21:29:37 +01:00 |
|
Gwilym Kuiper
|
45b8480a35
|
Allow mutation of the SoundChannel
|
2021-06-25 21:27:46 +01:00 |
|
Corwin Kuiper
|
1b3358345e
|
fix by showing object
|
2021-06-24 20:10:05 +01:00 |
|
Corwin
|
e6a1dbae12
|
Merge pull request #82 from corwinkuiper/renovate/bitflags-1.x
Update Rust crate bitflags to 1.2
|
2021-06-21 01:18:59 +01:00 |
|
Renovate Bot
|
6681897494
|
Update Rust crate bitflags to 1.2
|
2021-06-21 00:13:32 +00:00 |
|
Renovate Bot
|
d06b3518fa
|
Update Rust crate agb_image_converter to 0.4.0
|
2021-06-21 00:02:36 +00:00 |
|
Corwin Kuiper
|
5a00e735e9
|
Release agb v0.4.1
|
2021-06-21 00:00:27 +01:00 |
|
Corwin Kuiper
|
d48eab29a8
|
Release agb v0.4.0
|
2021-06-20 23:55:41 +01:00 |
|
Gwilym Kuiper
|
574e91df2f
|
Add sound priorities
|
2021-06-20 21:59:34 +01:00 |
|
Corwin
|
53cf1a5064
|
Merge pull request #67 from gwilymk/more-exciting-mixer
More exciting mixer
|
2021-06-20 21:49:39 +01:00 |
|
Gwilym Kuiper
|
db4233ccee
|
Rename mixer.rs to sw_mixer.rs
|
2021-06-20 21:29:44 +01:00 |
|