Joshua Granick
93de8da859
Doc fix
2019-06-12 12:59:17 -07:00
Joshua Granick
9fe993b936
Force the DataPointer type to be numeric on HTML5
2019-06-12 12:27:33 -07:00
Joshua Granick
a989e4b7bc
Add window.onMove support for AIR ( close #1327 )
2019-06-10 15:17:55 -07:00
Joshua Granick
bb76d37073
Fix root path for default asset libraries
2019-06-07 14:11:08 -07:00
Joshua Granick
a2794c9dea
Do not modify manifest root path on asset copy, try and make Assets.loadLibrary a bit more flexible on paths
2019-06-05 15:14:54 -07:00
Alex Rothman
1f86057029
Updated the documentation for createWindow
...
In the block documentation for Application.createWindow, changed
the legacy window parameter to the current attributes parameter
2019-05-28 13:35:02 -07:00
Joshua Granick
290b86fb87
Progress on CPPIA support
2019-05-14 12:02:52 -07:00
Joshua Granick
dc35070823
Fix values for lime.ui.MouseButton ( resolve #1316 )
2019-05-10 11:23:25 -07:00
Joshua Granick
668080ac64
Fix crash error due to use of blur during static initialization
2019-04-11 15:13:37 -07:00
Tuna Hunerli
7d3539ab8e
Fixing StackBlur alpha
2019-04-11 12:45:20 -07:00
Joshua Granick
20f626dab8
Move native DLL directory to 'lib'
2019-04-11 12:09:26 -07:00
Joshua Granick
29f9509f9d
Minor crash fix
2019-04-10 15:19:16 -07:00
Joshua Granick
06e59c0e6c
Minor StackBlur update
2019-04-08 14:39:50 -07:00
Joshua Granick
da8848fd38
Crash fix in blur
2019-04-08 14:12:31 -07:00
Tuna Hunerli
5d0f446970
Initial StackBlur port
2019-04-08 12:00:27 -07:00
Joshua Granick
37918d28bf
Compile fix
2019-04-01 14:20:27 -07:00
Joshua Granick
303bb3c2a9
Improve stride value
2019-04-01 14:20:04 -07:00
Milton Candelero
1d2abf7d2e
Added the flag "force_html5_audio" for howler
...
Added a compilation flag `force_html5_audio` to force howler to always use html5 audio.
I don't think anyone will find this useful but it shouldn't do any harm to have.
2019-04-01 14:17:49 -07:00
Joshua Granick
5bdca08a0c
Bits per pixel, not bytes ( resolve #1301 )
2019-03-28 12:30:41 -07:00
George Corney
376f0ba123
extern @: to @: extern
2019-03-27 13:39:49 -07:00
Joshua Granick
d9f47372b6
Compile fix
2019-03-21 10:05:15 -07:00
Joshua Granick
3f5f14389a
Fix Haxe 4 dev warning
2019-03-20 15:35:37 -07:00
Joshua Granick
2e5420f369
Haxe 3.4 compile fix
2019-03-20 12:04:44 -07:00
Joshua Granick
750314fbc8
Compile fix
2019-03-20 11:58:07 -07:00
Joshua Granick
1d93fdd4bf
Minor fix
2019-03-20 11:37:54 -07:00
Joshua Granick
4a7a9eae9e
Fix Haxe4 dev warnings
2019-03-20 11:28:13 -07:00
Joshua Granick
a5de7d83c2
String fixes
2019-03-14 16:25:38 -07:00
Joshua Granick
ac0f49aeea
Fix minThreads on ThreadPool
2019-03-14 15:50:30 -07:00
Joshua Granick
6561eef767
Crash fix
2019-03-14 15:16:08 -07:00
Joshua Granick
d78f3fa430
Remove debug message
2019-03-14 13:34:26 -07:00
Joshua Granick
9803ca9bf6
CFFI string work
2019-03-14 13:27:54 -07:00
Joshua Granick
3b9ca3a770
Fixes for vdynamic return types
2019-03-14 12:34:08 -07:00
Joshua Granick
a482c14d5c
GL binding fixes
2019-03-14 10:15:00 -07:00
Joshua Granick
8d72e71357
HL update
2019-03-13 11:13:19 -07:00
Joshua Granick
84694f104c
HL string fix
2019-03-12 17:05:19 -07:00
Joshua Granick
1bd480fc29
Delete buffer on native audioSource.dispose() if present
2019-03-12 09:50:24 -07:00
Joshua Granick
b9bdf3479b
Flash compile fix, format update
2019-03-11 15:30:36 -07:00
Joshua Granick
44bf137f9b
Improve 'lime display' when templates have not been processed
2019-02-26 14:01:45 -08:00
dpomier
2fd940239f
Keep smoothing enabled by default
2019-02-21 11:27:16 -08:00
Joshua Granick
dfe3d27f57
Update Haxe formatter, run again
2019-02-14 09:40:22 -08:00
Joshua Granick
0c163a80e7
Use formatter for all Haxe code
2019-02-14 08:41:20 -08:00
Joshua Granick
b4afa14a13
Docs fix in Application
2019-02-14 08:30:52 -08:00
Joshua Granick
7140576b83
Update Haptic.hx
2019-02-14 08:22:25 -08:00
miltoncandelero
1e40f17ba0
Haptic support on HTML5
...
Haptic support for HTML5 via Navigator.vibrate (https://developer.mozilla.org/en-US/docs/Web/API/Vibration_API )
---
**note:**
w3c spec says to vibrate on even elements of the pattern and android waits on even elements.
**w3c**
> If the index of time is even (the first entry has index 0), vibrate the device for time milliseconds.
https://w3c.github.io/vibration/
**android**
> The first value indicates the number of milliseconds to wait before turning the vibrator on.
https://developer.android.com/reference/android/os/Vibrator.html#vibrate (long[],%20int)
The code has a line that adds a zero to the pattern to make the html5 behavior match the android behavior.
2019-02-14 08:22:25 -08:00
Joshua Granick
cac82509da
Add support for embedded JS dependencies (embed Lime dependencies by default)
2019-02-12 13:30:07 -08:00
Joshua Granick
d9dbea7f6b
Try a hidden ApplicationMain.hx file instead
2019-02-07 16:43:42 -08:00
Joshua Granick
a6fbbe7257
Add hidden ApplicationMain macro for better code completion on new targets
2019-02-07 12:58:54 -08:00
Joshua Granick
864dcf74cc
Set length on cURL write
2019-02-06 11:38:50 -08:00
Skerper
4595ac7d80
Remove offset from alpha image
...
Offset was causing the alpha image to be misaligned
2019-02-05 20:40:11 -08:00
Jens Fischer
ee0c4a88c9
Hide __ASSET__ classes with @:noCompletion
2019-02-05 20:39:12 -08:00