Commit Graph

1204 Commits

Author SHA1 Message Date
Joshua Granick
353e2d9000 Compile fix 2014-12-28 11:14:45 -08:00
Joshua Granick
05162a2d05 Add initial window.setIcon support 2014-12-28 11:05:35 -08:00
Joshua Granick
01a1c6ca3a Fix compile warnings on CURL binding 2014-12-28 11:05:24 -08:00
Joshua Granick
83e92a25b2 Update to 2.0.3 2.0.3 2014-12-27 14:25:59 -08:00
Joshua Granick
7bb1e691f5 Propagate -nocolor to the tools NDLL rebuild 2014-12-27 14:05:05 -08:00
Joshua Granick
cbd8e4acb0 Ensure tools rebuild occurs from limeDirectory 2014-12-27 13:59:48 -08:00
Joshua Granick
704d4dd960 Rebuild only release binary when rebuilding tools 2014-12-27 13:54:40 -08:00
Joshua Granick
a369f16709 Add HXCPP_EXIT_ON_ERROR define, to ensure we get error codes from HXCPP 2014-12-27 13:16:22 -08:00
Joshua Granick
31f4131f4f Update openal-android 2014-12-27 13:06:33 -08:00
Joshua Granick
02f7413443 Try and make sure that 'rebuild' exits on error 2014-12-27 11:20:27 -08:00
Joshua Granick
287b94e6dd Use a standardized 'targetDirectory' value in the target handlers, and pass this onto the library processors for use with caching 2014-12-25 21:20:32 -08:00
Joshua Granick
614d319330 Link openal-android on Lime as welll as Lime legacy, remove unneeded static libraries 2014-12-22 11:17:05 -08:00
Joshua Granick
133cb4f09c Merge pull request #294 from gunnbr/master
Switched to build OpenAL from source for Android
2014-12-22 10:06:17 -08:00
Brian Gunn
53acc25373 Merge remote-tracking branch 'upstream/master' 2014-12-21 13:26:29 -08:00
Brian Gunn
f8ae184a79 Changed to build OpenAL from source for Android.
Untested with the HXCPP_X86 build.
2014-12-21 13:24:12 -08:00
Joshua Granick
7d9ccc8dfb Update to 2.0.2 2.0.2 2014-12-21 09:50:15 -08:00
Joshua Granick
63d0a5b2f4 Add CHANGELOG 2014-12-19 16:42:09 -08:00
Joshua Granick
9ec7737de2 setPixels fix 2014-12-19 09:56:01 -08:00
Joshua Granick
46bebde008 Fix Android x86 build for now 2014-12-18 17:44:57 -08:00
Joshua Granick
f7ab6ab36b Fix builds for iOS x86_64, arm64, improve code caching, speed up build 2014-12-18 13:07:52 -08:00
Joshua Granick
44e69d461d Remove unneeded iOS libraries 2014-12-18 13:06:52 -08:00
Joshua Granick
63c1b52219 Rogue 'bin' directory fix 2014-12-17 16:01:13 -08:00
Joshua Granick
fdf7b31b15 Merge pull request #293 from mbalestrini/patch-1
Update OGLExport.cpp
2014-12-16 16:14:18 -08:00
Maximo
a2ebec86d6 Update OGLExport.cpp
Fix GL.getShaderPrecisionFormat bug
2014-12-16 20:31:27 -03:00
Joshua Granick
f0bebdcc9d Infinite WAV loading fix 2014-12-16 14:54:25 -08:00
Joshua Granick
2f9fe75679 Compile fix 2014-12-16 12:05:12 -08:00
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