Commit graph

108 commits

Author SHA1 Message Date
GBA bot 71788e1f0a Update lockfiles 2022-04-23 22:14:08 +00:00
GBA bot d394c43d4f Update lockfiles 2022-04-11 11:55:44 +00:00
Corwin f7ef25f3f0
Merge pull request #209 from corwinkuiper/z-ordered-sprites
Z ordered sprites
2022-04-07 22:46:26 +01:00
Gwilym Kuiper e3e29ab21b Update lockfiles with new font rendering stuff 2022-04-05 23:43:58 +01:00
Corwin 810726ea79 fix book example 2022-04-05 21:30:26 +01:00
GBA bot 919ddf06ad Update lockfiles 2022-04-04 15:18:00 +00:00
GBA bot da7844a6c5 Update lockfiles 2022-03-30 10:54:21 +00:00
Gwilym Kuiper f6ae4f731b Release agb v0.9.2 2022-03-28 22:50:36 +01:00
Gwilym Kuiper 394c02f704 Release agb v0.9.1 2022-03-28 22:44:33 +01:00
Gwilym Kuiper a97dcb2d2e Release agb v0.9.0 2022-03-28 22:33:22 +01:00
Gwilym Kuiper 12c3639cb4 Temporarily remove the sprites chapter and update the gba struct chapter ready for release 2022-03-28 22:31:22 +01:00
Gwilym Kuiper 8eb4b99045 Release agb-fixnum v0.2.1 2022-03-28 22:30:51 +01:00
Gwilym Kuiper 021fdda997 Release agb-fixnum v0.2.0 2022-03-28 22:27:19 +01:00
Gwilym Kuiper c1cfb9910a Release agb-sound-converter v0.2.0 2022-03-28 22:24:07 +01:00
Gwilym Kuiper 78dc3ac57f Release agb-image-converter v0.7.0 2022-03-28 22:21:45 +01:00
Gwilym Kuiper 942da6ebf7 Release agb-macros v0.2.0 2022-03-28 22:18:22 +01:00
Gwilym Kuiper 3e34509049 Rename get_object to object 2022-03-23 20:34:55 +00:00
Gwilym Kuiper 5791d033ef Rename get_sprite and get_animation_sprite to remove get_ prefix 2022-03-23 20:32:29 +00:00
GBA bot 129e4161a2 Update lockfiles 2022-03-21 11:39:07 +00:00
Gwilym Kuiper 9f6797f4ed Update lockfiles 2022-03-19 23:09:21 +00:00
GBA bot 4ee540aecf Update lockfiles 2022-03-15 06:06:15 +00:00
GBA bot b43baf43cf Update lockfiles 2022-03-14 09:59:03 +00:00
Corwin 44c7a93fa3 use new api 2022-03-12 17:36:38 +00:00
Corwin 8d20e02a4a fix pong example to use new system
TODO: fix transparency
2022-03-07 22:04:02 +00:00
Gwilym Kuiper 39a8b5a64f Update lockfiles 2022-03-05 20:52:26 +00:00
GBA bot 03dfaf9d5f Update lockfiles 2022-03-01 20:07:25 +00:00
Gwilym Kuiper 4b7e825403 Update lockfiles 2022-02-24 22:26:08 +00:00
Gwilym Kuiper f3e3782699 Update the book and the template 2022-01-16 21:46:53 +00:00
Gwilym Kuiper 9feab2b689 Update the big examples too 2022-01-16 21:44:17 +00:00
Gwilym Kuiper 17867da596
Merge pull request #155 from agbrs/renovate/syn-1.x
Update Rust crate syn to 1.0.85
2022-01-12 23:18:16 +00:00
Gwilym Kuiper d44e0fc796 Update lockfiles 2022-01-12 23:05:02 +00:00
Gwilym Kuiper 19f071fd5a Use agb::fixnum rather than agb::number 2022-01-12 22:09:57 +00:00
GBA bot 60e78768a4 You don't need extern crate agb; any more 2022-01-04 00:16:25 +00:00
GBA bot 4b86c22bee Revise sentence that didn't make much sense 2022-01-02 21:30:19 +00:00
GBA bot 026f057b8d Finish off section about bouncing a ball around the screen 2022-01-02 18:46:00 +00:00
GBA bot af40d48360 Add section on loading graphics and document the include_gfx! macro 2022-01-02 18:11:36 +00:00
GBA bot a39d5cfd69 Add some more documentation 2022-01-02 11:27:26 +00:00
GBA bot b5ff4991fa Use builder style for ObjectStandard 2022-01-02 11:14:18 +00:00
GBA bot cd1c71fc5e Put a ball on screen 2022-01-02 00:40:34 +00:00
GBA bot 26400c97e8 Extract a function for loading the sprite data 2022-01-02 00:28:14 +00:00
GBA bot acee6a3c51 Import the sprites in the pong code 2022-01-02 00:21:59 +00:00
GBA bot e02fda5fc9 Start the sprites chapter 2022-01-02 00:11:07 +00:00
GBA bot b6b3cf2491 Update the pong example to have the same comments as there are now in the template 2022-01-01 23:38:13 +00:00
GBA bot a1c4af3660 Fill in a bit about the Gba struct 2022-01-01 23:29:34 +00:00
GBA bot 5bcb86c222 Start writing about the gba struct 2022-01-01 23:15:07 +00:00
GBA bot f307db79e2 Rename to 01_introduction 2022-01-01 22:49:07 +00:00
GBA bot 70e91e496c Update all the example lock files 2022-01-01 22:47:25 +00:00
GBA bot df1d016235 Use the local copy of agb rather than the version from crates.io 2022-01-01 22:47:01 +00:00
GBA bot 129138e388 Update the name of the pong game crate 2022-01-01 22:38:56 +00:00
GBA bot a363dfc757 Start the pong example for the book 2022-01-01 22:37:39 +00:00
GBA bot dcba19ed73 Write the introduction for the pong game 2022-01-01 22:35:08 +00:00
Gwilym Kuiper 73957a394c Move some files around 2021-11-24 20:24:11 +00:00
Gwilym Kuiper fb67cadbc7 Add some setup guide stuff 2021-11-24 20:20:17 +00:00
Gwilym Kuiper 2b5d5a5f41 Minor rewording 2021-11-24 19:44:39 +00:00
Gwilym Kuiper cab07edf1b Add the hardware introduction 2021-11-23 22:39:40 +00:00
Gwilym Kuiper 89afcc02a6 Apparently Game Boy is correct 2021-11-23 22:17:07 +00:00
Gwilym Kuiper d21c0e372a Add an introduction 2021-11-23 22:16:12 +00:00
Gwilym Kuiper f7f8bf88e1 Add mdbook template 2021-11-23 21:57:07 +00:00