Joshua Granick
7e6aef512d
Update CHANGELOG
2016-12-06 17:21:39 -08:00
Joshua Granick
9cdc87ba50
Update to 3.5.0
2016-12-06 17:21:33 -08:00
Joshua Granick
7e78fce91c
HTML5 fixes
2016-12-06 15:32:51 -08:00
Joshua Granick
379d092cec
Fix *.jpeg file extension for Flash target
2016-12-06 14:59:26 -08:00
Joshua Granick
c69ef33105
Let HTML5 mouse defaults be canceled
2016-12-02 19:01:05 -08:00
vroad
ca98e999f3
Remove pin from Bytes
2016-12-02 17:09:36 -08:00
Joshua Granick
55301ca4cf
Move hxProject.certificate to .keystore, use iOS config for profile, identity and team ID, some file cleanup
2016-12-02 17:04:41 -08:00
Joshua Granick
00fc9cdcb6
Improve behavior for default framebuffer on iOS
2016-12-01 13:08:34 -08:00
Joshua Granick
421ce5175d
Improve behavior of Lime config
2016-12-01 13:08:23 -08:00
Joshua Granick
c58786b4aa
Merge pull request #851 from kiroukou/patch-11
...
Fix the IOS Accelerometer which wasn't fully linked to lime
2016-12-01 09:26:54 -08:00
kiroukou
9a45e9d3b5
Fix the IOS Accelerometer which wasn't fully linked to lime
...
The SDL implementation of IOS Accelerometer was correct. Wrapped around the Joystick API for commodity I guess, but working.
The problem was in fact that LIME didn't linked the joystick itself...
After few long hours, the obvious was found, the define was wrong. IPHONE instead of IOS did fix the problem.
2016-12-01 13:00:24 +01:00
Joshua Granick
f9f615fe9b
Fix window.onEnter and onLeave events on DOM
2016-11-30 10:23:17 -08:00
Joshua Granick
79e72d8b15
Tools rebuild fix
2016-11-28 14:22:46 -08:00
Joshua Granick
bba4765a02
Fix image.scroll
2016-11-23 17:42:51 -08:00
Joshua Granick
2b12cb3e91
Guard if manifest is not found on -livereload
2016-11-23 14:16:07 -08:00
Joshua Granick
2b130bf974
Update SDL
2016-11-23 14:16:07 -08:00
Joshua Granick
c9dbc9f7bf
Merge pull request #847 from vroad/al-gc-fix
...
Clear finalizer of deleted OpenAL source
2016-11-23 13:12:41 -08:00
vroad
ae491e9f21
Clear finalizer of deleted OpenAL source
2016-11-23 19:42:05 +09:00
Joshua Granick
d18397c25c
Update SDLApplication.cpp
2016-11-22 16:08:08 -08:00
Joshua Granick
9a91273a9b
iOS background fix
2016-11-21 17:14:31 -08:00
Federico Bricker
e4d387ee25
Fix compilation error "lime/ui/Haptic.hx:51: characters 47-48 : Unexpected :" ( #844 )
2016-11-21 10:19:47 +01:00
Joshua Granick
d9f5900685
Add guard against render event when in the background
2016-11-18 15:22:19 -08:00
Joshua Granick
c9526b2e43
Merge pull request #841 from Laerdal/feature/copy-paste-html5
...
Implement HTML5 System clipboard support
2016-11-17 13:13:27 -08:00
Joshua Granick
f2edf9ec2e
Initialize WebGL2 context when available
2016-11-16 14:49:15 -08:00
Joshua Granick
a2030734f8
Fix non-accessible return warning
2016-11-16 14:49:00 -08:00
Joshua Granick
71ff49d159
Add -nolaunch option to HTML5 test
2016-11-16 14:48:46 -08:00
Joshua Granick
01714dd087
Flash runtime fix
2016-11-16 13:01:55 -08:00
Joshua Granick
a78347c1a2
Docs fix
2016-11-16 11:37:27 -08:00
Joshua Granick
46024e281b
Update NOTICE.md
2016-11-16 11:15:02 -08:00
Joshua Granick
b701b8df7f
Update NOTICE.md
2016-11-16 11:14:25 -08:00
Joshua Granick
b1bb21acbb
Add NOTICE.md, update LICENSE.md
2016-11-16 11:08:36 -08:00
Joshua Granick
b72701ec0e
Compile fix
2016-11-15 19:42:45 -08:00
Joshua Granick
c4cd020f66
Use GLRenderContext on native, prep for GLES3 API
2016-11-15 19:25:37 -08:00
Joshua Granick
c46d7ae42e
Minor fix
2016-11-15 10:17:37 -08:00
Joshua Granick
f0c6b4dcf3
Add SVN auto-build number support
2016-11-14 12:01:21 -08:00
Joshua Granick
648a9c51cf
Merge pull request #840 from zengjie/develop
...
Fix SDL renderer scale calculation error
2016-11-14 11:11:33 -08:00
Danny Wilson
3cc637b523
Implement HTML5 System clipboard support
2016-11-14 18:59:06 +07:00
Zeng Jie
8218d03b37
Fix SDL renderer scale calculation error
2016-11-14 12:18:05 +08:00
Joshua Granick
9d98e762b6
Implement initial 'lime rebuild <lib>' behavior (rebuild.hxml)
2016-11-11 17:59:52 -08:00
Joshua Granick
964d948d08
Update Haptic for iOS
2016-11-11 17:04:20 -08:00
Joshua Granick
54a8f32f60
Add System.openFile / System.openURL
2016-11-11 16:46:43 -08:00
Joshua Granick
c850459fa5
Implement audioBuffer.dispose() for HowlerJS
2016-11-11 16:05:06 -08:00
Joshua Granick
72d062b563
Docs fix
2016-11-09 21:48:07 -08:00
Joshua Granick
47fa89d50f
Use abstract (to not disallow custom HTTP request methods)
2016-11-09 14:57:57 -08:00
Joshua Granick
5ce0074054
Minor update
2016-11-09 14:08:24 -08:00
Joshua Granick
11ca4a1bca
Make Future progress use two Ints instead of one Float
2016-11-09 13:39:00 -08:00
Joshua Granick
97285c4881
Make HTTPRequest rely less on macros
2016-11-09 13:34:20 -08:00
Joshua Granick
5bb2816934
Add cancel to interface for now
2016-11-09 08:59:21 -08:00
Joshua Granick
18adf5d68d
Additional work on native HTTPRequest
2016-11-08 22:25:57 -08:00
Joshua Granick
772ed548fe
Dont process headers by default
2016-11-08 13:49:17 -08:00