Commit Graph

360 Commits

Author SHA1 Message Date
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
d03a82d6ca Update to 0.9.3 0.9.3 2014-01-21 18:44:14 -08:00
Joshua Granick
dc71c912c7 Fix GL drawArrays issue on desktop 2014-01-20 17:44:16 -08:00
Joshua Granick
bc59abc6c1 Rebuild fix 2014-01-10 22:54:22 -08:00
Joshua Granick
9750bc7d70 Minor run fix 2014-01-10 13:15:00 -08:00
Joshua Granick
9cd63539f6 Fix occasional crash in ColorMatrixFilter 2014-01-10 10:18:18 -08:00
Joshua Granick
a36e0e38d7 Fix rebuild for Wii U 2014-01-03 12:19:33 -08:00
Sven Bergström
43d92fed35 Noting the value of the magic number 2014-01-03 15:31:24 -03:30
Sven Bergström
11f47e1c78 Merge pull request #15 from grapefrukt/panfix
Fix for panning issue with OpenAL from @grapefrukt
2014-01-03 10:49:54 -08:00
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
Joshua Granick
246b02311d Merge pull request #2 from sergey-miryanov/master
Allow to pass haxe string as java Object to JNI
2014-01-02 14:29:56 -08:00
sergey-miryanov
94d58bfc9a Fix import of View in Extension.java 2014-01-02 15:24:41 +06:00
sergey-miryanov
c46127743e Add mainView property to Extension 2014-01-02 03:43:07 +06:00
sergey-miryanov
51535a2ce8 Merge branch 'master' of https://github.com/openfl/lime 2014-01-01 21:26:42 +06:00
Joshua Granick
65e7b0b390 Update README.md 2013-12-31 16:03:48 -08:00
Joshua Granick
7dd9477ec9 Update README.md 2013-12-31 15:59:02 -08:00
Joshua Granick
ccaa024fe8 Update README.md 2013-12-31 15:57:28 -08:00
Joshua Granick
e995b84074 Update README.md 2013-12-31 15:56:49 -08:00
Joshua Granick
3617236b57 Update README.md 2013-12-31 15:55:51 -08:00
Joshua Granick
c77b7f477e Minor edits 2013-12-31 15:44:41 -08:00
Joshua Granick
d7b5a4d54c Update README, add CONTRIBUTING and LICENSE 2013-12-31 15:27:22 -08:00
Joshua Granick
eeef92ecc0 Update to 0.9.2 0.9.2 2013-12-31 12:29:28 -08: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
underscorediscovery
dd508accca If the samples are using Export, probably ignore should mention that too. 2013-12-21 20:23:37 -03:30
Joshua Granick
ce412987b3 Tizen storage directory should be 'data' 2013-12-19 11:53:51 -08:00
Joshua Granick
6f26bdf22f Update to 0.9.1 0.9.1 2013-12-17 20:51:26 -08:00
Joshua Granick
d39063ba08 Add lime icon to samples 2013-12-17 18:44:41 -08:00
Joshua Granick
dd087c7705 Remove haxelib.json dependency to keep the classpath clean, will have to 'haxelib run lime setup' 2013-12-17 17:18:50 -08:00
Joshua Granick
7306ef8d36 Add lime-tools as dependency, move /examples to /samples for consistency, update HerokuShaders and SimpleOpenGL samples 2013-12-17 16:44:21 -08:00
Joshua Granick
c1d558073c Add rebuild for Tizen emulator 2013-12-17 13:40:25 -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
d2b0e20175 Update README.md 2013-12-12 18:28:40 -08:00
Joshua Granick
8abf720072 Update README.md 2013-12-12 18:27:53 -08:00
Joshua Granick
8f2c43837a Update README.md 2013-12-12 18:27:11 -08:00
underscorediscovery
cc9ff9b882 Wrapper; Window; passing all of the window flags for config.
Wrapper; Float32Array; The constructor was using length as a bytelength, instead of vert length (to match the webGL spec)
2013-12-11 21:59:10 -03:30
underscorediscovery
a08857f6f1 Updating logo 2013-12-10 18:06:08 -03:30
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