Sven Bergström
068919bc4c
Fixing bug where mouse resets when leaving window
...
When moving the mouse outside, it is reset to 0,0 and when alt tabbing some high value garbage numbers were sent. This missing break was the cause, because WINDOWEVENT was being handled and pumped by MOUSEMOTION as well. *smh*
Fixes https://github.com/openfl/openfl-native/issues/162 for sure, possibly other mouse/window related issues.
Let's test any mouse related issues against this?
2014-04-10 16:06:42 -02:30
Sven Bergström
bf0c945ff2
Merge pull request #122 from haxiomic/master
...
CSS-forced width & height fix
2014-04-05 16:40:18 -02:30
George Corney
6ba1a00ebc
CSS-forced width & height fix
...
CSS prevented the width and the height being set by the project file
2014-04-05 19:22:04 +01:00
Joshua Granick
aedb4132b6
Merge pull request #121 from catdawg/master
...
Added onTrimMemory and onLowMemory to Android extension callbacks.
2014-04-02 08:58:13 -07:00
Rui Campos
c434febb14
improved documentation in onTrimMemory and onLowMemory of the Android extension system.
2014-04-02 16:40:04 +02:00
Rui Campos
19be58e2ee
added callbacks for onLowMemory and onTrimMemory
2014-04-02 16:32:00 +02:00
Joshua Granick
d0887f054a
Merge pull request #120 from Hasufel/patch-1
...
KEYCODE_VOLUME_MUTE only available API 11
2014-03-29 15:26:24 -07:00
Hasufel
d0c87ca1ca
KEYCODE_VOLUME_MUTE only available API 11
2014-03-29 14:29:06 +01:00
Sven Bergström
0d99705651
Merge pull request #119 from catdawg/master
...
Compilation errors in JNI.hx
2014-03-28 08:30:22 -02:30
Rui Campos
fa89740489
Compilation errors. lime.core.Libs is lime.utils.Libs and Lib.load now Libs.load
2014-03-28 11:50:35 +01:00
Joshua Granick
01a6e2fed7
bitmap_data_set_flags should be two parameters
2014-03-27 17:14:06 -07:00
Sven Bergström
f89a5bebb7
Merge pull request #117 from dukope/master
...
Fix software rendering (disable vsync, fix null pointer de-ref)
2014-03-27 01:36:57 -02:30
Lucas Pope
95a44a0a0d
Fix software rendering (disable vsync, fix null pointer de-ref)
2014-03-27 02:48:06 +09:00
Joshua Granick
f0afe0a080
Rebuild using HXCPP instead of hxlibc
2014-03-25 18:46:16 -07:00
Joshua Granick
9cec475920
Update Android OpenAL libs (thanks Danny Yaroslavski)
2014-03-24 15:13:14 -07:00
Joshua Granick
d9b3e37dee
Merge pull request #113 from delahee/patch-2
...
MultiplyAlpha optimisation
2014-03-20 23:34:05 -07:00
Joshua Granick
5d241f3320
Merge pull request #108 from delahee/patch-1
...
Fixed a potential NPE
2014-03-20 23:32:42 -07:00
Joshua Granick
c5f845ff8b
Merge pull request #101 from delahee/fix_gl_uni
...
fixed uniform/vertexAttributeXfv
2014-03-20 23:32:03 -07:00
David "Blackmagic" Elahee
22336374bd
MultiplyAlpha optimisation
...
new implementation goes 2x faster
2014-03-19 16:32:58 +01:00
Joshua Granick
933fec22ac
Compile fixes
2014-03-18 22:59:11 -07:00
Joshua Granick
098b4328de
Windows runtime fix
2014-03-18 16:58:38 -07:00
Joshua Granick
bb3308ce0f
Compile fix
2014-03-18 15:46:43 -07:00
Joshua Granick
959f4ee051
Update to 0.9.6
0.9.6
2014-03-18 09:04:27 -07:00
David "Blackmagic" Elahee
c9932223ae
Fixed a potential NPE
...
It is preferable to have a nop output rather than NPE.
Fixes #107
Thx!
2014-03-18 10:15:43 +01:00
Joshua Granick
b895216f73
Merge pull request #106 from bubba169/master
...
Better looping when streaming music
2014-03-17 08:13:45 -07:00
Simon Morris
49c7197ca3
Merge branch 'master' of https://github.com/bubba169/lime
2014-03-17 14:17:56 +00:00
Simon Morris
80c8bf76df
- better looping sound
2014-03-17 14:17:17 +00:00
Simon Morris
3d34dc6bcf
- better looping sound
2014-03-17 13:56:46 +00:00
Joshua Granick
093760350e
Merge pull request #39 from bendmorris/gamepad
...
Adding function to detect joystick names on Win/Mac/Linux.
2014-03-14 11:10:42 -07:00
Joshua Granick
587edb4e5d
TextField color fix
2014-03-14 11:08:35 -07:00
Joshua Granick
94a0199cfb
Merge pull request #103 from bubba169/master
...
Fix volume and back keys on android
2014-03-14 11:03:07 -07:00
Joshua Granick
4daa21ecdf
Work on premultiplied alpha
2014-03-14 03:18:51 -07:00
Joshua Granick
8f7cb17eb6
Default Z value to 0 and reverse the value, so positive Z is closer to the viewer
2014-03-14 02:27:40 -07:00
Joshua Granick
abd8f15d1c
Merge pull request #105 from kaen/s3d
...
MI3D Autostereoscopic 3D Support
2014-03-13 22:35:13 -07:00
Bryan Conrad
5eb972ac5e
native s3d implementation
2014-03-13 19:45:05 -07:00
Simon Morris
1e77247b38
Fix volume and back keys on android
2014-03-11 14:40:53 +00:00
Joshua Granick
c7830bea6a
Merge pull request #102 from ibilon/master
...
Fix keyCode
2014-03-10 10:18:12 -07:00
Valentin Lemière
ee37281c22
Fix keyCode
2014-03-10 17:28:16 +01:00
Joshua Granick
9c4b88a131
Merge pull request #99 from Hasufel/patch-1
...
minor fix (return bool instead of int)
2014-03-08 09:55:35 -08:00
Joshua Granick
95117c1ab2
Merge pull request #100 from Hasufel/patch-2
...
minor fix - incorrect comment
2014-03-08 09:54:41 -08:00
Joshua Granick
88647348d9
Android key fix
2014-03-06 13:33:51 -08:00
Joshua Granick
5886c963fd
Fix Android library instantiation order
2014-03-06 11:23:09 -08:00
david.elahee@gmail.com
a1b9f44363
fixed uniform/vertexAttributeXfv
2014-03-05 09:47:59 +01:00
Hasufel
81991680a7
minor fix - incorrect comment
2014-03-04 23:07:53 +01:00
Hasufel
1fbc6e484f
minor fix (return bool instead of int)
2014-03-04 22:36:20 +01:00
Joshua Granick
ad99862301
Update to 0.9.5
0.9.5
2014-03-04 12:05:02 -08:00
Joshua Granick
0389cbfe92
Fix NDLL include order for Emscripten
2014-03-04 12:05:02 -08:00
underscorediscovery
c4bc1ff140
Wrapper; Input; char value was passed incorrectly to host applications, corrected to handle typing simpler
2014-02-27 14:08:42 -03:30
Joshua Granick
cf340c9394
Merge pull request #87 from Hasufel/patch-1
...
Multithread was not properly detached
2014-02-26 07:58:19 -08:00
Joshua Granick
1d7ea0f638
Merge pull request #91 from lpmitchell/master
...
Added keyboard events for Tizen
2014-02-26 07:26:10 -08:00