GBA bot
ef378905fe
Update lockfiles
2024-04-08 19:56:04 +00:00
GBA bot
2cfb5b576c
Update lockfiles
2024-04-08 14:53:37 +00:00
GBA bot
4a0aa0e9d7
Update lockfiles
2024-04-04 20:58:42 +00:00
GBA bot
5f24660b27
Update lockfiles
2024-04-02 12:10:47 +00:00
Gwilym Inzani
b28f3872c0
Document -> DocumentMut
2024-03-20 13:26:02 +00:00
GBA bot
4bf1778dec
Update lockfiles
2024-03-19 23:30:08 +00:00
GBA bot
0b669e513e
Update lockfiles
2024-03-09 15:28:03 +00:00
Gwilym Inzani
622887bcdc
Don't clone unnecessarily
2024-03-09 12:09:34 +00:00
GBA bot
6dbf946ca3
Update lockfiles
2024-02-27 22:05:08 +00:00
Gwilym Inzani
0a35fa4629
Update lockfiles (again)
2024-02-15 22:12:04 +00:00
GBA bot
2289a533de
Update lockfiles
2024-02-14 11:02:19 +00:00
Gwilym Inzani
7d6ea45670
Update ahash in the cargo.lock files.
...
Fixes #553 and allows building on latest nightly again.
2024-02-11 16:17:59 +00:00
GBA bot
5d82f96396
Update lockfiles
2024-02-06 22:49:04 +00:00
renovate[bot]
09295d9785
Update Rust crate toml_edit to 0.22
2024-02-06 22:48:37 +00:00
GBA bot
cc0853518b
Update lockfiles
2024-01-31 23:15:12 +00:00
GBA bot
7a7aa5c57b
Update lockfiles
2024-01-17 17:23:23 +00:00
GBA bot
4fdd0e0263
Update lockfiles
2024-01-07 15:10:41 +00:00
GBA bot
91154a897e
Update lockfiles
2023-12-28 22:33:58 +00:00
GBA bot
05851558df
Update lockfiles
2023-12-20 17:09:12 +00:00
GBA bot
382d465f3e
Update lockfiles
2023-12-05 20:51:29 +00:00
GBA bot
b1df507fa6
Update lockfiles
2023-11-26 04:15:22 +00:00
GBA bot
323dbd8f01
Update lockfiles
2023-11-14 20:04:00 +00:00
GBA bot
cc0400e6a3
Update lockfiles
2023-11-09 20:10:08 +00:00
renovate[bot]
1f1de83564
Update Rust crate toml_edit to 0.21
2023-11-09 20:09:30 +00:00
GBA bot
7425afdf75
Update lockfiles
2023-11-01 19:22:41 +00:00
Gwilym Inzani
e8eb216ff4
Update lockfiles
2023-10-26 22:27:19 +01:00
GBA bot
c4116aeade
Update lockfiles
2023-10-07 20:35:21 +00:00
Gwilym Inzani
3dddf9761d
Ensure the tracker gets updated too
2023-10-03 22:48:06 +01:00
Gwilym Inzani
c6e98ea2dd
Update lockfiles
2023-10-03 22:23:24 +01:00
GBA bot
2516a6f831
Update lockfiles
2023-09-26 20:25:56 +00:00
GBA bot
81aae96d18
Update lockfiles
2023-09-22 18:27:01 +00:00
GBA bot
226fdf63c9
Update lockfiles
2023-09-14 12:40:22 +00:00
renovate[bot]
74df6db8a9
Update Rust crate toml_edit to 0.20
2023-09-14 12:39:40 +00:00
GBA bot
c7540a440d
Update lockfiles
2023-09-13 13:17:49 +00:00
GBA bot
17a62bf0f2
Update lockfiles
2023-09-06 21:29:51 +00:00
GBA bot
ab07ed31db
Update lockfiles
2023-09-04 12:36:38 +00:00
GBA bot
c29ba6e9ec
Update lockfiles
2023-08-13 10:36:46 +00:00
Gwilym Inzani
6607ea3f1f
Update lockfiles
2023-08-06 21:06:12 +01:00
GBA bot
e08024ae5b
Update lockfiles
2023-07-26 11:31:26 +01:00
Gwilym Inzani
85561de1ca
Attempt to update the tools to the new folder
2023-07-23 18:35:50 +01:00
GBA bot
28683e701f
Update lockfiles
2023-06-30 22:03:31 +01:00
Corwin
37c30586c3
remove profiles from some projects
...
these projects are not tested or run on the gba or
are dependencies and therefore follow the binaries settings
2023-05-23 20:10:21 +01:00
Corwin
68e981f3c8
Objects, again, again ( #402 )
...
* A redesign of objects giving the option of a more managed and an
unmanaged system.
* Managed system features
* Z ordering (should be efficient, based on a doubly linked list).
* More than 128 objects if some are disabled (not currently efficient).
* Unmanaged
* Same sprite system as before.
* You control how objects get put in to OAM with the unmanaged OAM.
TODO before this is mergable:
* [x] Docs pass, aim for everything to have docs as before.
* [x] Tests, some of these needs some run time testing.
* [x] Affine matrices, I'm not leaving this to die this time.
* [x] Some API redo, so the names make sense / are similar to before.
Future work:
* The Sprite loader should keep most recently used sprites around and
upon allocation of a new sprite try unloading the least recently used
sprite. (Performance wise this would be a disaster as it would be doing
dealloc and alloc in vblank, so really we want to "learn" how much
buffer we should maintain and try to get that during GC).
- [x] Changelog updated
2023-04-25 21:14:49 +01:00
Gwilym Inzani
9835f81b5f
Maybe make the build faster by using the same settings for all crates
2023-04-25 20:22:44 +01:00
Corwin
3ec9bd2610
Merge remote-tracking branch 'upstream/master' into new-objects
2023-04-23 20:44:46 +01:00
Gwilym Inzani
0841759c8d
Fix publish test
2023-04-23 17:58:59 +01:00
Corwin
e26a9c2c24
Merge remote-tracking branch 'upstream/master' into new-objects
2023-04-22 00:46:41 +01:00
Gwilym Inzani
45343efe52
Update lockfiles
2023-04-13 22:33:59 +01:00
Gwilym Inzani
f677ff1840
Fix clippy lints
2023-04-11 22:30:47 +01:00
Gwilym Inzani
63995995ac
Make publishing a bit smarter
2023-04-11 22:29:23 +01:00