[00:03:52] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has quit IRC (Ping timeout: 260 seconds)
[00:06:54] *** davebaol <davebaol!~davebaol@93-38-225-9.ip72.fastwebnet.it> has quit IRC (Ping timeout: 250 seconds)
[00:08:27] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has joined #libgdx
[00:13:05] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has quit IRC (Ping timeout: 260 seconds)
[00:15:39] *** Biliogadafr <Biliogadafr!~PIN@nat2-minsk-pool-46-53-194-183.telecom.by> has quit IRC (Ping timeout: 244 seconds)
[00:20:44] *** rubenwardy <rubenwardy!~rubenward@unaffiliated/rubenwardy> has quit IRC (Remote host closed the connection)
[00:36:06] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has joined #libgdx
[00:41:20] *** Loraunt <Loraunt!~Loraunt@ip70-178-10-112.ks.ks.cox.net> has joined #libgdx
[00:43:04] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has quit IRC (Ping timeout: 260 seconds)
[00:49:19] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has joined #libgdx
[00:53:48] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has quit IRC (Ping timeout: 260 seconds)
[00:53:57] *** kjempff <kjempff!~kvirc@1004ds2-arno.0.fullrate.ninja> has quit IRC (Read error: Connection reset by peer)
[00:56:59] *** jaagr <jaagr!~jaagr@unaffiliated/jaagr> has quit IRC (Ping timeout: 268 seconds)
[00:58:31] *** jaagr <jaagr!~jaagr@unaffiliated/jaagr> has joined #libgdx
[01:00:19] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has joined #libgdx
[01:02:33] *** CaptainLex <CaptainLex!~CaptainLe@97-127-25-161.mpls.qwest.net> has joined #libgdx
[01:02:57] *** mobidevelop <mobidevelop!~nexsoftwa@2607:fb90:545:ee37:3122:d091:b9fc:e78b> has quit IRC (Ping timeout: 240 seconds)
[01:05:27] *** mobidevelop <mobidevelop!~nexsoftwa@2607:fb90:4856:99dd:18b6:894a:dc28:d93f> has joined #libgdx
[01:05:27] *** mobidevelop <mobidevelop!~nexsoftwa@2607:fb90:4856:99dd:18b6:894a:dc28:d93f> has quit IRC (Client Quit)
[01:05:59] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has quit IRC (Ping timeout: 260 seconds)
[01:12:52] *** dalv <dalv!~vladimir@catv-89-133-242-38.catv.broadband.hu> has joined #libgdx
[01:21:36] *** Kotcrab <Kotcrab!uid51771@gateway/web/irccloud.com/x-cvlgpwoblghhfolp> has quit IRC (Quit: Connection closed for inactivity)
[01:22:23] *** mobidevelop <mobidevelop!~nexsoftwa@2607:fb90:4856:99dd:18b6:894a:dc28:d93f> has joined #libgdx
[01:22:38] *** ChanServ sets mode: +o mobidevelop
[01:22:44] *** Silferein <Silferein!~john@c-24-22-185-31.hsd1.wa.comcast.net> has joined #libgdx
[01:24:57] *** CaptainLex <CaptainLex!~CaptainLe@97-127-25-161.mpls.qwest.net> has quit IRC (Ping timeout: 260 seconds)
[01:30:34] *** sn0wmonster <sn0wmonster!~yeti@taskhive/developer/sn0wmonster> has quit IRC (Quit: Roar)
[01:33:11] *** intrigus <intrigus!uid114902@gateway/web/irccloud.com/x-navknyptgdjyhotj> has quit IRC (Quit: Connection closed for inactivity)
[01:36:36] <Loraunt> anyone have an example of loading skins using the assetmanager?
[01:39:23] <Silferein> yeah, one sec
[01:40:27] <Loraunt> cool, thanks. I guess I'm making this more complicated than it needed to be lol.
[01:40:37] <Silferein> Actually, assetManager should've been made an instance variable in that example
[01:42:39] <Loraunt> Alright so onto the next question, I'm wanting to provide default-font as a freetype font. I've got it loading, how do I get my skin to resolve that?
[01:42:55] <Loraunt> basically I'm getting No com.badlogic.gdx.graphics.g2d.BitmapFont registered with name: default-font
[01:43:20] <Silferein> I don't know if it works with freetype fonts
[01:43:46] <Loraunt> ah... So I was creating a dummy skin, adding the font, then loading the skin file into the first skin
[01:44:27] <Loraunt> was hoping there was a way to do something similar with the assetmanager.
[01:44:54] <Loraunt> or even to have the asset/skin loader realize that a BitmapFont named default-font was being loaded and to be dependent on it.
[01:45:23] *** guardianL_ <guardianL_!~guardian@58-7-217-248.dyn.iinet.net.au> has joined #libgdx
[01:49:28] <Loraunt> looking at the skinloader skinparameters it looks like I am supposed to be able to: allows named resources to be set that will be added to the skin before loading the json file, meaning that they can be referenced from inside the json file itself. This is useful for dynamic resources such as a BitmapFont generated through FreeTypeFontGenerator.
[01:49:34] <Loraunt> According to the documentation atleast.
[01:50:31] <Silferein> Right, but I think that means you have to convert it to a bitmap font, right?
[01:51:07] <Loraunt> I'm using these: game.manager.setLoader(FreeTypeFontGenerator.class, new FreeTypeFontGeneratorLoader(resolver));
[01:51:08] <Loraunt> game.manager.setLoader(BitmapFont.class, new FreetypeFontLoader(resolver));
[01:52:57] *** ShivanHunter_ <ShivanHunter_!~quassel@2601:742:201:6470:346b:70f4:6fb8:9f08> has quit IRC (Ping timeout: 260 seconds)
[01:53:30] <Loraunt> that works
[01:53:50] <Loraunt> but I have to load the font before trying to load the skin...
[01:54:53] *** lukass <lukass!~lukass@p5087CFCF.dip0.t-ipconnect.de> has joined #libgdx
[01:58:18] <Loraunt> actually that class looks easy enough to change to do the behavior I want... Maybe I'll write a custom loader.
[02:01:15] *** sn0wmonster <sn0wmonster!~yeti@taskhive/developer/sn0wmonster> has joined #libgdx
[02:02:33] *** prophile <prophile!~alynn@oftn/oswg-member/prophile> has quit IRC (Quit: The Game)
[02:05:53] *** atrus6 <atrus6!~Thunderbi@72.241.82.247> has joined #libgdx
[02:10:12] *** Joetz <Joetz!~Johannes@cable-78-34-30-47.netcologne.de> has quit IRC (Quit: Leaving)
[02:13:57] *** ShivanHunter <ShivanHunter!~quassel@2601:742:201:6470:21b2:6445:4f8e:e45b> has joined #libgdx
[02:20:48] *** laubed <laubed!~Thunderbi@p57A94756.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 250 seconds)
[02:37:45] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has joined #libgdx
[02:42:14] *** ShivanHunter <ShivanHunter!~quassel@2601:742:201:6470:21b2:6445:4f8e:e45b> has quit IRC (Quit: No Ping reply in 180 seconds.)
[02:46:36] *** ShivanHunter <ShivanHunter!~quassel@2601:742:201:6470:21b2:6445:4f8e:e45b> has joined #libgdx
[02:50:49] *** PineappleLover86 <PineappleLover86!~Piney86@host-128-227-186-200.xlate.ufl.edu> has joined #libgdx
[02:50:55] *** Piney <Piney!~Piney86@host-128-227-186-200.xlate.ufl.edu> has joined #libgdx
[02:51:26] <PineappleLover86> Is this as horrifying as it looks? ImageButton controllerButton = new ImageButton(new SpriteDrawable(new Sprite(new Texture(Gdx.files.internal("button")))));
[02:52:41] <PineappleLover86> Not sure if theres an easier way to make an button out of an image without so many nested constructors
[03:01:52] <guardianL_> it's probably normal
[03:06:20] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has quit IRC (Ping timeout: 260 seconds)
[03:09:25] *** ShivanHunter <ShivanHunter!~quassel@2601:742:201:6470:21b2:6445:4f8e:e45b> has quit IRC (Quit: No Ping reply in 180 seconds.)
[03:11:09] *** ShivanHunter <ShivanHunter!~quassel@2601:742:201:6470:21b2:6445:4f8e:e45b> has joined #libgdx
[03:12:09]
*** FrottyZad <FrottyZad!~FrottyZao@ip-178-200-234-13.hsi07.unitymediagroup.de> has quit IRC (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
[03:13:20] <Quallenmann> If you are using a Skin you could also define the ImageButton behaviour in it and use it with new ImageButton(skin, "myButton");
[03:15:24] *** atrus6 <atrus6!~Thunderbi@72.241.82.247> has quit IRC (Ping timeout: 250 seconds)
[03:16:57] <mobidevelop> PineappleLover86: yes, but probably not for the reason you think
[03:17:48] <mobidevelop> You should avoid creating textures like that, where you don't keep a reference to later dispose of it.
[03:19:35] *** ShivanHunter <ShivanHunter!~quassel@2601:742:201:6470:21b2:6445:4f8e:e45b> has quit IRC (Remote host closed the connection)
[03:25:52] *** ShivanHunter <ShivanHunter!~quassel@2601:742:201:6470:21b2:6445:4f8e:e45b> has joined #libgdx
[03:26:52] *** PineappleLover <PineappleLover!~Piney86@host-128-227-186-200.xlate.ufl.edu> has joined #libgdx
[03:27:21] <PineappleLover86> Does every stage need to be disposed of or jsut the texture?
[03:29:24] *** Tristitia <Tristitia!~tristitia@69.64.50.196> has quit IRC (Ping timeout: 244 seconds)
[03:30:01] *** Piney <Piney!~Piney86@host-128-227-186-200.xlate.ufl.edu> has quit IRC (Ping timeout: 260 seconds)
[03:30:40] <guardianL_> i think it's just anything that implements Disposable
[03:32:02] <PineappleLover86> Ok, thank you
[03:32:42] <PineappleLover86> And i'm looking at skins right now, looks like that might make things easier, thanks Quallenmann
[03:37:20] *** Tristitia <Tristitia!~tristitia@static-ip-69-64-50-196.inaddr.ip-pool.com> has joined #libgdx
[03:40:16] <Quallenmann> You're welcome, btw a Skin also needs to be disposed ; )
[03:44:32] *** crazy_im1 <crazy_im1!~mj@a89-182-110-124.net-htp.de> has joined #libgdx
[03:45:10] *** ShivanHunter <ShivanHunter!~quassel@2601:742:201:6470:21b2:6445:4f8e:e45b> has quit IRC (Quit: No Ping reply in 180 seconds.)
[03:46:37] *** ShivanHunter <ShivanHunter!~quassel@2601:742:201:6470:21b2:6445:4f8e:e45b> has joined #libgdx
[03:47:29] *** crazy_imp <crazy_imp!~mj@unaffiliated/crazy-imp/x-8704303> has quit IRC (Ping timeout: 244 seconds)
[04:02:19] *** maxmitschke <maxmitschke!~maxmitsch@c-24-127-214-168.hsd1.mi.comcast.net> has joined #libgdx
[04:04:42] *** maxmitschke <maxmitschke!~maxmitsch@c-24-127-214-168.hsd1.mi.comcast.net> has quit IRC (Client Quit)
[04:05:36] *** lapinozz <lapinozz!~lapinozz@45.74.164.117> has quit IRC (Ping timeout: 260 seconds)
[04:08:20] *** Warlander2 <Warlander2!~Mac70@195.187.156.43> has joined #libgdx
[04:11:16] *** Mac70 <Mac70!~Mac70@195.187.156.43> has quit IRC (Ping timeout: 260 seconds)
[04:11:21] *** ShivanHunter <ShivanHunter!~quassel@2601:742:201:6470:21b2:6445:4f8e:e45b> has quit IRC (Quit: No Ping reply in 180 seconds.)
[04:12:47] *** ShivanHunter <ShivanHunter!~quassel@2601:742:201:6470:21b2:6445:4f8e:e45b> has joined #libgdx
[04:12:55] *** dalv <dalv!~vladimir@catv-89-133-242-38.catv.broadband.hu> has quit IRC (Quit: dalv)
[04:13:00] *** ShivanHunter <ShivanHunter!~quassel@2601:742:201:6470:21b2:6445:4f8e:e45b> has quit IRC (Remote host closed the connection)
[04:18:22] *** icomputo <icomputo!~saku@177.228.137.76> has joined #libgdx
[04:31:09] *** Loraunt <Loraunt!~Loraunt@ip70-178-10-112.ks.ks.cox.net> has quit IRC (Ping timeout: 260 seconds)
[04:37:30] *** guardianL_ <guardianL_!~guardian@58-7-217-248.dyn.iinet.net.au> has quit IRC ()
[04:44:36] *** CaptainLex_ <CaptainLex_!~CaptainLe@67-220-31-207.fttp.usinternet.com> has quit IRC (Remote host closed the connection)
[04:52:57] *** guardianL_ <guardianL_!~guardian@120.29.5.222> has joined #libgdx
[04:52:59] *** guardianL_ <guardianL_!~guardian@120.29.5.222> has quit IRC (Client Quit)
[04:56:35] *** jabb <jabb!~jabb@108.248.27.198> has quit IRC (Quit: jabb)
[05:04:16] *** Freiza <Freiza!~Freiza@117.205.153.136> has quit IRC (Ping timeout: 268 seconds)
[05:05:35] *** guardianL_ <guardianL_!~guardian@120.29.5.222> has joined #libgdx
[05:05:37] *** isdera <isdera!~isdera@cpe-74-78-187-102.maine.res.rr.com> has quit IRC (Ping timeout: 240 seconds)
[05:06:43] *** PineappleLover <PineappleLover!~Piney86@host-128-227-186-200.xlate.ufl.edu> has quit IRC (Quit: Leaving)
[05:06:48] *** Freiza <Freiza!~Freiza@117.205.155.240> has joined #libgdx
[05:14:05] *** idi0tf0wl <idi0tf0wl!~user@p445071-ipngn200305gifu.gifu.ocn.ne.jp> has joined #libgdx
[05:14:12] <idi0tf0wl> hello all
[05:19:06] <Silferein> yo
[05:21:53] <idi0tf0wl> i’m having a hard time wrapping my brain around how the html dist works
[05:22:15] <idi0tf0wl> if anyone has the time and kindness of heart to answer a few questions for me, i would be most appreciative
[05:24:06] *** guardianL_ <guardianL_!~guardian@120.29.5.222> has quit IRC (Ping timeout: 244 seconds)
[05:24:18] <idi0tf0wl> everything was working fine and as expected until i decided i wanted to use ogg for android and desktop but wav for web (since some browsers don’t support ogg)
[05:24:36] <idi0tf0wl> now i can’t get the html dist to play nice
[05:25:21] <Silferein> how'd you try and separate them?
[05:26:17] <idi0tf0wl> well first i modified the code to look for wavs instead of oggs
[05:26:39] <idi0tf0wl> then i did gradlew html:dist
[05:27:11] <idi0tf0wl> and swapped the ogg files for the wav files in the project/html/build/dist/assets
[05:28:22] <Silferein> Oh
[05:28:32] <idi0tf0wl> that didn’t work
[05:28:36] <Silferein> Yeah
[05:29:02] <Silferein> So if memory serves, html dist should create an assets text file that lists all the files available to load in the assets folder
[05:29:04] <idi0tf0wl> so i duplicated the entire project folder and swapped out the oggs for the wavs then built again
[05:29:18] <idi0tf0wl> that also didn’t work
[05:29:30] <Silferein> That's how GWT knows they're there- if you just switch the files, that list won't be updated.
[05:30:35] <idi0tf0wl> but when i built with the wavs in the project/android/assets folder it also didn’t work
[05:30:35] *** wickedshell_ <wickedshell_!~wickedshe@160-3-85-217.cpe.cableone.net> has joined #libgdx
[05:30:50] <idi0tf0wl> so then i decided to start back from the beginning
[05:30:59] <idi0tf0wl> put the oggs back in there and rebuilt
[05:31:05] <idi0tf0wl> and it still doesn’t work
[05:31:34] <idi0tf0wl> keep getting 404s for all the audio files, even though they’re definitely all there in the html/build/dist/assets folder
[05:32:13] <idi0tf0wl> so i don’t know just what the hell i did, but it seems i’ve exploded my possibilities for web distribution
[05:32:22] <idi0tf0wl> i fucking hate web dev
[05:32:48] <TEttinger> oh
[05:32:48] <idi0tf0wl> i don’t know who the massochists are that made libgdx web-compatible in the first place, but they deserve a medal
[05:32:59] <TEttinger> it might be that you're 404ing because of cache
[05:33:11] <TEttinger> how are you serving the files?
[05:33:29] <Silferein> idi0tf0wl, are your .wav files listed in html/war/assets/assets.txt ?
[05:33:54] <idi0tf0wl> i’m just running python -m SimpleHTTPServer from the web/build/dist directory
[05:34:02] <idi0tf0wl> then going to localhost:8000
[05:34:10] <TEttinger> ok, that's uh what I was going to suggest :(
[05:34:16] <TEttinger> wait
[05:34:26] <Silferein> try ./gradlew html:superDev
[05:34:33] <TEttinger> SimpleHTTPServer doesn't default to 8000 I think?
[05:34:41] *** potato____ <potato____!ac6189dc@gateway/web/freenode/ip.172.97.137.220> has joined #libgdx
[05:34:47] <idi0tf0wl> it does, though
[05:35:08] <idi0tf0wl> that’s how i’d been testing until i got this idea to swap the audio files
[05:35:36] <idi0tf0wl> what does html:superDev do that html:dist doesn’t?
[05:36:23] <TEttinger> superdev lets you recompile in the page in much less time
[05:36:37] <TEttinger> change and reload without re-building the whole distribution
[05:37:11] <idi0tf0wl> ah, yes, i remember now
[05:37:35] <TEttinger> dist also does a release build, essentially, and is needed to catch certain emulation-related bugs that get sorta skipped over when you superdev (superdev uses your system JRE for some stuff)
[05:37:57] <TEttinger> (that's part of why superdev is faster)
[05:38:06] *** Kuvis <Kuvis!~owner@line-5467.dyn.kponet.fi> has joined #libgdx
[05:38:09] <TEttinger> (to recompile, probably not to run)
[05:38:12] <idi0tf0wl> on a somewhat tangential note, that refresh button from superDev shows up even in html:dist build and i forgot how to get rid of it
[05:38:20] <TEttinger> edit the html file :)
[05:38:33] <TEttinger> it's in a nice marked off section
[05:38:46] <TEttinger> it should be in the source before you run dist
[05:39:07] <TEttinger> html/webapp/index.html
[05:40:15] <TEttinger> there's one line with <a clas="superdev"... , and that line can be commented out using HTML comments or deleted if you're sure you don't need it
[05:40:27] <idi0tf0wl> ah right
[05:40:31] <idi0tf0wl> duh
[05:40:43] <idi0tf0wl> that’s the obvious answer
[05:40:57] *** Quallenmann <Quallenmann!~quallenma@p200300DE73C7C481B313A36D90EB6A3B.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)
[05:41:12] <idi0tf0wl> i’m so stressed out about this whole kerfluffle that i wasn’t even thinking
[05:41:13] <TEttinger> it seems clear now, but then you think about it and nothing else in your gwt app can be edited like that, so... maybe it isn't so obvious after all
[05:41:15] *** lukass_ <lukass_!~lukass@p5B077990.dip0.t-ipconnect.de> has joined #libgdx
[05:41:51] *** wickedshell_ <wickedshell_!~wickedshe@160-3-85-217.cpe.cableone.net> has quit IRC (Remote host closed the connection)
[05:41:52] <idi0tf0wl> at one point i also figured out how to remove/change the loading screen
[05:41:57] <idi0tf0wl> but i have also since forgotten
[05:42:04] <TEttinger> this is going to sound super-dumb for a solution, but...
[05:43:07] <TEttinger> have you considered having two sets of assets, one Ogg vorbis files and one wav files, but keeping the names, including extensions, always .wav ? the code can probably specify just fine what it wants, but the browser probably can't
[05:44:03] <idi0tf0wl> i mean, i’ll probably just move to using wavs for everything
[05:44:09] <TEttinger> aaa
[05:44:12] <TEttinger> wav is so huge
[05:44:16] <idi0tf0wl> if i can ever get the html build to work again
[05:44:25] *** lukass <lukass!~lukass@p5087CFCF.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 260 seconds)
[05:44:27] <idi0tf0wl> yeah, ogg is superior for this sort of thing
[05:44:34] <potato____> ^
[05:44:34] <TEttinger> it's a ridiculously high-quality high-size format...
[05:45:13] *** wickedshell_ <wickedshell_!~wickedshe@160-3-85-217.cpe.cableone.net> has joined #libgdx
[05:45:19] <idi0tf0wl> when it comes to portability, however, ogg just isn’t there
[05:45:26] <idi0tf0wl> and i refuse to use mp3
[05:45:37] <idi0tf0wl> because i just hate it and am weird like that
[05:45:40] <idi0tf0wl> so anyway
[05:45:48] <TEttinger> no, that's understandable
[05:46:01] <TEttinger> mp3 is a nasty thing to actually encode
[05:46:41] <idi0tf0wl> i cleared my browser cache and the audio files (back to original ogg) are no longer 404ing, but the webt dist still won’t run
[05:46:54] <idi0tf0wl> there are other things 404ing now that i definitely never even touched
[05:47:07] <TEttinger> that's uh interesting...
[05:47:16] <idi0tf0wl> i’m super lost in this whole shebang
[05:47:18] <TEttinger> your hard drive isn't on fire I hope
[05:47:24] <TEttinger> that would explain some things
[05:47:27] <idi0tf0wl> i broke the black magic
[05:48:07] <TEttinger> there's always "remake fresh project, copy in all code first, then start copying in config carefully"
[05:48:26] <TEttinger> but that's sorta a last resort
[05:48:35] <TEttinger> (that I do all the time :| )
[05:49:41] *** dalv <dalv!~vladimir@catv-89-133-242-38.catv.broadband.hu> has joined #libgdx
[05:49:51] <idi0tf0wl> goddammit i’ve done that so many times
[05:50:06] <idi0tf0wl> that is so frustratingly inelegant
[05:50:25] <idi0tf0wl> it’s like the whole framework is so fucking fragile
[05:50:26] <Silferein> I almost need a nuclear task in gradle
[05:50:29] <TEttinger> yeah. is your project online/open source?
[05:50:52] <TEttinger> gwt itself is pretty much a skyscraper balancing on eggshells
[05:51:02] <idi0tf0wl> i’ve toyed with things that seemed insignificant that ended up breaking *everything*
[05:51:12] <idi0tf0wl> yeah, sounds like web dev
[05:51:25] <idi0tf0wl> i loathe web dev
[05:51:36] <potato____> "but that's sorta a last resort, that I do all the time" SAME man
[05:51:38] <idi0tf0wl> though, personally, in libgdx’s case, i blame gradle
[05:52:04] <idi0tf0wl> and unfortunately, no, my project is not online/open source, it’s a contracted job
[05:52:10] <TEttinger> google dweeb toolkit
[05:52:34] <TEttinger> yeah I'm not super fond of gradle either
[05:53:18] <potato____> i'm not happy with it yet but i hacked together enough files to repair my project last night
[05:53:31] <potato____> "at least it compiles" is a welcome feeling
[05:54:43] <TEttinger> it handles modules well. the config is confusingly opaque, and it doesn't help that it's some weird dialect of groovy. groovy emphasizes beautiful code, but I would bring to mind the origin story of aphrodite, greek goddess of beauty, who started life as a dismembered set of genitals
[05:54:57] <potato____> LOL
[05:55:57] <potato____> so.. it's possible i wrecked my android project as it won't compile in eclipse or gradle command line :/
[05:56:23] <idi0tf0wl> i break my projects all the goddamned time for the dumbest fucking reasons
[05:56:27] <TEttinger> error messages? I got an interesting one from changing not enough config files that only affected android
[05:56:45] <potato____> well first it wouldn't let me bring in FXCollections / any java fx stuff
[05:56:53] <TEttinger> that seems correct
[05:57:02] <potato____> so i rewrote stuff and cut that dependency cause it sounds like a whole mess i dont' need to get involved in
[05:57:10] <idi0tf0wl> speaking of which, i don’t know just what the hell happened, but html dist is just not working at all anymore no matter what i do
[05:57:24] <TEttinger> build fails, idi0tf0wl?
[05:57:43] <potato____> wait.. i tried gradlew android now and it says build successful.. for real?
[05:57:43] <idi0tf0wl> no, the build succeeds, but it doesn’t actually run
[05:57:56] <TEttinger> potato____: uh
[05:58:12] <TEttinger> gradlew android:SOME_TASK_HERE , you mean?
[05:58:20] <potato____> no just android. is that not how it works?
[05:58:24] <potato____> damn
[05:58:29] <TEttinger> not sure if just android will build or what
[05:58:31] *** Quallenmann <Quallenmann!~quallenma@p200300DE73C7C411F60F2ED2354E5BF0.dip0.t-ipconnect.de> has joined #libgdx
[05:58:35] <TEttinger> i think it does something
[05:58:44] <TEttinger> it might actually do too much, haha
[05:58:50] <idi0tf0wl> you probably want gradlew android:assembleRelease potato
[05:58:57] <TEttinger> ^ thanks idi0tf0wl
[05:59:02] <potato____> ok, lemme give that a whirl
[05:59:20] <TEttinger> there's an assembleDebug too, IIRC
[05:59:31] <TEttinger> not sure if release has signing requirements?
[06:00:04] *** Quallenmann <Quallenmann!~quallenma@p200300DE73C7C411F60F2ED2354E5BF0.dip0.t-ipconnect.de> has left #libgdx
[06:00:15] <idi0tf0wl> if you assemble a release from the commandline you have to sign it and zipalign it manually before you can publish it
[06:00:29] <TEttinger> zipalign?
[06:00:34] <idi0tf0wl> and at least sign it to install it on a device
[06:00:46] <TEttinger> I've uh never done an actual android release, just copied apks over to my devices
[06:01:08] <potato____> i've only got the emulator on hand right now.. i've got eclipse open but the build order or something is super broken
[06:01:52] <potato____> anyone know what order the build should be in for android and what to check/uncheck in that window?
[06:02:26] <idi0tf0wl> yeah
[06:03:08] <potato____> i've pretty much just been trying all the combinations
[06:03:12] <potato____> pls help :P
[06:03:27] <idi0tf0wl> as in ./zipalign -v 4 path/to/signed.apk path/of/desired//and/renamed.apk
[06:04:20] <potato____> if i get eclipse to build though i can just right click and choose to make a signed apk so i kinda want to go that route
[06:04:24] <idi0tf0wl> run from your sdk/build-tools/desiredbuildtoolsversion folder
[06:04:41] *** Silferein <Silferein!~john@c-24-22-185-31.hsd1.wa.comcast.net> has quit IRC (Quit: Leaving.)
[06:04:42] <idi0tf0wl> yeah doesn’t really work though potato
[06:04:54] <potato____> it used to work in other projects a few months ago
[06:05:09] <idi0tf0wl> eclipse has become kind of obsolete for android dev
[06:05:26] <idi0tf0wl> i personally stil use it, but i build everything from the commandline
[06:05:33] <potato____> I've got android studio installed too, we're using it in class, but i find it to be kind of scary and overcomplicated with a ton of wild stuff going on i don't understand
[06:05:42] <mobidevelop> O.o
[06:05:45] <potato____> maybe i'll get over that
[06:06:00] <idi0tf0wl> because eclipse’s built-in distribution builders don’t really work as advertised
[06:06:19] <idi0tf0wl> speaking of which…
[06:06:35] <potato____> alright, i'll focus on getting both builds working on the command line
[06:06:38] <mobidevelop> Android Studio makes Android development dead simple.
[06:07:01] <idi0tf0wl> i ran html:dist on a completely different but closely related project, and it didn’t work either…
[06:07:08] <idi0tf0wl> so i don’t know what happened
[06:07:50] <potato____> maybe I'll import stuff into android studio and give it another try
[06:07:53] <idi0tf0wl> but for whatever reason my computer will no longer build html distributions from the command line
[06:08:24] <idi0tf0wl> i am livid
[06:08:56] <idi0tf0wl> i have no idea what i’m going to do now
[06:09:31] <idi0tf0wl> like what the fuck
[06:09:38] <idi0tf0wl> it just broke out of nowhere
[06:09:49] <idi0tf0wl> i didn’t even touch anything in the other project
[06:09:53] <idi0tf0wl> and it’s just broken
[06:09:58] <potato____> gradle complained about AndroidManifest.xml, i fixed it, but it gives me the same error, do i have to do something special to tell gradle to look at the new file? "make clean" or whatever?
[06:10:38] <idi0tf0wl> i’m good and fucked for this money
[06:10:41] <idi0tf0wl> fuck
[06:10:56] <idi0tf0wl> potato, what was the complaint?
[06:11:47] <idi0tf0wl> and did you actually *save* the corrected AndroidManifest.xml file?
[06:12:03] <idi0tf0wl> because if not, then the old one’s the only one gradle can see
[06:12:18] <potato____> yeah i saved over it
[06:12:35] <potato____> it said 8 is too low so i tried 15, then 20 (i'm targeting 20 anyway) and nothing changed about the message
[06:13:33] <potato____> but it mentions the gdxdialogs plugin which i don't necessarily need so i could just remove the dependency
[06:14:00] <idi0tf0wl> it gives you the same error each time?
[06:14:07] <potato____> yep
[06:14:17] <potato____> android:assembleRelease does that
[06:15:10] <idi0tf0wl> i mean it says “uses-sdk:minSdkVersion 8 cannot be smaller…” each time?
[06:15:22] <potato____> yes
[06:15:34] <idi0tf0wl> how are you editing the file?
[06:15:43] <potato____> notepad, notepad++, eclipse's editor
[06:15:48] <potato____> it's definitely been changed and saved
[06:16:41] <idi0tf0wl> i don’t use windows for a variety of reasons, so i couldn’t really tell you why it’s not using the latest version of the file
[06:16:53] <idi0tf0wl> sorry potato
[06:17:00] <potato____> huh! very odd
[06:17:08] <potato____> a clean didn't help either
[06:21:27] <potato____> ah ok the problem was build.gradle not the named file
[06:21:38] <potato____> build successful, apparently. what did it build? an apk?
[06:21:48] *** Warlander2 <Warlander2!~Mac70@195.187.156.43> has quit IRC (Quit: Leaving)
[06:22:43] <potato____> AVD manager won't let me run my emulators, how come?
[06:23:02] <potato____> one will run in eclipse, and the other in android studio, but neither if i run avd manager from the start menu
[06:23:12] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has joined #libgdx
[06:24:16] *** Kuvis <Kuvis!~owner@line-5467.dyn.kponet.fi> has quit IRC (Remote host closed the connection)
[06:24:46] *** Freiza <Freiza!~Freiza@117.205.155.240> has quit IRC (Quit: Leaving)
[06:26:17] <TEttinger> potato____: do you have an android device that you can connect to your computer (to transfer files)?
[06:29:52] *** karab44 <karab44!~karab44@unaffiliated/karab44> has joined #libgdx
[06:30:35] <potato____> yeah but it's not set up
[06:30:50] <potato____> k i got one emulator running through eclipse
[06:31:01] <potato____> can i gradlew android:run ?
[06:32:39] *** Quallenmann <Quallenmann!~quallenma@p200300DE73C7C411F60F2ED2354E5BF0.dip0.t-ipconnect.de> has joined #libgdx
[06:34:21] *** monomolecular <monomolecular!~monomolec@174-24-157-29.tukw.qwest.net> has quit IRC (Ping timeout: 260 seconds)
[06:34:35] *** barodapride <barodapride!~barodapri@c-98-240-156-69.hsd1.mn.comcast.net> has quit IRC (Read error: Connection reset by peer)
[06:35:16] *** icomputo <icomputo!~saku@177.228.137.76> has quit IRC (Quit: icomputo.com)
[06:35:35] <potato____> so i added some stuff to the gradle file to use my keystore to sign the aplk
[06:35:59] <potato____> *apk but when i run it in the emulator it says "Error: INSTALL_FAILED_UPDATE_INCOMPATIBLE"
[06:36:41] <TEttinger> that's uh... a thing
[06:36:47] <potato____> hmm
[06:36:56] <TEttinger> seems like a version thing
[06:37:14] <TEttinger> it should run on any version of emulator higher than whatever you compiled it for
[06:37:21] <TEttinger> or equal to
[06:37:35] <potato____> i think maybe i just need to manually uninstall the prev. version
[06:37:35] <TEttinger> no idea how you would select the specific emulator
[06:37:58] <potato____> ok that was it
[06:38:09] <potato____> had to delete the previous version manually from android then drag in the apk again
[06:38:35] <TEttinger> ah
[06:38:51] <potato____> ah ok well
[06:39:04] <potato____> now the emulator is running the apk (and failing) but it isn't outputting to any console so i dunno what it's saying
[06:39:09] <potato____> how do i get to that?
[06:40:04] *** Quallenmann <Quallenmann!~quallenma@p200300DE73C7C411F60F2ED2354E5BF0.dip0.t-ipconnect.de> has quit IRC (Quit: Leaving.)
[06:43:05] *** monomolecular <monomolecular!~monomolec@174-24-157-29.tukw.qwest.net> has joined #libgdx
[06:45:25] <TEttinger> mobidevelop: hi, I don't know how to answer potato____'s question other than "uh logcat something or other"
[06:48:46] *** Sadale <Sadale!~Sadale@unaffiliated/sadale> has joined #libgdx
[06:55:00] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has quit IRC (Ping timeout: 260 seconds)
[06:55:12] *** Isogash <Isogash!~Isogash@87.127.112.116> has joined #libgdx
[06:58:58] <potato____> figured it out
[06:59:05] <potato____> running the emulator through eclipse lets me view logcat output
[06:59:14] <potato____> even if i don't launch the app through eclipse
[06:59:23] <potato____> now i'm getting an error relating to nio Paths
[06:59:37] <potato____> is that unavailable on android, or do i need to add a dependency in gradle somewhere?
[07:01:28] <potato____> looks like no.. i'll rewrite to use an older style
[07:12:56] *** mtsr_ <mtsr_!~mtsr@5ED369D0.cm-7-4b.dynamic.ziggo.nl> has joined #libgdx
[07:15:30] <potato____> ANDROID RUNS!
[07:15:33] * potato____ rejoices
[07:19:35] <potato____> okay,here's a question for libgdx
[07:20:37] <potato____> i've got a project for android and desktop. it depends on an external game engine project. a class in the game engine project needs to load a file. i can't use Gdx.files.internal because the engine doesn't depend on libgdx and doesn't use it. what do?
[07:23:29] *** phibedy <phibedy!~phibedy@p579D4331.dip0.t-ipconnect.de> has joined #libgdx
[07:32:24] *** mtsr_ <mtsr_!~mtsr@5ED369D0.cm-7-4b.dynamic.ziggo.nl> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[07:42:03] *** phibedy <phibedy!~phibedy@p579D4331.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 244 seconds)
[07:42:44] *** mtsr_ <mtsr_!~mtsr@5ED369D0.cm-7-4b.dynamic.ziggo.nl> has joined #libgdx
[07:49:22] *** Keniyal <Keniyal!~Keniyal@unaffiliated/keniyal> has joined #libgdx
[07:51:24] *** guardianL_ <guardianL_!~guardian@124-170-67-223.dyn.iinet.net.au> has joined #libgdx
[07:57:52] <Isogash> fork the game engine project and compile your own version that uses Gdx.files.internal
[07:58:35] <Isogash> I think that would end up being the most straightforward and safe way to do it
[07:58:58] <Isogash> there are possibly other hackier ways to do it, but they will not be quite as robust
[07:59:57] <karab44> o/
[08:00:12] <guardianL_> \o/
[08:00:46] <Isogash> the most sustainable way would be to create a wrapper for Gdx.files.internal that behaves like whatever the game engine uses
[08:01:11] <Isogash> it's pretty much what interfaces are *for*
[08:04:33] *** mtsr_ <mtsr_!~mtsr@5ED369D0.cm-7-4b.dynamic.ziggo.nl> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[08:07:34] *** dalv <dalv!~vladimir@catv-89-133-242-38.catv.broadband.hu> has quit IRC (Quit: dalv)
[08:14:42] *** mk1 <mk1!c291ebf8@gateway/web/cgi-irc/kiwiirc.com/ip.194.145.235.248> has joined #libgdx
[08:16:33] *** monomolecular <monomolecular!~monomolec@174-24-157-29.tukw.qwest.net> has quit IRC (Ping timeout: 260 seconds)
[08:16:40] *** darkamikaze <darkamikaze!~darkamika@cpe-76-169-176-20.socal.res.rr.com> has quit IRC (Ping timeout: 260 seconds)
[08:25:42] *** davebaol <davebaol!~davebaol@93.92.79.200> has joined #libgdx
[08:35:45] *** Sadale <Sadale!~Sadale@unaffiliated/sadale> has quit IRC (Quit: Ĝis revido)
[08:38:36] *** potato____ <potato____!ac6189dc@gateway/web/freenode/ip.172.97.137.220> has quit IRC (Quit: Page closed)
[08:51:57] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has joined #libgdx
[09:09:53] *** atrus6 <atrus6!~Thunderbi@72.241.82.247> has joined #libgdx
[09:18:33] *** NooBxGockeL <NooBxGockeL!~NooBxGock@p200300802D1FE200F1601BEC00809169.dip0.t-ipconnect.de> has joined #libgdx
[09:19:40] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has quit IRC (Ping timeout: 260 seconds)
[09:31:18] *** smelC <smelC!~churlin@4be54-1-81-56-4-73.fbx.proxad.net> has joined #libgdx
[09:34:37] *** monsieur_h <monsieur_h!~Thunderbi@194.125-14-84.ripe.coltfrance.com> has joined #libgdx
[09:41:55] *** Larry1123 <Larry1123!Larry1123@irc.larry1123.net> has quit IRC (Ping timeout: 244 seconds)
[09:44:05] *** [AD]Turbo <[AD]Turbo!~ADTurbo@95.235.242.140> has joined #libgdx
[09:44:22] <[AD]Turbo> hi there
[09:44:31] <monsieur_h> heya
[09:44:56] *** Larry1123 <Larry1123!Larry1123@irc.larry1123.net> has joined #libgdx
[09:49:37] *** NooBxGockeL <NooBxGockeL!~NooBxGock@p200300802D1FE200F1601BEC00809169.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)
[09:52:51] *** Biliogadafr <Biliogadafr!~PIN@nat2-minsk-pool-46-53-194-183.telecom.by> has joined #libgdx
[09:53:26] *** lucrus <lucrus!~lucrus@host158-137-dynamic.52-82-r.retail.telecomitalia.it> has joined #libgdx
[09:56:10] *** Sadale <Sadale!~Sadale@unaffiliated/sadale> has joined #libgdx
[09:58:42] *** Shockah|Work <Shockah|Work!~Shockah@185.28.17.74> has joined #libgdx
[10:12:21] *** crazy_im1 <crazy_im1!~mj@a89-182-110-124.net-htp.de> has quit IRC (Quit: Reconnecting)
[10:12:27] *** crazy_imp <crazy_imp!~mj@a89-182-110-124.net-htp.de> has joined #libgdx
[10:12:27] *** crazy_imp <crazy_imp!~mj@a89-182-110-124.net-htp.de> has quit IRC (Changing host)
[10:12:27] *** crazy_imp <crazy_imp!~mj@unaffiliated/crazy-imp/x-8704303> has joined #libgdx
[10:16:42] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has joined #libgdx
[10:16:51] *** rgabor__ <rgabor__!~rgabor@212.250.200.210> has quit IRC (Quit: Leaving)
[10:18:42] *** smelC <smelC!~churlin@4be54-1-81-56-4-73.fbx.proxad.net> has quit IRC (Quit: www.schplaf.org/hgames/)
[10:18:56] *** smelC <smelC!~churlin@4be54-1-81-56-4-73.fbx.proxad.net> has joined #libgdx
[10:24:47] *** phibedy <phibedy!~phibedy@p579D4331.dip0.t-ipconnect.de> has joined #libgdx
[10:29:54] *** monsieur_h1 <monsieur_h1!~Thunderbi@194.125-14-84.ripe.coltfrance.com> has joined #libgdx
[10:34:24] *** monsieur_h1 <monsieur_h1!~Thunderbi@194.125-14-84.ripe.coltfrance.com> has quit IRC (Ping timeout: 260 seconds)
[10:37:40] *** atrus6 <atrus6!~Thunderbi@72.241.82.247> has quit IRC (Ping timeout: 260 seconds)
[10:47:16] *** echelog` <echelog`!~echelog@108.61.103.42> has joined #libgdx
[10:47:16] *** echelog <echelog!~echelog@108.61.103.42> has quit IRC (Disconnected by services)
[10:47:48] *** Larry1123 <Larry1123!Larry1123@irc.larry1123.net> has quit IRC (Ping timeout: 250 seconds)
[10:48:11] *** echelog` <echelog`!~echelog@108.61.103.42> has quit IRC (Excess Flood)
[10:48:26] *** echelog <echelog!~echelog@108.61.103.42> has joined #libgdx
[10:49:35] *** thomastc_ <thomastc_!~thomas@fwn-nb4-edu-61-85.fmnsedu.rug.nl> has joined #libgdx
[10:49:58] *** Larry1123 <Larry1123!Larry1123@irc.larry1123.net> has joined #libgdx
[10:50:06] *** crazy_im1 <crazy_im1!~mj@a89-182-110-124.net-htp.de> has joined #libgdx
[10:50:18] *** deniska_ <deniska_!~denis@unaffiliated/deniska> has joined #libgdx
[10:53:29] *** gluytium_ <gluytium_!~g@45.63.97.181> has joined #libgdx
[10:53:29] *** Me4502- <Me4502-!~Me4502@owexz.net> has joined #libgdx
[10:54:42] *** crazy_imp <crazy_imp!~mj@unaffiliated/crazy-imp/x-8704303> has quit IRC (*.net *.split)
[10:54:42] *** guardianL_ <guardianL_!~guardian@124-170-67-223.dyn.iinet.net.au> has quit IRC (*.net *.split)
[10:54:43] *** wickedshell_ <wickedshell_!~wickedshe@160-3-85-217.cpe.cableone.net> has quit IRC (*.net *.split)
[10:54:43] *** thomastc <thomastc!~thomas@fwn-nb4-edu-61-85.fmnsedu.rug.nl> has quit IRC (*.net *.split)
[10:54:43] *** gluytium <gluytium!~g@45.63.97.181> has quit IRC (*.net *.split)
[10:54:44] *** Me4502 <Me4502!~Me4502@unaffiliated/me4502> has quit IRC (*.net *.split)
[10:54:44] *** deniska <deniska!~denis@unaffiliated/deniska> has quit IRC (*.net *.split)
[10:54:44] *** Mithrin_ <Mithrin_!~none2@S0106602ad080ba9f.ok.shawcable.net> has quit IRC (*.net *.split)
[10:54:44] *** Maylay <Maylay!~gren@adsl-65-9-198-69.mia.bellsouth.net> has quit IRC (*.net *.split)
[10:56:01] *** crazy_im1 <crazy_im1!~mj@a89-182-110-124.net-htp.de> has quit IRC (Quit: Reconnecting)
[10:56:08] *** crazy_imp <crazy_imp!~mj@a89-182-110-124.net-htp.de> has joined #libgdx
[10:56:08] *** crazy_imp <crazy_imp!~mj@a89-182-110-124.net-htp.de> has quit IRC (Changing host)
[10:56:08] *** crazy_imp <crazy_imp!~mj@unaffiliated/crazy-imp/x-8704303> has joined #libgdx
[11:00:20] *** wickedshell_ <wickedshell_!~wickedshe@160-3-85-217.cpe.cableone.net> has joined #libgdx
[11:02:37] *** Maylay <Maylay!~gren@adsl-65-9-198-69.mia.bellsouth.net> has joined #libgdx
[11:11:34] *** lucrus <lucrus!~lucrus@host158-137-dynamic.52-82-r.retail.telecomitalia.it> has quit IRC (Quit: Sto andando via)
[11:17:16] *** TEttinger <TEttinger!~notostrac@76-217-24-171.lightspeed.irvnca.sbcglobal.net> has quit IRC (Ping timeout: 250 seconds)
[11:21:13] *** laubed <laubed!~Thunderbi@p57A94756.dip0.t-ipconnect.de> has joined #libgdx
[11:29:00] *** Serpent7776 <Serpent7776!~Serpent77@90-156-68-175.internetia.net.pl> has joined #libgdx
[11:31:06] *** Serpent7776 <Serpent7776!~Serpent77@90-156-68-175.internetia.net.pl> has quit IRC (Client Quit)
[11:31:48] *** laubed <laubed!~Thunderbi@p57A94756.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 260 seconds)
[11:31:50] *** Serpent7776 <Serpent7776!~Serpent77@90-156-68-175.internetia.net.pl> has joined #libgdx
[11:44:07] *** dalv <dalv!~vladimir@catv-212-96-58-246.catv.broadband.hu> has joined #libgdx
[11:48:21] *** mbarisa_ is now known as mbarisa
[11:51:57] *** laubed <laubed!~Thunderbi@p200300566D710700E4AACA974511C6EB.dip0.t-ipconnect.de> has joined #libgdx
[11:54:27] *** matej_ <matej_!~matej@chello089173223119.chello.sk> has joined #libgdx
[11:55:04] *** n3o59hf <n3o59hf!~n3o59hf@62.85.64.99> has joined #libgdx
[11:58:03] *** dalv <dalv!~vladimir@catv-212-96-58-246.catv.broadband.hu> has quit IRC (Ping timeout: 268 seconds)
[12:02:11] *** guardianL <guardianL!~guardian@124-170-67-223.dyn.iinet.net.au> has left #libgdx
[12:10:55] *** wickedshell_ <wickedshell_!~wickedshe@160-3-85-217.cpe.cableone.net> has quit IRC (Remote host closed the connection)
[12:10:58] *** Neomex <Neomex!~Neomex@bqu228.neoplus.adsl.tpnet.pl> has joined #libgdx
[12:11:35] *** Isogash <Isogash!~Isogash@87.127.112.116> has quit IRC (Quit: Leaving)
[12:30:57] *** mk1 is now known as mk1_lunch
[12:41:20] *** phibedy <phibedy!~phibedy@p579D4331.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 250 seconds)
[12:42:14] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has joined #libgdx
[12:43:06] *** Quallenmann <Quallenmann!~quallenma@p200300DE73C7C411F60F2ED2354E5BF0.dip0.t-ipconnect.de> has joined #libgdx
[12:49:19] *** laubed <laubed!~Thunderbi@p200300566D710700E4AACA974511C6EB.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection)
[12:49:40] *** laubed <laubed!~Thunderbi@p200300566D710700E4AACA974511C6EB.dip0.t-ipconnect.de> has joined #libgdx
[12:50:28] *** matej_ <matej_!~matej@chello089173223119.chello.sk> has quit IRC (Remote host closed the connection)
[12:52:02] *** matej_ <matej_!~matej@chello089173223119.chello.sk> has joined #libgdx
[12:53:57] *** laubed <laubed!~Thunderbi@p200300566D710700E4AACA974511C6EB.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)
[12:56:43] *** Keniyal <Keniyal!~Keniyal@unaffiliated/keniyal> has quit IRC (Remote host closed the connection)
[13:13:00] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has quit IRC (Ping timeout: 260 seconds)
[13:23:29] *** mk1_lunch is now known as mk1
[13:23:44] *** deniska_ is now known as deniska
[13:47:55] *** Guest51289 is now known as matthewt
[14:03:15] *** lukass_ <lukass_!~lukass@p5B077990.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection)
[14:24:57] *** NooBxGockeL <NooBxGockeL!~NooBxGock@p200300802D1FE200585D3ED87919FCDD.dip0.t-ipconnect.de> has joined #libgdx
[14:32:49]
*** LegendThinker <LegendThinker!LegendThin@gateway/shell/fnordserver.eu/x-hpcwlrzkdlkytbvp> has quit IRC (Quit: https://fnordserver.eu)
[14:41:34] *** Quallenmann <Quallenmann!~quallenma@p200300DE73C7C411F60F2ED2354E5BF0.dip0.t-ipconnect.de> has quit IRC (Quit: Leaving.)
[14:42:04] *** Joetz <Joetz!~Johannes@cable-78-34-30-47.netcologne.de> has joined #libgdx
[14:47:52] *** lukass <lukass!~lukass@p5B077990.dip0.t-ipconnect.de> has joined #libgdx
[14:51:58] *** landape <landape!505c51c2@gateway/web/freenode/ip.80.92.81.194> has joined #libgdx
[14:52:02] <landape> hi all
[14:59:11] *** lukass_ <lukass_!~lukass@p5B077990.dip0.t-ipconnect.de> has joined #libgdx
[14:59:11] *** lukass <lukass!~lukass@p5B077990.dip0.t-ipconnect.de> has quit IRC (Read error: Connection reset by peer)
[15:05:06] <monsieur_h> landape: tiled is somewhat similar
[15:05:48] <landape> hm
[15:05:49] <landape> is it
[15:09:40] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has joined #libgdx
[15:12:47] *** Kuvis <Kuvis!~owner@line-5467.dyn.kponet.fi> has joined #libgdx
[15:17:58] *** intrigus <intrigus!uid114902@gateway/web/irccloud.com/x-qkyvubczuzmlpfpu> has joined #libgdx
[15:21:41] *** Isogash <Isogash!~Isogash@87.127.112.116> has joined #libgdx
[15:24:20] <monsieur_h> well you can used different tile maps, and you have an editor (tiled) and a runtime in libgdx
[15:28:24] *** BCX <BCX!d91fcd02@gateway/web/freenode/ip.217.31.205.2> has joined #libgdx
[15:34:23] *** ariejan <ariejan!~ariejan@vpn-amsterdam-159-8-10-68.hosts.getcloakvpn.com> has joined #libgdx
[15:34:51] *** ariejan <ariejan!~ariejan@vpn-amsterdam-159-8-10-68.hosts.getcloakvpn.com> has quit IRC (Client Quit)
[15:35:15] *** mk2 <mk2!c291ebf8@gateway/web/cgi-irc/kiwiirc.com/ip.194.145.235.248> has joined #libgdx
[15:35:51]
*** mk1 <mk1!c291ebf8@gateway/web/cgi-irc/kiwiirc.com/ip.194.145.235.248> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[15:39:32] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has quit IRC (Ping timeout: 260 seconds)
[15:43:37] *** NooBxGockeL <NooBxGockeL!~NooBxGock@p200300802D1FE200585D3ED87919FCDD.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)
[16:02:58] *** dalv <dalv!~vladimir@92-249-159-145.pool.digikabel.hu> has joined #libgdx
[16:11:13] *** dalv <dalv!~vladimir@92-249-159-145.pool.digikabel.hu> has quit IRC (Quit: dalv)
[16:12:00] *** idi0tf0wl <idi0tf0wl!~user@p445071-ipngn200305gifu.gifu.ocn.ne.jp> has quit IRC (Quit: idi0tf0wl)
[16:15:03] *** dalv <dalv!~vladimir@92-249-159-145.pool.digikabel.hu> has joined #libgdx
[16:29:32] *** jeffol <jeffol!~jeffol@65.158.118.6> has joined #libgdx
[16:34:17] *** lukass_ <lukass_!~lukass@p5B077990.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection)
[16:34:34] *** whatitis <whatitis!uid137841@gateway/web/irccloud.com/x-lnkunnyqeavgllos> has quit IRC (Quit: Connection closed for inactivity)
[16:37:54] *** dalv <dalv!~vladimir@92-249-159-145.pool.digikabel.hu> has quit IRC (Quit: dalv)
[16:39:19] *** Kotcrab <Kotcrab!uid51771@gateway/web/irccloud.com/session> has joined #libgdx
[16:43:41] *** lukass <lukass!~lukass@p5B077990.dip0.t-ipconnect.de> has joined #libgdx
[16:46:02] *** FrottyZ <FrottyZ!~FrottyZao@ip-178-200-234-13.hsi07.unitymediagroup.de> has joined #libgdx
[16:54:25] *** Serpent7776 <Serpent7776!~Serpent77@90-156-68-175.internetia.net.pl> has quit IRC (Quit: Leaving)
[16:59:34] *** dalv <dalv!~vladimir@92-249-159-145.pool.digikabel.hu> has joined #libgdx
[17:02:26] *** lukass <lukass!~lukass@p5B077990.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection)
[17:04:33] *** lapinozz <lapinozz!~lapinozz@45.74.164.117> has joined #libgdx
[17:09:28] *** CaptainLex <CaptainLex!~CaptainLe@12.104.244.5> has joined #libgdx
[17:10:05] *** davebaol <davebaol!~davebaol@93.92.79.200> has quit IRC (Ping timeout: 268 seconds)
[17:12:57] *** mobidevelop <mobidevelop!~nexsoftwa@2607:fb90:4856:99dd:18b6:894a:dc28:d93f> has quit IRC (Ping timeout: 240 seconds)
[17:15:18]
*** mk2 <mk2!c291ebf8@gateway/web/cgi-irc/kiwiirc.com/ip.194.145.235.248> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[17:18:21] *** matej_ <matej_!~matej@chello089173223119.chello.sk> has quit IRC (Remote host closed the connection)
[17:18:32] *** karab44 <karab44!~karab44@unaffiliated/karab44> has quit IRC ()
[17:19:15] *** mobidevelop <mobidevelop!~nexsoftwa@2607:fb90:4856:99dd:18b6:894a:dc28:d93f> has joined #libgdx
[17:19:15] *** ChanServ sets mode: +o mobidevelop
[17:19:22] *** matej_ <matej_!~matej@chello089173223119.chello.sk> has joined #libgdx
[17:27:44] *** monomolecular <monomolecular!~monomolec@174-24-157-29.tukw.qwest.net> has joined #libgdx
[17:29:41] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has joined #libgdx
[17:33:07] *** lukass <lukass!~lukass@p5B077990.dip0.t-ipconnect.de> has joined #libgdx
[17:33:21] *** phibedy <phibedy!~phibedy@51.201.eduroam.dynamic.rbg.tum.de> has joined #libgdx
[17:34:27] *** Oebele <Oebele!~quassel@143.177.58.202> has joined #libgdx
[17:35:27] *** BCX <BCX!d91fcd02@gateway/web/freenode/ip.217.31.205.2> has quit IRC (Quit: Page closed)
[17:37:41] *** lukass <lukass!~lukass@p5B077990.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 248 seconds)
[17:43:55] *** laubed <laubed!~Thunderbi@p57A94756.dip0.t-ipconnect.de> has joined #libgdx
[17:47:05] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has quit IRC (Remote host closed the connection)
[17:55:11] *** [AD]Turbo <[AD]Turbo!~ADTurbo@95.235.242.140> has quit IRC ()
[17:55:25] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has joined #libgdx
[17:56:17] *** phibedy <phibedy!~phibedy@51.201.eduroam.dynamic.rbg.tum.de> has quit IRC (Ping timeout: 240 seconds)
[17:57:50] *** matej_ <matej_!~matej@chello089173223119.chello.sk> has quit IRC (Remote host closed the connection)
[17:59:53] *** PineappleLover86 <PineappleLover86!~Piney86@host-128-227-186-200.xlate.ufl.edu> has quit IRC (Ping timeout: 260 seconds)
[18:05:37] *** Shockah|Work <Shockah|Work!~Shockah@185.28.17.74> has quit IRC (Quit: Leaving)
[18:06:44] *** Freiza <Freiza!~Freiza@117.205.152.38> has joined #libgdx
[18:11:36] *** rubenwardy <rubenwardy!~rubenward@unaffiliated/rubenwardy> has joined #libgdx
[18:14:21] *** Xoppa <Xoppa!~Xoppa@54689556.cm-12-1c.dynamic.ziggo.nl> has joined #libgdx
[18:14:21] *** ChanServ sets mode: +o Xoppa
[18:14:38] *** Xoppa <Xoppa!~Xoppa@54689556.cm-12-1c.dynamic.ziggo.nl> has quit IRC (Client Quit)
[18:15:21] *** Xoppa <Xoppa!~Xoppa@54689556.cm-12-1c.dynamic.ziggo.nl> has joined #libgdx
[18:15:21] *** ChanServ sets mode: +o Xoppa
[18:16:37] *** Quallenmann <Quallenmann!~quallenma@p200300DE73C7C411F60F2ED2354E5BF0.dip0.t-ipconnect.de> has joined #libgdx
[18:16:42] *** kjempff <kjempff!~kvirc@1004ds2-arno.0.fullrate.ninja> has joined #libgdx
[18:19:15] *** atrus6 <atrus6!~Thunderbi@72.241.82.247> has joined #libgdx
[18:20:52] *** Sadale <Sadale!~Sadale@unaffiliated/sadale> has quit IRC (Quit: Ĝis revido)
[18:27:19] *** landape <landape!505c51c2@gateway/web/freenode/ip.80.92.81.194> has quit IRC (Quit: Page closed)
[18:29:26]
<wulax> Xoppa: I was thinking about fixing this Bullet issue https://github.com/libgdx/libgdx/issues/4164 and managed to get it to work by adding a new .h and .cpp file which creates a new class btFilterableVehicleRaycaster
[18:29:53] <wulax> I added it to the wrapper interface file, and made a test program which shows it working
[18:30:16] <wulax> but I am not sure if adding cpp and h files to the Bullet source directories is a good idea
[18:30:22] *** monsieur_h <monsieur_h!~Thunderbi@194.125-14-84.ripe.coltfrance.com> has quit IRC (Quit: monsieur_h)
[18:30:50] <wulax> maybe the class should be declared directly in the .i file instead of in new .h and .cpp files?
[18:30:58] *** monsieur_h <monsieur_h!~Thunderbi@194.125-14-84.ripe.coltfrance.com> has joined #libgdx
[18:33:53] *** lukass <lukass!~lukass@p5B077990.dip0.t-ipconnect.de> has joined #libgdx
[18:36:40] *** monsieur_h <monsieur_h!~Thunderbi@194.125-14-84.ripe.coltfrance.com> has quit IRC (Ping timeout: 250 seconds)
[18:37:47] *** Isogash2 <Isogash2!~Isogash@87.127.112.116> has joined #libgdx
[18:38:24] *** lukass <lukass!~lukass@p5B077990.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 250 seconds)
[18:40:29] *** Isogash <Isogash!~Isogash@87.127.112.116> has quit IRC (Ping timeout: 260 seconds)
[18:47:38] <Xoppa> there´s a special folder for that kind of classes wulax
[18:48:29] <Xoppa> we want to keep the source folder as much in par with the original as possible and dont add too much logic into the .i files
[18:49:32] <Xoppa> if you search for e.g. ContactListener you should find it
[18:50:02] <wulax> I see, thanks!
[18:52:42] <dalv> after this long day I have got an idea for new game. That game will be about finding N TN, Phase1-2-3 in non-standard flat wiring. A bit offtopic, sorry. :)
[18:53:05] *** monomolecular <monomolecular!~monomolec@174-24-157-29.tukw.qwest.net> has quit IRC (Ping timeout: 260 seconds)
[18:54:26] *** hextileX <hextileX!~Thunderbi@xdsl-78-35-224-239.netcologne.de> has joined #libgdx
[18:56:59] *** Fastinyoh <Fastinyoh!~Fastinyoh@204.28.124.221> has quit IRC (Remote host closed the connection)
[18:58:42] *** Isogash3 <Isogash3!~Isogash@87.127.112.116> has joined #libgdx
[18:58:56] *** lukass <lukass!~lukass@p5B077990.dip0.t-ipconnect.de> has joined #libgdx
[19:01:37] *** Isogash2 <Isogash2!~Isogash@87.127.112.116> has quit IRC (Ping timeout: 240 seconds)
[19:09:48] *** phibedy <phibedy!~phibedy@ip5f5ac5dd.dynamic.kabel-deutschland.de> has joined #libgdx
[19:10:54] *** n3o59hf <n3o59hf!~n3o59hf@62.85.64.99> has quit IRC (Remote host closed the connection)
[19:11:00] *** laubed <laubed!~Thunderbi@p57A94756.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 260 seconds)
[19:18:59] *** desertpunk12 <desertpunk12!~dpunk12@121.54.50.89> has joined #libgdx
[19:23:24] *** Kotcrab <Kotcrab!uid51771@gateway/web/irccloud.com/session> has quit IRC (Changing host)
[19:23:24] *** Kotcrab <Kotcrab!uid51771@gateway/web/irccloud.com/x-kgektoqvpzpnfznm> has joined #libgdx
[19:25:08] *** davebaol <davebaol!~davebaol@93-38-232-136.ip72.fastwebnet.it> has joined #libgdx
[19:28:16] *** Shockah <Shockah!~Shockah@abkv101.neoplus.adsl.tpnet.pl> has joined #libgdx
[19:35:05] *** laubed <laubed!~Thunderbi@p57A94756.dip0.t-ipconnect.de> has joined #libgdx
[19:44:04] *** atrus6 <atrus6!~Thunderbi@72.241.82.247> has quit IRC (Ping timeout: 260 seconds)
[19:45:54] *** mtsr_ <mtsr_!~mtsr@5ED369D0.cm-7-4b.dynamic.ziggo.nl> has joined #libgdx
[19:49:50] *** desertpunk12 <desertpunk12!~dpunk12@121.54.50.89> has left #libgdx ("WeeChat 1.6")
[19:59:01] *** phibedy <phibedy!~phibedy@ip5f5ac5dd.dynamic.kabel-deutschland.de> has quit IRC (Ping timeout: 248 seconds)
[20:07:52] *** Namiraja is now known as Namigator
[20:16:07] *** lukass <lukass!~lukass@p5B077990.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection)
[20:22:56] *** mtsr_ <mtsr_!~mtsr@5ED369D0.cm-7-4b.dynamic.ziggo.nl> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[20:22:58] *** hextileX <hextileX!~Thunderbi@xdsl-78-35-224-239.netcologne.de> has quit IRC (Quit: hextileX)
[20:41:04] *** laubed <laubed!~Thunderbi@p57A94756.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 260 seconds)
[20:43:00] *** mxttie <mxttie!~mattie@d51A46969.access.telenet.be> has joined #libgdx
[20:46:49] *** lukass <lukass!~lukass@p5B077990.dip0.t-ipconnect.de> has joined #libgdx
[20:48:51] *** lukass <lukass!~lukass@p5B077990.dip0.t-ipconnect.de> has quit IRC (Read error: Connection reset by peer)
[20:49:08] *** lukass <lukass!~lukass@p5B077990.dip0.t-ipconnect.de> has joined #libgdx
[20:58:07] *** mtsr_ <mtsr_!~mtsr@5ED369D0.cm-7-4b.dynamic.ziggo.nl> has joined #libgdx
[21:01:34] *** phibedy <phibedy!~phibedy@ip5f5ac5dd.dynamic.kabel-deutschland.de> has joined #libgdx
[21:04:13] *** phibedy <phibedy!~phibedy@ip5f5ac5dd.dynamic.kabel-deutschland.de> has quit IRC (Client Quit)
[21:15:45] *** wickedshell_ <wickedshell_!~wickedshe@160-3-85-217.cpe.cableone.net> has joined #libgdx
[21:28:42] *** dinosaadeh <dinosaadeh!d5afa416@gateway/web/freenode/ip.213.175.164.22> has joined #libgdx
[21:50:25] *** Isogash3 <Isogash3!~Isogash@87.127.112.116> has quit IRC (Quit: Leaving)
[21:54:04] <wulax> Xoppa: do I need to do something arcane to use classes in that special folder (libgdx/extensions/gdx-bullet/jni/src/custom/gdx)? when I tried moving the .h and .cpp there, then changing their includes and interface paths, it no longer finds the base class I used
[21:54:19] <wulax> probably there is something wrong with my code...
[21:54:45] *** Neomex <Neomex!~Neomex@bqu228.neoplus.adsl.tpnet.pl> has quit IRC (Quit: Leaving)
[21:56:59] *** mtsr_ <mtsr_!~mtsr@5ED369D0.cm-7-4b.dynamic.ziggo.nl> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[21:58:35] <wulax> the generated class only extends BulletBase, not btDefaultVehicleRaycaster as it should
[21:59:10] *** dinosaadeh <dinosaadeh!d5afa416@gateway/web/freenode/ip.213.175.164.22> has quit IRC (Ping timeout: 260 seconds)
[22:01:21] <wulax> I did put the interface code after where btDefaultVehicleRaycaster is included btw, so that should not be the problem...
[22:01:33] *** Kuvis <Kuvis!~owner@line-5467.dyn.kponet.fi> has quit IRC (Remote host closed the connection)
[22:07:11] <Xoppa> is three level up enough wulax?
[22:07:29] <Xoppa> does swig find it?
[22:07:34] <Xoppa> if so, then that should be okay
[22:08:16] <Xoppa> then try to compile the natives, if something went wrong that would result in a compiler error
[22:08:29] <wulax> three levels is enough
[22:08:37] *** nmc <nmc!~nmc@ec2-52-86-175-208.compute-1.amazonaws.com> has quit IRC (Remote host closed the connection)
[22:08:39] <wulax> ok, good idea, I will look at it
[22:09:40] <Xoppa> btw, you can open the project in visual studio wulax, thats alot easier than using ant
[22:11:08] <wulax> that is a good idea, unfortunately I don't have access to visual studio. maybe I will try it with another IDE though
[22:11:51] <Xoppa> it only works with visual studio, not another ide. visual studio is free btw
[22:12:43] <wulax> I see, well the problem is that I use Linux then :)
[22:12:56] <wulax> maybe I can try it in a virtual machine
[22:13:03] <Xoppa> ow, yeah, that wont work on linus ;)
[22:13:06] <wulax> thanks for the instructions
[22:13:09] <Xoppa> easier to use gcc then
[22:13:11] *** mtsr_ <mtsr_!~mtsr@5ED369D0.cm-7-4b.dynamic.ziggo.nl> has joined #libgdx
[22:13:28] <Xoppa> *linux
[22:14:40] <wulax> yeah, compiling the natives yielded some interesting errors
[22:20:28] *** lapinozz <lapinozz!~lapinozz@45.74.164.117> has quit IRC (Ping timeout: 260 seconds)
[22:21:27] *** monsieur_h <monsieur_h!~Thunderbi@maa78-h05-176-130-32-132.dsl.sta.abo.bbox.fr> has joined #libgdx
[22:22:14] <wulax> d'oh
[22:22:20] <wulax> it was just a missing include...
[22:26:49] *** RedHatter <RedHatter!~dealerdig@47.144.235.157> has joined #libgdx
[22:26:49] *** RedHatter is now known as RedHatter_
[22:27:06] *** atrus6 <atrus6!~Thunderbi@72.241.82.247> has joined #libgdx
[22:32:23] *** Gen <Gen!~Freiza@117.205.152.38> has joined #libgdx
[22:33:41] *** Freiza <Freiza!~Freiza@117.205.152.38> has quit IRC (Ping timeout: 248 seconds)
[22:41:09] <intrigus> @Tomski on phone now and not logged in to gitter so I'll answer tomorrow
[22:41:52] *** Gen <Gen!~Freiza@117.205.152.38> has quit IRC (Quit: Leaving)
[22:42:54] *** mxttie <mxttie!~mattie@d51A46969.access.telenet.be> has quit IRC (Quit: Doodiedoodiedoodiedoooo)
[22:58:28] *** Freiza <Freiza!~Freiza@117.205.152.38> has joined #libgdx
[22:58:33] *** monsieur_h <monsieur_h!~Thunderbi@maa78-h05-176-130-32-132.dsl.sta.abo.bbox.fr> has quit IRC (Ping timeout: 260 seconds)
[22:59:36] *** Shockah <Shockah!~Shockah@abkv101.neoplus.adsl.tpnet.pl> has quit IRC (Quit: Leaving)
[23:00:32] *** smelC <smelC!~churlin@4be54-1-81-56-4-73.fbx.proxad.net> has quit IRC (Quit: www.schplaf.org/hgames/)
[23:04:09] *** CaptainLex <CaptainLex!~CaptainLe@12.104.244.5> has quit IRC (Ping timeout: 260 seconds)
[23:07:17] *** gerds0n <gerds0n!~gerds0n@p57990D03.dip0.t-ipconnect.de> has joined #libgdx
[23:07:42] *** mtsr_ <mtsr_!~mtsr@5ED369D0.cm-7-4b.dynamic.ziggo.nl> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[23:09:25] <gerds0n> hi guys, using scene2d, lets say I have two TextButton. both have their own listener addListener(new ClickListener() { ... }). the big problem for me now is, if use mutlitouch on e.g. android, i can touchDown on the first button and keep touched, then click the second button. even if the second button completely removes the Group button1 and button2 where attached to, button1 still fires its click if i release button1 then. i dont want
[23:09:25] <gerds0n> that. how can i prevent this from happening?
[23:15:33] *** RedHatter_ <RedHatter_!~dealerdig@47.144.235.157> has quit IRC (Quit: RedHatter_)
[23:24:50] *** Oebele <Oebele!~quassel@143.177.58.202> has quit IRC (Remote host closed the connection)
[23:32:26] *** dalv <dalv!~vladimir@92-249-159-145.pool.digikabel.hu> has quit IRC (Quit: dalv)
[23:37:06] *** lukass <lukass!~lukass@p5B077990.dip0.t-ipconnect.de> has quit IRC (Read error: Connection reset by peer)
[23:37:29] *** lukass <lukass!~lukass@p5B077990.dip0.t-ipconnect.de> has joined #libgdx
[23:38:55] *** Xoppa <Xoppa!~Xoppa@54689556.cm-12-1c.dynamic.ziggo.nl> has quit IRC (Quit: Leaving)
[23:46:32] *** matej_ <matej_!~matej@chello085216192160.chello.sk> has joined #libgdx
[23:47:34] *** matej_ <matej_!~matej@chello085216192160.chello.sk> has quit IRC (Remote host closed the connection)
[23:56:58] *** kjempff <kjempff!~kvirc@1004ds2-arno.0.fullrate.ninja> has quit IRC (Read error: Connection reset by peer)