Joshua Granick
f70ac7a94e
Merge pull request #23 from BigZaphod/master
...
Performance enhancement
2014-01-24 17:27:51 -08:00
Joshua Granick
7ab0953439
Fix software fallback on some older/more minimal graphic cards
2014-01-24 08:31:11 -08:00
Sean Heber
80bfc72e73
Performance enhancement
...
Improved tile performance by using reserve() to alloc the size of the
arrays internally all at once instead of on-demand since this is way
faster. In my test case this made a significant impact. Also attempting
to get the compiler to avoid some other more hidden copying.
2014-01-23 21:14:39 -06:00
Joshua Granick
dc71c912c7
Fix GL drawArrays issue on desktop
2014-01-20 17:44:16 -08:00
Joshua Granick
9cd63539f6
Fix occasional crash in ColorMatrixFilter
2014-01-10 10:18:18 -08:00
Sven Bergström
43d92fed35
Noting the value of the magic number
2014-01-03 15:31:24 -03:30
Martin Jonasson
ad0f915c88
Pans the sound along a semi circle in front of the listener instead of moving just sideways. This makes it possible to pan a sound slightly to one side, as opposed to the earlier all-or-nothing behavior.
2014-01-03 16:36:46 +01:00
sergey-miryanov
d8f776c2d1
Merge branch 'master' of https://github.com/openfl/lime
2013-12-28 21:12:07 +06:00
Joshua Granick
b7f0928d4f
Fix for Firefox
2013-12-27 17:09:45 -08:00
Joshua Granick
870449e3ff
Undo changes to glEnable/Disable
2013-12-26 20:26:49 -08:00
Joshua Granick
9274a784c7
Guard glEnable calls when targeting only GLES2
2013-12-26 17:22:03 -08:00
Joshua Granick
5000fa42c0
Emscripten fixes
2013-12-26 16:53:58 -08:00
Joshua Granick
ce412987b3
Tizen storage directory should be 'data'
2013-12-19 11:53:51 -08:00
Joshua Granick
c4ea75418a
Read Ogg Vorbis data directly into out buffer
2013-12-15 20:23:46 -08:00
Joshua Granick
8be4a99ed4
Performance improvement on loading OGG samples to memory
2013-12-13 18:36:49 -08:00
Joshua Granick
cd157c4b02
Accelerometer still crashing on Tizen, use better dummy value
2013-12-09 14:54:22 -08:00
zerg
f844186c02
Merge branch 'master' of github.com:sergey-miryanov/lime
2013-12-09 15:48:55 +06: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
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
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
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
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
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
Joshua Granick
c4a4972fcc
Add system font
2013-11-30 11:02:04 -08:00
Joshua Granick
2aaeb54cc5
Add Tizen support for landscape mode
2013-11-29 21:03:31 -08:00
Joshua Granick
7c003449ca
Cleanup
2013-11-29 19:52:59 -08:00
Joshua Granick
dc564b4d99
Add touch events
2013-11-29 18:16:14 -08:00
Joshua Granick
856507ec4e
Better app shutdown, file cleanup, init work on adding touch events
2013-11-29 17:39:12 -08:00
Joshua Granick
188471d368
Hard-code window size for now on Tizen
2013-11-29 12:37:25 -08:00
Joshua Granick
b2da64c536
Initial pass on renaming project code to lime
2013-11-27 18:05:59 -08:00
Joshua Granick
00407203fa
Tizen fixes
2013-11-27 15:53:23 -08:00
Joshua Granick
fe4c9d2353
Compile fix
2013-11-26 10:24:59 -08:00
Joshua Granick
50df24a97b
Remove obj directory
2013-11-26 10:23:57 -08:00
Joshua Granick
81149799cc
Use lime-build for dependencies
2013-11-26 00:07:10 -08:00
Joshua Granick
9141d52836
Import project/ code
2013-11-25 23:32:25 -08:00