Commit Graph

5920 Commits

Author SHA1 Message Date
underscorediscovery
336ca6ddce Fixing android timing issues, and cpu usage on desktop. Must investigate full frame speed (not limited) as build tools always pass in a default value. Also including newer android java code from nme 2013-09-11 14:58:24 -02:30
underscorediscovery
7e91265a1f Fixing missing ctrl_down, shift_down, alt_down, meta_down flags to key events. 2013-09-08 09:07:45 -02:30
underscorediscovery
1a576f148a Input; Adding KeyValue, and KeyEvents. Also passing raw properties for passing direct information from events fired. 2013-09-06 07:33:08 -02:30
underscorediscovery
b20c8cfde0 Updating run files 2013-09-05 20:38:14 -02:30
underscorediscovery
035c82aa92 Adding changes notes for keeping track 2013-09-05 19:09:00 -02:30
underscorediscovery
4ae9097821 Adding pathtools flag because openfl-tools had helpers 2013-09-05 19:07:34 -02:30
underscorediscovery
6e0a6e5441 Adding fixes to support scroll wheel in failfox too, stupid fools use diff event property AND different event name. nice. 2013-09-05 07:44:50 -02:30
underscorediscovery
cba90da472 Fixing minor bug in null libs map in html5 2013-08-31 00:36:48 -02:30
underscorediscovery
4461bcdec5 Adding safety checks for null handles 2013-08-25 03:27:35 -02:30
underscorediscovery
b25c7a3737 Adding updated NME for windows
Includes lock cursor and other minor changes. This will propogate to nme
haxelib soon, as it is committed there as well.
2013-08-25 02:55:54 -02:30
underscorediscovery
12ff27090d Removing old webgl debug code as it's inside luxe 2013-08-22 23:09:52 -02:30
underscorediscovery
3fff1b6af2 fixing bug in timer types 2013-08-21 06:32:03 -02:30
underscorediscovery
7880fc78b2 Adding on resize handlers, but onresize is broken because of SDL1.2 2013-08-15 01:18:40 -02:30
underscorediscovery
fae2160243 Adding support for bootstrapping html5 libraries into haxe bindings for Libs.load 2013-08-14 02:05:36 -02:30
underscorediscovery
b15fb34403 Fixing problems with code complete again 2013-08-08 06:19:31 -02:30
underscorediscovery
75f902da2f Making sure last events are cleared in setting cursor position for deltas, and making sure delta works in opera as well since 16 will be chromium based 2013-08-07 15:54:51 -02:30
underscorediscovery
ef9abefb1a Adding mouse deltaX and deltaY to mousemove events
Updating mouse events on html5 to match native
Adding pointerlock support for html5
Adding pointer lock, pointer visibility and pointer set position support
Adding getExtension support for html5 GL, native still figuring that out
Added preliminary Ext wrapper, for known wrapped extensions support for rendering
2013-08-07 03:55:13 -02:30
underscorediscovery
09d0b5acef Adding proper down events 2013-07-29 09:24:10 -02:30
underscorediscovery
a20e1ebebb Fixing code complete! Turns out it was simply the lime native/lime_html5 not being defined = lots of missing classes 2013-07-26 06:54:39 -02:30
underscorediscovery
ef17f47bff Adding copy command to build scripts, haxelib run lime copy <target> <dest folder> will copy the output from the bin folder of the target to the specified directly, useful for testing web based builds 2013-07-23 23:09:47 -02:30
underscorediscovery
4435864da3 adding extra file for building command line tool, adding tab key value correction 2013-07-23 06:52:49 -02:30
underscorediscovery
81b41c642b Updating build tools to include sample create command 2013-07-22 23:24:25 -02:30
underscorediscovery
cf9817f1e5 Adding key name for escape key 2013-07-22 22:51:21 -02:30
underscorediscovery
0c82988c25 Fixing bug in html5 input handler 2013-07-21 07:11:59 -02:30
underscorediscovery
191a3742b6 Adding a quick fix for key repeat 2013-07-20 07:36:16 -02:30
underscorediscovery
79cf1173c5 Cleaning up project names from old naming 2013-07-19 02:57:43 -02:30
underscorediscovery
80577d9e0b removing old test assets 2013-07-19 01:51:57 -02:30
underscorediscovery
c4ed648030 adding slight delay for cpu usage in for now 2013-07-18 20:39:38 -02:30
underscorediscovery
5b999abbac Fixing missing key name 2013-07-18 15:56:37 -02:30
underscorediscovery
00cd4a95f2 Fixing sound errors on html5 2013-07-18 02:17:56 -02:30
underscorediscovery
f22ec427e0 Fixing sound errors on html5 2013-07-18 02:15:01 -02:30
underscorediscovery
10d30f3925 Fixing silly build error 2013-07-18 02:12:34 -02:30
underscorediscovery
11c38e4fdc Fixing silly build error 2013-07-18 02:11:44 -02:30
underscorediscovery
ff2ab5609c Adding some audio tests for new OpenALcode 2013-07-18 02:02:08 -02:30
underscorediscovery
46a9fac71c Adding a minor sleep period to not spend 100% cpu. 2013-07-17 21:36:47 -02:30
underscorediscovery
83b9bd60a9 Fixing silly mistake in example project 2013-07-17 19:08:22 -02:30
underscorediscovery
3e9db141f0 Fixing missing bin files the right way. Adding a bunch of fixes to window flags being passed in, adding multitouch support to iOS, testing touch and other events on iOS, adding window size fix on iOS, adding features for depth/stencil buffer 2013-07-17 19:00:35 -02:30
underscorediscovery
9934fb853e Updating the random indexes to work on mobile. Todo:Try all the shaders and find the best ones. 2013-07-17 14:03:40 -02:30
underscorediscovery
c2abc010ea Fixing template files for legitimate iOS builds 2013-07-17 13:52:49 -02:30
underscorediscovery
e038209f98 Adding missing template files for building on iOS and other tools 2013-07-17 13:52:22 -02:30
underscorediscovery
0770534543 Adding windows gamepad binding things 2013-07-16 22:10:47 -02:30
underscorediscovery
c4af1406b7 Fixing error 2013-07-14 09:03:35 -02:30
underscorediscovery
23b2456a5b Adding gamepad bindings 2013-07-14 08:56:09 -02:30
underscorediscovery
8217d38ace Updating keys to provisional values 2013-07-14 07:18:10 -02:30
underscorediscovery
7ccb65ed27 Adding keys 2013-07-14 07:09:12 -02:30
underscorediscovery
9eaab2ff2e Returning error code 2013-07-12 21:58:21 -02:30
underscorediscovery
88dbe472fc Adding run script stuff 2013-07-12 21:32:37 -02:30
underscorediscovery
f6d0504ab8 Fixing broken build 2013-07-12 16:57:34 -02:30
underscorediscovery
896c74922e adding haxe timer class from nme 2013-07-12 05:44:13 -02:30
underscorediscovery
73160ce78b Cleaning up some older flash code, for the code completion stuff. Adding nmeCheckTimers from the nme timer class to work and actuate to work 2013-07-12 05:43:54 -02:30