Switch to DuckDuckGo Search
   November 11, 2014  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | >

Toggle Join/Part | bottom
[00:01:19] *** gunnbr has joined #openfl
[00:05:06] *** gunnbr has quit IRC
[00:46:35] *** lordkryss has joined #openfl
[01:09:35] *** smiley1983 has joined #openfl
[01:27:36] *** K4T has quit IRC
[02:01:58] *** stoned has quit IRC
[02:02:19] *** stoned has joined #openfl
[02:10:54] *** caribou| has quit IRC
[02:16:35] *** pl1x has quit IRC
[02:55:39] *** smiley1983 has quit IRC
[03:10:16] *** _lucas__ has joined #openfl
[03:10:36] *** _lucas_ has quit IRC
[04:03:03] *** lordkryss has quit IRC
[04:37:52] *** singmajesty has quit IRC
[05:28:59] *** mrcdk has quit IRC
[05:48:26] *** singmajesty has joined #openfl
[05:53:01] *** singmajesty has quit IRC
[06:11:10] *** gunnbr has joined #openfl
[06:37:13] *** gunnbr has quit IRC
[06:44:26] *** singmajesty has joined #openfl
[06:54:41] *** gunnbr has joined #openfl
[07:24:04] *** singmajesty has quit IRC
[07:41:55] *** smoke_fumus has joined #openfl
[07:53:26] *** PSvils has joined #openfl
[08:03:44] *** PSvils has left #openfl
[08:34:38] *** singmajesty has joined #openfl
[08:39:07] *** singmajesty has quit IRC
[08:48:30] *** smiley1983 has joined #openfl
[08:49:31] *** mkv25 has quit IRC
[09:05:21] *** mkv25 has joined #openfl
[10:05:24] *** K4T has joined #openfl
[10:14:50] *** Aduros has quit IRC
[10:23:48] *** singmajesty has joined #openfl
[10:28:14] *** singmajesty has quit IRC
[11:24:52] *** singmajesty has joined #openfl
[11:29:20] *** singmajesty has quit IRC
[12:19:33] *** lordkryss has joined #openfl
[13:07:57] *** Gama11 has joined #openfl
[13:40:23] *** caribou| has joined #openfl
[13:51:25] *** Gama11_ has joined #openfl
[13:53:33] *** pepee has quit IRC
[13:53:59] *** Gama11 has quit IRC
[13:56:28] *** pl1x has joined #openfl
[13:57:26] *** pepee has joined #openfl
[14:00:27] *** gunnbr has quit IRC
[14:06:01] *** ScrambledRK has joined #openfl
[15:06:15] *** echelog-1 has joined #openfl
[15:43:03] *** lordkryss has quit IRC
[16:37:56] *** singmajesty has joined #openfl
[16:45:34] *** smiley1983 has quit IRC
[16:49:04] *** Gama11_ has quit IRC
[16:58:51] *** Aduros has joined #openfl
[16:58:51] *** Aduros has joined #openfl
[17:16:56] <filt3rek> Please don't laugh, but is there any way to detect if the device is a tablet ?
[17:25:36] <ProPuke> MWAHAHAHAHA
[17:28:21] <ProPuke> filt3rek: what's a tablet? an android or ios device above a certain size?
[17:29:56] <filt3rek> of course, just asking if maybe somone has a helperclass for that but don't worry
[17:30:32] <filt3rek> so I have to find the minimum size of a tablet and the maximum size of a smartphone
[17:31:23] <ProPuke> import openfl.system.Capabilities;
[17:31:23] <ProPuke> var screen_size = Math.sqrt(Math.pow(Capabilities.screenResolutionX,2.0)+Math.pow(Capabilities.screenResolutionY,2.0))/Capabilities.screenDPI;
[17:31:46] <ProPuke> if(screen_size>6){ //..if larger than 6 inches
[17:31:59] <ProPuke> not tested @ all xD
[17:32:47] <filt3rek> oh thx ProPuke ;)
[17:33:00] <ProPuke> it might not work! D:
[17:33:07] <filt3rek> yes but it's not bad in theory
[17:33:18] <ProPuke> YOU'RE not bad in theory!
[17:35:05] <filt3rek> I'm a little boy you know :)
[17:39:24] *** pepee has quit IRC
[17:41:05] *** Gama11 has joined #openfl
[17:45:15] *** pepee has joined #openfl
[17:48:14] *** Marc010 has joined #openfl
[17:55:18] <ProPuke> That's okay. we can work around that
[18:16:23] *** gunnbr has joined #openfl
[18:34:24] *** Marco___ has joined #openfl
[18:37:46] *** Marc010 has quit IRC
[18:52:43] *** aeclean has quit IRC
[18:56:32] *** aeclean has joined #openfl
[20:26:25] <filt3rek> what is supposed File.applicationStorageDirectory.nativePath return please ? I use lime 1.0.1 and openfl 2.0.1
[20:30:17] *** stoned has quit IRC
[20:46:35] *** pl1x has quit IRC
[21:13:38] *** K4T has quit IRC
[21:37:12] *** singmajesty has quit IRC
[21:59:27] *** mrcdk has joined #openfl
[22:01:44] *** singmajesty has joined #openfl
[22:41:33] *** Marco___ has quit IRC
[23:01:49] *** swayf has joined #openfl
[23:09:16] *** swayf_ has joined #openfl
[23:11:46] *** swayf has quit IRC
[23:14:22] <ProPuke> Oops sorry filt3rek
[23:14:48] <ProPuke> On windows its the appdata folder, using the apps name. Or on droid its that apps writable directory
[23:14:51] <ProPuke> I think
[23:15:44] <ProPuke> On Linux I'd guess it might be the .config directory in home, maybe
[23:17:36] <ProPuke> User-specific application storage dir. With write access
[23:30:21] <ProPuke> Use it for downloading and saving stuff
[23:31:14] *** lordkryss has joined #openfl
[23:31:26] *** [mkv25] has joined #openfl
[23:34:24] *** mkv25 has quit IRC
top

   November 11, 2014  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | >