Switch to DuckDuckGo Search
   January 29, 2017  
< | 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 | 31 | >

Toggle Join/Part | bottom
[00:04:26] *** RobDangerous <RobDangerous!~Thunderbi@p4FE73B1F.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 245 seconds)
[00:27:07] *** Sim_n <Sim_n!~simn@ip5f59eda7.dynamic.kabel-deutschland.de> has quit IRC (Quit: Leaving)
[00:39:24] *** demurgos <demurgos!4f5e0d73@gateway/web/freenode/ip.79.94.13.115> has joined #haxe
[00:43:55] <demurgos> Hi, I was wondering how to configure the version the Actionscript Virtual Machine (AVM) when compiling for Flash. I would like to compile a Flash 10 file for AVM1 (but it seems that it defaults to AVM2).
[00:43:55] <demurgos> I know that AVM1 is old, but I need to support old files and the lack of compatibility between AVM1 and AVM2 forces me to resort to this.
[00:48:49] *** slickrockio <slickrockio!~nodebot@ec2-54-158-59-4.compute-1.amazonaws.com> has joined #haxe
[00:54:57] *** Gama11 <Gama11!~quassel@pD9F9011D.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection)
[00:56:39] *** demurgos <demurgos!4f5e0d73@gateway/web/freenode/ip.79.94.13.115> has quit IRC (Ping timeout: 260 seconds)
[00:58:45] *** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC (Ping timeout: 258 seconds)
[00:59:25] *** demurgos <demurgos!4f5e0d73@gateway/web/freenode/ip.79.94.13.115> has joined #haxe
[01:05:22] *** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #haxe
[01:06:34] *** demurgos <demurgos!4f5e0d73@gateway/web/freenode/ip.79.94.13.115> has quit IRC (Ping timeout: 260 seconds)
[01:07:39] *** demurgos <demurgos!4f5e0d73@gateway/web/freenode/ip.79.94.13.115> has joined #haxe
[01:27:18] *** slickrockio <slickrockio!~nodebot@ec2-54-158-59-4.compute-1.amazonaws.com> has quit IRC (Remote host closed the connection)
[01:32:02] *** Trueskill44172 <Trueskill44172!~blah@cpe-174-99-63-227.nc.res.rr.com> has quit IRC (Read error: Connection reset by peer)
[01:33:35] *** twincannon <twincannon!~blah@cpe-174-99-63-227.nc.res.rr.com> has joined #haxe
[01:40:10] *** SmilyOrg <SmilyOrg!~SmilzOrg@ip5f5aea67.dynamic.kabel-deutschland.de> has quit IRC (Read error: Connection reset by peer)
[01:40:51] *** SmilyOrg <SmilyOrg!~SmilzOrg@ip5f5aea67.dynamic.kabel-deutschland.de> has joined #haxe
[02:05:47] *** kaikoga <kaikoga!~kaikoga@nttkyo888220.tkyo.nt.ngn.ppp.infoweb.ne.jp> has quit IRC (Quit: Leaving.)
[02:11:49] *** lordkryss <lordkryss!uid25759@gateway/web/irccloud.com/x-hztqpmwrzqjbfmek> has quit IRC (Quit: Connection closed for inactivity)
[02:21:18] *** JensG <JensG!~JensG@apache/committer/jensg> has quit IRC (Quit: Nettalk6 - www.ntalk.de)
[02:22:11] *** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC (Ping timeout: 255 seconds)
[02:23:07] *** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #haxe
[02:29:01] *** semmi <semmi!~semmi@x4dbb69cf.dyn.telefonica.de> has joined #haxe
[02:30:27] <semmi> hi haxe-lovers
[02:31:22] <semmi> i get problem with js-target while refactoring old libs
[02:33:06] <semmi> haxe.io.Bytes -> the "blit" function ... did some one had same problem with that on js-target ( on flash+good-old-C everythink works with .blit method there ) [i use for socket-wrapper-tool]
[02:33:29] * semmi looks
[02:34:52] <demurgos> What is the problem ?
[02:37:00] <semmi> i tryed to get js forking for something like this "input.blit(input_pos, bytes, 0, bytes.length );"
[02:37:31] <semmi> where input and bytes are of type -> haxe.io.Bytes
[02:39:44] <semmi> while debugging js throught FireFx it get stuck because of some "not defined" [b.src or something]
[02:40:44] <demurgos> Sorry, I don't know exactly what happens here :/
[02:40:54] <demurgos> Maybe someone else has an idea ?
[02:41:02] *** demurgos <demurgos!4f5e0d73@gateway/web/freenode/ip.79.94.13.115> has quit IRC (Quit: Page closed)
[02:42:04] <semmi> not sure (dint test today) id maybe "haxe.io.Bytes" Class is not really tested and platform-independent
[02:43:17] <semmi> demurgos: what do u do with haxe (i work on my libs on github/maitag ...had some time now .. and get stuck ;)
[02:46:22] <semmi> the good thing is (on my experience last days) .. that it works (my peoteSocket and peotenNet) in new versions .. but the bad thing is i wanna do -> f i n a l on peoteNet (for html to, so that is it automatic looks in using websockets or old swf-bridge to get REAL tcp-socket-stuff ;)~
[02:47:19] <semmi> to have easy tool (that works stable next 10 years ,)
[02:47:31] <semmi> to build up on
[02:48:11] <semmi> demurgos: (so may here some one get same with Byte.blit method)
[02:51:14] * semmi turns into a statue
[03:39:09] *** honey_ <honey_!5881ce3b@gateway/web/freenode/ip.88.129.206.59> has joined #haxe
[03:39:54] <honey_> hello
[03:40:14] <honey_> I have some doubts in ansible and vagrant
[03:40:20] <honey_> where can i ask them
[03:47:31] *** honey_ <honey_!5881ce3b@gateway/web/freenode/ip.88.129.206.59> has quit IRC ()
[03:53:20] *** semmi <semmi!~semmi@x4dbb69cf.dyn.telefonica.de> has quit IRC (Ping timeout: 252 seconds)
[03:55:02] *** semmi <semmi!~semmi@x4dbc3abc.dyn.telefonica.de> has joined #haxe
[03:56:09] <semmi> honey_: haxe and vagrant =?
[04:02:35] *** Sk3letor <Sk3letor!AdiIRC@91-159-45-23.elisa-laajakaista.fi> has joined #haxe
[04:03:08] <Sk3letor> skelet0r: imposter!
[04:04:45] <semmi> *lol
[04:06:19] *** RafaelOliveira <RafaelOliveira!uid177200@gateway/web/irccloud.com/x-zxlyccagzohrhief> has joined #haxe
[05:00:29] *** frumple <frumple!~dylsexic@213.149.61.197> has quit IRC (Quit: blame Canada)
[05:05:31] *** anniz <anniz!~anniz@host-95-192-11-56.mobileonline.telia.com> has quit IRC (Ping timeout: 255 seconds)
[05:26:49] *** c355e3b <c355e3b!uid82600@gateway/web/irccloud.com/x-vdfhvbmagifphcbr> has quit IRC (Quit: Connection closed for inactivity)
[05:53:11] *** Aduros <Aduros!~bruno@unaffiliated/aduros> has quit IRC (Ping timeout: 245 seconds)
[06:01:16] *** semmi <semmi!~semmi@x4dbc3abc.dyn.telefonica.de> has quit IRC (Quit: Leaving)
[06:21:41] *** Sk3letor <Sk3letor!AdiIRC@91-159-45-23.elisa-laajakaista.fi> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))
[06:47:58] *** endformationage <endformationage!~endformat@216.19.1.54> has quit IRC (Quit: WeeChat 1.6)
[06:49:10] *** Uhfgood <Uhfgood!~Captain_J@97-96-80-60.res.bhn.net> has quit IRC (Quit: Leaving)
[07:23:28] *** aloooo <aloooo!6d31586f@gateway/web/freenode/ip.109.49.88.111> has joined #haxe
[07:25:07] *** aloooo <aloooo!6d31586f@gateway/web/freenode/ip.109.49.88.111> has left #haxe
[07:27:04] *** xet7 <xet7!~xet7@80-186-15-215.elisa-mobile.fi> has quit IRC (Quit: Leaving)
[08:27:25] *** RafaelOliveira <RafaelOliveira!uid177200@gateway/web/irccloud.com/x-zxlyccagzohrhief> has quit IRC (Quit: Connection closed for inactivity)
[09:07:12] *** gogoprog <gogoprog!~gogoprog@2a02:a03f:c06:5b00:4d2:c868:c85a:a43e> has joined #haxe
[09:12:14] *** RobDangerous <RobDangerous!~Thunderbi@p2003007A09753800C5DCBF85313E9AE2.dip0.t-ipconnect.de> has joined #haxe
[09:37:08] *** PSvils <PSvils!~PDevelope@balticom-135-109.balticom.lv> has joined #haxe
[09:55:17] *** PSvils <PSvils!~PDevelope@balticom-135-109.balticom.lv> has quit IRC (Quit: Leaving.)
[10:01:45] *** PSvils <PSvils!~PDevelope@balticom-135-109.balticom.lv> has joined #haxe
[10:02:08] *** PSvils <PSvils!~PDevelope@balticom-135-109.balticom.lv> has quit IRC (Client Quit)
[10:04:21] *** Gama11 <Gama11!~quassel@pD9F9995F.dip0.t-ipconnect.de> has joined #haxe
[10:16:19] *** PSvils <PSvils!~PDevelope@balticom-135-109.balticom.lv> has joined #haxe
[10:24:53] *** PSvils <PSvils!~PDevelope@balticom-135-109.balticom.lv> has quit IRC (Quit: Leaving.)
[10:30:38] *** ibilon <ibilon!~ibilon@2a00:d780:4391:4200:846a:fef6:10e9:2b30> has joined #haxe
[10:43:32] *** gogoprog <gogoprog!~gogoprog@2a02:a03f:c06:5b00:4d2:c868:c85a:a43e> has quit IRC (Quit: Leaving.)
[10:45:10] *** slickrockio <slickrockio!~nodebot@ec2-54-80-108-217.compute-1.amazonaws.com> has joined #haxe
[10:46:56] *** RobDangerous <RobDangerous!~Thunderbi@p2003007A09753800C5DCBF85313E9AE2.dip0.t-ipconnect.de> has quit IRC (Quit: RobDangerous)
[10:47:17] *** RobDangerous <RobDangerous!~Thunderbi@p2003007A09753800C5DCBF85313E9AE2.dip0.t-ipconnect.de> has joined #haxe
[11:19:24] *** slickrockio <slickrockio!~nodebot@ec2-54-80-108-217.compute-1.amazonaws.com> has quit IRC (Remote host closed the connection)
[11:33:58] *** Adib <Adib!~Adib@unaffiliated/adib> has joined #haxe
[11:55:19] *** nadako <nadako!~nadako@ppp91-122-122-106.pppoe.avangarddsl.ru> has joined #haxe
[11:59:20] *** Simn <Simn!~simn@2a02:810b:b40:414:800e:c5cb:8c3b:5895> has joined #haxe
[12:14:52] *** kaikoga <kaikoga!~kaikoga@nttkyo888220.tkyo.nt.ngn.ppp.infoweb.ne.jp> has joined #haxe
[12:27:37] *** PSvils <PSvils!~PDevelope@balticom-135-109.balticom.lv> has joined #haxe
[12:38:51] *** adrianmm_ <adrianmm_!~adrianmm@s55964df4.adsl.online.nl> has joined #haxe
[12:46:44] *** adrianmm_ <adrianmm_!~adrianmm@s55964df4.adsl.online.nl> has quit IRC (Remote host closed the connection)
[13:00:52] *** c355e3b <c355e3b!uid82600@gateway/web/irccloud.com/x-ctlxgpktcdbohnqx> has joined #haxe
[13:02:47] *** PSvils <PSvils!~PDevelope@balticom-135-109.balticom.lv> has quit IRC (Quit: Leaving.)
[13:13:41] *** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC (Ping timeout: 260 seconds)
[13:14:55] *** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #haxe
[13:27:28] *** PSvils <PSvils!~PDevelope@balticom-135-109.balticom.lv> has joined #haxe
[13:32:38] *** PSvils <PSvils!~PDevelope@balticom-135-109.balticom.lv> has quit IRC (Quit: Leaving.)
[13:41:09] *** gogoprog <gogoprog!~gogoprog@2a02:a03f:c06:5b00:4d2:c868:c85a:a43e> has joined #haxe
[13:48:13] *** Sim_n <Sim_n!~simn@ip5f59eda7.dynamic.kabel-deutschland.de> has joined #haxe
[13:51:44] *** Simn <Simn!~simn@2a02:810b:b40:414:800e:c5cb:8c3b:5895> has quit IRC (Ping timeout: 252 seconds)
[14:06:11] *** JensG <JensG!~JensG@i59F6AC8B.versanet.de> has joined #haxe
[14:06:11] *** JensG <JensG!~JensG@i59F6AC8B.versanet.de> has quit IRC (Changing host)
[14:06:11] *** JensG <JensG!~JensG@apache/committer/jensg> has joined #haxe
[14:15:05] *** ibilon <ibilon!~ibilon@2a00:d780:4391:4200:846a:fef6:10e9:2b30> has quit IRC (Quit: Leaving.)
[14:33:38] *** cdg <cdg!~cdg@2602:30a:2e2d:b980:8571:2967:77ad:b1cc> has joined #haxe
[14:38:56] *** cdg <cdg!~cdg@2602:30a:2e2d:b980:8571:2967:77ad:b1cc> has quit IRC (Read error: Connection reset by peer)
[14:39:29] *** cdg <cdg!~cdg@162-226-219-152.lightspeed.tukrga.sbcglobal.net> has joined #haxe
[14:46:38] *** cdg <cdg!~cdg@162-226-219-152.lightspeed.tukrga.sbcglobal.net> has quit IRC (Remote host closed the connection)
[14:47:13] *** cdg <cdg!~cdg@2602:30a:2e2d:b980:8571:2967:77ad:b1cc> has joined #haxe
[14:56:21] *** cdg <cdg!~cdg@2602:30a:2e2d:b980:8571:2967:77ad:b1cc> has quit IRC (Remote host closed the connection)
[15:22:23] *** nadako_ <nadako_!~nadako@92-100-246-242.dynamic.avangarddsl.ru> has joined #haxe
[15:25:34] *** nadako <nadako!~nadako@ppp91-122-122-106.pppoe.avangarddsl.ru> has quit IRC (Ping timeout: 255 seconds)
[15:33:37] <gogoprog> hi
[15:34:07] <gogoprog> I'm looking for doc about how to link libs with hxcpp
[15:41:57] *** JensG2 <JensG2!~JensG@i59F6D63B.versanet.de> has joined #haxe
[15:43:50] *** JensG <JensG!~JensG@apache/committer/jensg> has quit IRC (Ping timeout: 276 seconds)
[15:44:53] *** Misiur <Misiur!531f91ab@gateway/web/freenode/ip.83.31.145.171> has joined #haxe
[15:45:31] <Misiur> Hello
[15:45:37] <Misiur> I managed to murder haxe somehow
[15:46:06] <Misiur> https://gist.github.com/Misiur/56aaac066ade4b811bf7c4d926ed736f#file-fm-hx-L28 - this line causes haxe compiler to hang forever. I thought it'd either return type or throw an exception
[15:47:17] <Misiur> I guess Context#getType somehow causes an infinite loop. So, what should I take into consideration?
[16:05:56] <Misiur> How to get compiler to dump more info about compilation? I have -debug and -dce-debug, but still it only hangs haxe.exe, nothing in output
[16:16:26] *** Gama11_ <Gama11_!~quassel@pD9F9995F.dip0.t-ipconnect.de> has joined #haxe
[16:19:13] *** Gama11 <Gama11!~quassel@pD9F9995F.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)
[16:19:59] *** twincannon <twincannon!~blah@cpe-174-99-63-227.nc.res.rr.com> has quit IRC (Read error: Connection reset by peer)
[16:20:08] *** Vert <Vert!026e3f34@gateway/web/freenode/ip.2.110.63.52> has joined #haxe
[16:22:02] *** slickrockio <slickrockio!~nodebot@ec2-184-73-93-248.compute-1.amazonaws.com> has joined #haxe
[16:22:21] *** twincannon <twincannon!~blah@cpe-174-99-63-227.nc.res.rr.com> has joined #haxe
[16:23:30] *** Gama11 <Gama11!~quassel@pD9F9995F.dip0.t-ipconnect.de> has joined #haxe
[16:24:26] *** Gama11_ <Gama11_!~quassel@pD9F9995F.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 260 seconds)
[16:27:12] *** ibilon <ibilon!~ibilon@2a01cb0504d37b0001645c53218be37b.ipv6.abo.wanadoo.fr> has joined #haxe
[16:37:11] *** anniz <anniz!~anniz@c83-250-15-118.bredband.comhem.se> has joined #haxe
[16:39:01] *** silvermere <silvermere!~silvermer@cereal.whatbox.ca> has quit IRC (Ping timeout: 260 seconds)
[16:48:39] *** silvermere <silvermere!~silvermer@2001:1af8:4010:a01d:2::> has joined #haxe
[16:49:02] *** silvermere is now known as Guest27272
[16:54:40] *** slickrockio <slickrockio!~nodebot@ec2-184-73-93-248.compute-1.amazonaws.com> has quit IRC (Remote host closed the connection)
[16:59:49] *** Misiur_ <Misiur_!531f91ab@gateway/web/freenode/ip.83.31.145.171> has joined #haxe
[17:02:04] *** Misiur <Misiur!531f91ab@gateway/web/freenode/ip.83.31.145.171> has quit IRC (Ping timeout: 260 seconds)
[17:05:57] *** ibilon <ibilon!~ibilon@2a01cb0504d37b0001645c53218be37b.ipv6.abo.wanadoo.fr> has quit IRC (Quit: Leaving.)
[17:06:50] *** ibilon <ibilon!~ibilon@2a01cb0504d37b00cddac3a68e63e168.ipv6.abo.wanadoo.fr> has joined #haxe
[17:16:35] *** xet7 <xet7!~xet7@194.136.64.130> has joined #haxe
[17:34:38] *** Ryuken <Ryuken!~Ryuken@pool-100-10-29-57.prvdri.fios.verizon.net> has joined #haxe
[17:46:56] *** Misiur_ <Misiur_!531f91ab@gateway/web/freenode/ip.83.31.145.171> has quit IRC (Quit: Page closed)
[17:51:51] *** endformationage <endformationage!~endformat@216.19.1.54> has joined #haxe
[18:06:44] *** PSvils <PSvils!~PDevelope@balticom-135-109.balticom.lv> has joined #haxe
[18:09:34] <PSvils> can an abstract have properties, or is it purely a functional wrapper over a type?
[18:09:59] <PSvils> I just realized that I could've probably kept the API I had in Eskimo as the same :/
[18:10:02] <PSvils> hrm.
[18:17:13] *** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC (Ping timeout: 240 seconds)
[18:18:32] *** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #haxe
[18:49:26] *** Ryuken <Ryuken!~Ryuken@pool-100-10-29-57.prvdri.fios.verizon.net> has quit IRC (Quit: Leaving)
[18:54:52] *** Aduros <Aduros!~bruno@unaffiliated/aduros> has joined #haxe
[19:33:10] *** ScrambledRK <ScrambledRK!~RK@80-108-213-152.cable.dynamic.surfer.at> has joined #haxe
[19:47:40] *** Aduros <Aduros!~bruno@unaffiliated/aduros> has quit IRC (Ping timeout: 240 seconds)
[20:07:19] *** frumple <frumple!~dylsexic@213.149.61.197> has joined #haxe
[20:19:34] *** Vert <Vert!026e3f34@gateway/web/freenode/ip.2.110.63.52> has quit IRC (Quit: Page closed)
[20:53:31] *** balduin <balduin!~user@64.179.145.154> has joined #haxe
[21:20:57] *** obadz <obadz!~obadz@unaffiliated/obadz> has joined #haxe
[21:49:52] *** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC (Ping timeout: 255 seconds)
[21:50:50] *** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #haxe
[21:57:17] *** PSvils <PSvils!~PDevelope@balticom-135-109.balticom.lv> has quit IRC (Quit: Leaving.)
[22:08:32] *** m_m <m_m!~m_m@user-188-33-20-18.play-internet.pl> has joined #haxe
[22:08:54] *** gogoprog <gogoprog!~gogoprog@2a02:a03f:c06:5b00:4d2:c868:c85a:a43e> has quit IRC (Quit: Leaving.)
[22:09:48] <m_m> Hi all. I've just tried "getting started" from haxeflixel lib. After some problem with versions and paths on my mac I meet another problem with "lime test flash" with that kind of error: Uncaught exception - [file_open,export/flash/release/obj/manifest]
[22:20:18] *** ibilon <ibilon!~ibilon@2a01cb0504d37b00cddac3a68e63e168.ipv6.abo.wanadoo.fr> has quit IRC (Quit: Leaving.)
[22:24:55] *** endformationage <endformationage!~endformat@216.19.1.54> has quit IRC (Quit: WeeChat 1.6)
[22:33:03] *** Aduros <Aduros!~bruno@unaffiliated/aduros> has joined #haxe
[22:44:46] *** nadako_ <nadako_!~nadako@92-100-246-242.dynamic.avangarddsl.ru> has quit IRC (Quit: Leaving)
[22:44:57] *** balduin <balduin!~user@64.179.145.154> has quit IRC (Remote host closed the connection)
[22:45:35] *** balduin <balduin!~user@64.179.145.154> has joined #haxe
[22:46:13] *** xet7 <xet7!~xet7@194.136.64.130> has quit IRC (Quit: Leaving)
[22:49:05] <Gama11> m_m: do other targets work?
[22:49:18] <Gama11> "lime test neko" maybe?
[22:49:58] <m_m> Gama11 I've found main problem. haxelib path in new mac system version is only for sudo users.
[23:18:32] *** ScrambledRK <ScrambledRK!~RK@80-108-213-152.cable.dynamic.surfer.at> has quit IRC (Quit: so long ...)
[23:32:15] *** Adib <Adib!~Adib@unaffiliated/adib> has quit IRC (Read error: Connection reset by peer)
[23:38:08] *** RobDangerous <RobDangerous!~Thunderbi@p2003007A09753800C5DCBF85313E9AE2.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)
[23:39:04] *** Aduros <Aduros!~bruno@unaffiliated/aduros> has quit IRC (Ping timeout: 240 seconds)
top

   January 29, 2017  
< | 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 | 31 | >