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
|
d483a84702
|
Also update the book examples
|
2022-01-01 23:39:31 +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
|
f178bfc1af
|
Add some comments to the template's main.rs
|
2022-01-01 23:36:53 +00:00 |
|
GBA bot
|
a1c4af3660
|
Fill in a bit about the Gba struct
|
2022-01-01 23:29:34 +00:00 |
|
GBA bot
|
618929939f
|
Document the Gba struct
|
2022-01-01 23:15:14 +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
|
8a197dbd2b
|
Build the pong example from the book as a real example
|
2022-01-01 22:46:37 +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 |
|
GBA bot
|
3a8ec51ce1
|
Make Cargo.lock consistent with Cargo.toml
|
2022-01-01 22:21:58 +00:00 |
|
Gwilym Kuiper
|
df9283f092
|
Merge pull request #148 from gwilymk/check-gba-ld-consistency
Check if all gba.ld and gba_mb.ld files are the same
|
2022-01-01 22:21:20 +00:00 |
|
GBA bot
|
0c8ca166f5
|
Update gba.ld in the-hat-chooses-the-wizard
|
2022-01-01 22:16:53 +00:00 |
|
GBA bot
|
5704531ecb
|
Check consistency on pull request and push
|
2022-01-01 22:15:52 +00:00 |
|
GBA bot
|
5f2fd8fb54
|
Check if all gba.ld and gba_mb.ld files are the same
|
2022-01-01 22:11:01 +00:00 |
|
Corwin
|
1aaa3886af
|
Merge pull request #143 from agbrs/renovate/syn-1.x
Update Rust crate syn to 1.0.84
|
2022-01-01 21:20:25 +00:00 |
|
Corwin
|
840c39887b
|
Merge pull request #142 from agbrs/renovate/quote-1.x
Update Rust crate quote to 1.0.14
|
2022-01-01 21:20:07 +00:00 |
|
Renovate Bot
|
e0d23abcf2
|
Update Rust crate syn to 1.0.84
|
2022-01-01 21:17:51 +00:00 |
|
Renovate Bot
|
5215f36cdc
|
Update Rust crate quote to 1.0.14
|
2022-01-01 21:15:47 +00:00 |
|
Corwin
|
f3378559eb
|
Merge pull request #145 from agbrs/renovate/bindgen-0.x
Update Rust crate bindgen to 0.59.2
|
2022-01-01 21:14:25 +00:00 |
|
Corwin
|
3e8a8cc8b4
|
Merge pull request #141 from agbrs/renovate/proc-macro2-1.x
Update Rust crate proc-macro2 to 1.0.36
|
2022-01-01 21:13:11 +00:00 |
|
Corwin
|
a881cef5a5
|
Merge pull request #146 from agbrs/renovate/bitflags-1.x
Update Rust crate bitflags to 1.3
|
2022-01-01 21:12:51 +00:00 |
|
Corwin
|
478d57ee90
|
Merge pull request #144 from agbrs/renovate/actions-cache-2.x
Update actions/cache action to v2.1.7
|
2022-01-01 21:12:38 +00:00 |
|
Renovate Bot
|
2e042d87c9
|
Update Rust crate bitflags to 1.3
|
2022-01-01 21:08:27 +00:00 |
|
Renovate Bot
|
72ad247583
|
Update Rust crate bindgen to 0.59.2
|
2022-01-01 21:07:43 +00:00 |
|
Renovate Bot
|
58f2e801ee
|
Update actions/cache action to v2.1.7
|
2022-01-01 21:07:00 +00:00 |
|
Renovate Bot
|
7b93c65564
|
Update Rust crate proc-macro2 to 1.0.36
|
2022-01-01 21:02:51 +00:00 |
|
Gwilym Kuiper
|
77a165fe43
|
Merge pull request #140 from gwilymk/add-example-projects
Add example projects
|
2022-01-01 20:50:16 +00:00 |
|
GBA bot
|
34a492443c
|
Push the zip files to the release on github
|
2022-01-01 20:23:18 +00:00 |
|
GBA bot
|
d98273e3b9
|
Zip up examples and build them on agb publishing
|
2022-01-01 20:17:56 +00:00 |
|
GBA bot
|
e0d3dddf63
|
Handle the fact that the output might not be in target/
|
2022-01-01 19:27:31 +00:00 |
|
GBA bot
|
a5afbda9da
|
The 'target' directory doesn't exist???
|
2022-01-01 19:16:20 +00:00 |
|
GBA bot
|
2cf4be6094
|
Don't build zstd any more for the-purple-night
|
2022-01-01 19:14:47 +00:00 |
|
GBA bot
|
5bbf110ae1
|
Temporarily list all files in the target directory
|
2022-01-01 19:05:30 +00:00 |
|
GBA bot
|
9ef55b26c5
|
Explicitly state the target
|
2022-01-01 18:58:34 +00:00 |
|
GBA bot
|
d13899f0a2
|
Fix lints in release.sh
|
2022-01-01 18:55:37 +00:00 |
|
GBA bot
|
13a0c07329
|
Verbose build
|
2022-01-01 17:30:06 +00:00 |
|
GBA bot
|
7c0275a8a9
|
Fix typo in build name
|
2022-01-01 16:19:14 +00:00 |
|
GBA bot
|
7d23beee4f
|
Make sure that the examples still build when releasing
|
2022-01-01 12:41:35 +00:00 |
|
GBA bot
|
589c5373ff
|
Better sed command for replacing the version
|
2022-01-01 12:39:40 +00:00 |
|
GBA bot
|
85c81fdc7c
|
Correct the logic for updating the agb version in the examples
|
2022-01-01 12:36:47 +00:00 |
|