Commit graph

819 commits

Author SHA1 Message Date
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
GBA bot 55c9aea76f Update examples when bumping agb version 2022-01-01 12:32:03 +00:00
GBA bot d390a32d8f Build examples as part of CI 2022-01-01 12:27:46 +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 285643a973
Merge pull request #139 from gwilymk/import-asm-macro
Import the new asm macro required in newer versions of nightly
2022-01-01 11:41:01 +00:00
GBA bot fa88bc40c6 Add another missing must_use 2022-01-01 11:35:49 +00:00
GBA bot 5f13c69fcf Replace .map.flatten with .flat_map 2022-01-01 11:35:17 +00:00
GBA bot afe69b98b8 Add a bunch of must_use now requested by clippy 2022-01-01 11:34:43 +00:00
GBA bot 21c934623d Import the new asm macro required in newer versions of nightly 2022-01-01 11:20:30 +00:00
Gwilym Kuiper b63181f883
Merge pull request #138 from corwinkuiper/number-alpha-max-plus-beta-min
Alpha max + beta min
2021-12-31 23:34:46 +00:00
Corwin Kuiper 38703c7cb8 add different implementation of sqrt 2021-12-06 23:31:42 +00:00
Corwin Kuiper 3800be4dcb test for accuracy of magnitude function 2021-12-06 22:51:43 +00:00
Corwin Kuiper affa27c8e0 remove unused crate 2021-12-06 22:43:58 +00:00
Corwin Kuiper 9a25274bb0 switched the magnitude function to use the alpha max + beta min algorithm 2021-12-06 19:49:27 +00:00
Corwin f5ae6ac579
Merge pull request #136 from corwinkuiper/num-macro-test-fix
actually test base B in test base
2021-12-04 13:58:47 +00:00
Corwin Kuiper b347f9338e actually test base B in test base 2021-12-04 13:52:47 +00:00
Corwin 453e098703
Merge pull request #135 from corwinkuiper/number-macro
create a number macro that can use floating point numbes
2021-12-04 03:11:26 +00:00
Corwin Kuiper ecd04190fa remove unused stuff 2021-12-04 02:57:51 +00:00
Corwin Kuiper 6e0cbbe9eb create a number macro that can use floating point numbes 2021-12-04 02:44:57 +00:00
Corwin 6c154b02dc
Merge pull request #134 from gwilymk/book
Start writing the agb book
2021-11-26 21:48:28 +00:00
Corwin e27bcc8d3e
Merge pull request #133 from gwilymk/update-template-repo-on-release
Update template repo on release
2021-11-26 21:48:07 +00:00
GBA bot 6988b51583 Update template repo on release of agb 2021-11-24 22:44:11 +00:00
GBA bot 8d6d24598f Add gitignore for template 2021-11-24 22:42:55 +00:00