Corwin
ddc925ca7e
Add example for saving ( #470 )
...
Adds a quick example for saving a some numbers in sram.
- [x] no changelog update needed
2023-08-05 12:07:05 +01:00
Corwin
ba62aca590
add example for saving
2023-08-05 11:53:14 +01:00
Gwilym Inzani
f3a6bead13
Actually update the gbafix licence
2023-07-28 21:54:36 +01:00
Gwilym Inzani
92a1478327
Update lockfiles ( #466 )
...
Updating lockfiles speeds up the build :)
2023-07-26 11:42:32 +01:00
GBA bot
e08024ae5b
Update lockfiles
2023-07-26 11:31:26 +01:00
Gwilym Inzani
a2dc536d49
Use my new married name in all the places it appeared ( #465 )
...
- [x] no changelog update needed
2023-07-26 10:42:31 +01:00
Gwilym Inzani
a30bb9a774
Use own gbafix implementation ( #464 )
...
Breaks the dependency on the gbafix crate and implements the header
fixing code internally.
Also, relicence `agb-gbafix` to MPL to match everything else.
- [x] Changelog updated
2023-07-26 10:39:26 +01:00
Gwilym Inzani
e4dd95fbf2
16x16 levels ( #462 )
...
When we wrote our gmtk game jam 23 entry, we used 8x8 tiles in our maps.
But it made a lot of things quite annoying, so here is my attempt at
using 16x16 tiles instead and handling the pain just once in build.rs
- [x] no changelog update needed
2023-07-26 10:30:36 +01:00
Gwilym Inzani
3da10f11be
Use my new married name in all the places it appeared
2023-07-26 10:29:03 +01:00
Gwilym Inzani
a399415930
Add changelog entry for licence change
2023-07-26 10:25:02 +01:00
Gwilym Inzani
61c4b03f7d
Update the licence to be MPL since we have no GPL dependency any more
2023-07-26 10:23:34 +01:00
Gwilym Inzani
d9fc333644
Implement the padding flag
2023-07-26 10:21:54 +01:00
Gwilym Inzani
9eee5a03f2
Implement our own gba header
2023-07-26 10:18:28 +01:00
Gwilym Inzani
eb31a98f29
Extract write_gba_file to lib.rs
2023-07-26 09:53:32 +01:00
Gwilym Inzani
6c7f415fb6
Channel counts as finished if the channel position reaches the end of the effect ( #463 )
...
Fixes an issue where you could only play 8 sounds until it would stop
entirely.
- [x] no changelog update needed
2023-07-25 23:33:39 +01:00
Gwilym Inzani
9445a57f48
Channel counts as finished if the channel position reaches the end of the effect
2023-07-25 23:24:40 +01:00
Gwilym Inzani
a5ad0129ed
Don't need to call it levels16 any more
2023-07-25 23:22:08 +01:00
Gwilym Inzani
15ea1427df
Delete the old 8x8 levels
2023-07-25 23:16:00 +01:00
Gwilym Inzani
ea3ba89f92
16x16 levels!!
2023-07-25 23:15:34 +01:00
Gwilym Inzani
999a73439c
Migrate the first 6 levels
2023-07-25 22:34:09 +01:00
Gwilym Inzani
3bd5ae2313
level 1 implemented
2023-07-25 22:23:32 +01:00
Corwin
b80c85f1d9
Import dungeon puzzler's lament ( #459 )
...
Includes dungeon keepers lament in the examples
- [x] no changelog update needed
2023-07-25 20:52:48 +01:00
Corwin
748f061856
remove unused method
2023-07-25 20:41:16 +01:00
Corwin
95c4368df6
remove unused resolution
2023-07-25 20:41:05 +01:00
Corwin
e7fe866036
remove sound files for unused effects
2023-07-25 20:40:16 +01:00
Corwin
9ee98cf0bf
remove unused sounds
2023-07-25 20:39:14 +01:00
Corwin
c461b581b5
emit sword hit
2023-07-25 20:39:06 +01:00
Gwilym Inzani
bddb77f5c9
XM tracker ( #461 )
...
Closes #446
One big problem with our games so far is that they are 95% music files.
If we want to add a game with more music, we can't at the moment.
This adds a tracker player which can play XM files easily in your games.
A lot of features from tracker files aren't supported yet, but enough to
make the examples sound at least half decent.
- [x] Changelog updated
2023-07-25 20:29:31 +01:00
Corwin
b806fa8e66
fix names
2023-07-25 20:27:03 +01:00
Gwilym Inzani
a4a7089251
Add changelog entry and update readme
2023-07-25 20:18:21 +01:00
Gwilym Inzani
e8e5b31d42
No need to use a generic here any more
2023-07-25 00:50:47 +01:00
Gwilym Inzani
f7b3aa8ecb
Don't need lr to be saved since we're not using it
2023-07-25 00:27:20 +01:00
Gwilym Inzani
49b9a07a87
Give the same assembly treatment to mono sounds
2023-07-25 00:18:48 +01:00
Gwilym Inzani
de666a54f9
Core loop for the tracker in assembly
2023-07-24 23:59:54 +01:00
Gwilym Inzani
df75d1ce8c
Fix build errors
2023-07-23 23:39:52 +01:00
Gwilym Inzani
25ee876932
Fix a bunch of bugs after playing with different tracks
2023-07-23 23:37:14 +01:00
Gwilym Inzani
a4df095031
Improve accuracy of the panning and volume until the last second
2023-07-23 22:15:30 +01:00
Gwilym Inzani
d233a2539c
Improve accuracy of the volume
2023-07-23 22:10:25 +01:00
Gwilym Inzani
095723bbf8
FineVolumeSlide
2023-07-23 22:03:32 +01:00
Gwilym Inzani
f6a05178db
Fix slides and add the portamento one
2023-07-23 21:36:02 +01:00
Gwilym Inzani
0911ca44c5
Try a new song and add memory support
2023-07-23 20:54:24 +01:00
Gwilym Inzani
1a25268285
Do the correct type of building for the tracker
2023-07-23 20:36:54 +01:00
Gwilym Inzani
21d1d1385a
Remove unused tracker files and add where I found db_toffe
2023-07-23 20:31:46 +01:00
Gwilym Inzani
70d34f1fc8
Rename to include_xm to match the rest of agb
2023-07-23 20:22:22 +01:00
Gwilym Inzani
6cb8f68104
Write some simple docs for agb_tracker
2023-07-23 20:21:04 +01:00
Gwilym Inzani
e2f14094fc
Update my name
2023-07-23 20:00:31 +01:00
Gwilym Inzani
b593b90701
Get the docs building
2023-07-23 19:52:11 +01:00
Gwilym Inzani
352658f23f
Fix clippy lints
2023-07-23 19:08:51 +01:00
Gwilym Inzani
85561de1ca
Attempt to update the tools to the new folder
2023-07-23 18:35:50 +01:00
Gwilym Inzani
992ce37464
Update justfile to support the tracker crates
2023-07-23 00:31:12 +01:00