.builds
.build: bug fix: remove an unused template parameter
2021-12-15 03:08:19 +09:00
.github
.github/workflows: use the web hook for builds.sr.ht instead of web APIs
2021-12-15 02:54:16 +09:00
audio
internal/cbackend: simplify the audio API
2021-12-23 22:20:04 +09:00
cmd /ebitenmobile
cmd/ebitenmobile: Update Gomobile version for Arm macOS
2021-09-06 12:20:20 +09:00
docs
docs: Remove unused contents
2019-03-22 03:23:48 +09:00
ebitenutil
Clean up build tags
2021-10-24 15:05:36 +09:00
examples
examples/resources: reorder items
2021-12-31 05:30:37 +09:00
inpututil
inpututil: Add APIs for the standard gamepad layout
2021-07-20 02:37:12 +09:00
internal
internal/uidriver/glfw: refactoring: remove initTitle
2021-12-29 22:26:56 +09:00
mobile
internal/uidriver/mobile: Refactoring
2021-10-16 23:46:14 +09:00
text
text: Add AppendGlyphs and Glyphs
2021-11-12 02:31:53 +09:00
vector
vector: Fix comments
2021-09-26 01:13:00 +09:00
.gitattributes
Update .gitattributes
2021-10-09 19:17:52 +09:00
.gitignore
audio/internal/readdriver: Implement a driver for Android with Oboe
2021-05-04 23:51:36 +09:00
AUTHORS
add Jacob Salmela to AUTHORS
2021-12-24 23:51:39 +09:00
CODE_OF_CONDUCT.md
Add CODE_OF_CONDUCT.md
2020-01-08 11:30:57 +09:00
colorm_test.go
Remove dot imports from tests - Remove dot imports ( #1837 )
2021-10-02 19:58:48 +09:00
colorm.go
interna/affine: Avoid UnsafeElements at At
2021-09-04 17:55:51 +09:00
CONTRIBUTING.md
direct users to the readme in the docs repo ( #1912 )
2021-12-24 23:50:40 +09:00
cursor.go
ebiten: Remove unnecessary casts
2021-07-23 00:57:17 +09:00
debug_ebitendebug.go
Add go:build comments with go1.17beta1 fmt
2021-06-11 01:11:46 +09:00
debug_notebitendebug.go
Add go:build comments with go1.17beta1 fmt
2021-06-11 01:11:46 +09:00
doc.go
ebiten: Update doc
2021-10-21 01:28:07 +09:00
export_test.go
ebiten: Bug fix: Wrong uniform type was used
2020-09-17 20:52:32 +09:00
gamepad.go
inpututil: Add APIs for the standard gamepad layout
2021-07-20 02:37:12 +09:00
generate.go
Bug fix: some generators did not work due to a lacked package
2020-03-23 01:36:21 +09:00
genevents.go
Add go:build comments with go1.17beta1 fmt
2021-06-11 01:11:46 +09:00
genkeys.go
Clean up build tags
2021-10-24 15:05:36 +09:00
geom_test.go
Remove dot imports from tests - Remove dot imports ( #1837 )
2021-10-02 19:58:48 +09:00
geom.go
ebiten: Remove the deprecated functions and constants
2020-10-04 04:47:24 +09:00
go.mod
update Oto to v2.1.0-alpha.5
2021-12-29 01:28:35 +09:00
go.sum
update Oto to v2.1.0-alpha.5
2021-12-29 01:28:35 +09:00
graphics.go
ebiten: Remove FilterDefault
2020-10-05 01:48:47 +09:00
image_test.go
internal/graphicscommand: bug fix: overflow when len(vertices) > len(indices)
2021-12-26 06:15:12 +09:00
image.go
ebiten: update comments about DrawImage
2021-12-14 20:37:29 +09:00
imagedumper_desktop.go
internal/atlas: Bug fix: Unexpected padding in screenshots
2021-07-29 16:09:29 +09:00
imagedumper_notdesktop.go
Add go:build comments with go1.17beta1 fmt
2021-06-11 01:11:46 +09:00
imagetobytes_test.go
Remove dot imports from tests - Remove dot imports ( #1837 )
2021-10-02 19:58:48 +09:00
imagetobytes.go
ebiten: Remove copying pixels from ReplacePixels and copyImage (renamed to imageToBytes)
2020-07-03 03:01:48 +09:00
init.go
ebiten: Remove the version checker
2021-10-16 20:18:22 +09:00
input.go
ebiten: fix comments
2021-12-19 23:58:55 +09:00
keys.go
ebiten: fix comments
2021-12-19 23:58:55 +09:00
LICENSE
Adjust LICENSE file
2017-01-30 18:57:49 +09:00
mousebuttons.go
ebiten: Refactoring: Use aliases for GamepadButton and MouseButton
2021-07-19 00:57:35 +09:00
README.md
update README
2022-01-01 23:56:45 +09:00
run_mobile.go
ebiten: Refactoring: Move RunWithoutMainLoop to another file
2021-07-04 04:23:41 +09:00
run.go
ebiten: Make it explicit about the goroutine for Game functions
2021-11-26 02:17:04 +09:00
shader_test.go
internal/shader: bug fix: a meaningless statement should raise an error (a non-call expression statement)
2021-12-27 23:14:05 +09:00
shader.go
ebiten: Bug fix: zeroUniformValue panicked with vec2 or other vector/matrix types
2021-10-30 04:30:29 +09:00
uicontext.go
ebiten: Remove old comments
2021-11-27 18:33:51 +09:00
uidriver_cbackend.go
add a build tag 'ebitencbackend' and internal/cbackend
2021-12-22 21:12:48 +09:00
uidriver_glfw.go
add a build tag 'ebitencbackend' and internal/cbackend
2021-12-22 21:12:48 +09:00
uidriver_js.go
add a build tag 'ebitencbackend' and internal/cbackend
2021-12-22 21:12:48 +09:00
uidriver_mobile.go
add a build tag 'ebitencbackend' and internal/cbackend
2021-12-22 21:12:48 +09:00
vibrate.go
ebiten: Add comments about Vibrate
2021-12-04 22:44:11 +09:00
window.go
Minor typo fixes ( #1793 )
2021-09-01 17:17:54 +09:00