*** tpb has joined #tp | 00: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#gettinghelp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** StupidIncarnate has joined #tp | 00:05 | |
StupidIncarnate | is ubuntu 10 stable enough to use for programming on this project or probably not a good idea? | 00:23 |
---|---|---|
StupidIncarnate | for windows it's at least a year after first release | 00:24 |
llnz | it's probably fine | 00:31 |
StupidIncarnate | ok. And do you know about matthewd? should I email him if he's my mentor or will he be showing up some time later | 00:35 |
StupidIncarnate | ? | 00:35 |
llnz | it wouldn't hurt to email him | 01:34 |
StupidIncarnate | yeah, guess I'll just do that | 04:02 |
StupidIncarnate | llnz: 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 |
StupidIncarnate | or is it* | 04:11 |
*** StupidIncarnate has quit IRC | 05:22 | |
*** StupidIncarnate has joined #tp | 05:24 | |
mithro | StupidIncarnate: downloaded | 05:35 |
StupidIncarnate | mithro: where are they downloaded from | 05:38 |
mithro | where ever the server says so in TP04 | 05:44 |
StupidIncarnate | oh I see it on the protocol, though I don't see the frame number for it | 05:47 |
StupidIncarnate | how far along is tp04? | 05:50 |
mithro | they are not downloaded from the server | 05:53 |
mithro | StupidIncarnate: the server says you can download them from a give http website | 05:54 |
StupidIncarnate | in the config file? | 05:54 |
StupidIncarnate | oh, it does | 05:57 |
StupidIncarnate | what's this one for then? http://svn.thousandparsec.net/svn/media/client/ | 05:57 |
tpb | Title: svn - Revision 72: /media/client (at svn.thousandparsec.net) | 05:57 |
StupidIncarnate | the one in my config file lists http://darcs.thousandparsec.net/repos/media/client/ | 06:01 |
mithro | config file? | 06:04 |
StupidIncarnate | for the server | 06:05 |
mithro | looks like the darcs one is ancient | 06:09 |
StupidIncarnate | ok. 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 |
StupidIncarnate | errrr i'm confusing myself now | 06:17 |
StupidIncarnate | so, which protocol should we be looking at? ver 3 or ver 4? | 06:22 |
*** llnz has quit IRC | 06:31 | |
StupidIncarnate | have to go. Be back tomorrow | 06:35 |
*** StupidIncarnate has quit IRC | 06:35 | |
*** llnz has joined #tp | 06:42 | |
*** mithro has quit IRC | 07:31 | |
*** mithro has joined #tp | 07:50 | |
*** bisc has joined #tp | 09:21 | |
bisc | mithro: 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 |
mithro | bisc: why? | 09:31 |
* llnz wanders off | 09:32 | |
llnz | later all | 09:32 |
*** llnz has quit IRC | 09:32 | |
bisc | mithro: 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 #tp | 09:35 | |
mithro | bisc: there are more important parts to work | 09:36 |
mithro | on | 09:37 |
bisc | mithro: ok. which parts, in your opinion, should I focus on? | 09:38 |
*** jmtan has quit IRC | 09:41 | |
mithro | bisc: just looking now | 09:42 |
mithro | bisc: what do you suggest? | 09:43 |
bisc | mithro: 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 #tp | 09:47 | |
mithro | ./windows/xrc/generate.sh | 09:47 |
mithro | bisc: the best way to lean is to get your hands dirty | 09:51 |
mithro | how about working on the message panel? | 09:52 |
bisc | mithro: okay, I'll start it then. will be doing things described in my proposal | 10:01 |
*** peres has joined #tp | 10:12 | |
*** cahirwpz has quit IRC | 11:13 | |
*** peres has quit IRC | 11:30 | |
*** peres has joined #tp | 11:31 | |
*** Epyon_ has joined #tp | 11:55 | |
*** jmtan has quit IRC | 11:57 | |
*** epyon has quit IRC | 11: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 #tp | 12:02 | |
mithro | null_000: it means the serial number hasn't change | 12:02 |
mithro | normally means you are using a cache against a totally different server | 12:03 |
null_000 | mithro: but what if I don't have any data (connecting for the first time) | 12:04 |
null_000 | is the cache stored in a file somewhere? | 12:04 |
mithro | null_000: ~/.tp | 12:05 |
null_000 | is this a part of the python client or the libraries? | 12:06 |
mithro | libtpclient-py creates it | 12:08 |
mithro | well when you call | 12:09 |
mithro | Cache.save | 12:10 |
null_000 | I get this error if I let the AI client play a few turns and then restart it | 12:12 |
null_000 | or if I try to connect with the python client after the game was started (few turns passed) | 12:13 |
*** peres has quit IRC | 12:29 | |
mithro | null_000: can you reproduce it? | 12:44 |
null_000 | I think I can... but I'm not using the newest server (using MTSec branch) | 12:49 |
null_000 | should I write a bug report? | 12:51 |
mithro | I'm not sure where the bug is | 12:52 |
mithro | if you can't reproduce it with the head tpserver-cpp it's not going to be very useful | 12:55 |
null_000 | will try to reproduce it... and if I succeed I'll write a bug report | 12:56 |
null_000 | btw is there a way you can have different versions of the server installed at the same time? | 12:56 |
mithro | sure | 12:57 |
mithro | just install it to different directories | 12:57 |
null_000 | <noob>how do I do that?</noob> | 12:59 |
*** jmtan has quit IRC | 12:59 | |
null_000 | googled it... | 13:00 |
mithro | ./configure --prefix=/opt/xxxx | 13:01 |
*** |bisc| has joined #tp | 13:57 | |
*** bisc has quit IRC | 13:57 | |
null_000 | mithro: bug reproduced and report submitted (issue 97) | 14:05 |
mithro | urll? | 14:20 |
mithro | null_000: you should include the git commit ids | 14:23 |
mithro | null_000: do you have your own custom libtpclient-py? | 14:28 |
mithro | Traceback (most recent call last): | 14:29 |
mithro | File "./daneel-ai.py", line 17, in <module> | 14:29 |
mithro | import tp.client.threads | 14:29 |
mithro | File "libtpclient-py/tp/client/threads.py", line 16, in <module> | 14:29 |
mithro | from requirements import graphicsdir | 14:29 |
mithro | ImportError: cannot import name graphicsdir | 14:29 |
null_000 | yes that is the unused import that causes truble | 14:31 |
null_000 | I just commented that out in my version | 14:31 |
mithro | null_000: submit a patch | 14:35 |
null_000 | to the mailing list? | 14:36 |
mithro | File "./daneel/mod-minisec.py", line 21, in endTurn | 14:36 |
mithro | AICode() | 14:36 |
mithro | File "./daneel/mod-minisec.py", line 231, in AICode | 14:36 |
mithro | orderBuild(myPlanet, [(2, 1)], "Leet Fleet") | 14:36 |
mithro | NameError: global name 'orderBuild' is not defined | 14:36 |
mithro | null_000: yes | 14:36 |
mithro | null_000: I need to go to bed in a minute | 14:37 |
*** |bisc| has quit IRC | 14:39 | |
null_000 | this is not the latest version in bugshow branch | 14:43 |
mithro | null_000: hrm, interesting | 14:47 |
*** ezod has quit IRC | 14:47 | |
mithro | null_000: well will have to look at it tomorrow | 14:51 |
mithro | time for bed now | 14:51 |
null_000 | night | 14:51 |
*** ezod has joined #tp | 14:59 | |
*** ezod has quit IRC | 15:10 | |
*** ezod has joined #tp | 15:16 | |
*** Agon has joined #tp | 15:41 | |
*** jmtan has joined #tp | 16:35 | |
*** null_000 has quit IRC | 16:44 | |
*** jmtan has quit IRC | 18:06 | |
*** ezod has quit IRC | 18:14 | |
*** ezod has joined #tp | 18:14 | |
*** ezod has quit IRC | 18:17 | |
*** ezod has joined #tp | 18:20 | |
*** ezod has quit IRC | 18:26 | |
*** ezod has joined #tp | 18:28 | |
*** tuna-fish has joined #tp | 18:58 | |
*** Epyon_ has quit IRC | 19:15 | |
*** llnz has joined #tp | 20:17 | |
llnz | morning all | 20:31 |
Agon | hello | 20:32 |
Agon | ... and good night | 20:43 |
*** Agon has quit IRC | 20:43 | |
*** mithro has quit IRC | 23:46 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!