Commit graph

151 commits

Author SHA1 Message Date
Gwilym Kuiper 4b7e825403 Update lockfiles 2022-02-24 22:26:08 +00:00
Gwilym Kuiper 9feab2b689 Update the big examples too 2022-01-16 21:44:17 +00:00
Gwilym Kuiper 40b87e6c6f
Merge pull request #158 from gwilymk/consolidate-workflows
Consolidate workflows
2022-01-12 23:34:47 +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 0aa5d51c6f Build example gba files into examples/target 2022-01-12 22:57:47 +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
Corwin 311c26caad
Merge pull request #149 from gwilymk/pong-book
First 3 chapters on writing a pong game
2022-01-03 23:01:34 +00:00
GBA bot 96aefcbdf5 Update all the usages of mixer.vblank() 2022-01-02 21:59:17 +00:00
GBA bot b5ff4991fa Use builder style for ObjectStandard 2022-01-02 11:14:18 +00:00
GBA bot 70e91e496c Update all the example lock files 2022-01-01 22:47:25 +00:00
GBA bot 0c8ca166f5 Update gba.ld in the-hat-chooses-the-wizard 2022-01-01 22:16:53 +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 ec9a345563 Add build script to generate the .gba files 2022-01-01 12:26:11 +00:00
GBA bot 02940b447a Update names to reflect the final name 2022-01-01 12:15:56 +00:00
GBA bot 5a72c0c0fa cargo clippy --fix 2022-01-01 12:13:07 +00:00
GBA bot acb6f468e6 Fix more lints automatically 2022-01-01 12:12:11 +00:00
GBA bot 42be969c1f Autofix a bunch of lints 2022-01-01 12:11:21 +00:00
GBA bot 6bd4a52f01 Fix warnings 2022-01-01 12:10:14 +00:00
GBA bot 92d63999e8 Add the hat chooses the wizard example 2022-01-01 12:09:21 +00:00
GBA bot 2e181ad0ea Fix warnings 2022-01-01 12:07:16 +00:00
GBA bot a8ba0c4d7d Add the purple night example 2022-01-01 12:05:48 +00:00
Gwilym Kuiper 8fd4186f0f Move everything to the agb directory 2021-04-19 22:47:43 +01:00
Gwilym Kuiper 4bd856387c Use agb rather than gba 2021-04-16 19:07:23 +01:00
Gwilym Kuiper 781fc291f0 Add channel 2 support 2021-04-16 19:07:23 +01:00
Gwilym Kuiper 0e27b956de Allow full customisation 2021-04-16 19:07:23 +01:00
Gwilym Kuiper 82fd9ce120 Use SoundDirection rather than a boolean 2021-04-16 19:07:23 +01:00
Gwilym Kuiper dda79df12d Make sweep settings configurable 2021-04-16 19:07:23 +01:00
Gwilym Kuiper 71160c7116 Really simple beep 2021-04-16 19:07:23 +01:00
Corwin Kuiper d761714f62 fix rename of gba -> agb 2021-04-15 22:13:44 +01:00
Corwin Kuiper 1ec8cbaa20 game feel, allow jumping if just left ground 2021-04-11 16:48:21 +01:00
Corwin Kuiper 1afb3cc08b satisfy linter 2021-04-11 16:48:21 +01:00
Corwin Kuiper fbdb91e9e0 finish up chicken demo 2021-04-11 16:48:21 +01:00
Corwin Kuiper bea753d81a mark get object as unsafe 2021-04-11 16:48:21 +01:00
Corwin Kuiper 432c7f12f0 chicken object added 2021-04-11 16:48:21 +01:00
Corwin Kuiper 1ba130f3bf add comment marking incompleteness 2021-04-11 16:48:21 +01:00
Corwin Kuiper 841d6d5508 tiled0 for background implemented
enough to get my previous chicken example background showing
2021-04-11 16:48:21 +01:00
Corwin Kuiper 300a87df72 add underscore to show unused variable 2021-04-11 16:41:39 +01:00
Corwin Kuiper 9ea3ece74b remove unused import 2021-04-11 16:41:39 +01:00
Corwin Kuiper adfa3b9fde add example that is literally the tonc example 2021-04-10 20:04:21 +01:00
Corwin Kuiper ec4e11b44a add an example to just test building 2021-04-10 20:04:21 +01:00
Corwin Kuiper e6c737eac2 working with release mode 2021-03-09 00:11:19 +00:00
Corwin Kuiper 87c8ec9c38 panic example for integer overflow 2021-03-09 00:10:14 +00:00
Corwin Kuiper f1941729ca move video and vblank to own files 2021-03-08 03:48:28 +00:00
Corwin Kuiper b05c339cbf fix panic example 2021-03-08 03:48:13 +00:00
Corwin Kuiper 6b78a99211 fix syscall example 2021-03-08 01:59:54 +00:00
Corwin Kuiper 0dc5d620c7 disallow multiple video contexts at compile time 2021-03-08 01:59:05 +00:00
Corwin Kuiper 9527d32521 allow only one vblank handler 2021-03-07 00:47:39 +00:00
Corwin Kuiper 9b0bdb17e5 implement more ways of panicking 2021-03-06 20:09:23 +00:00
Corwin Kuiper 0790f78103 initial commit 2021-03-06 17:58:59 +00:00