oakmound / oak

A pure Go game engine
Apache License 2.0
1.55k stars 83 forks source link

Release/3.0.0 Beta 1 #159

Closed 200sc closed 3 years ago

200sc commented 3 years ago

Changelog pending

Considering this as beta 1. See the 3.0.0 project https://github.com/oakmound/oak/projects/2 for notes and issues to be addressed in beta 2, currently anticipated to be the last prerelease of 3.0.0

codecov-commenter commented 3 years ago

Codecov Report

Merging #159 (7a67301) into master (4933876) will decrease coverage by 4.09%. The diff coverage is 74.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #159      +/-   ##
==========================================
- Coverage   95.79%   91.70%   -4.10%     
==========================================
  Files         128      141      +13     
  Lines        4206     5013     +807     
==========================================
+ Hits         4029     4597     +568     
- Misses        147      348     +201     
- Partials       30       68      +38     
Impacted Files Coverage Δ
alg/floatgeom/point.go 100.00% <ø> (ø)
alg/intgeom/point.go 100.00% <ø> (ø)
collision/rtree.go 97.46% <ø> (-1.69%) :arrow_down:
debugstream/defaultcommands.go 0.00% <0.00%> (ø)
default.go 0.00% <0.00%> (ø)
event/bind.go 100.00% <ø> (ø)
event/cid.go 100.00% <ø> (ø)
event/resolve.go 100.00% <ø> (ø)
mouse/bindings.go 0.00% <0.00%> (ø)
oakerr/errors.go 100.00% <ø> (ø)
... and 78 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 4933876...7a67301. Read the comment docs.

200sc commented 3 years ago

Want to fix a problem with particle lifespans before merging.

200sc commented 3 years ago

Per above changelog:

This release resolves #4 This release resolves #153

200sc commented 3 years ago

@Implausiblyfun Look good?