Commit Graph

89 Commits

Author SHA1 Message Date
underscorediscovery
502648fd6d Adding a fix for windows serve command to work properly 2013-09-23 21:30:55 -02:30
underscorediscovery
8b28604f8e Adding audio handler fix for new lime changes to asset data 2013-09-19 22:30:55 -02:30
underscorediscovery
f3e908cf62 Assets cleanup, including renaming assetsdata package to lime not nme 2013-09-17 19:58:15 -02:30
underscorediscovery
d94df16733 Adding missing fullscreen flag to window manager, removing rogue traces, adding latest mac ndll, which is using the new SDL2 backend on mac, and 64 bit by default 2013-09-17 07:02:10 -02:30
underscorediscovery
a59fcaaa63 Adding mac 64 bit dll's, testing with newer nmedev and SDL2 stuff 2013-09-15 22:46:52 -02:30
underscorediscovery
ebd08dd475 Adding latest openal built ndlls for nme 2013-09-15 19:27:56 -02:30
underscorediscovery
801eaa2c80 Adding new dll with openal build in for mac. Shielding extensions atm. 2013-09-15 05:39:20 -02:30
underscorediscovery
381772913b Tidyng and optimising the timer class a bit 2013-09-14 02:07:51 -02:30
underscorediscovery
5943b89246 Adding window.openURL for opening a browser 2013-09-13 23:55:26 -02:30
underscorediscovery
aeb49d0523 updated to prevent interfering in code completion 2013-09-13 13:50:17 -02:30
underscorediscovery
add97f64c7 Switching the order of the html5 serve command, and making it blocking so ctrl-c will kill the server in console 2013-09-12 20:17:24 -02:30
underscorediscovery
ff3adc86ca Switching the order of the html5 serve command, and making it blocking so ctrl-c will kill the server in console 2013-09-12 20:17:08 -02:30
underscorediscovery
471ebf3b2f Switching the order of the html5 serve command, and making it blocking so ctrl-c will kill the server in console 2013-09-12 20:13:57 -02:30
underscorediscovery
90aa278014 Adding luxe serve command for opening the html5 build in a local server 2013-09-12 20:01:55 -02:30
underscorediscovery
aaa4433967 Adding luxe serve command for opening the html5 build in a local server 2013-09-12 20:01:05 -02:30
underscorediscovery
362c498763 html5; Fixing run loop problems due to new android fixes. Adding custom test command for server 2013-09-12 19:46:11 -02:30
underscorediscovery
c0b88f64b0 tidying 2013-09-11 18:28:01 -02:30
underscorediscovery
f8656dfa89 renaming project_templates to template_projects 2013-09-11 17:43:17 -02:30
underscorediscovery
7a8325de37 Renaming project files and updating changes file. Temporarily keeping luxe specific build file in here. 2013-09-11 17:36:22 -02:30
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