Commit Graph

796 Commits

Author SHA1 Message Date
underscorediscovery
af566a5e75 native : Make sure cursor visibility is respected
When toggling between FS and Windowed mode. Related to #34 if @dukope
wanted to test, here we go!
2014-04-10 16:58:30 -02:30
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
underscorediscovery
401ea3307b Wrapper; Fixing GL code to work with resources
GL.hx - cleaning up weirrrrd tabbing issues
GL.hx - including the float array abstract fix from nme
GL.hx - fixing changes to resources being null instead of 0, so that
they can work with changes in internal resource management
GLObject.hx cleaning up spaces and formatting.
2014-04-09 17:00:37 -02:30
Joshua Granick
a400e311ef Pass verbose to rebuild 2014-04-08 08:37:08 -07:00
Joshua Granick
7939b8838d Require hxcpp, not hxlibc in new version 2014-04-07 17:17:35 -07:00
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
909e058781 Linux rebuild fix 2014-04-04 22:12:19 -07: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
9b3e65cd74 Use C++11 by default for iOS, fix builds 2014-04-01 20:41:41 -07:00
Joshua Granick
673448f8a4 Android context fix 2014-04-01 19:01:55 -07:00
Joshua Granick
2774af2368 Fix clone in CI script 2014-04-01 17:42:35 -07:00
Joshua Granick
c490c2adc2 Fix script build in CI (I hope) 2014-04-01 17:37:51 -07:00
Joshua Granick
27377bb839 CI fix 2014-04-01 17:33:09 -07:00
Joshua Granick
a49c715774 CI fix, I hope 2014-04-01 17:27:44 -07:00
Joshua Granick
6619a6f108 CI fix 2014-04-01 17:23:45 -07:00
Joshua Granick
ccb7b2047c CI fix 2014-04-01 17:18:20 -07:00
Joshua Granick
77a9f10866 CI fix 2014-04-01 17:13:25 -07:00
Joshua Granick
7163087518 Mac release does not have haxelib sources, try downloading them from the repo 2014-04-01 17:08:51 -07:00
Joshua Granick
836030f136 Try using 32-bit Neko, but recompiling haxelib in CI 2014-04-01 17:03:17 -07:00
Joshua Granick
40be82901e Try to fix CI script by building Neko from source, since binary appears to be the wrong architecture 2014-04-01 16:48:51 -07:00
Joshua Granick
94c342115f Try Haxe 3.1.2 in CI 2014-04-01 16:39:12 -07:00
Joshua Granick
bc63a47113 Try and fix Mac Travis build 2014-04-01 15:55:06 -07:00
Joshua Granick
f6fede585c Update CI 2014-04-01 15:21:01 -07:00
Joshua Granick
9715700ad7 Merge branch 'nme-collab' of https://github.com/openfl/lime into nme-collab 2014-04-01 11:03:14 -07:00
Joshua Granick
87bc063bbd Add dynamic OpenAL binaries for BlackBerry 2014-04-01 11:03:04 -07:00
Joshua Granick
8d01e11a6a Rebuild script fixes 2014-04-01 11:03:04 -07:00
Joshua Granick
497af56b8d Rebuild script fixes 2014-03-31 15:36:44 -07:00
Joshua Granick
ed812dafef Add non-op versions of S3D calls when not enabled 2014-03-31 13:35:17 -07:00
Joshua Granick
60a7f67208 Improve rebuild to work if there is a folder with the same name as a haxelib, which is not a build directory 2014-03-31 11:07:10 -07:00
Joshua Granick
b999dee4f3 Use nme-dev instead of nme-state, don't require nme-dev if not rebuilding Lime 2014-03-31 10:30:21 -07: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
Joshua Granick
99a8d6a740 Use 'lime' instead of 'HX_LIME' for Lime binary build 2014-03-28 12:09:00 -07: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
b5c05d900f Compile fix for Lime sample 2014-03-27 17:46:00 -07:00
Joshua Granick
01a6e2fed7 bitmap_data_set_flags should be two parameters 2014-03-27 17:14:06 -07:00
Joshua Granick
ca0674f82c ExternalInterface fixes 2014-03-27 17:11:33 -07:00
Joshua Granick
f74e883a29 Add ExternalInterface.cpp to handle mapping for lime_* CFFI calls 2014-03-27 16:46:00 -07:00
Joshua Granick
7f13c319c2 Build nme-state libs as a part of 'lime rebuild' if they are not built already 2014-03-27 10:42:36 -07:00
Joshua Granick
3fae4c1790 Merge project code with NME, for better collaboration. Update Build.xml to import settings from the shared build script in NME 2014-03-27 10:37:50 -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