Commit graph

2793 commits

Author SHA1 Message Date
Corwin
ed218102ab
Merge pull request #301 from agbrs/arm-debug-tests
run arm debug tests in debug mode
2022-08-24 03:06:21 +01:00
Corwin
427c2db8b9
run arm debug tests in debug mode 2022-08-24 02:52:32 +01:00
Corwin
cca24434ef
Merge pull request #295 from agbrs/renovate/clap-3.x
Update Rust crate clap to 3.2.17
2022-08-24 02:49:12 +01:00
Corwin
a646e51886
Merge pull request #300 from corwinkuiper/update-arm-target
Switch to the built in arm target
2022-08-24 02:47:51 +01:00
Corwin
8db2617722 switch to using the rust built in target 2022-08-23 12:44:54 +01:00
GBA bot
490e3492fa Update lockfiles 2022-08-16 19:07:17 +00:00
Gwilym Kuiper
2baebedf38 Be less specific about the clap and toml-edit versions 2022-08-16 20:05:57 +01:00
GBA bot
2cbbab3305 Update lockfiles 2022-08-12 14:49:01 +00:00
renovate[bot]
db59ff552a
Update Rust crate clap to 3.2.17 2022-08-12 14:47:46 +00:00
Gwilym Kuiper
fcde651821 Allow movement of the affine background 2022-08-12 00:02:10 +01:00
Gwilym Kuiper
97e3948f32 Fix warnings and remove debug logs 2022-08-11 23:49:51 +01:00
Gwilym Kuiper
ff89f7f425 Get first example working 2022-08-11 23:49:51 +01:00
Gwilym Kuiper
916a3d4b20 Start tracking the colours for a 256 colour image 2022-08-11 23:49:51 +01:00
Gwilym Kuiper
702286979d Fix warning 2022-08-11 23:49:51 +01:00
Gwilym Kuiper
e97061a5af Optimise all palettes together 2022-08-11 23:49:51 +01:00
Gwilym Kuiper
c87a9ff077 Allow configuring backgrounds with a colour 2022-08-11 23:49:51 +01:00
Gwilym Kuiper
9a5ecc5cda Assert replace tile is passed two tiles of the same size 2022-08-11 23:49:51 +01:00
Gwilym Kuiper
d106b0a82b Simplify map.rs 2022-08-11 23:49:51 +01:00
Gwilym Kuiper
affea47a32 Remove const and rustfmt::skip 2022-08-11 23:49:51 +01:00
Gwilym Kuiper
31f85cf6b9 Simplify tiled0-2 2022-08-11 23:49:51 +01:00
Gwilym Kuiper
d59e2672c0 Remove features 2022-08-11 23:49:51 +01:00
lifning
ee576597c2 Add rudimentary affine background layer support. 2022-08-11 23:49:51 +01:00
Corwin
0a991af2e9
Merge pull request #289 from corwinkuiper/blend
Add blending support
2022-08-11 20:38:14 +01:00
Corwin
d5c9312dc4 add convenience functions for performing multiple actions on one layer 2022-08-09 19:16:12 +01:00
Corwin
2cc5602731 add changelog entry 2022-08-09 19:16:12 +01:00
Corwin
afa9ef9109 add docs for blend 2022-08-09 19:16:12 +01:00
Corwin
921c26f7c2 add blending to the window example 2022-08-09 19:16:12 +01:00
Corwin
ff5a1fbbba add an example to the new number function 2022-08-09 19:16:12 +01:00
Corwin
7ad160e30f use struct newtypes 2022-08-09 19:16:12 +01:00
Corwin
cae71ff249 add blend to distributor 2022-08-09 19:16:12 +01:00
Corwin
41ccd56919 new function for blend 2022-08-09 19:16:12 +01:00
Corwin
d0b3d9e7b3 add blend abstraction 2022-08-09 19:16:12 +01:00
Corwin
5d2161c318 add function to attempt to change base 2022-08-09 19:16:12 +01:00
Corwin
ca9c898c14 add general set bits 2022-08-09 19:16:12 +01:00
Corwin
3dda6fb0da
Merge pull request #292 from corwinkuiper/fix-fast-normalise
take absolute values of the x, y coordinate
2022-08-08 19:45:22 +01:00
Corwin
a1ea317b43 update the changelog to note this fix 2022-08-08 18:57:46 +01:00
Corwin
102b4f6c2d take absolute values of the x, y coordinate 2022-08-08 18:56:30 +01:00
Corwin
522140e1fa add a workspace to load all agb projects
this works well with rust-analyzer! Can use it across all our crates.
2022-08-08 18:55:19 +01:00
Corwin
4a5f77ddd6 fix doc comment to link correctly 2022-08-06 21:16:11 +01:00
Corwin
319cb7da6f
Merge pull request #283 from agbrs/windows
Windows
2022-08-06 14:10:12 +01:00
Corwin
12d4a8cd81 add module level docs 2022-08-06 12:51:59 +01:00
Corwin
fc94f833f7 update changelog with windows 2022-08-06 12:36:50 +01:00
Corwin
e1448f7d81 write docs for windows 2022-08-06 12:36:28 +01:00
Corwin
78ff4011c7 merge imports 2022-08-06 12:36:28 +01:00
Corwin
dbbd7a3d34 add some inlines to small functions 2022-08-06 12:36:28 +01:00
Corwin
e318898197 add example for window 2022-08-06 12:36:28 +01:00
Corwin
2b4a95a4a9 clamp the position before converting to u8 2022-08-06 12:36:28 +01:00
Corwin
648ce375d5 enabling and disabling windows 2022-08-06 12:36:28 +01:00
Corwin
f9d9220ead function to reset the window 2022-08-06 12:36:28 +01:00
Corwin
44fd7d0027 use a name matching rust conventions 2022-08-06 12:36:28 +01:00