Skip to content

Tags: EngoEngine/engo

Tags

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added floor when camera moves so it moves smoother (#790)

* added floor when camera moves so no gaps show between tiles if tilesheet has spaces

* No floor on zoom

Don't want to do floor on the zoom so we can zoom to any level. Only for moving to get pixel values in the x-y plane.

1.07

Toggle 1.07's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added loadedspritesheet and loadedfont functions (#786)

* added loadedspritesheet and loadedfont functions to access preloaded spritesheets and fonts

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove font atlas buffers (#781)

* remove font atlas buffers

* remove installing gopherjs since we no longer use it

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove depricated oto.NewPlayer for the NewContext api (#720)

update doc for NotResizeable, go.mod for 6/2/2020

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #672 from EngoEngine/go-mod-update

update go module

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #661 from EngoEngine/go-mod-update

update go mod

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #622 from jtuttle/entityscroller-nil-pointer-safety

skip EntityScroller update loop if target entity is nil

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #595 from EngoEngine/laggy-audio

separate oto on its own goroutine

v1.0

Toggle v1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #553 from EngoEngine/update-readme-v1.0

updated readme for v1.0 release