Commit graph

2202 commits

Author SHA1 Message Date
Gwilym Kuiper
5197f5b37d Move uses to the top and allow default features 2022-03-05 19:23:53 +00:00
Gwilym Kuiper
10c97f48d8 Introduce the MapLoan to infinite scrolled map 2022-03-05 19:23:53 +00:00
Gwilym Kuiper
2c8fce40d3 Store the used backgrounds in a bit array 2022-03-05 19:23:53 +00:00
Gwilym Kuiper
2d99d017fc Stop printing the cloud positions 2022-03-05 19:23:53 +00:00
Gwilym Kuiper
cd05fee360 Use a concrete type for the TileReference 2022-03-05 19:23:53 +00:00
Gwilym Kuiper
5793d6b6ab Introduce methods for increasing and decreasing the reference 2022-03-05 19:23:53 +00:00
Gwilym Kuiper
2a04ebd884 Rename TileReference to VRamState 2022-03-05 19:23:53 +00:00
Gwilym Kuiper
5533c9c052 Fix reuse issue 2022-03-05 19:23:53 +00:00
Gwilym Kuiper
a2c6c6a70c Make the tile references clearer 2022-03-05 19:23:53 +00:00
Gwilym Kuiper
bf10d9a5ff Try copying the correct amount 2022-03-05 19:23:53 +00:00
Gwilym Kuiper
7f0d7757c5 Really trying hard to get this working 2022-03-05 19:23:53 +00:00
Gwilym Kuiper
f785d65057 Something that seems like it is close to working 2022-03-05 19:23:50 +00:00
Gwilym Kuiper
472875edac Update the wave example 2022-03-05 19:21:54 +00:00
Gwilym Kuiper
38e57489a3 Rework the settings a little to allow for raw tile ids 2022-03-05 19:21:54 +00:00
Gwilym Kuiper
cf72a9331a Add API for setting tile data from just a number 2022-03-05 19:21:54 +00:00
Gwilym Kuiper
1286a58511 Ensure that we don't copy twice 2022-03-05 19:21:54 +00:00
Gwilym Kuiper
0081d1c6ee Update the chicken example 2022-03-05 19:21:54 +00:00
Gwilym Kuiper
06c988e952 Fix the test logo and the example 2022-03-05 19:21:54 +00:00
Gwilym Kuiper
8fcb9e607d Special case the first element in references 2022-03-05 19:21:54 +00:00
Gwilym Kuiper
bdeaf346cd Remove the old tile before creating the new one 2022-03-05 19:21:54 +00:00
Gwilym Kuiper
2044cbf379 Generation makes more sense to be a u16 for better data storage 2022-03-05 19:21:54 +00:00
Gwilym Kuiper
0ebd2c2e40 transparent is probably more correct 2022-03-05 19:21:54 +00:00
Gwilym Kuiper
1562e63bee Marker is a better name for this probably 2022-03-05 19:21:54 +00:00
Gwilym Kuiper
7c3725497c Add method to hide background 2022-03-05 19:21:54 +00:00
Gwilym Kuiper
93d82f309e Test logo now displays 2022-03-05 19:21:54 +00:00
Gwilym Kuiper
b2c16f754b Add some room to breathe 2022-03-05 19:21:54 +00:00
Gwilym Kuiper
effaac3885 hopefully enough to actually maybe display something? 2022-03-05 19:21:54 +00:00
Gwilym Kuiper
5ea6eb0f1d Complete re-do of tile storage management in backgrounds 2022-03-05 19:21:54 +00:00
Gwilym Kuiper
e77a1c26a3
Merge pull request #177 from gwilymk/strategic-inlines
Strategic inlines
2022-03-05 19:06:10 +00:00
Gwilym Kuiper
6690538781 Some inlines in SoundChannel which weren't being inlined for some reason 2022-03-05 18:51:17 +00:00
Gwilym Kuiper
8010b2661a Add inlines for basic functions in fixnum which weren't being inlined 2022-03-05 18:42:40 +00:00
Gwilym Kuiper
60977b7d2d
Merge pull request #176 from gwilymk/fix-clippy-lints-in-hat-chooses-wizard
Fix clippy lints for hat-chooses-wizard
2022-03-05 18:37:33 +00:00
Gwilym Kuiper
106ad5fed5 Fix clippy lints for hat-chooses-wizard 2022-03-05 18:25:28 +00:00
Gwilym Kuiper
48f89edc8c
Merge pull request #174 from gwilymk/fix-clippy-warnings-in-purple-night
Fix clippy warnings in purple night
2022-03-05 18:12:47 +00:00
Gwilym Kuiper
3a36e15b4c
Merge pull request #175 from agbrs/renovate/actions-checkout-3.x
Update actions/checkout action to v3
2022-03-01 22:04:05 +00:00
GBA bot
03dfaf9d5f Update lockfiles 2022-03-01 20:07:25 +00:00
Renovate Bot
9e15f0bf65
Update actions/checkout action to v3 2022-03-01 20:05:55 +00:00
Gwilym Kuiper
9f2cbdee85 setup just in a different step for update lockfiles 2022-02-26 21:26:32 +00:00
Gwilym Kuiper
e86bb71abd Fix clippy lints in the-purple-night 2022-02-26 21:21:54 +00:00
Gwilym Kuiper
548e88f7c4 Fix clippy lints in purple-night build.rs 2022-02-26 21:16:59 +00:00
Gwilym Kuiper
4ee2fcf749
Merge pull request #173 from gwilymk/add-justfile
Add justfile
2022-02-24 22:26:38 +00:00
Gwilym Kuiper
4b7e825403 Update lockfiles 2022-02-24 22:26:08 +00:00
Gwilym Kuiper
5c71a997ce Only set the username and email in the one command it matters 2022-02-24 22:24:47 +00:00
Gwilym Kuiper
43f8e62631 Add ability to run an example game 2022-02-24 22:19:25 +00:00
Gwilym Kuiper
83be1c7c22 Add ability to run example in release mode 2022-02-24 22:08:36 +00:00
Gwilym Kuiper
28cc061596 Add ability to just run an example 2022-02-24 22:07:28 +00:00
Gwilym Kuiper
fdaaa1fc77 Use -execdir to update the lockfiles 2022-02-24 22:03:13 +00:00
GBA bot
52a0f87e3c Use cargo update rather than cargo generate-lockfile 2022-02-24 21:56:43 +00:00
Gwilym Kuiper
b1b860edaf add target for clean and test and have a cargo target dir 2022-02-24 21:54:16 +00:00
Gwilym Kuiper
67fbca07e4 Use just in the action 2022-02-24 21:38:24 +00:00