ebiten/internal
Hajime Hoshi 7d56e4335e ui: Add RunGame, WindowSize and SetWindowSize
This change introduces the new APIs RunGame, WindowSize and
SetWindowSize. These new APIs hides the notion of 'scale', and is
more flexible with the outside size change. This means that we can
introduce a resizable window.

This change also adds -legacy flag to examples/windowsize. If the
flag is off, the new APIs are used.

This change deprecates these functions since the notion of 'scale'
is deprecated:

  * ScreenScale
  * ScreenSizeInFullscreen
  * SetScreenScale
  * SetScreenSize

Fixes #943, #571
Updates #320
2019-12-22 03:35:31 +09:00
..
affine affine: Add ColorM.Scale tests 2019-01-23 02:50:30 +09:00
buffered restorable: Refactoring: Remove Clear 2019-12-02 03:03:07 +09:00
clock clock: Avoid calling (js.Value).Get() for performance 2019-09-28 01:47:48 +09:00
devicescale devicescale: Remove the updating loop 2019-05-08 01:14:22 +09:00
driver ui: Add RunGame, WindowSize and SetWindowSize 2019-12-22 03:35:31 +09:00
glfw Add cursor capture functionality (#1016) 2019-12-14 12:30:03 +09:00
graphics graphics: Remove PutQuadVertices 2019-09-21 04:14:25 +09:00
graphicscommand driver: Refactoring: Remove Graphics.Flush 2019-12-06 08:56:55 +09:00
graphicsdriver Enable to compile Ebiten on js/wasm with Go 1.14 2019-12-19 00:45:53 +09:00
hooks audio: More intellegent suspending/resuming (#617) 2018-05-26 23:31:04 +09:00
jsutil Enable to compile Ebiten on js/wasm with Go 1.14 2019-12-19 00:45:53 +09:00
packing packing: Better panic message 2019-11-18 00:27:34 +09:00
png png: Add stdlibfuzz.go 2019-11-26 00:13:50 +09:00
restorable restorable: Refactoring: Remove Clear 2019-12-02 03:03:07 +09:00
shareable shareable: Bug fix: Unexpected allocation when extending an image 2019-12-20 01:13:28 +09:00
testflock Small cleanup (#877) 2019-05-26 18:06:43 +09:00
thread thread: Bug fix: Queue funcs instead of panic 2019-06-21 11:10:27 +09:00
uidriver ui: Add RunGame, WindowSize and SetWindowSize 2019-12-22 03:35:31 +09:00
web web: Bug fix: iPad was not recognized as iOS 2019-11-10 16:52:49 +09:00