Commit Graph

612 Commits

Author SHA1 Message Date
MattTuttle
83bb9d9b66 Font changes, Text (harfbuzz) and sample project added 2014-07-30 14:48:27 -05:00
Joshua Granick
d0604d8484 Merge pull request #202 from MattTuttle/next
Set working directory for OS X
2014-07-30 12:39:39 -07:00
Joshua Granick
475b6ee59f Initial Flash and HTML5 audio contexts 2014-07-30 12:37:22 -07:00
MattTuttle
eab2cffa2c Set working directory for OS X 2014-07-30 14:34:21 -05:00
Joshua Granick
c13fa37dc9 Merge branch 'next' of https://github.com/openfl/lime into next 2014-07-30 10:23:33 -07:00
Joshua Granick
4bf4e5dc6e Initial audio context 2014-07-30 10:23:14 -07:00
Joshua Granick
c02400f841 Merge pull request #201 from ibilon/flashkeycode
Add convertKeyCode for flash
2014-07-30 09:47:38 -07:00
Valentin Lemière
3ad78380b8 Add convertKeyCode for flash 2014-07-30 18:33:31 +02: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
f0a5f254ef Fix linker warning 2014-07-27 19:42:36 -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
Joshua Granick
df3ba5992f Use single Resource type for loading file or memory, JPEG file load improvements 2014-07-27 16:32:13 -07:00
Joshua Granick
d0163f24e0 Some work on file I/O 2014-07-27 14:25:20 -07:00
Joshua Granick
f043579327 Remove KEY_ prefix 2014-07-26 19:31:02 -07:00
Joshua Granick
02f6ba2b37 Add lime.ui.KeyCode, increase size of the keyCode value in C++ 2014-07-26 18:19:04 -07:00
Joshua Granick
145a145a5c Fixes 2014-07-26 13:40:23 -07:00
Joshua Granick
0f30f5fcd7 Asset library fix 2014-07-16 15:26:59 -07:00
Joshua Granick
c6404e4a86 Initial bindings for console render 2014-07-16 12:07:36 -07:00
Joshua Granick
e4c23bbb67 Include fix 2014-07-16 11:26:09 -07:00
Joshua Granick
de9260a619 Guard Freetype reference 2014-07-15 22:42:20 -07:00
Joshua Granick
22fa6ced55 Completion fixes 2014-07-14 09:06:11 -07:00
Joshua Granick
de04d37114 Use native-toolkit/freetype 2014-07-14 07:40:18 -07:00
Joshua Granick
30a56a08f3 Merge pull request #183 from MattTuttle/freetype
Freetype font support (lime:next)
2014-07-14 07:35:27 -07:00
MattTuttle
5f225f35ec Adding freetype submodule 2014-07-14 08:37:32 -05:00
Matt Tuttle
2bed6ac813 Adding offset and advance 2014-07-13 23:25:38 -05:00
Matt Tuttle
d5084081e2 Adding simplistic font rendering for HTML5 and Flash 2014-07-13 22:16:15 -05:00
Matt Tuttle
6d7388212a Adding FreeType font generation 2014-07-13 15:49:08 -05:00
Joshua Granick
7e207a8232 Use fopen on Windows for now 2014-07-12 17:37:10 -07: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
7eef1e14ab Fix warning 2014-07-11 22:32:41 -07:00
Joshua Granick
74135fa7d1 Don't force HTML5 render on window resize 2014-07-11 12:56:29 -07:00
Joshua Granick
8a754646bc Handle HTML5 window resizing better 2014-07-11 12:53:32 -07:00
Joshua Granick
7df3b3adfa Add Window move and resize 2014-07-09 20:05:36 -07:00
Joshua Granick
46e62e8dfb Add more window events for HTML5/Flash 2014-07-09 19:39:09 -07:00
Joshua Granick
d4290a9515 Handle resize better 2014-07-09 19:26:21 -07:00
Joshua Granick
60679bd514 Add more Window events 2014-07-09 17:16:36 -07:00
Joshua Granick
0faa375f72 Add application.init(), simplify SimpleImage sample 2014-07-09 16:32:55 -07:00
Joshua Granick
10a2a74cd8 Handle title and window flags 2014-07-09 15:39:02 -07:00
Joshua Granick
9b6fced383 Add HelloWorld sample 2014-07-09 14:52:44 -07:00
Joshua Granick
f8dc0c817a Update SimpleImage sample 2014-07-09 14:37:38 -07:00
Joshua Granick
b1432a514a Performance improvement 2014-07-09 13:25:18 -07:00
Joshua Granick
aef2cfb800 Merge pull request #180 from MattTuttle/fix-mac-include
Preventing duplicate objects error in ByteArray.h (lime:next)
2014-07-08 23:08:03 -07:00
MattTuttle
fdec74b87a Preventing duplicate objects error in ByteArray.h 2014-07-08 15:55:03 -05:00
Joshua Granick
5ef9f9809d Minor tweak 2014-07-08 11:58:21 -07:00