Joshua Granick
|
086cdefd14
|
Include new classes in docs generation
|
2015-08-21 10:05:52 -07:00 |
|
Joshua Granick
|
76b27ef59c
|
Merge pull request #550 from ngrebenshikov/master
Fix the multitouch support on iOS
|
2015-08-21 09:43:27 -07:00 |
|
Joshua Granick
|
d2619fe1e7
|
Add missing file
|
2015-08-21 08:58:24 -07:00 |
|
Nikolay Grebenshikov
|
72466d6b28
|
Fix the multitouch support on iOS
|
2015-08-21 16:49:52 +06:00 |
|
Nikolay Grebenshikov
|
6fd3b4142a
|
Fix the multitouch support on iOS
It's strange why touches parameter passed to the methods doesn't have all touches. But this fix works for me.
|
2015-08-21 15:54:58 +06:00 |
|
Joshua Granick
|
a4e6cbaafe
|
Add renderer.type
|
2015-08-20 23:49:56 -07:00 |
|
Joshua Granick
|
6344949f57
|
Make application.renderer and .window return the first value from the array again
|
2015-08-20 23:44:29 -07:00 |
|
Joshua Granick
|
ea6cac44a6
|
Update CHANGELOG
2.6.0
|
2015-08-20 16:00:38 -07:00 |
|
Joshua Granick
|
82fda49baf
|
Update to 2.6.0
|
2015-08-20 16:00:27 -07:00 |
|
Joshua Granick
|
36515078c4
|
Apply vsync only if the window is hardware
|
2015-08-20 15:52:16 -07:00 |
|
Joshua Granick
|
5a008fa80d
|
Cleaner exit
|
2015-08-20 14:46:44 -07:00 |
|
Joshua Granick
|
56c0872b8a
|
Use onWindowCreate() instead of init(), fix support for multiple GL windows, use window.renderer instead of currentRenderer
|
2015-08-20 13:39:53 -07:00 |
|
Joshua Granick
|
f79a73fa47
|
Fix test, application.createWindow instead of application.addWindow, remove application.removeWindow (use window.close)
|
2015-08-20 11:46:18 -07:00 |
|
Joshua Granick
|
04bbbcc180
|
Make application.windows an Array again
|
2015-08-20 10:32:15 -07:00 |
|
Joshua Granick
|
b44890502f
|
Improve lime.app.Config
|
2015-08-20 10:23:23 -07:00 |
|
Joshua Granick
|
b99602cb8f
|
Add window.stage
|
2015-08-20 09:29:55 -07:00 |
|
Joshua Granick
|
cd95209785
|
Unify Application create logic
|
2015-08-20 09:29:54 -07:00 |
|
Joshua Granick
|
2e8b99111e
|
Merge pull request #548 from larsiusprime/blends
blend mode support
|
2015-08-20 09:01:03 -07:00 |
|
Lars A. Doucet
|
556d0962aa
|
blend mode support
|
2015-08-20 10:37:06 -05:00 |
|
Joshua Granick
|
8ebb3733b3
|
Add default renderer upon adding window if it does not have one
|
2015-08-20 08:07:07 -07:00 |
|
Joshua Granick
|
4c0d09368e
|
Compile fix, lock the HTML5 and Flash targets to one window (for now)
|
2015-08-19 18:35:01 -07:00 |
|
Joshua Granick
|
e6f133ab51
|
Update to support multiple windows
|
2015-08-19 18:09:45 -07:00 |
|
Joshua Granick
|
f7e53cdea8
|
Move Keyboard events back to Window
|
2015-08-19 16:30:36 -07:00 |
|
Joshua Granick
|
c666477b58
|
Make the Touch events more robust
|
2015-08-19 16:04:57 -07:00 |
|
Joshua Granick
|
cb95b5bdfc
|
Compile fix
|
2015-08-19 13:03:13 -07:00 |
|
Joshua Granick
|
0fee391426
|
Allow multiple windows, close each one individually, exit when all are closed
|
2015-08-19 12:59:12 -07:00 |
|
Joshua Granick
|
8768d6114f
|
Add window.id, add native EXIT event, filter window-based events and send to correct window instance
|
2015-08-19 12:36:30 -07:00 |
|
Joshua Granick
|
8a9db7a36a
|
Update events, be aware of multiple windows
|
2015-08-19 10:23:11 -07:00 |
|
Joshua Granick
|
e02fa7c2c6
|
Improve Preloader
|
2015-08-18 17:36:56 -07:00 |
|
Joshua Granick
|
788e8c10e9
|
Fix input text with space in HTML5, need to look into when/how to prevent default for space and arrow keys to prevent page scrolling?
|
2015-08-18 11:56:29 -07:00 |
|
Joshua Granick
|
cacbc82acb
|
Fix event.remove
|
2015-08-18 11:46:19 -07:00 |
|
Joshua Granick
|
9dea635392
|
Change Application onQuit to Module onExit
|
2015-08-17 18:11:55 -07:00 |
|
Joshua Granick
|
77d9da7e8e
|
Allow editing of CairoFont load flags
|
2015-08-17 16:35:08 -07:00 |
|
Joshua Granick
|
b75dba81a2
|
Update Lime.java
|
2015-08-17 07:54:53 -07:00 |
|
Joshua Granick
|
d508519eb9
|
Merge pull request #546 from Rezmason/additional_key_mappings
Additional key mappings for Flash and HTML5 targets
|
2015-08-16 11:04:55 -07:00 |
|
Rezmason
|
df85a659f8
|
Extending key mappings in Flash and HTML5 targets, based on the Keyboard class specification in the AS3 Language Reference. Flash and HTML5 targets tested in Safari.
|
2015-08-16 10:40:09 -07:00 |
|
Joshua Granick
|
36f9540206
|
Merge pull request #545 from ibilon/tool
Fix desktop cross build
|
2015-08-16 08:19:38 -07:00 |
|
Joshua Granick
|
7db169c2ed
|
Merge pull request #544 from ibilon/neko-ndll
Add linux, linux64 and windows neko ndll
|
2015-08-16 08:18:25 -07:00 |
|
Valentin Lemière
|
8db29b8972
|
Fix desktop cross build
|
2015-08-16 15:29:32 +02:00 |
|
Valentin Lemière
|
a3beb2b8b7
|
Add linux, linux64 and windows neko ndll
|
2015-08-16 14:54:49 +02:00 |
|
Joshua Granick
|
e091062d93
|
Merge pull request #543 from ibilon/patch-neko-linux
Update neko linux
|
2015-08-15 08:05:20 -07:00 |
|
Joshua Granick
|
0838c45e5b
|
Merge pull request #542 from ibilon/patch-neko-win
Update neko windows
|
2015-08-15 08:02:31 -07:00 |
|
Valentin Lemière
|
1c9c9b51c5
|
Update neko linux
|
2015-08-15 13:12:50 +02:00 |
|
Valentin Lemière
|
323714d640
|
Update neko windows
|
2015-08-15 12:01:02 +02:00 |
|
Joshua Granick
|
521a66b140
|
Minor cleanup
|
2015-08-14 19:19:32 -07:00 |
|
Joshua Granick
|
27cf45a158
|
Merge pull request #539 from Matan/master
Added AIR detection to FlashBackend and toplevel directory paths.
|
2015-08-14 19:12:41 -07:00 |
|
Joshua Granick
|
f5814ac397
|
Use onQuit/quit instead of onApplicationExit
|
2015-08-13 18:01:08 -07:00 |
|
Joshua Granick
|
e4179d1474
|
Fast addition of exit event
|
2015-08-13 17:13:31 -07:00 |
|
Joshua Granick
|
de217c291c
|
Update CHANGELOG
2.5.3
|
2015-08-13 10:43:37 -07:00 |
|
Joshua Granick
|
eba8f16b0d
|
Update to 2.5.3
|
2015-08-13 10:43:06 -07:00 |
|