Gwilym Inzani
2a6234bab7
Add a changelog entry for 0.17.1
2023-10-05 22:14:25 +01:00
Gwilym Inzani
b6916d7e74
Release v0.17.0
2023-10-03 22:33:10 +01:00
Corwin
3cebb5c3e8
fix.. again..
2023-09-28 22:37:28 +01:00
Corwin
ce12ca20a4
corrected position of fix
2023-09-28 22:31:21 +01:00
Corwin
fc721ea060
Bitmap4 fix ( #487 )
...
Expands on #486 by updating example and updating changelog.
- [x] Changelog updated
2023-09-28 21:35:21 +01:00
Corwin
e2bff6dfff
update changelog
2023-09-28 21:20:56 +01:00
Gwilym Inzani
c04d674101
Extend changelog entry to allow for tile set
2023-09-05 23:24:53 +01:00
Gwilym Inzani
b25ebf4a94
Add a changelog entry about the new flip methods
2023-08-29 16:21:28 +01:00
Gwilym Inzani
eede8c3719
Add changelog entries
2023-08-29 16:19:15 +01:00
Gwilym Inzani
136f551a98
Add changelog entry for from_f32 and from_f64
2023-08-06 20:27:09 +01:00
Gwilym Inzani
a399415930
Add changelog entry for licence change
2023-07-26 10:25:02 +01:00
Gwilym Inzani
a4a7089251
Add changelog entry and update readme
2023-07-25 20:18:21 +01:00
Corwin
a7f9fdf011
Release v0.16.0
2023-07-18 18:55:12 +01:00
Gwilym Inzani
ebf1f82026
Add changelog entry for > 15 colours bug
2023-07-12 11:54:56 +01:00
Gwilym Inzani
868e7d4339
VSCode wants the changelog formatted like this now
2023-07-12 11:54:43 +01:00
Corwin
551fbfab4a
update changelog
2023-07-04 22:29:28 +01:00
Gwilym Inzani
0e3fe2c49a
add a changelog entry
2023-06-18 16:43:00 +01:00
Gwilym Inzani
0278fc8158
Add changelog entry for removing binutils dependency
2023-05-21 16:38:06 +01:00
Corwin
93cd560ddc
add more to the changelog relating to changes made for no_game
2023-05-12 19:25:18 +01:00
Corwin
8aee2753f9
add changelog
2023-05-11 19:59:13 +01:00
Corwin
400abe5b31
Release v0.15.0
2023-04-25 21:51:29 +01:00
Corwin
3ec9bd2610
Merge remote-tracking branch 'upstream/master' into new-objects
2023-04-23 20:44:46 +01:00
Corwin
8ab539acbb
add changelog entries
2023-04-23 20:43:09 +01:00
Gwilym Inzani
6d7801788e
Add changelog entry
2023-04-23 18:02:00 +01:00
Gwilym Inzani
eb4476043c
Add changelog entry
2023-04-13 22:35:33 +01:00
Corwin
fc5ce97db4
Release v0.14.0
2023-04-11 21:28:22 +01:00
Corwin
79e43ccb8b
Interrupt soundness ( #408 )
...
Makes interrupt sound, albeit unsafe.
Also makes allocator not pause interrupts (and therefore not interrupt
safe!!!)
- [x] Changelog updated
2023-04-11 21:09:36 +01:00
Gwilym Inzani
0d9cc6c1f7
Replace references to gbafix with agb-gbafix
2023-04-11 20:09:05 +01:00
Corwin
d08ce9c85b
note allocator change
2023-04-06 21:53:18 +01:00
Corwin
44ef68d1ea
note the breaking change
2023-04-06 21:49:30 +01:00
Gwilym Inzani
6c4f1bcc11
Add changelog entry for codegen-units=1
2023-04-05 17:07:50 +01:00
Gwilym Inzani
64620afa10
Add changelog entry
2023-04-02 20:40:41 +01:00
Gwilym Inzani
353707cc74
Add changelog entry for new agb::entry macro changes
2023-03-23 23:12:08 +00:00
Gwilym Inzani
eb56a4a9d2
Add a changelog entry
2023-02-24 08:56:04 +00:00
Gwilym Kuiper
33c65474de
Add changelog entry
2023-02-23 21:20:51 +00:00
Gwilym Kuiper
aeca26bdef
Add changelog entry for 2021
2023-02-07 20:33:25 +00:00
Corwin
650702ed4e
modify changelog
2023-01-29 19:06:00 +00:00
Eievui
09cf960121
Update CHANGELOG
2023-01-21 14:14:43 -05:00
Gwilym Kuiper
b76e7b9bf0
Release v0.13.0
2023-01-19 20:21:09 +00:00
Gwilym Kuiper
1cd4cc6a9e
Merge remote-tracking branch 'origin/master' into remove-option-to-manage-your-own-interrupts-in-the-mixer
2023-01-12 22:30:32 +00:00
Gwilym Kuiper
7525a6f572
Make missing a vblank interrupt wait less painful ( #374 )
...
If you missed a vblank, then the next call to wait_for_vblank would
pointlessly wait rather than returning immediately. Meaning if you
missed a vblank by a few cycles, you'd be waiting for the entire next
one :(.
- [x] Changelog updated / no changelog update needed
2023-01-12 22:24:30 +00:00
Gwilym Kuiper
43aebe4092
Fix volume zero and power of 2 ( #375 )
...
Fixes #371 .
If the volume was zero, the calculation for leading zeros was incorrect.
So both reduce the amount of work done for 0 volume and also count the
leading zeros correctly in the fast path.
- [x] Changelog updated / no changelog update needed
2023-01-12 22:17:16 +00:00
Gwilym Kuiper
9796174a57
Add changelog entry for fixes
2023-01-12 21:55:25 +00:00
Gwilym Kuiper
ba8655070d
Add a changelog entry for the vblank change
2023-01-12 21:24:28 +00:00
Gwilym Kuiper
c1f619dd1e
Add changelog entry
2023-01-09 11:29:01 +00:00
Gwilym Kuiper
6c27e770b3
Changelog entry
2022-12-09 23:10:44 +00:00
Gwilym Kuiper
e8282fd2b5
Add changelog entry for text render rework
2022-11-21 23:06:04 +00:00
Gwilym Kuiper
b11e6ef34f
Add changelog entry for 0.12.2
2022-11-01 22:06:27 +00:00
Corwin
70f22b9255
Release v0.12.2
2022-10-22 12:59:20 +01:00
Corwin
78f9fd2026
Release v0.12.1
2022-10-12 19:00:12 +01:00