Commit Graph

5728 Commits

Author SHA1 Message Date
Joshua Granick
2793d14fc5 Update to 0.9.4 0.9.4 2014-01-27 12:21:42 -08:00
Joshua Granick
19eaafed85 Merge pull request #24 from dukope/master
Fix software rendering issues
2014-01-27 11:05:13 -08:00
underscorediscovery
143d25bb11 Wrapper; Input; adding html5 gamepad support, still a few minor things to add (disconnect/reconnect like native) and initial event types for gamepad for native as well 2014-01-26 21:55:16 -03:30
Sven Bergström
6e7f85fb83 Update about_lime_wrapper.md 2014-01-26 18:47:37 -03:30
Sven Bergström
a886b9a920 Update about_lime_wrapper.md 2014-01-26 18:47:03 -03:30
Sven Bergström
e3c689d065 Update about_lime_wrapper.md 2014-01-26 18:46:38 -03:30
Sven Bergström
ce7f2dfa10 Update about_lime_wrapper.md 2014-01-26 18:46:17 -03:30
underscorediscovery
9ca359cdad Wrapper; adding about file to explain setup, and philosophy 2014-01-26 18:43:45 -03:30
underscorediscovery
f7aefdc41d Wrapper; Input; cleaning up input across html5/native , separating platform code into separate helper
Wrapper; Input; mouse wheel events have their own handler/listener now, for forwarded through mouseup (makes no sense)
2014-01-26 18:42:29 -03:30
underscorediscovery
eba7d8aa9d Wrapper; geometry; moving geometry to utils where it should be for parity with the rest of the API 2014-01-26 15:46:51 -03:30
underscorediscovery
37e23f3a3d Wrapper; Template; cleanup older template code, and fix css to properly centre the canvas. 2014-01-26 15:10:49 -03:30
underscorediscovery
74429b0e36 Wrapper; soundManager2 Audio implementation for html5 lime standalone targets 2014-01-26 05:52:33 -03:30
underscorediscovery
e5678d47cd Wrapper; Input; general cleanup and adding pressed/released/down state flags for testing state of keys in the update loop 2014-01-25 18:01:41 -03:30
underscorediscovery
e75fecaf8b Wrapper; removing rogue traces 2014-01-25 04:06:43 -03:30
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
Lucas Pope
cda7b69d1c Fix low-quality software tile rasterization issues (See here for example: http://i.imgur.com/wcykqEo.png) 2014-01-24 22:59:58 +09:00
Lucas Pope
60facc4067 Set has_alpha flag correctly in 8-bit pngs with alpha (fixes software mode rendering to match hardware) 2014-01-24 22:51:36 +09: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
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