Sunday, 2010-05-09

*** tpb has joined #tp00:00
-gibson.freenode.net- [freenode-info] if you're at a conference and other people are having trouble connecting, please mention it to staff: http://freenode.net/faq.shtml#gettinghelp00:00
*** ChanServ sets mode: +o tpb00:00
*** StupidIncarnate has joined #tp00:05
StupidIncarnateis ubuntu 10 stable enough to use for programming on this project or probably not a good idea?00:23
StupidIncarnatefor windows it's at least a year after first release00:24
llnzit's probably fine00:31
StupidIncarnateok. And do you know about matthewd? should I email him if he's my mentor or will he be showing up some time later00:35
StupidIncarnate?00:35
llnzit wouldn't hurt to email him01:34
StupidIncarnateyeah, guess I'll just do that04:02
StupidIncarnatellnz:  question, where is the 3d planet media and all that actually stored? Does it come with the client is it downloaded from somewhere?04:04
StupidIncarnateor is it*04:11
*** StupidIncarnate has quit IRC05:22
*** StupidIncarnate has joined #tp05:24
mithroStupidIncarnate: downloaded05:35
StupidIncarnatemithro: where are they downloaded from05:38
mithrowhere ever the server says so in TP0405:44
StupidIncarnateoh I see it on the protocol, though I don't see the frame number for it05:47
StupidIncarnatehow far along is tp04?05:50
mithrothey are not downloaded from the server05:53
mithroStupidIncarnate: the server says you can download them from a give http website05:54
StupidIncarnatein the config file?05:54
StupidIncarnateoh, it does05:57
StupidIncarnatewhat's this one for then? http://svn.thousandparsec.net/svn/media/client/05:57
tpbTitle: svn - Revision 72: /media/client (at svn.thousandparsec.net)05:57
StupidIncarnatethe one in my config file lists http://darcs.thousandparsec.net/repos/media/client/06:01
mithroconfig file?06:04
StupidIncarnatefor the server06:05
mithrolooks like the darcs one is ancient06:09
StupidIncarnateok. So for the web client, should it be pulling from there like the py client does, or should the files be included with the web files?06:15
StupidIncarnateerrrr i'm confusing myself now06:17
StupidIncarnateso, which protocol should we be looking at? ver 3 or ver 4?06:22
*** llnz has quit IRC06:31
StupidIncarnatehave to go. Be back tomorrow06:35
*** StupidIncarnate has quit IRC06:35
*** llnz has joined #tp06:42
*** mithro has quit IRC07:31
*** mithro has joined #tp07:50
*** bisc has joined #tp09:21
biscmithro: shall I remove the "G" button from winConnect, so that the dialog becomes simpler and with only one way to input username and gamename?09:30
mithrobisc: why?09:31
* llnz wanders off09:32
llnzlater all09:32
*** llnz has quit IRC09:32
biscmithro: well, what is it for? it makes code larger and more complex. and I don't see any reason for keeping it. or there is something hidden?09:32
*** jmtan has joined #tp09:35
mithrobisc: there are more important parts to work09:36
mithroon09:37
biscmithro: ok. which parts, in your opinion, should I focus on?09:38
*** jmtan has quit IRC09:41
mithrobisc: just looking now09:42
mithrobisc: what do you suggest?09:43
biscmithro: I'd suggest continuing observing and understanding code. another question: files windows/xrc/*.py have a comment, telling that they're auto-generated. but how? if I delete one of them, it isn't created from scratch.09:45
*** jmtan has joined #tp09:47
mithro./windows/xrc/generate.sh09:47
mithrobisc: the best way to lean is to get your hands dirty09:51
mithrohow about working on the message panel?09:52
biscmithro: okay, I'll start it then. will be doing things described in my proposal10:01
*** peres has joined #tp10:12
*** cahirwpz has quit IRC11:13
*** peres has quit IRC11:30
*** peres has joined #tp11:31
*** Epyon_ has joined #tp11:55
*** jmtan has quit IRC11:57
*** epyon has quit IRC11:57
null_000"The object isn't new enough to update the dictionary with!" what is this error supposed to mean?11:58
*** jmtan has joined #tp12:02
mithronull_000: it means the serial number hasn't change12:02
mithronormally means you are using a cache against a totally different server12:03
null_000mithro: but what if I don't have any data (connecting for the first time)12:04
null_000is the cache stored in a file somewhere?12:04
mithronull_000: ~/.tp12:05
null_000is this a part of the python client or the libraries?12:06
mithrolibtpclient-py creates it12:08
mithrowell when you call12:09
mithroCache.save12:10
null_000I get this error if I let the AI client play a few turns and then restart it12:12
null_000or if I try to connect with the python client after the game was started (few turns passed)12:13
*** peres has quit IRC12:29
mithronull_000: can you reproduce it?12:44
null_000I think I can... but I'm not using the newest server  (using MTSec branch)12:49
null_000should I write a bug report?12:51
mithroI'm not sure where the bug is12:52
mithroif you can't reproduce it with the head tpserver-cpp it's not going to be very useful12:55
null_000will try to reproduce it... and if I succeed I'll write a bug report12:56
null_000btw is there a way you can have different versions of the server installed at the same time?12:56
mithrosure12:57
mithrojust install it to different directories12:57
null_000<noob>how do I do that?</noob>12:59
*** jmtan has quit IRC12:59
null_000googled it...13:00
mithro./configure --prefix=/opt/xxxx13:01
*** |bisc| has joined #tp13:57
*** bisc has quit IRC13:57
null_000mithro: bug reproduced and report submitted (issue 97)14:05
mithrourll?14:20
mithronull_000: you should include the git commit ids14:23
mithronull_000: do you have your own custom libtpclient-py?14:28
mithroTraceback (most recent call last):14:29
mithro  File "./daneel-ai.py", line 17, in <module>14:29
mithro    import tp.client.threads14:29
mithro  File "libtpclient-py/tp/client/threads.py", line 16, in <module>14:29
mithro    from requirements import graphicsdir14:29
mithroImportError: cannot import name graphicsdir14:29
null_000yes that is the unused import that causes truble14:31
null_000I just commented that out in my version14:31
mithronull_000: submit a patch14:35
null_000to the mailing list?14:36
mithro File "./daneel/mod-minisec.py", line 21, in endTurn14:36
mithro    AICode()14:36
mithro  File "./daneel/mod-minisec.py", line 231, in AICode14:36
mithro    orderBuild(myPlanet, [(2, 1)], "Leet Fleet")14:36
mithroNameError: global name 'orderBuild' is not defined14:36
mithronull_000: yes14:36
mithronull_000:  I need to go to bed in a minute14:37
*** |bisc| has quit IRC14:39
null_000this is not the latest version in bugshow branch14:43
mithronull_000: hrm, interesting14:47
*** ezod has quit IRC14:47
mithronull_000: well will have to look at it tomorrow14:51
mithrotime for bed now14:51
null_000night14:51
*** ezod has joined #tp14:59
*** ezod has quit IRC15:10
*** ezod has joined #tp15:16
*** Agon has joined #tp15:41
*** jmtan has joined #tp16:35
*** null_000 has quit IRC16:44
*** jmtan has quit IRC18:06
*** ezod has quit IRC18:14
*** ezod has joined #tp18:14
*** ezod has quit IRC18:17
*** ezod has joined #tp18:20
*** ezod has quit IRC18:26
*** ezod has joined #tp18:28
*** tuna-fish has joined #tp18:58
*** Epyon_ has quit IRC19:15
*** llnz has joined #tp20:17
llnzmorning all20:31
Agonhello20:32
Agon... and good night20:43
*** Agon has quit IRC20:43
*** mithro has quit IRC23:46

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!