Commit Graph

978 Commits

Author SHA1 Message Date
Joshua Granick
e89fca95a2 Merge pull request #286 from mrcdk/patch_0
Fix html5 ImageDataUtil.fillRect()
2014-12-16 08:19:46 -08:00
Joshua Granick
b23bf05d26 Rebuild fix 2014-12-12 11:24:11 -08:00
MrCdK
c136797f17 Fix html5 ImageDataUtil.fillRect() 2014-12-12 00:28:36 +01:00
Joshua Granick
07cbb27803 Merge pull request #285 from utibenkei/html5_loader_loadbytes_fix
[html5]Image.__isJPG/__isPNG/__isGIF function fix
2014-12-11 08:45:55 -08:00
utibenkei
15c4c7d1f3 [html5]Image.__isJPG/__isPNG/__isGIF function fix 2014-12-12 01:03:08 +09:00
Joshua Granick
e1af2e2353 Better leading 2014-12-09 11:09:42 -08:00
Joshua Granick
343c27b4c5 Leading fix 2014-12-09 10:27:08 -08:00
Joshua Granick
3687aa18c0 Initial Lime support on Android using SDL2, need to handle assets next 2014-12-08 17:42:18 -08:00
Joshua Granick
5a85280115 Compile fix 2014-12-08 13:35:52 -08:00
Joshua Granick
08368f20dc More aggressive ADB restart 2014-12-05 17:43:53 -08:00
Joshua Granick
e736f89190 Make sure directories exist when creating icons 2014-12-05 17:35:38 -08:00
Joshua Granick
d53ec1efd7 Update architecture support for iOS, default now to ARMV7 as well as ARM64 2014-12-05 17:24:23 -08:00
Joshua Granick
b8075fc9fe Minor fixes 2014-12-05 16:41:09 -08:00
Joshua Granick
6925514ffc Some progress on Java GL, can run 'Hello World' 2014-12-05 14:38:38 -08:00
Joshua Granick
6dd7ffaba9 Initial bindings for LWJGL on Java 2014-12-05 13:05:25 -08:00
Joshua Granick
e82ab6c1b3 Add unofficial 'java' target command 2014-12-05 11:19:14 -08:00
Joshua Granick
00b2486416 Fixes for Haxe Java target 2014-12-05 11:15:15 -08:00
Joshua Granick
672ec78891 Add xxhdpi and xxxhdpi icons for Android 2014-12-05 08:53:45 -08:00
Joshua Granick
00ae9f1e13 Merge pull request #281 from starburst997/patch-1
Fix HTML5 CopyPixels
2014-12-04 13:27:53 -08:00
starburst997
6c95c9ecbf Fix HTML5 CopyPixels
Using copyPixels were resulting in 

Uncaught TypeError: Cannot read property 'clearRect' of null ImageCanvasUtil.hx:102

Adding this line fix the problem
2014-12-04 16:22:53 -05:00
Joshua Granick
0fdcccdbc1 Update to 2.0.1 2.0.1 2014-12-04 09:45:53 -08:00
Joshua Granick
a4416de359 Fix ADB cold-start on OS X 2014-12-02 10:17:00 -08:00
Viachaslau Tratsiak
a9e0c2ed94 Fix font preloading for Safari on OsX
Safari on OsX reports some strange offsetWidth immediately after changing fontFamily, but before font actually loaded, and if you want to pre-cache font metrics on application start, you will get wrong values.

Specifying correct css font family stack seems to fix this issue.
2014-12-02 14:57:52 +03:00
Joshua Granick
27e3fd701d Add GL.isContextLost 2014-11-28 13:22:57 -08:00
Joshua Granick
36ec3e59bc Merge pull request #269 from mrcdk/touch_fix
Fix for touch event coordinates.
2014-11-28 12:05:24 -08:00
Joshua Granick
68af1b5bb0 Add support for render context lost/restored events, initially with support for WebGL (thanks @mrcdk) 2014-11-28 11:54:56 -08:00
Joshua Granick
a59f419c06 Simplify Android SDK check 2014-11-21 18:55:24 -08:00
Joshua Granick
8b3824724e ADB fix, treat Firefox as type WEB not MOBILE, it may be for desktop or mobile Firefox browsers 2014-11-21 16:10:43 -08:00
Joshua Granick
eb3c804625 Command, not process 2014-11-21 15:47:07 -08:00
MrCdK
f2d8b91306 Fix for touch event coordinates. 2014-11-21 00:07:43 +01:00
Joshua Granick
98d78d7d3d Update to 2.0.0 2.0.0 2014-11-20 13:22:24 -08:00
Joshua Granick
3be10888d3 Use targetPath when tracing verbose info about dynamically generated assets 2014-11-20 13:20:44 -08:00
Joshua Granick
0693fc9fc5 Minor Android SDK fix 2014-11-20 12:35:15 -08:00
Joshua Granick
7eabf50fbb Fixes for newer BlackBerry SDK 2014-11-20 11:31:22 -08:00
Joshua Granick
451a1ccc9a Add -dryrun flag for testing, improve the behavior of 'rebuild' 2014-11-20 09:43:27 -08:00
Joshua Granick
11a5eee0e9 Only write build number if incrementing, only increment if actually building 2014-11-20 09:00:43 -08:00
Joshua Granick
c54af2c33f Merge pull request #268 from alebianco/master
[html5] Honour the requested width and height
2014-11-20 08:28:26 -08:00
Alessandro Bianco
90f041c911 [html5] Honour the requested width and height requested 2014-11-20 14:46:13 +00:00
Joshua Granick
99deb4f516 Fix 'lime create openfl' 2014-11-19 20:20:46 -08:00
Joshua Granick
b46c781b4c Initial improvements to 'rebuild' command and '-rebuild' flag, walking through actual project dependencies 2014-11-19 14:42:34 -08:00
Joshua Granick
534a1f8c1e Rebuild both debug and release locally when using 'lime rebuild' again, rebuild the tools when using the '-rebuild' flag 2014-11-19 13:40:16 -08:00
Joshua Granick
85720d3607 Merge pull request #265 from alebianco/master
Removed double dispatch of mouse event for html5 target
2014-11-19 09:55:30 -08:00
Alessandro Bianco
aa4e9b0e51 Removed double dispatch of mouse event for html5 target 2014-11-19 16:55:07 +00:00
Joshua Granick
296991de4f Populate environment with HXCPP config defines 2014-11-18 07:50:56 -08:00
Joshua Granick
d49e563f73 Neko GraphicsPath fix 2014-11-18 06:28:41 -08:00
Joshua Granick
f1610818a9 Minor tweak 2014-11-14 10:51:38 -08:00
Joshua Granick
731ca7ee82 Merge pull request #261 from fbricker/patch-1
Make substitute replace ${VARS} with environment values.
2014-11-14 10:49:23 -08:00
Joshua Granick
4d6901d9f2 Merge pull request #262 from shumkovdenis/master
fix https://github.com/openfl/openfl/issues/365
2014-11-14 10:47:53 -08:00
Joshua Granick
28eb8bc55f Fix iOS sim 2.0.0-beta 2014-11-13 11:19:21 -08:00
Joshua Granick
362bda0504 Do not compile Lime debug binaries by default on rebuild 2014-11-13 09:58:48 -08:00