1
0
Fork 0
mirror of https://github.com/italicsjenga/agb.git synced 2025-01-14 19:40:38 +11:00
Commit graph

1835 commits

Author SHA1 Message Date
Corwin Kuiper
faab06e6af add license and description 2021-04-15 22:02:25 +01:00
Corwin Kuiper
f44f581587 change name 2021-04-15 21:58:02 +01:00
Corwin Kuiper
a51c05bbe0 only install libmgba 2021-04-13 22:43:36 +01:00
Corwin Kuiper
b0ef0381a3 upgrade to new test runner 2021-04-13 22:43:36 +01:00
Corwin Kuiper
239bcbe81b format numbers nicer 2021-04-13 01:47:51 +01:00
Corwin Kuiper
66d5278558 add explicit pools 2021-04-13 01:47:51 +01:00
Corwin Kuiper
c315aab113 copy iwram section to iwram 2021-04-13 01:47:51 +01:00
Corwin Kuiper
3905c3e13a change test to always go through Gba::new 2021-04-13 01:47:51 +01:00
Corwin Kuiper
ea8be33d3c remove stack section in linker script 2021-04-13 01:42:23 +01:00
Corwin Kuiper
c7d31a6cf9 update runner to new test runner 2021-04-13 01:25:04 +01:00
Corwin Kuiper
b2c7e1b95d add different requirements for different actions 2021-04-11 16:58:28 +01:00
Corwin Kuiper
ad184f9d56 remove section about easy in docker container 2021-04-11 16:58:28 +01:00
Corwin Kuiper
36b2282a1f remove makefile section 2021-04-11 16:58:28 +01:00
Corwin Kuiper
cfe6cbaa76 remove gbafix from docker container 2021-04-11 16:58:28 +01:00
Corwin Kuiper
848fad3faf mark gba in test as unused 2021-04-11 16:48:21 +01:00
Corwin Kuiper
52ce4fecf3 add tests for the numbers 2021-04-11 16:48:21 +01:00
Corwin Kuiper
e52c32ccaa assign impls 2021-04-11 16:48:21 +01:00
Corwin Kuiper
1ec8cbaa20 game feel, allow jumping if just left ground 2021-04-11 16:48:21 +01:00
Corwin Kuiper
a49c25b95d remove duplicated code 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
0bd99e71bd starting to add object interface 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
0e7c9ad5c1 fixed point numbers 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
088ea23c2d reenable clippy 2021-04-11 16:41:39 +01:00
Corwin Kuiper
7def18312f allow dead code for unused display modes 2021-04-11 16:41:39 +01:00
Corwin Kuiper
14c46374fa remove unused code and allow dead code 2021-04-11 16:41:39 +01:00
Corwin Kuiper
fe4bc7274a unwraps for panics and no_main only when testing 2021-04-11 16:41:39 +01:00
Corwin Kuiper
69be43492e allow dead code for unimplemented interrupts 2021-04-11 16:41:39 +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
9223127bd1 remove clippy checks, for now 2021-04-11 02:44:59 +01:00
Corwin Kuiper
a85afe5e82 libzip5? 2021-04-11 02:44:59 +01:00
Corwin Kuiper
2c32e11882 use later version of mgba 2021-04-11 02:44:59 +01:00
Corwin Kuiper
7ad429c56b install pulseaudio 2021-04-11 02:44:59 +01:00
Corwin Kuiper
094c454cc3 override the default rust 2021-04-11 02:44:59 +01:00
Corwin Kuiper
5ab7893786 add thumb target 2021-04-11 02:44:59 +01:00
Corwin Kuiper
b1659aa54f install build-essential? also run tests 2021-04-11 02:44:59 +01:00
Corwin
03549dfdde run apt-get as root 2021-04-11 02:44:59 +01:00
Corwin Kuiper
b9de6b5ce5 add what's required for cargo test 2021-04-10 22:25:27 +01:00
Corwin Kuiper
adfa3b9fde add example that is literally the tonc example 2021-04-10 20:04:21 +01:00
Corwin Kuiper
473f75f20d fix linker script 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
e1e3345227 change linker and runner 2021-04-10 20:04:21 +01:00
Corwin Kuiper
0a5da7ceaa remove makefile 2021-04-10 20:04:21 +01:00
Corwin Kuiper
c87924a252 correct github action 2021-04-10 19:03:55 +01:00
Corwin Kuiper
d1078f319f add some standard github action 2021-04-10 19:02:41 +01:00