Snayff / notquiteparadise

Possibly, one day, a roguelike.
https://snayff.github.io/notquiteparadise/
MIT License
18 stars 9 forks source link

camera overhaul -dafluffypotato #218

Closed DaFluffyPotato closed 3 years ago

DaFluffyPotato commented 3 years ago

🎉 Core functional camera overhaul with old code removed. 🎉 Not all features from #136 have been dealt with. This was developed while 3 commits behind. I suspect that some conflicts will need to be resolved.

Notable changes:

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

codecov[bot] commented 3 years ago

Codecov Report

Merging #218 (c90a4cb) into develop (8a3b079) will increase coverage by 1.07%. The diff coverage is 35.80%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #218      +/-   ##
===========================================
+ Coverage    51.30%   52.38%   +1.07%     
===========================================
  Files           44       44              
  Lines         5664     5515     -149     
===========================================
- Hits          2906     2889      -17     
+ Misses        2758     2626     -132     
Impacted Files Coverage Δ
scripts/nqp/main.py 0.00% <0.00%> (ø)
scripts/nqp/processors/intent.py 0.00% <0.00%> (ø)
scripts/nqp/ui_elements/camera.py 44.26% <37.68%> (+24.33%) :arrow_up:
scripts/engine/core/ui.py 51.30% <50.00%> (+0.87%) :arrow_up:
scripts/engine/internal/constant.py 99.58% <100.00%> (-0.01%) :arrow_down:
scripts/nqp/command.py 26.40% <100.00%> (+1.79%) :arrow_up:
scripts/nqp/ui_elements/tile_info.py 0.00% <0.00%> (-24.66%) :arrow_down:
scripts/engine/core/query.py 100.00% <0.00%> (ø)
... and 14 more

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 8a3b079...c90a4cb. Read the comment docs.