Joshua Granick
|
38bc6bd04e
|
Added System.getTimer, moved file I/O into system, removed unused
|
2015-02-04 16:05:37 -08:00 |
|
Joshua Granick
|
05ce36188b
|
Add application.removeWindow, window.close, and fixes for using an empty config
|
2015-01-29 15:34:18 -08: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 |
|
Joshua Granick
|
f1d08f096f
|
Add Lime mouse cursor support on SDL2
|
2014-12-29 12:28:14 -08:00 |
|
Joshua Granick
|
05162a2d05
|
Add initial window.setIcon support
|
2014-12-28 11:05:35 -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
|
79082949a6
|
Restore Flash font embedding
|
2014-10-14 12:46:31 -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 |
|
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
|
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
|
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
|
7df3b3adfa
|
Add Window move and resize
|
2014-07-09 20:05:36 -07:00 |
|
Joshua Granick
|
10a2a74cd8
|
Handle title and window flags
|
2014-07-09 15:39:02 -07:00 |
|
Joshua Granick
|
84fbffa923
|
Minor refactor
|
2014-07-08 11:56:25 -07:00 |
|
Matt Tuttle
|
9f6debd95b
|
Adding JPEG/PNG file loading (PVRTC stub)
|
2014-07-08 11:21:44 -07:00 |
|
Joshua Granick
|
5fae3b4ff6
|
Set window size
|
2014-07-06 18:04:30 -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 |
|
Michael Bickel
|
c45b5f52e4
|
first pass of adding flags for sdl (stencil and depthbuffer)
|
2014-06-19 00:50:30 -07:00 |
|
Joshua Granick
|
0ee39f5a86
|
Neko fix
|
2014-06-19 00:37:38 -07:00 |
|
Joshua Granick
|
4e4508b27b
|
Use larger alloc_float for intptr types
|
2014-06-19 00:37:38 -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
|
78bcad8f95
|
GL fix
|
2014-06-19 00:34:24 -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 |
|
Joshua Granick
|
d82cd0a43d
|
Initial OpenGL bindings
|
2014-06-19 00:33:35 -07:00 |
|
Joshua Granick
|
4818c02b1e
|
Start working on new architecture
|
2014-06-19 00:33:21 -07:00 |
|
Joshua Granick
|
215403ede6
|
Add missing JNI prims
|
2014-04-22 08:03:34 -07:00 |
|
Joshua Granick
|
a66d791a52
|
Improve 'lime upgrade' behavior and fix S3D builds
|
2014-04-21 13:35:07 -07:00 |
|
Joshua Granick
|
540b15e45a
|
Add curl_get_headers prim
|
2014-04-16 15:30:03 -07:00 |
|
Joshua Granick
|
1649dce8af
|
Merge fix
|
2014-04-10 18:30:02 -07:00 |
|