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 |
|
Joshua Granick
|
de9260a619
|
Guard Freetype reference
|
2014-07-15 22:42:20 -07:00 |
|
Matt Tuttle
|
6d7388212a
|
Adding FreeType font generation
|
2014-07-13 15:49:08 -05:00 |
|
Joshua Granick
|
531af0b6d8
|
Build fix
|
2014-07-12 14:09:52 -07:00 |
|
Joshua Granick
|
836f5f36f8
|
Initial OpenAL bindings
|
2014-07-12 14:05:02 -07:00 |
|
Joshua Granick
|
84fbffa923
|
Minor refactor
|
2014-07-08 11:56:25 -07:00 |
|
Joshua Granick
|
7df1416127
|
Remove PVRTC
|
2014-07-08 11:36:27 -07:00 |
|
Joshua Granick
|
43f6cb0693
|
Add JPG/PNG image loading
|
2014-07-08 11:35:04 -07:00 |
|
Matt Tuttle
|
9f6debd95b
|
Adding JPEG/PNG file loading (PVRTC stub)
|
2014-07-08 11:21:44 -07:00 |
|
Joshua Granick
|
429f9bac86
|
Add JPEG and PNG libs
|
2014-07-08 11:04:55 -07:00 |
|
MattTuttle
|
4c897b5a39
|
Adding OpenRead/OpenOverwrite for iOS
|
2014-06-27 11:30:56 -05:00 |
|
Joshua Granick
|
6951d5738d
|
Build fix
|
2014-06-26 10:47:51 -07:00 |
|
Joshua Granick
|
dd91d80b2e
|
Begin work on Module support
|
2014-06-26 07:37:15 -07:00 |
|
Joshua Granick
|
d2f34a71dc
|
Begin integrating Neko support
|
2014-06-25 14:34:27 -07:00 |
|
Joshua Granick
|
81d34f8fea
|
Name changes
|
2014-06-19 00:51:57 -07:00 |
|
Joshua Granick
|
affe97e040
|
Fix Timer
|
2014-06-19 00:37:37 -07:00 |
|
Joshua Granick
|
714357cbc0
|
Begin to stub in support for image data
|
2014-06-19 00:37:37 -07:00 |
|
Joshua Granick
|
8fd0f13bc1
|
Slight refactor
|
2014-06-19 00:34:34 -07:00 |
|
Joshua Granick
|
e491460630
|
Working toward render timing
|
2014-06-19 00:34:14 -07:00 |
|
Joshua Granick
|
0f6adf39d7
|
Add WindowEvent
|
2014-06-19 00:34:01 -07:00 |
|
Joshua Granick
|
565c124c9f
|
Working on event model
|
2014-06-19 00:33:47 -07:00 |
|