Commit graph

53 commits

Author SHA1 Message Date
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
Corwin a9d2d4576a update changelog 2022-10-12 17:32:01 +01:00
Gwilym Kuiper fc45af262b Release v0.12.0 2022-10-11 23:34:13 +01:00
Gwilym Kuiper adac68d3d8 Mention the new contributors in the changelog 2022-10-11 23:25:17 +01:00
Corwin d2f5a5333a Merge remote-tracking branch 'upstream/master' into object-controller2 2022-10-09 00:19:44 +01:00
Corwin a41e85302a add changelog entry 2022-10-08 23:40:12 +01:00
Corwin 0a715c347c write changelog 2022-10-08 23:38:58 +01:00
Gwilym Kuiper f5f73e89f5
Merge branch 'master' into affine 2022-10-08 23:03:42 +01:00
Gwilym Kuiper 1e759dbeca Move the palettes to a single constant rather than being repeated 2022-10-08 23:02:54 +01:00
Gwilym Kuiper a5c86e8ce8 Add changelog entries 2022-10-08 22:44:37 +01:00
Gwilym Kuiper f125025409 Add changelog entry for removing frequency features 2022-10-08 21:24:47 +01:00
Gwilym Kuiper 01862901c2 Mention the size_hint implementation in the changelog 2022-10-02 18:57:39 +01:00
Gwilym Kuiper 9534ccc59c Add changelog entry 2022-10-02 18:55:57 +01:00
Gwilym Kuiper 030d43d68c Attempt to write something which updates the changelog for me 2022-10-02 18:13:31 +01:00
Alissa Rao 223ef150ab
Update changelog. 2022-09-15 23:25:17 -07:00
Alissa Rao e4e90ed51b
Update changelog. 2022-09-15 23:14:42 -07:00
Gwilym Kuiper 08360b5245 Add a changelog entry 2022-09-15 22:41:10 +01:00
Ian Clester 67a34721aa Update changelog. 2022-09-10 14:37:42 -04:00
Corwin 2cc5602731 add changelog entry 2022-08-09 19:16:12 +01:00
Corwin a1ea317b43 update the changelog to note this fix 2022-08-08 18:57:46 +01:00
Corwin fc94f833f7 update changelog with windows 2022-08-06 12:36:50 +01:00
Corwin 194c40dc2e add entry for allocators in hashmap in changelog 2022-08-04 20:08:39 +01:00
Corwin a0ee727ed0 update changelog to the version that will be released 2022-08-02 23:49:46 +01:00
Corwin 566d5927a5 write release changelog 2022-08-02 23:45:44 +01:00
Corwin ba9ec2b638 update changelog 2022-08-02 22:36:15 +01:00