Commit Graph

110 Commits

Author SHA1 Message Date
Joshua Granick
b2da64c536 Initial pass on renaming project code to lime 2013-11-27 18:05:59 -08:00
Joshua Granick
00407203fa Tizen fixes 2013-11-27 15:53:23 -08:00
underscorediscovery
ba7a87c2eb Examples; Cleaning up examples code, commenting and fixing project details. 2013-11-27 17:45:02 -03:30
Joshua Granick
0376137f5a Fix tools reference 2013-11-26 12:14:25 -08:00
Joshua Granick
a16b2b0093 Fix tools build 2013-11-26 12:05:16 -08:00
Joshua Granick
19e9b55ebc Added haxelib.json 2013-11-26 10:33:28 -08:00
Joshua Granick
fe4c9d2353 Compile fix 2013-11-26 10:24:59 -08:00
Joshua Granick
50df24a97b Remove obj directory 2013-11-26 10:23:57 -08:00
Joshua Granick
96b5ce2ca0 Updated run script 2013-11-26 00:18:24 -08:00
Joshua Granick
81149799cc Use lime-build for dependencies 2013-11-26 00:07:10 -08:00
Joshua Granick
e62855f05c Update .gitignore 2013-11-25 23:35:06 -08:00
Joshua Granick
9141d52836 Import project/ code 2013-11-25 23:32:25 -08:00
underscorediscovery
5f258a833f Updating readme to explain better and reflect newer changes, and moving classes for clarity in prep for moving. more changes will follow. 2013-11-25 22:35:17 -03:30
underscorediscovery
b4bc627a22 Fixing Android builds with missing dependencies, making sure templates are up to date. Fixing include.xml as well for that 2013-11-25 07:26:40 -03:30
underscorediscovery
b713cffcaa Adding new fixes for latest version of hxtools and hxlibc 2013-11-24 01:39:23 -03:30
underscorediscovery
a11a301b1e Adding latest windows ndlls 2013-10-12 02:16:51 -02:30
underscorediscovery
60c4b7b2ca Adding new ndlls for arm7 on android and ios, with ios7 and xcode latest support. 2013-10-12 01:01:12 -02:30
underscorediscovery
bc6131804b Adding iOS ndll updates 2013-10-05 05:56:41 -02:30
underscorediscovery
d392bcf1dc Window; fixing bug where borderless wasn't passed into nme
Window; adding window set position function (only available on mac atm, soon to migrate to nme repo)
Window; adding file save, open and folder dialog selection callbacks on native, also soon to migrate to nme. available on mac already.
2013-09-27 07:16:06 -02:30
underscorediscovery
a7f934b523 Merge branch 'master' of github.com:underscorediscovery/LiME 2013-09-24 02:34:31 -02:30
underscorediscovery
86a8553056 Adding fix for broken html5 -minify flag and ensuring openfl-tools never ends up in code complete 2013-09-24 02:34:23 -02:30
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