kouta
faa46a4f32
Fix linting issues
2024-07-11 14:56:43 -03:00
kouta
a9a4a052a9
Remove priority()
from TiledMapPrivate
as it can now be accessed straight from the underlying type.
2024-07-11 14:34:12 -03:00
kouta
41979460f6
Merge remote-tracking branch 'refs/remotes/raworigin/master' into hotfix/affine-tiles
2024-07-11 14:27:37 -03:00
kouta
1340b992cb
Code review
2024-07-10 09:29:07 -03:00
Gwilym Inzani
741c3dedee
Fix two build issues with latest rust version
2024-07-10 09:06:52 +01:00
kouta
cf2b8be6e0
Fix affine matrix tile setting
2024-07-07 00:53:52 -03:00
Corwin
a4d6ba5bc9
Release v0.20.5
2024-06-18 17:49:56 +01:00
Corwin
ac2e6b5046
Release v0.20.4
2024-06-13 23:13:02 +01:00
Corwin
bc63776b9e
Exclude tests / examples / benches from the published packages ( #589 )
...
The package published to crates.io should not include tests / examples /
benches. Previously we ran into issues with having a too large package
from example data, but we avoided this by making the examples smaller. A
better way to avoid this is to not include them at all.
- [x] no changelog update needed
2024-06-13 22:48:00 +01:00
Corwin
a6e4be0577
Release v0.20.3
2024-06-12 17:57:39 +01:00
Corwin
5ca9cd5480
fix the overflow bug on kerning / xmin on a new sprite ( #725 )
...
- [x] Changelog updated
2024-06-12 17:40:46 +01:00
Corwin
53f0901ceb
fix the overflow bug on kerning / xmin on a new sprite
2024-06-12 17:29:39 +01:00
Corwin
50f2ad6f52
exclude tests / examples / benches from the published packages
2024-06-12 01:19:18 +01:00
Corwin
fed560b41b
expose graphics mode
2024-06-11 17:50:22 +01:00
Gwilym Inzani
32c6ed4e35
Ensure the frame pointer is always 0
2024-06-04 21:39:58 +01:00
Gwilym Inzani
d9243ded6b
The link register points to the next instruction
2024-06-04 21:18:10 +01:00
Gwilym Inzani
fde444e253
Fix affine background matrix creation outside of the 1st quadrant
2024-05-27 14:46:55 +01:00
Gwilym Inzani
21658b9b15
Revert "Remove lifetime from dma transfer handle"
2024-05-27 14:16:24 +01:00
Gwilym Inzani
c4719a5ce0
Remove unsafe from examples
2024-05-27 13:24:58 +01:00
Gwilym Inzani
e9ce8cd2ad
hblack_transfer doesn't need to be unsafe
2024-05-27 13:23:49 +01:00
Gwilym Inzani
248f71dbfa
Remove lifetime from DMA transfer handle
2024-05-27 13:20:13 +01:00
Gwilym Inzani
30e3718797
Include drawing a leviathan
2024-05-25 21:11:32 +01:00
Gwilym Inzani
24e15f8786
Add a basic version of the example_logo for certain examples
2024-05-25 21:11:32 +01:00
Gwilym Inzani
da9ad6d496
Add a 256 colour variant too
2024-05-25 21:11:02 +01:00
Gwilym Inzani
bf4a6887a5
Update the background example to search for the colour
2024-05-25 21:11:02 +01:00
Gwilym Inzani
b219e00454
Update the test_logo to be a bit nicer
2024-05-25 21:11:02 +01:00
Corwin
d05965b98f
Release v0.20.2
2024-05-25 13:20:03 +01:00
Corwin
b3d7642071
extract code generation and add test
2024-05-25 12:22:38 +01:00
Corwin
2d34099afc
resize the buffer
2024-05-25 12:07:23 +01:00
Corwin
51b1f909c5
clear screen and handle message overlap
2024-05-25 12:07:23 +01:00
Corwin
e06230efd0
Agb examples site ( #705 )
...
![image](https://github.com/agbrs/agb/assets/8143879/12163f27-1097-49fd-810c-a00f6cf5d8bf )
2024-05-22 20:56:59 +01:00
Corwin
e25a1c7158
remove just build that is non standard
2024-05-22 02:20:39 +01:00
Gwilym Inzani
f047b6de94
Put https://agbrs.dev as the homepage for the crate ( #704 )
...
- [x] no changelog update needed
2024-05-21 23:51:31 +01:00
Gwilym Inzani
864fd08ec3
Put https://agbrs.dev as the homepage for the crate
2024-05-21 23:43:45 +01:00
Gwilym Inzani
ddc3770c70
Use pointers rather than pin to simplify the mixers buffer handling
2024-05-21 23:17:39 +01:00
Corwin
6a5346026a
Release v0.20.1
2024-05-17 23:09:16 +01:00
Corwin
737b547343
Release v0.20.0
2024-05-14 22:57:40 +01:00
Corwin
a2c127b72b
pull out allocator_api feature
2024-05-14 22:38:42 +01:00
Gwilym Inzani
ae2eb5b448
Use the correct padding
2024-05-14 21:38:11 +01:00
Gwilym Inzani
94729e45ec
Handle failure to allocate QR code on panic
2024-05-14 21:36:55 +01:00
Gwilym Inzani
8c2e079ec2
Mark the fact that it was a double panic in the fatal message
2024-05-12 14:08:03 +01:00
Gwilym Inzani
642c3c1b79
Better comments around the panic handler
2024-05-12 14:06:42 +01:00
Gwilym Inzani
18b25e242e
Handle this in both panic handlers
2024-05-12 14:06:41 +01:00
Gwilym Inzani
9fe526d0bc
Prevent a double panic
2024-05-12 14:06:14 +01:00
Gwilym Inzani
8ede32ea7b
Mark the test as no_run rather than rust
2024-04-30 20:53:06 +01:00
Gwilym Inzani
37e9fe5066
Add a set_next method on OamIterator
2024-04-30 20:39:50 +01:00
Corwin
fe972850e3
Allow customisation of the backtrace website ( #647 )
2024-04-23 20:38:46 +01:00
Corwin
a65f6402be
fix url to point to us
2024-04-23 20:30:40 +01:00
Corwin
1c9e829bd1
have website not be an option
2024-04-23 20:09:35 +01:00
Gwilym Inzani
4243592f63
Make backtraces optional ( #648 )
...
You probably don't want backtraces if you're doing multiboot and in a
few other cases.
Also #646 broke the build if you didn't use the `testing` feature, so
I've updated the `justfile` so that a CI run checks that agb builds
correctly both without the `testing` feature and without the `backtrace`
feature. The `backtrace` feature implies the testing feature to make
things a bit simpler.
- [x] Changelog updated
2024-04-21 20:07:02 +01:00