Joshua Granick
a6e83e9a46
Add JS dependencies to HTML template
2014-05-16 09:24:07 -07:00
Joshua Granick
24e5188292
Fix CI build
2014-05-15 17:10:39 -07:00
underscorediscovery
03eeb4e8a3
Removing dependency on nme-dev for building libraries
2014-05-14 00:34:31 -02:30
Joshua Granick
18f182aa4a
Fix Travis CI build
2014-05-12 10:33:11 -07:00
Joshua Granick
4dbef76f6c
Merge pull request #154 from massivedanger/osx-retina-window-chrome
...
High-resolution window chrome on Mac apps
2014-05-12 10:10:41 -07:00
Joshua Granick
6e348b7310
Merge pull request #155 from JandyCo/ios-framework-search-paths
...
Allow for custom search paths for iOS framework dependencies
2014-05-12 10:08:57 -07:00
Joshua Granick
e249d823c9
Merge pull request #157 from JandyCo/make-ios-linker-flags-array
...
Make iOS Linker Flags an Array
2014-05-12 10:05:36 -07:00
Joshua
5362467559
Remove -l from linker flags loop
2014-05-11 14:05:18 -04:00
Joshua
d32396157b
Use IOS_LINKER_FLAGS as an array
2014-05-11 13:55:27 -04:00
Joshua
227ad0119d
Merge master
2014-05-11 12:48:17 -04:00
Joshua Granick
63264e7d2a
Fix OpenFL native template order
2014-05-09 14:19:35 -07:00
Joshua
5d33e71b32
Add loop to insert list of frameworkSearchPaths as defined by the project.xml file
2014-05-02 22:40:18 -04:00
Evan Walsh
2a421d2b8e
Add NSHighResolutionCapable to Mac Info.plist
2014-05-01 20:08:39 -04:00
Joshua Granick
85b37222cf
Merge pull request #152 from Hasufel/patch-1
...
comment log.v 'get special dir'
2014-05-01 09:56:32 -07:00
Hasufel
499f7d13ac
comment log.v 'get special dir'
2014-05-01 18:50:45 +02:00
Joshua Granick
b610f27aad
Guard onTrimMemory for Android target API < 14
2014-04-23 12:37:29 -07:00
Joshua Granick
c4a4da5567
Patch iOS project
2014-04-23 05:01:03 -07:00
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