Commit Graph

315 Commits

Author SHA1 Message Date
david.elahee@gmail.com
a1b9f44363 fixed uniform/vertexAttributeXfv 2014-03-05 09:47:59 +01: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
Joshua Granick
247c2f31b0 Tweak upload script 2014-02-17 10:33:35 -08:00
Joshua Granick
f2c0d8cab6 haxelib git is being buggy, try avoiding it in script 2014-02-17 10:12:43 -08:00
Joshua Granick
409b49c79f Try updating haxelib in CI script 2014-02-17 10:09:28 -08:00
Joshua Granick
89970d97ea Fix CI script 2014-02-17 10:00:49 -08:00
Joshua Granick
d7363a91c4 Try faster Haxe install 2014-02-17 09:55:28 -08:00
Joshua Granick
202717c5c0 Travis CI fix 2014-02-17 09:32:04 -08:00
Joshua Granick
f0068906d6 Try uploading build files after completion 2014-02-17 09:30:37 -08:00
Joshua Granick
43e8b5bde0 Update README.md 2014-02-17 08:34:08 -08:00
Joshua Granick
b69fda706d Try adding Travis build script 2014-02-17 08:12:14 -08:00
Joshua Granick
67171cda1e Don't set byte offset if playing sound from start 2014-02-14 10:10:12 -08:00
Sven Bergström
3d450247d3 Merge pull request #84 from dazKind/master
fixed commented parameternames
2014-02-14 06:05:34 -03:30
Michael Bickel
a41fa7baa4 - removed all strange #ifndef HX_LINUX 2014-02-14 01:20:51 -08:00
Michael Bickel
12a1e4361c fixed commented parameternames 2014-02-14 04:35:47 +01:00
Joshua Granick
68dff31af8 Fix Android char code 2014-02-13 15:51:58 -08:00
Joshua Granick
92a82145bb Fix Android key codes 2014-02-13 15:44:51 -08:00
Joshua Granick
80d69b9582 Clear fix 2014-02-13 14:25:49 -08:00
Joshua Granick
a706e4cacb Compile fix 2014-02-13 13:59:38 -08:00
Joshua Granick
3eef41b7f4 Compile fix 2014-02-13 13:12:36 -08:00
Joshua Granick
7c5fde6cbb Use charCode and keyCode from Android 2014-02-13 11:56:42 -08:00
Joshua Granick
e175cfe154 Merge openfl-native templates 2014-02-13 09:41:09 -08:00
Joshua Granick
174623162f Don't list Lime samples when using OpenFL 2014-02-13 09:41:09 -08:00
underscorediscovery
e9eda13af8 Wrapper; enforcing return types 2014-02-13 04:21:23 -03:30
underscorediscovery
784144ce50 Console Spamming!
@RobDangerous
@jgranick

What is this for? It’s getting called quite a bit while my games are
running, even when I am most certainly not trying to change the screen
mode……
2014-02-11 00:07:55 -03:30
underscorediscovery
b1bba0cae7 Stage Events; cleaning up sx/sy clarity, adding deltaX and deltaY values for use with things that have delta (specifically in this case mouse locking support)
Mouse; relative mouse mode (for locking the cursor inside the window, like FPS games do) delta passed into the event if it's enabled
2014-02-10 23:54:48 -03:30
Sven Bergström
d3b31ec3cd Merge pull request #82 from dazKind/master
Thanks for the contribution! 

@dazKind : added missing ogl functions
2014-02-10 23:19:24 -03:30
Michael Bickel
17676b63b3 added missing ogl functions 2014-02-11 03:38:52 +01:00
Joshua Granick
14ab05b950 Merge pull request #19 from Hasufel/master 2014-02-10 11:41:44 -08:00