Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Many updates #16

Merged
merged 1 commit into from
Jul 3, 2019
Merged

Many updates #16

merged 1 commit into from
Jul 3, 2019

Conversation

oAGoulart
Copy link
Owner

Done quite a lot today, what is lacking:

Enemy spawn system;
Enemy movement system;
Weapon firing system;
Collision system;

Done quite a lot today, what is lacking:

Enemy spawn system;
Enemy movement system;
Weapon firing system;
Collision system;
@oAGoulart oAGoulart added bug Something isn't working enhancement New feature or request labels Jul 3, 2019
@oAGoulart oAGoulart self-assigned this Jul 3, 2019
@todo
Copy link

todo bot commented Jul 3, 2019

Fix color not working on Linux */

ascii-art/src/harvest.c

Lines 257 to 262 in df303a3

/* TODO: Fix color not working on Linux */
if ((ulong_t)address <= (ulong_t)(fb->address + fb->size))
memset(address, color_to_long(fb, color), (fb->var_info.bits_per_pixel / 8));
#endif
}
}


This comment was generated by todo based on a TODO comment in df303a3 in #16. cc @oAGoulart.

@oAGoulart oAGoulart merged commit 9ed3a53 into master Jul 3, 2019
@todo todo bot mentioned this pull request Jul 3, 2019
@oAGoulart oAGoulart deleted the updates branch July 3, 2019 22:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant