Commit Graph

866 Commits

Author SHA1 Message Date
MrCdK
6068266f34 Adds touch support for js 2014-09-30 01:51:29 +02:00
Joshua Granick
a606b7c87c Timer fix 2014-09-26 19:25:04 -07:00
Joshua Granick
3ffc3437f3 Update LICENSE.md 2014-09-26 17:59:28 -07:00
Joshua Granick
4cb658dab5 PNG improvements 2014-09-26 13:36:17 -07:00
Joshua Granick
6bcbb6d223 Compile fix 2014-09-25 17:46:50 -07:00
Joshua Granick
98291b44f1 Restore ByteArray compress/uncompress 2014-09-25 13:17:11 -07:00
Joshua Granick
617acc646c Expect JSON libraries instead of serialized ones 2014-09-25 12:53:33 -07:00
Joshua Granick
b46f750bee Add missing templates 2014-09-25 10:15:50 -07:00
Joshua Granick
f2825da4e3 Build fix 2014-09-24 14:44:57 -07:00
Joshua Granick
dae11f6511 Compile fix 2014-09-24 14:43:37 -07:00
Joshua Granick
ddb4b0ff8a Use 'lime-legacy' instead of 'legacy' in order to prevent name collisions 2014-09-24 14:26:49 -07:00
Joshua Granick
5941b60570 Update CI Script 2014-09-24 03:09:35 -07:00
Joshua Granick
921466d6e1 Fix support for Android 2014-09-23 19:00:57 -07:00
Joshua Granick
d0f3f46bae Android fix 2014-09-22 14:09:29 -07:00
Joshua Granick
c6272146e0 lime-console fixes 2014-09-21 13:39:47 -07:00
Joshua Granick
260a6ae565 Add System.disableCFFI in order to force binary dependency-free at runtime 2014-09-20 19:32:54 -07:00
Joshua Granick
abc07eeff8 Fix static link order 2014-09-20 18:44:10 -07:00
Joshua Granick
8977ab0302 Add 'fulldebug' flag for Aether builds 2014-09-20 17:03:08 -07:00
Ivan Tivonenko
ffcd7abc40 fix for fillRect method of ImageDataUtil 2014-09-19 14:45:59 +03:00
Pascal Peridont
e4879f521b Add on(Save|Restore)InstanceState in Android extensions 2014-09-18 14:28:48 +02:00
Joshua Granick
0a26fd0f6c ByteArray fixes 2014-09-17 16:41:47 -07:00
Joshua Granick
c2ee469173 Install hxcpp as part of Lime setup 2014-09-17 12:24:06 -07:00
Joshua Granick
fdd834b978 Fix legacy Tizen build 2014-09-15 17:17:30 -07:00
Joshua Granick
775cb0ddac Fix legacy BlackBerry build 2014-09-15 16:44:56 -07:00
Joshua Granick
4d12330694 Add a Lime legacy path 2014-09-13 02:22:28 -07:00
Joshua Granick
09a0f30981 Merge pull request #220 from neni/patch-1
Update KeyCode.hx
2014-09-08 11:24:30 -07:00
Neni
67dfa0067b Update KeyCode.hx 2014-09-08 19:55:00 +02:00
Joshua Granick
8e3d328592 Merge pull request #218 from mrcdk/fix_renderer
Fix the webGL and SDL2 renderer's stencil and depth buffers
2014-09-05 10:16:39 -07:00
Joshua Granick
cee220862f Update README 2014-09-04 09:53:39 -07:00
Joshua Granick
768822be35 Merge branch 'master' into next 2014-09-04 09:09:58 -07:00
Joshua Granick
765e9cb214 Add documentation to Application 2014-09-03 19:42:24 -07:00
Joshua Granick
b649f1528b Initial API documentation 2014-09-03 19:02:04 -07:00
Joshua Granick
830b395439 Update README.md 2014-09-03 17:39:39 -07:00
Joshua Granick
d91e857c89 Do not center image in README 2014-09-03 17:36:30 -07:00
Joshua Granick
beb10013ed Update README 2014-09-03 17:34:49 -07:00
Joshua Granick
64bd287145 2.0.0-alpha 2.0.0-alpha 2014-09-03 16:42:56 -07:00
Joshua Granick
03c8f81774 Set to version 2 for now 2014-09-02 21:28:33 -07:00
MrCdK
0fba7ec19d Fix the webGL and SDL2 renderer's stencil and depth buffers 2014-08-31 01:16:53 +02:00
Joshua Granick
6510d41c2c Emscripten fix 2014-08-29 12:39:15 -07:00
Joshua Granick
d68f0ddfa2 Fix Android compile 2014-08-29 11:00:17 -07:00
Joshua Granick
ad49cba3a2 Help fix dark fringe edges when shrinking the size of an image 2014-08-27 18:00:53 -07:00
Joshua Granick
f8a1e5afb5 Merge pull request #216 from mrcdk/firefox_marketplace
Firefox Marketplace
2014-08-27 16:44:11 -07:00
Joshua Granick
425705299e Neko/OpenFL Float32 fix (should we make Float32Array an abstract?) 2014-08-27 15:20:55 -07:00
MrCdK
ec5500c224 Added GET parameters support to OAuth 2014-08-27 20:29:21 +02:00
MrCdK
7a4a1e772f Merge branch 'urlloader_curl' into all 2014-08-27 04:38:47 +02:00
MrCdK
f83239a1a4 Basic OAuth implementation.
Only 1.0 right now and without access/request/refresh tokens.
Doesn't support GET/POST params at the moment either.
2014-08-27 04:38:26 +02:00
MrCdK
bdf8d1f2f1 Continue the work with URLLoader and cURL
- Fixed PUT and POST
- Fixes CURLOPT_READFUNCTION
- Added CURLOPT_PROGRESSFUNCTION
2014-08-26 07:46:43 +02:00
MrCdK
0fef12abba Merge branch 'next' of https://github.com/openfl/lime.git into urlloader_curl 2014-08-25 23:10:55 +02:00
Joshua Granick
4f4f470927 Update to newer cURL 2014-08-25 13:41:04 -07:00
MrCdK
ef1a3b2377 Adds curl bindings for URLLoader. Not well tested. 2014-08-24 23:25:21 +02:00