Commit Graph

88 Commits

Author SHA1 Message Date
Joshua Granick
a1eda351ad Try again 2015-05-22 15:31:01 -07:00
Joshua Granick
44780ca260 Fix Cairo build 2015-05-22 15:29:43 -07:00
Kane Wallmann
1ee5ebe788 Work on Cairo FreeType implementation 2015-05-22 19:20:49 +10:00
Joshua Granick
2d3f51d2a4 Initial support for text input/edit events 2015-05-12 07:11:21 -07:00
Joshua Granick
4deb21be8c Fix static build (thanks JeriX) 2015-05-07 13:16:36 -07:00
Joshua Granick
f58c53f8f1 Include Cairo by default 2015-05-06 20:06:13 -07:00
Joshua Granick
78859413b3 Improve handling of Cairo build configuration 2015-05-06 19:45:16 -07:00
Joshua Granick
20d0c19e3a Fix Cairo build for Linux 2015-05-06 17:32:27 -07:00
Joshua Granick
ceab8ce28b More work on Cairo bindings 2015-05-01 12:25:53 -07:00
Joshua Granick
0b82d31501 Initial work on Cairo bindings 2015-05-01 07:17:45 -07:00
Joshua Granick
9866048fa1 Fix define for LIME_SDL_ANGLE 2015-04-30 11:18:17 -07:00
Joshua Granick
41a2c292dd Prepare for ANGLE support 2015-04-30 10:43:09 -07:00
Joshua Granick
560a78db62 Add support for PixelFormat (RGBA, ARGB) in Image, add more CFFI methods 2015-04-14 13:49:58 -07:00
Joshua Granick
338518a5f4 Add more Image pixel operation CFFI functions 2015-04-13 17:35:30 -07:00
Joshua Granick
a16894571e Speed up some operations 2015-04-13 13:15:19 -07:00
Joshua Granick
dc7a766623 iOS update 2015-03-20 09:37:42 -07:00
Joshua Granick
cfbf3f4a3f Initial Lime Gamepad API 2015-03-18 01:42:56 -07:00
Joshua Granick
74592ed5bd Rename (and refactor) TextLayout, update GlyphMetrics 2015-03-14 23:50:32 -07:00
Joshua Granick
0f6f022dab Add Font.getTextMetrics, rename TextLayout->TextEngine 2015-03-09 08:09:09 -07:00
Joshua Granick
7b5130f6d9 Progress on text support 2015-03-07 21:02:27 -08:00
Joshua Granick
a127565d0b Enable OpenAL for Emscripten build 2015-02-13 14:28:24 -08:00
Joshua Granick
62194c7842 Add Emscripten support 2015-02-12 19:04:57 -08:00
Joshua Granick
8e5dc16252 Emscripten tweak 2015-02-10 22:27:55 -08:00
Joshua Granick
7134baafef Add lime.utils.JNI, initially supporting JNI.getEnv 2015-02-04 17:13:27 -08:00
Joshua Granick
4dde860505 Add HAVE_LIBC when building SDL related files 2015-02-04 16:09:26 -08:00
Joshua Granick
38bc6bd04e Added System.getTimer, moved file I/O into system, removed unused 2015-02-04 16:05:37 -08:00
Joshua Granick
f7ec042ce5 Use SDL_RWops 2015-02-04 10:46:28 -08:00
Joshua Granick
f1d08f096f Add Lime mouse cursor support on SDL2 2014-12-29 12:28:14 -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
3687aa18c0 Initial Lime support on Android using SDL2, need to handle assets next 2014-12-08 17:42:18 -08: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
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
4f4f470927 Update to newer cURL 2014-08-25 13:41:04 -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
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
83bb9d9b66 Font changes, Text (harfbuzz) and sample project added 2014-07-30 14:48:27 -05: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
f0a5f254ef Fix linker warning 2014-07-27 19:42:36 -07:00
Joshua Granick
d0163f24e0 Some work on file I/O 2014-07-27 14:25:20 -07:00
Joshua Granick
c6404e4a86 Initial bindings for console render 2014-07-16 12:07:36 -07:00