Commit Graph

612 Commits

Author SHA1 Message Date
Joshua Granick
5cb366d578 Use Extension.packageName instead of Extension.PACKAGE_NAME 2014-04-16 14:27:12 -07:00
Joshua Granick
05d54940e5 Merge pull request #131 from kiroukou/patch-1
Update Extension.java
2014-04-16 14:25:19 -07:00
Joshua Granick
f6c2c4e323 Minor CI script cleanup 2014-04-15 17:17:18 -07:00
Joshua Granick
b2289e5406 Merge branch 'nme-collab'
Conflicts:
	project/src/backend/sdl2/SDL2Stage.cpp
	project/src/common/Display.cpp
	project/src/common/ExternalInterface.cpp
2014-04-15 14:33:54 -07:00
Joshua Granick
6dcaad86e6 Include lime-tools when performing 'lime upgrade' 2014-04-15 14:32:06 -07:00
kiroukou
dc3b496575 Update GameActivity.java
Added onNewIntent to broadcast to extensions
(mainly)
2014-04-15 15:00:03 +02:00
kiroukou
571278aab1 Update Extension.java
Needed for our extensions
2014-04-15 14:26:43 +02:00
Joshua Granick
1015a8fb54 Merge pull request #130 from catdawg/master
Corrected parameters on lime_bitmap_data_get_transparent
2014-04-15 03:47:04 -07:00
Rui Campos
c0f68ea9b0 Corrected parameters on lime_bitmap_data_get_transparent 2014-04-15 11:10:49 +02:00
underscorediscovery
bac1db5c0a Removing duplicate MediaPlayer include 2014-04-10 23:11:27 -02:30
Joshua Granick
1649dce8af Merge fix 2014-04-10 18:30:02 -07:00
Joshua Granick
453e896cc3 Merge branch 'nme-collab' of https://github.com/openfl/lime into nme-collab
Conflicts:
	project/src/ExternalInterface.cpp
2014-04-10 18:25:24 -07:00
Joshua Granick
618eee5e72 iOS fixes 2014-04-10 18:24:29 -07:00
underscorediscovery
0b3e4ad2a1 Fixing possible iOS problems
When linking statically, register prims complains as a linker error,
And the two new frameworks were required in the PROJ file
2014-04-10 22:46:31 -02:30
Joshua Granick
de6d25bdbf Add lime_register_prims 2014-04-10 16:09:26 -07:00
Joshua Granick
aab783bef0 HXCPP fix 2014-04-10 13:20:50 -07:00
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