Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(wolf): add wolf #149

Merged
merged 39 commits into from
Nov 29, 2019
Merged

feat(wolf): add wolf #149

merged 39 commits into from
Nov 29, 2019

Conversation

Milerius
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Nov 24, 2019

Codecov Report

Merging #149 into master will increase coverage by 0.1%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #149     +/-   ##
=========================================
+ Coverage   95.98%   96.09%   +0.1%     
=========================================
  Files          30       31      +1     
  Lines         748      769     +21     
=========================================
+ Hits          718      739     +21     
  Misses         30       30
Impacted Files Coverage Δ
modules/ecs/antara/gaming/ecs/lambda.system.hpp 100% <0%> (ø)
modules/ecs/antara/gaming/ecs/system.manager.hpp 93.9% <0%> (+0.31%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a935f3e...d6621f5. Read the comment docs.

@todo
Copy link

todo bot commented Nov 24, 2019

better zbuffer through ctx variable

//! TODO: better zbuffer through ctx variable
inline float z_buffer[1920] = {};
struct wolf_constants
{
const std::size_t tex_width{256};


This comment was generated by todo based on a TODO comment in 2e45d03 in #149. cc @KomodoPlatform.

@todo
Copy link

todo bot commented Nov 24, 2019

move it elsewhere

//TODO: move it elsewhere
const math::vec2f portal_position{math::vec2f::scalar(12.5f)};
entt::entity player_entity_;
entt::entity portal_entity_sprite_{entt::null};
entt::entity portal_lines_{entity_registry_.create()};


This comment was generated by todo based on a TODO comment in 49fe915 in #149. cc @KomodoPlatform.

@Milerius Milerius merged commit 44c146c into master Nov 29, 2019
@Milerius Milerius deleted the roman_wolf branch November 29, 2019 13:59
@todo todo bot mentioned this pull request Nov 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants