Gwilym Kuiper
|
3e34509049
|
Rename get_object to object
|
2022-03-23 20:34:55 +00:00 |
|
Gwilym Kuiper
|
5791d033ef
|
Rename get_sprite and get_animation_sprite to remove get_ prefix
|
2022-03-23 20:32:29 +00:00 |
|
Gwilym Kuiper
|
48ddda9ae9
|
Rename get_channel to channel
|
2022-03-23 20:21:54 +00:00 |
|
GBA bot
|
129e4161a2
|
Update lockfiles
|
2022-03-21 11:39:07 +00:00 |
|
Gwilym Kuiper
|
9f6797f4ed
|
Update lockfiles
|
2022-03-19 23:09:21 +00:00 |
|
GBA bot
|
4ee540aecf
|
Update lockfiles
|
2022-03-15 06:06:15 +00:00 |
|
GBA bot
|
b43baf43cf
|
Update lockfiles
|
2022-03-14 09:59:03 +00:00 |
|
Gwilym Kuiper
|
3710d9ad1c
|
Merge pull request #182 from gwilymk/better-backgrounds-gwilym
Improve background management
|
2022-03-12 23:26:42 +00:00 |
|
Corwin
|
859e7dd4b4
|
update purple night
|
2022-03-12 19:05:20 +00:00 |
|
Corwin
|
44c7a93fa3
|
use new api
|
2022-03-12 17:36:38 +00:00 |
|
Gwilym Kuiper
|
87c5d6ca6a
|
Use the new allocator
|
2022-03-11 21:49:23 +00:00 |
|
Gwilym Kuiper
|
f01d3bff36
|
Use saturating_sub rather than regular subtraction
|
2022-03-07 22:56:05 +00:00 |
|
Gwilym Kuiper
|
cdd77afe22
|
Merge remote-tracking branch 'origin/master' into better-backgrounds-gwilym
|
2022-03-07 22:41:11 +00:00 |
|
Corwin
|
586f35265b
|
update example projects
|
2022-03-07 20:41:04 +00:00 |
|
Corwin
|
9dca54c9bb
|
update to use new sprite system
|
2022-03-06 13:38:33 +00:00 |
|
Corwin
|
900cd007df
|
pull out constants
|
2022-03-06 13:37:07 +00:00 |
|
Corwin
|
c55ff3f714
|
const fnify
|
2022-03-06 13:36:50 +00:00 |
|
Corwin
|
8a6f341421
|
update hat chooses wizard
|
2022-03-06 13:36:26 +00:00 |
|
Gwilym Kuiper
|
39a8b5a64f
|
Update lockfiles
|
2022-03-05 20:52:26 +00:00 |
|
Gwilym Kuiper
|
ed3b075b92
|
Fix issue if you are damaged while doing a jump attack
|
2022-03-05 19:34:47 +00:00 |
|
Gwilym Kuiper
|
7b43debd3e
|
WIP: Try removing the hashmap
|
2022-03-05 19:25:55 +00:00 |
|
Gwilym Kuiper
|
ceb17a0186
|
Update hat chooses wizard and purple night
|
2022-03-05 19:25:09 +00:00 |
|
Gwilym Kuiper
|
a35119fdbd
|
Fix hat chooses the wizard
|
2022-03-05 19:25:09 +00:00 |
|
Gwilym Kuiper
|
05e8acd93c
|
Don't start at boss by default
|
2022-03-05 19:25:09 +00:00 |
|
Gwilym Kuiper
|
f1bc09d6cd
|
Avoid crackle on load
|
2022-03-05 19:25:09 +00:00 |
|
Gwilym Kuiper
|
2c01ed1690
|
Update the purple night
|
2022-03-05 19:25:09 +00:00 |
|
Gwilym Kuiper
|
983b56975c
|
Try to fix splash screen crackle
|
2022-03-05 19:25:09 +00:00 |
|
Gwilym Kuiper
|
b61f774061
|
Rename world_display as splash_screen
|
2022-03-05 19:25:09 +00:00 |
|
Gwilym Kuiper
|
d896adfad5
|
Clear the backgrounds once they aren't used any more
|
2022-03-05 19:25:09 +00:00 |
|
Gwilym Kuiper
|
bdcd5b5e6d
|
Smear the loading of the splash screens
|
2022-03-05 19:25:09 +00:00 |
|
Gwilym Kuiper
|
94662eb982
|
Remove the timers
|
2022-03-05 19:25:09 +00:00 |
|
Gwilym Kuiper
|
3a913f142a
|
Remove pop while loading a level
|
2022-03-05 19:25:09 +00:00 |
|
Gwilym Kuiper
|
63dd837518
|
Tiny performance improvement with dma to copy the tile data
|
2022-03-05 19:25:09 +00:00 |
|
Gwilym Kuiper
|
898b06110f
|
Correctly commit
|
2022-03-05 19:25:09 +00:00 |
|
Gwilym Kuiper
|
06b6075a6a
|
Display the number of cycles needed to load the frame
|
2022-03-05 19:25:09 +00:00 |
|
Gwilym Kuiper
|
d94d9dbcf3
|
Print number of cycles for background initialisation
|
2022-03-05 19:25:09 +00:00 |
|
Gwilym Kuiper
|
08aeb56f1e
|
Update background and foreground independentently
|
2022-03-05 19:25:06 +00:00 |
|
Gwilym Kuiper
|
610be70b92
|
Correctly set the initial offset value in init()
|
2022-03-05 19:23:53 +00:00 |
|
Gwilym Kuiper
|
aad5399240
|
Get the priorities correct (and start at level 8)
|
2022-03-05 19:23:53 +00:00 |
|
Gwilym Kuiper
|
66a61e33e6
|
More correctly special case tile 0
|
2022-03-05 19:23:53 +00:00 |
|
Gwilym Kuiper
|
7d870163c3
|
Hide backgrounds after each level
|
2022-03-05 19:23:53 +00:00 |
|
Gwilym Kuiper
|
f655e08665
|
At least it compiles...
|
2022-03-05 19:23:53 +00:00 |
|
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
|
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
|
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 |
|