Gwilym Kuiper
|
c5f6e10889
|
Update all toml files to the new transparent requirement
|
2022-10-08 16:59:40 +01:00 |
|
Gwilym Kuiper
|
b2e15c8e7b
|
Fix hyperspace roll using the wrong palette assignments
|
2022-10-08 16:54:55 +01:00 |
|
Gwilym Kuiper
|
ea75823900
|
Use the correct transparent colour
|
2022-10-08 16:45:58 +01:00 |
|
Gwilym Kuiper
|
1a51b3b502
|
Remove the definition of transparent colour from image
|
2022-10-08 16:44:26 +01:00 |
|
Gwilym Kuiper
|
89af366b7a
|
Add transparent colour to the image itself
|
2022-10-08 16:43:25 +01:00 |
|
Gwilym Kuiper
|
12ed911f16
|
Fix build errors
|
2022-10-01 16:52:23 +01:00 |
|
Gwilym Kuiper
|
9affb6dfb7
|
Use negative numbers
|
2022-10-01 15:35:24 +01:00 |
|
Gwilym Kuiper
|
ffde16abd9
|
Remove crate::println!
|
2022-10-01 15:31:19 +01:00 |
|
Gwilym Kuiper
|
ccc3823085
|
Remove unused import
|
2022-10-01 15:30:46 +01:00 |
|
Gwilym Kuiper
|
cde3bca0ea
|
Make the background rotate again
|
2022-10-01 15:30:37 +01:00 |
|
Gwilym Kuiper
|
dd2030d354
|
Use the fact that tris turn into integers nicely
|
2022-10-01 15:29:42 +01:00 |
|
Gwilym Kuiper
|
63b0fa63c6
|
packed(4) to ensure alignment
|
2022-10-01 15:28:53 +01:00 |
|
Gwilym Kuiper
|
83c28254a1
|
Update to be closer to the API I actually want but currently only works in release mode
|
2022-09-22 23:29:58 +01:00 |
|
Gwilym Kuiper
|
59673206b3
|
Make the example work the way I expect it to
|
2022-09-22 21:34:03 +01:00 |
|
Gwilym Kuiper
|
496b4a4953
|
repr packed
|
2022-09-22 21:33:59 +01:00 |
|
Gwilym Kuiper
|
4eaf8af72f
|
Add Neg implementation for Vector2D
|
2022-09-22 21:32:36 +01:00 |
|
Gwilym Kuiper
|
d26311e76b
|
The transparent colour should always go first
|
2022-09-22 20:26:45 +01:00 |
|
Gwilym Kuiper
|
84c87a8088
|
Merge remote-tracking branch 'origin/master' into affine
|
2022-09-22 20:13:23 +01:00 |
|
Gwilym Kuiper
|
aff3ea9194
|
Merge pull request #308 from Lymia/sync-api
Implement additional synchronization primitives
|
2022-09-21 17:30:04 +01:00 |
|
Alissa Rao
|
e4e90ed51b
|
Update changelog.
|
2022-09-15 23:14:42 -07:00 |
|
Alissa Rao
|
6d51d1bef3
|
Rework a simpler example to use agb::sync instead of bare_metal.
|
2022-09-15 23:14:30 -07:00 |
|
Alissa Rao
|
89c76616b6
|
Implement a new sync API allowing for mutexes that don't require disabling IRQs.
|
2022-09-15 23:14:27 -07:00 |
|
Corwin
|
7556b983cf
|
Merge pull request #307 from corwinkuiper/ci-schedule
CI Schedule
|
2022-09-15 23:15:03 +01:00 |
|
Corwin
|
05de9aab30
|
add .github to workspace
|
2022-09-15 23:08:29 +01:00 |
|
Corwin
|
79dcb2115b
|
run ci at 5:10 am UTC
|
2022-09-15 23:07:36 +01:00 |
|
Gwilym Kuiper
|
1875465922
|
Merge pull request #306 from gwilymk/make-testing-a-default-feature
Make testing a default feature
|
2022-09-15 22:55:08 +01:00 |
|
Gwilym Kuiper
|
654bff0cb7
|
Mark ignore on test runner docs
|
2022-09-15 22:47:08 +01:00 |
|
Gwilym Kuiper
|
08360b5245
|
Add a changelog entry
|
2022-09-15 22:41:10 +01:00 |
|
Gwilym Kuiper
|
68fb9c7e02
|
Remove reference to the testing feature
|
2022-09-15 22:39:44 +01:00 |
|
Gwilym Kuiper
|
39d3b5f6e8
|
Add template to the workspace
|
2022-09-15 22:38:42 +01:00 |
|
Gwilym Kuiper
|
d6c5099209
|
Make testing a default feature
|
2022-09-15 22:37:36 +01:00 |
|
Corwin
|
ae48231041
|
Merge pull request #302 from agbrs/renovate/hound-3.x
Update Rust crate hound to 3.5
|
2022-09-15 21:45:44 +01:00 |
|
GBA bot
|
bcac002a7a
|
Update lockfiles
|
2022-09-15 20:33:28 +00:00 |
|
renovate[bot]
|
9c11bbc4ed
|
Update Rust crate hound to 3.5
|
2022-09-15 20:32:21 +00:00 |
|
Corwin
|
b5e3cd04b9
|
Merge pull request #304 from ijc8/format-fix
Show negative sign when formatting fixnums between -1 and 0.
|
2022-09-15 21:30:00 +01:00 |
|
Gwilym Kuiper
|
944c198659
|
Merge pull request #305 from gwilymk/fixes-for-latest-clippy
Fix small issues from latest clippy version
|
2022-09-15 21:19:19 +01:00 |
|
Gwilym Kuiper
|
45e9c860df
|
Fix small issues from latest clippy version
|
2022-09-15 21:04:10 +01:00 |
|
Ian Clester
|
67a34721aa
|
Update changelog.
|
2022-09-10 14:37:42 -04:00 |
|
Ian Clester
|
24c921425c
|
Add another case to formatting test.
|
2022-09-10 13:13:39 -04:00 |
|
Ian Clester
|
61ed85b032
|
Fix formatting of fixnums in the range (-1, 0)
|
2022-09-10 12:52:21 -04:00 |
|
Corwin
|
ed218102ab
|
Merge pull request #301 from agbrs/arm-debug-tests
run arm debug tests in debug mode
|
2022-08-24 03:06:21 +01:00 |
|
Corwin
|
427c2db8b9
|
run arm debug tests in debug mode
|
2022-08-24 02:52:32 +01:00 |
|
Corwin
|
cca24434ef
|
Merge pull request #295 from agbrs/renovate/clap-3.x
Update Rust crate clap to 3.2.17
|
2022-08-24 02:49:12 +01:00 |
|
Corwin
|
a646e51886
|
Merge pull request #300 from corwinkuiper/update-arm-target
Switch to the built in arm target
|
2022-08-24 02:47:51 +01:00 |
|
Corwin
|
8db2617722
|
switch to using the rust built in target
|
2022-08-23 12:44:54 +01:00 |
|
GBA bot
|
490e3492fa
|
Update lockfiles
|
2022-08-16 19:07:17 +00:00 |
|
Gwilym Kuiper
|
2baebedf38
|
Be less specific about the clap and toml-edit versions
|
2022-08-16 20:05:57 +01:00 |
|
GBA bot
|
2cbbab3305
|
Update lockfiles
|
2022-08-12 14:49:01 +00:00 |
|
renovate[bot]
|
db59ff552a
|
Update Rust crate clap to 3.2.17
|
2022-08-12 14:47:46 +00:00 |
|
Gwilym Kuiper
|
fcde651821
|
Allow movement of the affine background
|
2022-08-12 00:02:10 +01:00 |
|