Commit Graph

252 Commits

Author SHA1 Message Date
Joshua Granick
8fe86596aa Cleanup window and renderer for SDL2 2015-01-14 23:07:54 -08:00
Joshua Granick
288ea1286e Use the Windows icon resource instead of SDL_SetIcon for both Lime and Lime legacy 2015-01-07 22:18:48 -08:00
Joshua Granick
ed34459738 Add more mouse cursor types 2014-12-29 13:41:29 -08:00
Joshua Granick
f1d08f096f Add Lime mouse cursor support on SDL2 2014-12-29 12:28:14 -08:00
Joshua Granick
896efe77c0 Automatically load icon on Windows 2014-12-28 13:23:12 -08:00
Joshua Granick
a12a27582e Confirm window.setIcon on Windows 2014-12-28 11:54:10 -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
31f4131f4f Update openal-android 2014-12-27 13:06:33 -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
46bebde008 Fix Android x86 build for now 2014-12-18 17:44:57 -08:00
Joshua Granick
f0bebdcc9d Infinite WAV loading fix 2014-12-16 14:54:25 -08:00
Joshua Granick
b23bf05d26 Rebuild fix 2014-12-12 11:24:11 -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
d53ec1efd7 Update architecture support for iOS, default now to ARMV7 as well as ARM64 2014-12-05 17:24:23 -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
bdc7039b19 Add snapshot for Lime legacy 2014-11-12 22:20:57 -08:00
Joshua Granick
1f24e162ec Add native JPEG/PNG encoding 2014-11-11 10:48:14 -08:00
Joshua Granick
8cc187b583 Initial node.js support 2014-11-09 12:05:44 -08:00
vroad
17cb9e51b4 Work on node.js support 2014-11-02 23:38:29 +09:00
Joshua Granick
fe17a43f72 Use true font names and automatically register font names on native platforms 2014-11-01 09:44:59 -07:00
Joshua Granick
90ab2be4e6 Better approximation of cubic curves 2014-10-23 13:49:11 -07:00
Joshua Granick
da1ba2a143 Fix initial support for cubic bezier font outlines, need to come back and add support for multiple quadratic curves for better quality 2014-10-23 13:19:32 -07:00
Joshua Granick
58e70d4b76 Improve handling of font family name, move AssetHelper.processLibraries and fix a couple colors 2014-10-22 21:40:38 -07:00
Joshua Granick
79082949a6 Restore Flash font embedding 2014-10-14 12:46:31 -07:00
Joshua Granick
4cb658dab5 PNG improvements 2014-09-26 13:36:17 -07:00
Joshua Granick
f2825da4e3 Build fix 2014-09-24 14:44:57 -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
d0f3f46bae Android fix 2014-09-22 14:09:29 -07:00
Joshua Granick
4d12330694 Add a Lime legacy path 2014-09-13 02:22:28 -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
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
Joshua Granick
4f4f470927 Update to newer cURL 2014-08-25 13:41:04 -07:00
Joshua Granick
4a5b1a22bb CURL improvement 2014-08-17 18:05:57 -07:00
Joshua Granick
825372dab8 CURL binding 2014-08-16 20:34:04 -07:00
Joshua Granick
c4ea28e044 Add support for -static flag, initially on Windows 2014-08-15 13:16:19 -07:00
Joshua Granick
46f738681a Remove template console backend, to be completed in another project 2014-08-05 13:44:36 -07:00
Joshua Granick
3384f0029c Lime console fixes 2014-08-05 13:20:25 -07:00
Joshua Granick
f58fdc1d2c Update to newer harfbuzz repo 2014-08-05 10:17:41 -07:00
Joshua Granick
de0d6522da Fix harfbuzz commit version 2014-08-05 01:45:57 -07:00
Joshua Granick
f22859b69a Update to newer harfbuzz build 2014-08-05 01:33:53 -07:00
Joshua Granick
850ce2f269 Update license, fixes for harfbuzz 2014-08-04 11:03:56 -07:00
MattTuttle
c2e73d7e9c Merge branch 'next' of https://github.com/openfl/lime into text-harfbuzz
Conflicts:
	lime/graphics/Font.hx
	project/include/graphics/Font.h
	project/src/ExternalInterface.cpp
	project/src/graphics/Font.cpp
2014-08-04 09:51:51 -05:00
Joshua Granick
51017010a8 Disband lime.media, create lime.audio and lime.math 2014-08-02 10:33:32 -07:00
MattTuttle
4503100713 Fixing font rendering bugs, harfbuzz still doesn't work right 2014-07-31 17:16:59 -05:00
MattTuttle
200e953641 Adding loadRange to Font 2014-07-30 17:08:16 -05:00
Joshua Granick
c4bdcf03c8 More audio context work 2014-07-30 14:10:11 -07:00
MattTuttle
83bb9d9b66 Font changes, Text (harfbuzz) and sample project added 2014-07-30 14:48:27 -05:00