Hajime Hoshi
|
e6143d0a2b
|
examples: Add spriteshd
|
2018-02-23 02:51:43 +09:00 |
|
Hajime Hoshi
|
ed80286431
|
Use an -http address arguments for servers
Fixes #510
|
2018-02-23 01:44:14 +09:00 |
|
Hajime Hoshi
|
a7fafc74e7
|
examples/gamepad: Add usage of inpututil
|
2018-02-17 03:52:16 +09:00 |
|
Hajime Hoshi
|
cf333775f2
|
Add examples/filter
|
2018-02-14 03:07:17 +09:00 |
|
Hajime Hoshi
|
5ed5cceb43
|
examples: Use FilterDefault (#453)
|
2018-02-14 03:00:00 +09:00 |
|
Hajime Hoshi
|
d70e703d5e
|
examples/blocks: Bug fix: alpha should not be translated
|
2018-02-12 18:45:12 +09:00 |
|
Hajime Hoshi
|
eaaa714705
|
examples/block: Remove deprecated API ColorM.Add
|
2018-02-12 18:42:56 +09:00 |
|
Hajime Hoshi
|
3da09c493a
|
affine: Remove ebiten.Monochrome usages
|
2018-02-12 18:20:09 +09:00 |
|
Hajime Hoshi
|
ba53475636
|
examples: Bug fix: import image/png explicitly (#500)
|
2018-02-11 03:31:30 +09:00 |
|
Hajime Hoshi
|
8f8b37066b
|
examples/tiles: Import image/png explicitly
|
2018-02-09 00:55:56 +09:00 |
|
Hajime Hoshi
|
6404d28fe5
|
Add examples/tiles
|
2018-02-06 03:52:22 +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
|
6abaf41440
|
examples/airship: Refactoring
|
2018-01-31 02:20:35 +09:00 |
|
Hajime Hoshi
|
d139b8ad6e
|
examples/ui: Refactoring
|
2018-01-31 00:49:49 +09:00 |
|
Hajime Hoshi
|
a2225abcf9
|
examples/ui: Use event-handler way
|
2018-01-31 00:45:42 +09:00 |
|
Hajime Hoshi
|
8a26841a88
|
examples: Add comments
|
2018-01-31 00:25:01 +09:00 |
|
Hajime Hoshi
|
94f5f35423
|
examples/sprites: Refactoring
|
2018-01-30 04:19:16 +09:00 |
|
Hajime Hoshi
|
d754733845
|
examples/sinewave: Refactoring
|
2018-01-30 04:12:58 +09:00 |
|
Hajime Hoshi
|
6ba0e6d373
|
examples/rotate: Refactoring
|
2018-01-30 04:05:01 +09:00 |
|
Hajime Hoshi
|
52a753a12f
|
examples/platformer: Refactoring
|
2018-01-30 03:57:07 +09:00 |
|
Hajime Hoshi
|
13974808a6
|
examples/noise: Refactoring
|
2018-01-30 03:50:07 +09:00 |
|
Hajime Hoshi
|
6e5830739f
|
examples/piano: Refactoring
|
2018-01-30 03:48:45 +09:00 |
|
Hajime Hoshi
|
531e661f0b
|
examples/perspective: Refactoring
|
2018-01-30 01:54:00 +09:00 |
|
Hajime Hoshi
|
c4faf5b12c
|
examples/pcm: Refactoring
|
2018-01-30 01:13:39 +09:00 |
|
Hajime Hoshi
|
35b7375e69
|
examples/paint: Bug fix: paint function ignored the given image
|
2018-01-30 00:21:05 +09:00 |
|
Hajime Hoshi
|
80e4ee0998
|
ebitenutil: Remove JoinStringsIntoPath; Always use slash for ebitenutil.OpenFile
#428
|
2018-01-29 23:38:11 +09:00 |
|
Hajime Hoshi
|
f773a33f2e
|
examples: Refactoring
|
2018-01-29 23:18:10 +09:00 |
|
Hajime Hoshi
|
19f7f44f1c
|
examples/highdpi: Async loading
|
2018-01-29 23:04:11 +09:00 |
|
Hajime Hoshi
|
38013bbc22
|
examples/moire: Add comments
|
2018-01-29 03:09:30 +09:00 |
|
Hajime Hoshi
|
d6769659eb
|
examples/masking: Use source-in instead of source-out for code readability
|
2018-01-29 02:57:39 +09:00 |
|
Hajime Hoshi
|
023315c256
|
examples/masking: Rename variables
|
2018-01-29 02:47:38 +09:00 |
|
Hajime Hoshi
|
9730af7976
|
examples/masking: Add comments
|
2018-01-29 02:05:26 +09:00 |
|
Hajime Hoshi
|
ac936f31b9
|
examples/keyboard: Add comments
|
2018-01-29 01:35:14 +09:00 |
|
Hajime Hoshi
|
0fd8afd495
|
examples/infinitescroll: Refactoring
|
2018-01-29 00:05:57 +09:00 |
|
Hajime Hoshi
|
2f0909e705
|
examples/life: Refactoring
|
2018-01-28 23:26:48 +09:00 |
|
Hajime Hoshi
|
bba20e8b8c
|
examples: Add comments
|
2018-01-28 22:39:54 +09:00 |
|
Hajime Hoshi
|
5224063af9
|
examples/highdpi: Add comments
|
2018-01-28 21:35:32 +09:00 |
|
Hajime Hoshi
|
58997097d6
|
examples/highdpi: Use a beautiful high-DPI image
|
2018-01-28 20:38:11 +09:00 |
|
Hajime Hoshi
|
4f3682a130
|
examples: Add comments
|
2018-01-28 20:10:50 +09:00 |
|
Hajime Hoshi
|
f253bb3c0c
|
Remove examples/common
|
2018-01-23 02:26:47 +09:00 |
|
Hajime Hoshi
|
3b50e1ea54
|
examples/keyboard: Use TTF font directly instead of examples/common
|
2018-01-23 02:26:16 +09:00 |
|
Hajime Hoshi
|
81ed9903ce
|
examples/piano: Use TTF font directly instead of examples/common
|
2018-01-23 00:55:47 +09:00 |
|
Hajime Hoshi
|
1478850508
|
examples/blocks: Use TTF font directly instead of examples/common
|
2018-01-23 00:27:11 +09:00 |
|