Joshua Granick
|
933fec22ac
|
Compile fixes
|
2014-03-18 22:59:11 -07:00 |
|
Joshua Granick
|
098b4328de
|
Windows runtime fix
|
2014-03-18 16:58:38 -07:00 |
|
Joshua Granick
|
bb3308ce0f
|
Compile fix
|
2014-03-18 15:46:43 -07:00 |
|
Joshua Granick
|
959f4ee051
|
Update to 0.9.6
0.9.6
|
2014-03-18 09:04:27 -07:00 |
|
David "Blackmagic" Elahee
|
c9932223ae
|
Fixed a potential NPE
It is preferable to have a nop output rather than NPE.
Fixes #107
Thx!
|
2014-03-18 10:15:43 +01:00 |
|
Joshua Granick
|
b895216f73
|
Merge pull request #106 from bubba169/master
Better looping when streaming music
|
2014-03-17 08:13:45 -07:00 |
|
Simon Morris
|
49c7197ca3
|
Merge branch 'master' of https://github.com/bubba169/lime
|
2014-03-17 14:17:56 +00:00 |
|
Simon Morris
|
80c8bf76df
|
- better looping sound
|
2014-03-17 14:17:17 +00:00 |
|
Simon Morris
|
3d34dc6bcf
|
- better looping sound
|
2014-03-17 13:56:46 +00:00 |
|
Joshua Granick
|
093760350e
|
Merge pull request #39 from bendmorris/gamepad
Adding function to detect joystick names on Win/Mac/Linux.
|
2014-03-14 11:10:42 -07:00 |
|
Joshua Granick
|
587edb4e5d
|
TextField color fix
|
2014-03-14 11:08:35 -07:00 |
|
Joshua Granick
|
94a0199cfb
|
Merge pull request #103 from bubba169/master
Fix volume and back keys on android
|
2014-03-14 11:03:07 -07:00 |
|
Joshua Granick
|
4daa21ecdf
|
Work on premultiplied alpha
|
2014-03-14 03:18:51 -07:00 |
|
Joshua Granick
|
8f7cb17eb6
|
Default Z value to 0 and reverse the value, so positive Z is closer to the viewer
|
2014-03-14 02:27:40 -07:00 |
|
Joshua Granick
|
abd8f15d1c
|
Merge pull request #105 from kaen/s3d
MI3D Autostereoscopic 3D Support
|
2014-03-13 22:35:13 -07:00 |
|
Bryan Conrad
|
5eb972ac5e
|
native s3d implementation
|
2014-03-13 19:45:05 -07:00 |
|
Simon Morris
|
1e77247b38
|
Fix volume and back keys on android
|
2014-03-11 14:40:53 +00:00 |
|
Joshua Granick
|
c7830bea6a
|
Merge pull request #102 from ibilon/master
Fix keyCode
|
2014-03-10 10:18:12 -07:00 |
|
Valentin Lemière
|
ee37281c22
|
Fix keyCode
|
2014-03-10 17:28:16 +01:00 |
|
Joshua Granick
|
9c4b88a131
|
Merge pull request #99 from Hasufel/patch-1
minor fix (return bool instead of int)
|
2014-03-08 09:55:35 -08:00 |
|
Joshua Granick
|
95117c1ab2
|
Merge pull request #100 from Hasufel/patch-2
minor fix - incorrect comment
|
2014-03-08 09:54:41 -08:00 |
|
Joshua Granick
|
88647348d9
|
Android key fix
|
2014-03-06 13:33:51 -08:00 |
|
Joshua Granick
|
5886c963fd
|
Fix Android library instantiation order
|
2014-03-06 11:23:09 -08:00 |
|
david.elahee@gmail.com
|
a1b9f44363
|
fixed uniform/vertexAttributeXfv
|
2014-03-05 09:47:59 +01:00 |
|
Hasufel
|
81991680a7
|
minor fix - incorrect comment
|
2014-03-04 23:07:53 +01:00 |
|
Hasufel
|
1fbc6e484f
|
minor fix (return bool instead of int)
|
2014-03-04 22:36:20 +01:00 |
|
Joshua Granick
|
ad99862301
|
Update to 0.9.5
0.9.5
|
2014-03-04 12:05:02 -08:00 |
|
Joshua Granick
|
0389cbfe92
|
Fix NDLL include order for Emscripten
|
2014-03-04 12:05:02 -08:00 |
|
underscorediscovery
|
c4bc1ff140
|
Wrapper; Input; char value was passed incorrectly to host applications, corrected to handle typing simpler
|
2014-02-27 14:08:42 -03:30 |
|
Joshua Granick
|
cf340c9394
|
Merge pull request #87 from Hasufel/patch-1
Multithread was not properly detached
|
2014-02-26 07:58:19 -08:00 |
|
Joshua Granick
|
1d7ea0f638
|
Merge pull request #91 from lpmitchell/master
Added keyboard events for Tizen
|
2014-02-26 07:26:10 -08:00 |
|
Joshua Granick
|
86a58531fd
|
Merge pull request #92 from delahee/master
fixed a recurring NPE when loading swf with dependencies
|
2014-02-26 07:24:24 -08:00 |
|
david.elahee@gmail.com
|
a5a26e7753
|
fixed a recurring NPE when loading swf with dependencies
|
2014-02-26 12:06:18 +01:00 |
|
Luke Mitchell
|
45d2a3e979
|
Tidyup
|
2014-02-26 10:47:39 +00:00 |
|
Luke Mitchell
|
f495f162ba
|
Translate Tizen key codes to match Flash
|
2014-02-26 10:37:28 +00:00 |
|
Luke Mitchell
|
c84255e82d
|
Added keyboard events to the Tizen application's key listeners
Removed Tizen automatic termination when the back button is pressed.
|
2014-02-26 09:17:22 +00:00 |
|
Joshua Granick
|
c56e6cafeb
|
EGL context fix, minor Tizen cleanup
|
2014-02-26 00:43:18 -08:00 |
|
Joshua Granick
|
5f00c9fd69
|
Migrate documentation script out of Lime
|
2014-02-21 19:38:37 -08:00 |
|
Joshua Granick
|
6434b18192
|
Add sidebar support to documentation generator
|
2014-02-21 18:01:32 -08:00 |
|
Joshua Granick
|
cf233f8af1
|
Add documentation rebuild script
|
2014-02-21 17:25:30 -08:00 |
|
Joshua Granick
|
7a76cc4150
|
Minor cleanup
|
2014-02-18 23:16:53 -08:00 |
|
Joshua Granick
|
95fc064ded
|
Update README.md
|
2014-02-17 16:59:18 -08:00 |
|
Joshua Granick
|
04e437e1c1
|
Fix script
|
2014-02-17 16:40:06 -08:00 |
|
Joshua Granick
|
122ceb1e36
|
Fix CI script
|
2014-02-17 16:29:03 -08:00 |
|
Joshua Granick
|
29fd46787a
|
Output wget to stdout
|
2014-02-17 16:26:48 -08:00 |
|
Joshua Granick
|
022b886d12
|
Add build hook
|
2014-02-17 16:22:07 -08:00 |
|
Hasufel
|
fe2e0c56a3
|
Multithread was not properly detached
..causing crash in some cases returning 'native thread exited without detaching' error message.
|
2014-02-17 22:00:27 +01:00 |
|
Joshua Granick
|
6ec3021458
|
Update README.md
|
2014-02-17 11:41:09 -08:00 |
|
Joshua Granick
|
41fe9bd22a
|
Update README.md
|
2014-02-17 11:39:01 -08:00 |
|
Joshua Granick
|
3170ffb2c2
|
Speed up travis-artifacts install, fix file upload path
|
2014-02-17 10:48:50 -08:00 |
|