Commit Graph

422 Commits

Author SHA1 Message Date
Joshua Granick
215403ede6 Add missing JNI prims 0.9.7 2014-04-22 08:03:34 -07:00
Joshua Granick
d88986b65f Make sure debug builds don't strip 2014-04-21 23:50:33 -07:00
Joshua Granick
ccecd517c0 Update to 0.9.7 2014-04-21 15:44:20 -07:00
Joshua Granick
a66d791a52 Improve 'lime upgrade' behavior and fix S3D builds 2014-04-21 13:35:07 -07:00
Joshua Granick
a30b450b13 Do not consume keyboard arrow keys on Android (pass to both joystick and keyboard events) and handle dpad center as keyboard enter (like on Kindle FireTV) 2014-04-17 15:23:03 -07:00
Sven Bergström
cc729c9596 Merge pull request #138 from Gama11/patch-1
Readme: fix roadmap link
2014-04-17 13:24:51 -07:00
Gama11
5dd1a96426 Readme: fix roadmap link 2014-04-17 20:39:12 +02:00
Joshua Granick
97dc9df075 Cleanup, compile fix 2014-04-16 15:39:46 -07:00
Joshua Granick
823d409508 Merge pull request #137 from kiroukou/patch-7
Update GameActivity.java
2014-04-16 15:34:14 -07:00
Joshua Granick
540b15e45a Add curl_get_headers prim 2014-04-16 15:30:03 -07:00
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