Hajime Hoshi
|
922fc7edfc
doc: goroutine-safe -> concurrent-safe
|
8 years ago |
Hajime Hoshi
|
a3b5b283e4
ui: Bug fix: assigning a run context was not goroutine-safe
|
8 years ago |
Hajime Hoshi
|
fc3dcd4a6b
ui: Make UI functions goroutine-safe
|
8 years ago |
Hajime Hoshi
|
1934ab0893
ui: Add *runContext.updateScreenSize
|
8 years ago |
Hajime Hoshi
|
5a8f5ffe87
ui: Remove running member
|
8 years ago |
Hajime Hoshi
|
30d4437e97
ui: Add runContext struct
|
8 years ago |
Hajime Hoshi
|
fb3bf4e3b4
ui: Add CurrentUI()
|
8 years ago |
Hajime Hoshi
|
6efead974f
ui: Rename ActualScale -> ActualScreenScale
|
8 years ago |
Hajime Hoshi
|
62dffe5405
Add ebiten.ScreenScale() (#191)
|
8 years ago |
Hajime Hoshi
|
b1f856a0e0
Add FPS const
|
8 years ago |
Hajime Hoshi
|
3588d0b485
ui: Move vsync to ui.SwapBuffers on JavaScript version
|
8 years ago |
Hajime Hoshi
|
94f1e7df64
ui: Bug fix: Don't call ui.DoEvents too often
|
8 years ago |
Hajime Hoshi
|
522b7370a4
ui: Change the threshold to determine if the running is busy
|
8 years ago |
Hajime Hoshi
|
db2a43217e
ui: Update input status per frame
|
8 years ago |
Hajime Hoshi
|
b3d7e04de5
ui: Introduce IsRunningSlowly (#168)
|
8 years ago |
Hajime Hoshi
|
8132264a88
ui: Refactoring: rename variables
|
8 years ago |
Hajime Hoshi
|
fc200ec6f2
ui: Bug fix: The default framebuffer must be bound before swapping buffers
|
8 years ago |
Hajime Hoshi
|
8788c8439f
Refactoring: Remove postUpdate
|
8 years ago |
Hajime Hoshi
|
e2f528d206
Refactoring: unify preUpdate and calling f
|
8 years ago |
Hajime Hoshi
|
8069c980c3
ui: Refactoring: Add ui.ActualScale()
|
8 years ago |
Hajime Hoshi
|
e8a3e04535
opengl: Error prefix
|
8 years ago |
Hajime Hoshi
|
9e161864f6
ui: Bug fix: Make sure current framebuffers rendered (#158)
|
8 years ago |
Hajime Hoshi
|
63f2c3cb9f
graphics: Refactoring: remove ExecOnUIThread
|
8 years ago |
Hajime Hoshi
|
269d94b145
graphics: Add worker consumer
|
8 years ago |
Hajime Hoshi
|
719e5ba6d2
audio: Remove audio.Tick
|
8 years ago |
Hajime Hoshi
|
34691dabbf
audio: Reimplement audio for JS with AudioBuffer (#146)
|
8 years ago |
Hajime Hoshi
|
4b4802419b
audio: Remove audio.Tick
|
8 years ago |
Hajime Hoshi
|
a83286accb
audio: Move files from exp/audio/inner to internal/audio
|
8 years ago |
Hajime Hoshi
|
633ee4096e
#132 Temporal hack to run with Go1.5
|
9 years ago |
Hajime Hoshi
|
2a8bcbfa18
Fix comments
|
9 years ago |