Commit Graph

5219 Commits

Author SHA1 Message Date
underscorediscovery
ca3684791b Wrapper; Adding minor fixes to html5 builds accidentally calling native function. Fixed input to match the new values on html5 0.9.0 2013-12-10 11:53:31 -03:30
Sven Bergström
ad8e55347f Update README.md 2013-12-10 00:55:51 -03:30
underscorediscovery
cd57b18152 Updating logo 2013-12-10 00:44:07 -03:30
underscorediscovery
cb14b151ef Wrapper - Audio; Cleaning up audio implementation, adding threading, and position/etc as well as accessors etc.
Wrapper - Examples; Adding a simple audio usage example. Audio is WIP in general.
2013-12-10 00:39:21 -03:30
Joshua Granick
9af557b566 Set version 0.9 2013-12-09 17:18:50 -08:00
Joshua Granick
c3299baa01 Add binaries for Neko build 2013-12-09 14:59:54 -08:00
Joshua Granick
8646e99034 Rename file 2013-12-09 14:55:31 -08:00
Joshua Granick
cd157c4b02 Accelerometer still crashing on Tizen, use better dummy value 2013-12-09 14:54:22 -08:00
underscorediscovery
7b5f2dfaf3 Keys; Adding more enums for the keymaps, and fixing values from sdl2.
Cleanup; Renaming LiME to Lime from legacy class name.
2013-12-09 18:05:22 -03:30
zerg
f844186c02 Merge branch 'master' of github.com:sergey-miryanov/lime 2013-12-09 15:48:55 +06:00
Sven Bergström
e6802e8bb2 Merge pull request #5 from ibilon/resize
Stage resize fix from @ibilon
2013-12-07 13:36:33 -08:00
Valentin Lemiere
c3443568cb Stage resize fix 2013-12-07 15:40:22 +01:00
Joshua Granick
cd2c48a6f4 Android audio fix 2013-12-06 21:08:44 -08:00
Sven Bergström
e287c42f32 More info 2013-12-07 00:01:31 -03:30
underscorediscovery
f54df3f734 Adding flag for min deployment target on mac for Lion 2013-12-06 23:37:50 -03:30
underscorediscovery
6a4efcf9cf MacBoot was missing a call in sdl 2 stage, which causes asset problems on 10.7.x 2013-12-06 23:37:50 -03:30
Robert Konrad
d8cccc7f9a Implemented support for changing resolutions and going fullscreen. 2013-12-06 15:47:17 +01:00
Joshua Granick
b07b770db5 Add events when the GL rendering context is lost/restored (only affects old SDL backend and Android target right now) 2013-12-05 17:09:41 -08:00
Joshua Granick
29ef53dc6b Remove hooks from experimental tests, and add get_native_pointer for ByteArray 2013-12-05 16:07:18 -08:00
Sven Bergström
9dd48c0553 Update README.md 2013-12-05 16:53:46 -03:30
Sven Bergström
a0b8e25c68 Update README.md 2013-12-05 16:53:38 -03:30
underscorediscovery
936a291c32 Logo iteration 2013-12-05 16:40:22 -03:30
Sven Bergström
eeb61eb383 Adding image 2013-12-05 16:01:37 -03:30
underscorediscovery
9677ba26cb Adding simple image 2013-12-05 16:00:12 -03:30
sergey-miryanov
27536ce74c Fix JNI if calling member methods that return int 2013-12-04 20:32:40 +06:00
sergey-miryanov
63e90a0d78 Merge branch 'master' of https://github.com/openfl/lime 2013-12-04 20:31:03 +06:00
Joshua Granick
6046d79955 Minor fixes 2013-12-04 04:21:20 -08:00
underscorediscovery
f990832507 tidy; General tidying of code. 2013-12-04 07:40:01 -03:30
Joshua Granick
aba96933c1 Update pixel density 2013-12-04 01:21:09 -08:00
Joshua Granick
c4b5fbe062 Add LaunchBrowser support 2013-12-03 23:46:47 -08:00
Joshua Granick
5999d4fefb Add AppRegistry 2013-12-03 23:11:55 -08:00
Joshua Granick
bc72d65506 Try exposing (unsafe) memory access to surface buffer 2013-12-02 20:58:15 -08:00
sergey-miryanov
3a316e992e Allow to pass haxe string as java Object to JNI 2013-12-02 19:30:52 +06:00
Joshua Granick
665f72edf1 Minor adjustments, and fixes to streaming audio 2013-12-02 02:17:32 -08:00
Sven Bergström
aa6e1c6923 Update README.md 2013-12-02 05:43:38 -03:30
Sven Bergström
8d6175bcdc Update README.md 2013-12-02 05:43:02 -03:30
Sven Bergström
19230f5f56 Update README.md 2013-12-02 05:42:36 -03:30
Sven Bergström
b1d27713b3 Adding more notes to readme 2013-12-02 05:42:05 -03:30
Joshua Granick
7643a87079 Adjustments to timer 2013-12-01 22:56:15 -08:00
Joshua Granick
155e75943e Enable multi-touch and don't hard-code the frame rate 2013-12-01 19:53:33 -08:00
Joshua Granick
4e01a41f6f For now, don't use lime templates with OpenFL 2013-12-01 15:35:13 -08:00
Joshua Granick
c7d151e9f8 Multitouch fix 2013-12-01 12:31:22 -08:00
Joshua Granick
94c01f1cb1 Add dummy accelerometer call 2013-12-01 11:55:58 -08:00
Joshua Granick
fd9aeb5937 Initial work on SharedObject, system directory and other minor fixes 2013-12-01 01:29:19 -08:00
underscorediscovery
6b75049e13 Merge branch 'master' of github.com:openfl/lime 2013-12-01 05:14:29 -03:30
underscorediscovery
ee3717d24d Neko; Making it possible to build low level lime neko builds, but there is some weirdities still. 2013-12-01 05:14:19 -03:30
Joshua Granick
c4a4972fcc Add system font 2013-11-30 11:02:04 -08:00
underscorediscovery
d4727fee31 Merge branch 'master' of github.com:openfl/lime 2013-11-30 08:23:12 -03:30
underscorediscovery
38d6a5e41e Lime haxe Input; Fixing html5 wheel events to be onmouseup instead of onmousedown 2013-11-30 08:23:04 -03:30
Joshua Granick
2aaeb54cc5 Add Tizen support for landscape mode 2013-11-29 21:03:31 -08:00