Commit Graph

2797 Commits

Author SHA1 Message Date
Hajime Hoshi
da51377cc5 text: Optimize speed: Don't use a struct for map keys
Especially for browsers
2018-02-12 00:25:21 +09:00
Hajime Hoshi
a5f9382878 text: Refactoring 2018-02-11 16:17:59 +09:00
Hajime Hoshi
05671e784b text: Reuse font.Face instances if they are DeepEqual-ly same (#498) 2018-02-11 16:05:31 +09:00
Hajime Hoshi
fb7dc53031 ebitenutil: More agressive compression 2018-02-11 04:25:31 +09:00
Hajime Hoshi
0fefd59b24 ebitenutil: Use png2compressedrgba 2018-02-11 04:13:17 +09:00
Hajime Hoshi
e3b99dd081 ebitenutil: Remove RecordScreenAsGIF implementation (#500) 2018-02-11 03:36:45 +09:00
Hajime Hoshi
a253411cb2 docs: Update 2018-02-11 03:32:23 +09:00
Hajime Hoshi
ba53475636 examples: Bug fix: import image/png explicitly (#500) 2018-02-11 03:31:30 +09:00
Hajime Hoshi
a8148b968c ebitenutil: Remove importing image/png (#500) 2018-02-11 03:25:43 +09:00
Hajime Hoshi
ae04c2d680 ebitenutil: Refactoring 2018-02-11 01:56:13 +09:00
Hajime Hoshi
eb2f3cf4f9 ebitenutil: Remove go-bindata usage and use file2byteslice
Fixes #499
2018-02-09 02:46:33 +09:00
Hajime Hoshi
8f8b37066b examples/tiles: Import image/png explicitly 2018-02-09 00:55:56 +09:00
Hajime Hoshi
a131e74596 docs: Add a link to Bluebird of Happiness 2018-02-07 22:51:09 +09:00
Hajime Hoshi
65cea2beac docs: Update bootstrap.css to 4.0.0 2018-02-06 23:27:32 +09:00
Hajime Hoshi
3bdb21a695 docs: Add examples/tiles 2018-02-06 03:59:31 +09:00
Hajime Hoshi
6404d28fe5 Add examples/tiles 2018-02-06 03:52:22 +09:00
Hajime Hoshi
37b27d3a2d inpututil: Bug fix: delete gamepad data that doesn't exist 2018-02-05 23:45:43 +09:00
Hajime Hoshi
8aa72d9576 docs: Update 2018-02-04 23:52:19 +09:00
Hajime Hoshi
1f1de9763f examples/ui: Use inpututil (#415) 2018-02-04 23:51:15 +09:00
Hajime Hoshi
67ebf848e7 examples/piano: Use inpututil (#415) 2018-02-04 23:48:19 +09:00
Hajime Hoshi
2772f8d990 examples/blocks: Remove anyGamepadButtonPressed variable 2018-02-04 23:43:59 +09:00
Hajime Hoshi
ae07488190 examples/blocks: Remove keyStates and use inpututil instead (#415) 2018-02-04 23:35:09 +09:00
Hajime Hoshi
7dc36747a6 examples/2048: Use inpututil (#415) 2018-02-04 23:28:56 +09:00
Hajime Hoshi
d4d05d12ea examples/2048: Remove unused consts 2018-02-04 23:27:57 +09:00
Hajime Hoshi
658c7cf452 examples: Use inpututil (#415) 2018-02-04 23:27:54 +09:00
Hajime Hoshi
e86972b849 examples/windowsize: Use inpututil (#415) 2018-02-04 23:18:40 +09:00
Hajime Hoshi
21a83f5ace inpututil: Bug fix: for-loop range was wrong (#415) 2018-02-04 23:18:09 +09:00
Hajime Hoshi
7aba5bd8d6 Add package inpututil (#415) 2018-02-04 17:51:03 +09:00
Hajime Hoshi
103cd63b32 text: Now package text is stable 2018-02-04 17:49:32 +09:00
Hajime Hoshi
392ee92aeb Add internal/hooks to replace internal/audiobinding 2018-02-04 17:33:17 +09:00
Hajime Hoshi
e3023889ac ui: Change RegularTermination to a value 2018-02-04 00:22:38 +09:00
Hajime Hoshi
1815eec806 docs: Update 2018-02-03 23:46:02 +09:00
Hajime Hoshi
83d0e95f57 Update version to 1.7.0-alpha 2018-02-03 23:44:46 +09:00
Hajime Hoshi
24d7487fc7 graphics: Bug fix: TestImageTooManyFill didin't pass on some machines (reland)
Fixes #492
2018-02-03 23:03:18 +09:00
Hajime Hoshi
f1bb0f1a70 gofmt 2018-02-03 20:41:06 +09:00
Hajime Hoshi
9ece27e7e8 Revert "graphics: Bug fix: TestImageTooManyFill didin't pass on some machines"
This reverts commit 7cb7b7b4ff.
2018-02-03 20:39:33 +09:00
Hajime Hoshi
7cb7b7b4ff graphics: Bug fix: TestImageTooManyFill didin't pass on some machines
Fixes #492
2018-02-03 20:36:16 +09:00
Hajime Hoshi
331e46a6ce graphics: Improve TestImageTooManyFill 2018-02-03 20:35:32 +09:00
Hajime Hoshi
a99c632cb7 graphics: Add TestImageSize1 2018-02-03 17:20:07 +09:00
Hajime Hoshi
e1640f5ae0 graphics: Allow errors in TestImageLinear (#492) 2018-02-03 17:01:19 +09:00
Hajime Hoshi
595e654123 graphics: Bug fix: pixels read from GPU might include errors (#492) 2018-02-03 16:43:42 +09:00
Hajime Hoshi
65b71ad79d restorabel: uint8 -> byte 2018-02-03 16:36:43 +09:00
Hajime Hoshi
2014822f12 graphics: Fix TestImage4096 2018-02-03 15:39:17 +09:00
Hajime Hoshi
fe140c2caf graphics: Add TestImage4096 2018-02-03 03:52:47 +09:00
Hajime Hoshi
4bbb4b0445 graphics: Remove unneeded comments (#491) 2018-02-03 03:32:03 +09:00
Hajime Hoshi
52350c1b1b graphics: Bug fix: TestImageEdge failed on MacBook Pro (#491) 2018-02-03 03:30:09 +09:00
Hajime Hoshi
b385a63856 graphics: Fix comments 2018-02-03 02:44:16 +09:00
Hajime Hoshi
06853be1a5 graphics: Remove error checks from image_test.go 2018-02-03 02:33:43 +09:00
Hajime Hoshi
95b7e8078b gofmt 2018-02-03 02:14:26 +09:00
Hajime Hoshi
beaa060ce3 graphics: Adjust texel values that can be exactly on the edges of the source rect (#491) 2018-02-03 02:07:46 +09:00