Hajime Hoshi
|
6968e898c3
|
Bug fix: ui.Main should be suspended when error occurs in the loop
|
2016-08-02 02:48:19 +09:00 |
|
Hajime Hoshi
|
c7106f595c
|
Add error checks
|
2016-08-02 02:26:44 +09:00 |
|
Hajime Hoshi
|
5801bc53df
|
Fix misspellings
|
2016-08-02 01:49:05 +09:00 |
|
Hajime Hoshi
|
dd9918d64e
|
Add comments
|
2016-08-02 01:47:25 +09:00 |
|
Hajime Hoshi
|
4c611ed4d0
|
doc: Move documents to Wiki
|
2016-08-02 01:29:07 +09:00 |
|
Hajime Hoshi
|
c1c8ba4d7e
|
doc: Improve server
|
2016-08-02 00:51:37 +09:00 |
|
Hajime Hoshi
|
ef1e558ec6
|
doc: go generate
|
2016-08-02 00:36:43 +09:00 |
|
Hajime Hoshi
|
d4caf20b0f
|
Update README
|
2016-08-01 23:56:05 +09:00 |
|
Hajime Hoshi
|
4e329f619f
|
example/2048: Bug fix: Should update the tile when the tile stops
|
2016-08-01 03:25:03 +09:00 |
|
Hajime Hoshi
|
2c4b9c1dbe
|
examples/2048: Make it smoother
|
2016-08-01 02:42:20 +09:00 |
|
Hajime Hoshi
|
ced66ff319
|
examples/2048: Refactoring
|
2016-08-01 01:23:40 +09:00 |
|
Hajime Hoshi
|
b3cd2000af
|
Update README
|
2016-08-01 01:15:56 +09:00 |
|
Hajime Hoshi
|
af53988a17
|
ebitenutil: Refactoring
|
2016-07-31 22:02:56 +09:00 |
|
Hajime Hoshi
|
1da3f32715
|
examples: Embed arcadefont.png
|
2016-07-31 22:00:45 +09:00 |
|
Hajime Hoshi
|
e5ece83e78
|
example/2048: Pop tiles when appearing
|
2016-07-31 20:56:46 +09:00 |
|
Hajime Hoshi
|
1df77c196c
|
examples/4096: Define colors for huge number tiles
|
2016-07-31 17:55:18 +09:00 |
|
Hajime Hoshi
|
941c24e9fd
|
examples/2048: Pop animation
|
2016-07-31 17:43:46 +09:00 |
|
Hajime Hoshi
|
c44f2819af
|
examples/2048: Refactoring
|
2016-07-31 14:57:42 +09:00 |
|
Hajime Hoshi
|
b59649336a
|
examples/2048: Refactoring: Don't animate when all tiles are not to move
|
2016-07-31 04:25:57 +09:00 |
|
Hajime Hoshi
|
3153720e9a
|
examples/2048: Bug fix: animate tiles correctly
|
2016-07-31 03:42:59 +09:00 |
|
Hajime Hoshi
|
bdf2919ed0
|
examples/2048: Animate tiles
|
2016-07-31 02:49:28 +09:00 |
|
Hajime Hoshi
|
0ec07420f4
|
examples/2048: Introduce TileData
|
2016-07-31 01:03:14 +09:00 |
|
Hajime Hoshi
|
3ce0572a81
|
examples/2048: Add Tile.Draw
|
2016-07-30 18:15:38 +09:00 |
|
Hajime Hoshi
|
ba8138f69b
|
examples/2048: Refactoring
|
2016-07-30 17:31:26 +09:00 |
|
Hajime Hoshi
|
ef61e7a568
|
examples/2048: Bug fix: Should not add a new tile when no tiles are moved
|
2016-07-29 03:41:55 +09:00 |
|
Hajime Hoshi
|
399d29b1a0
|
examples/2048: Draw texts
|
2016-07-29 01:52:21 +09:00 |
|
Hajime Hoshi
|
90b6e3871a
|
examples/2048: Draw colored tiles
|
2016-07-29 01:26:44 +09:00 |
|
Hajime Hoshi
|
d9ee460b20
|
examples/2048: Add tests
|
2016-07-29 00:00:12 +09:00 |
|
Hajime Hoshi
|
0a04ed1c22
|
examples/2048: Refactoring
|
2016-07-28 22:34:20 +09:00 |
|
Hajime Hoshi
|
30a16cbcbe
|
examples/2048: Implement the rule
|
2016-07-28 12:36:31 +09:00 |
|
Hajime Hoshi
|
8daa246da4
|
Add examples/2048 (#181)
|
2016-07-28 04:30:10 +09:00 |
|
Hajime Hoshi
|
8855df40e4
|
gprahics: Bug fix: Check if an image is disposed before resetting pixels (examples/windowsize crashes)
|
2016-07-28 01:17:57 +09:00 |
|
Hajime Hoshi
|
5e1ed99e2e
|
Use files in examples (#243)
|
2016-07-28 01:10:40 +09:00 |
|
Hajime Hoshi
|
4ad5c65efe
|
graphics: Rename s/ensure/resolveStale/
|
2016-07-27 23:08:28 +09:00 |
|
Hajime Hoshi
|
9b6b5372ef
|
pixels: Remove image member
|
2016-07-27 12:24:30 +09:00 |
|
Hajime Hoshi
|
3bc2239a3b
|
pixels: Bug fix: Update image member when creating a new image
|
2016-07-27 12:13:54 +09:00 |
|
Hajime Hoshi
|
b901d2acb1
|
graphics: Avoid ReadPixels when the image is volatile
|
2016-07-27 03:09:56 +09:00 |
|
Hajime Hoshi
|
3724815f21
|
pixels: Rename functions
|
2016-07-27 02:50:53 +09:00 |
|
Hajime Hoshi
|
459046f52a
|
pixels: Ensure pixels is not stale when restoring
|
2016-07-27 02:25:08 +09:00 |
|
Hajime Hoshi
|
e0894879f1
|
pixels: Remove IsStale
|
2016-07-27 02:20:42 +09:00 |
|
Hajime Hoshi
|
56732d9a23
|
pixels: Add 'stale' member
|
2016-07-27 02:17:27 +09:00 |
|
Hajime Hoshi
|
c18756352d
|
pixels: Refactoring
|
2016-07-27 01:54:23 +09:00 |
|
Hajime Hoshi
|
5c56058d6e
|
pixels Rename s/history/dependency/
|
2016-07-27 01:28:16 +09:00 |
|
Hajime Hoshi
|
eff0ec8e11
|
graphics: Remove unneeded calls ReplacePixels
|
2016-07-26 12:47:45 +09:00 |
|
Hajime Hoshi
|
c5f3eaf925
|
graphics: Refactoring
|
2016-07-26 12:28:05 +09:00 |
|
Hajime Hoshi
|
2e0b7da614
|
grahics: Add comments
|
2016-07-26 12:24:07 +09:00 |
|
Hajime Hoshi
|
40427b6263
|
pixels: Bug fix: Reset pixels correctly
|
2016-07-26 11:40:41 +09:00 |
|
Hajime Hoshi
|
0fc61ed568
|
pixels: Rename fuctions
|
2016-07-26 10:51:48 +09:00 |
|
Hajime Hoshi
|
558f559323
|
graphics: Remove pixels when inconsistent
|
2016-07-26 10:35:24 +09:00 |
|
Hajime Hoshi
|
1ec503e1b5
|
pixels: Add comments
|
2016-07-25 10:38:41 +09:00 |
|