Commit Graph

277 Commits

Author SHA1 Message Date
Joshua Granick
9777ef4001 Add exit cleanup for OpenAL, in case proper shutdown does not occur 2015-01-29 11:46:37 -08:00
MattTuttle
482cf73341 Setting key modifier value in SDL key event 2015-01-27 12:58:26 -06:00
MattTuttle
94b9ea1b86 Whitespace corrections 2015-01-23 15:52:50 -06:00
MattTuttle
3827df6952 Improved font error handling when file isn't found 2015-01-23 15:48:52 -06:00
MattTuttle
9c5352a110 Harfbuzz buffer needs to be reset every time fromString is called 2015-01-23 12:44:35 -06:00
Daniel Uranga
23f8e01d2a Cleaning code a bit. No need to call Font.loadGlyphs since this is done automatically by Text.fromString 2015-01-23 12:37:50 -06:00
Daniel Uranga
5b2287a374 Fixed Arabic text rendering using Harfbuzz. Updated TextRendering sample. 2015-01-23 12:37:50 -06:00
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
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
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
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
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
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
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
MattTuttle
eab2cffa2c Set working directory for OS X 2014-07-30 14:34:21 -05:00
Joshua Granick
2f8c317053 Compile fix 2014-07-29 21:33:00 -07:00
Joshua Granick
4153d70187 Refactor OpenGL classes into lime.graphics.opengl, OpenAL into lime.media.openal, move image and sound into media 2014-07-29 21:24:21 -07:00
Joshua Granick
da1bf26501 Add OGG decoding 2014-07-28 21:59:51 -07:00
Joshua Granick
b55c191e04 Initial support for WAV parsing 2014-07-28 21:27:21 -07:00
Joshua Granick
d8a0eed472 Moving PNG/JPEG code from 'graphics' to 'format', beginning work on audio format code 2014-07-28 08:29:11 -07:00
Joshua Granick
6f5d88a898 Fix PNG header check 2014-07-27 19:37:45 -07:00
Joshua Granick
6e37b82c4c Got JPG/PNG loading from disk and from memory 2014-07-27 19:35:53 -07:00