Thursday, 2008-07-10

*** tpb has joined #tp00:00
*** ChanServ sets mode: +o tpb00:00
*** Ohm has quit IRC00:00
*** JLafont has quit IRC00:25
*** Ohm has joined #tp00:32
*** JLafont has joined #tp00:34
CIA-62victor.ivri gencon-rfts-ai * r7b45c51c6d7c / (TestGenome_gnm gencon/evolutionlib/GenotypeUtils.java): Can now recognize if some file is a valid 'genome' file. Added some javadoc to it as well.00:55
*** JLafont has quit IRC01:01
*** JLafont has joined #tp01:47
*** nash has quit IRC03:22
*** JLafont has quit IRC03:44
*** JLafont has joined #tp03:54
*** JLafont has quit IRC04:03
*** peres has joined #tp04:57
*** DTRemenak|RDP has joined #tp05:12
*** DTRemenak has quit IRC05:30
*** mithro has quit IRC06:56
*** jernejovc has joined #tp07:37
*** Ohm has quit IRC08:01
*** CIA-62 has quit IRC08:05
*** CIA-62 has joined #tp08:08
*** peres has quit IRC09:01
*** bddebian has joined #tp10:56
bddebianHeya10:58
JLPbddebian: ahoy11:01
bddebianHi JLP11:02
*** jmtan has joined #tp11:04
*** JLafont has joined #tp11:59
*** JLafont has quit IRC12:08
*** JLafont has joined #tp12:10
*** jmtan has left #tp12:14
*** Erroneous has joined #tp12:20
*** JLP has quit IRC12:25
*** JLP has joined #tp12:42
CIA-62victor.ivri gencon-rfts-ai * r72f7daf89b9e /README: Changed README to reflect some recent changes.13:36
CIA-62victor.ivri gencon-rfts-ai * rd48839c49fdb /gencon/clientLib/ (Client.java ConnectionMethods.java ObjectConverter.java): Implemented a 'retry for n times' mechanism for sending-receiving frames, to add to client robustness.13:36
*** vi1985 has joined #tp13:39
*** nuleren has joined #tp14:05
tpbdisconnected from worldforge: Ping sent at 2008-07-10T14:03:50 not replied to.14:05
tpbtpb` has joined on worldforge14:06
tpbtpb has quit worldforge (Read error: Connection reset by peer)14:06
tpbnick change by tpb` to tpb on worldforge14:06
*** JLafont-laptop has joined #tp15:06
*** JLafont-laptop has quit IRC15:07
*** matej has joined #tp15:35
*** jernejovc has quit IRC15:50
*** matej is now known as jernejovc15:51
*** jphr has joined #tp16:20
jphrafternoon16:24
*** bddebian has quit IRC16:26
*** Erroneous has quit IRC16:32
*** Erroneous has joined #tp16:37
CIA-62victor.ivri gencon-rfts-ai * rf739af6132b7 / (13 files in 6 dirs): Extensive testing and bughunting; lots of small changes everywhere, without really adding new functionality.17:18
CIA-62nuleren tpserver-cpp-tae * r7ec98834e1fc / (4 files in 2 dirs):17:21
CIA-62Added code for awarding alien artifacts, but it will not work properly17:21
CIA-62until combat is implemented.17:21
*** nuleren has quit IRC17:21
*** jphr has quit IRC17:23
*** JLafont has quit IRC17:43
*** JLafont has joined #tp17:44
CIA-62victor.ivri gencon-rfts-ai * r64ba1042dda1 /gencon/ (6 files in 2 dirs): Now the 'Phenotype' gets the right 'genetic' time-released values, with respect to the robot's 'age' (turn number). Tested working.18:14
*** vi1985 has quit IRC18:18
*** JLafont-laptop has joined #tp18:19
*** jernejovc has quit IRC18:26
CIA-62juanmy777 tpserver-py-dronesec * re3154a912355 /tp/server/rules/dronesec/actions/AddResource.py: Fixed typo in AddResources18:40
CIA-62juanmy777 tpserver-py-dronesec * r46f03fe15c5f /tp/server/rules/dronesec/research/MasterList.py: Economy Research types now affect either one type or All of them18:40
CIA-62juanmy777 tpserver-py-dronesec * r77fc54ac9952 /tp/server/rules/dronesec/orders/Research.py: Fixed some bugs with the Researching Order18:40
CIA-62juanmy777 tpserver-py-dronesec * rd1d9ac7f3af1 /tp/server/rules/dronesec/bases/Research.py: Changed the SQL Researches function from a byreq to return all researches not on a list18:40
CIA-62juanmy777 tpserver-py-dronesec * r9acf3a90b13f /tp/server/rules/dronesec/actions/AddResource.py: Added a maximum limit to credits in a planet.18:41
CIA-62juanmy777 tpserver-py-dronesec * r7cb44b58e107 /tp/server/rules/dronesec/bases/Player.py: Changed the representation of researches done into a set.18:41
CIA-62juanmy777 tpserver-py-dronesec * r7881b0ed2a4f /tp/server/rules/dronesec/research/ (7 files): New Researches have been added.18:41
CIA-62juanmy777 tpserver-py-dronesec * rf66d7369d8e0 /tp/server/rules/dronesec/ (actions/FleetCombat.py objects/Fleet.py): Fleets and Fleet combat should now have Combat Researches implemented18:41
CIA-62juanmy777 tpserver-py-dronesec * rae6afb751ccf /tp/server/rules/dronesec/drones/ (drones.csv drones.ods): Added a new Fighter Unit. The "X-wing".18:41
CIA-62juanmy777 tpserver-py-dronesec * r2a4e67de6068 /tp/server/rules/dronesec/__init__.py: Combat Research Types are now loaded18:41
*** nash has joined #tp18:55
*** JLafont-laptop has quit IRC18:57
*** mithro has joined #tp19:43
mithrohey people19:44
mithroJLafont: still okay for the meeting today?19:44
JLafontmithro: hi mithro. Yeah19:45
mithroJLafont: have you done any database stuff?19:45
JLafontmithro: I take Databases next semester19:46
mithrowhat you want to do regarding the research stuff can be done easily if you take a different route19:46
mithroyou will need a seperate table which has two columns19:48
mithro"dependence" and "dependee"19:48
mithrotry having a look at the order/object stuff19:48
JLafontalright19:48
mithrobasically it is a version of the classic many<->many relationship19:50
mithroso you need a joining table19:50
mithro(a research object can have many dependencies, a research object can be dependend on by many)19:51
* JLafont digs through MIT's courseware to find out more19:56
mithrodon20:02
mithrodon't know if this is helpful but checkout - http://www.tomjewett.com/dbdesign/dbdesign.php?page=manymany.php20:02
tpb<http://ln-s.net/21zt> (at www.tomjewett.com)20:02
mithroI can't type today20:02
mithrogreywhind: ping - where did we end up with compiling python-ogre for the mac?20:04
greywhindmithro: we're still stuck, but the problems continue to change20:04
mithrogreywhind: what are we stuck on atm?20:04
greywhindlet me find it...20:04
greywhind7:35pm] greywhind: http://rafb.net/p/oYzP1P35.html (1138 lines)20:05
tpbTitle: Nopaste - No description (at rafb.net)20:05
mithrookay20:08
mithrothere are two errors there20:08
greywhindthat command took _forever_ to run. i was disappointed when it ended up failing.20:10
mithrohrm20:16
mithrogreywhind: anyway I can ssh into that machine?20:16
greywhindmithro: probably not.20:16
greywhindi'm not allowed to open any ports in the firewall20:16
mithrowhat I want to do is force it to use an older version of boost20:18
mithrobut I can't really give a good explaination on how to do that20:19
greywhindhmm20:19
mithrogreywhind: could you try recompiling pygccxml?20:19
greywhindhow do i clean it?20:20
mithrois there something like -c or?20:20
greywhindgreywhind (05:23 PM):/Programming/PyOgre > python python-ogre/BuildModule.py -help20:24
greywhindUsage: BuildModule.py [options] moduleName20:24
greywhindOptions:20:24
greywhind  --version             show program's version number and exit20:24
greywhind  -h, --help            show this help message and exit20:24
greywhind  -r, --retrieve        Retrieve the appropiate source before building20:24
greywhind  -b, --build           Build the appropiate module20:24
greywhind  -g, --gen             Generate Source Code for the module20:24
greywhind  -c, --compile         Compile Source Code for the module20:24
greywhind  -l LOGFILENAME, --logfilename=LOGFILENAME20:24
greywhind                        Override the default log file name20:24
greywhind  -G, --genall          Generate Source Code for all possible modules20:24
greywhind  -C, --compileall      Compile Source Code for all posssible modules20:24
mithrohrm...20:26
mithro~seen vi198520:31
tpbmithro: vi1985 was last seen in #tp 1 week, 6 days, 8 hours, 8 minutes, and 59 seconds ago: <vi1985> lol you prefer coding? ;P20:31
mithro~seen nuleren20:42
tpbmithro: nuleren was last seen in #tp 1 week, 3 days, 2 hours, 26 minutes, and 39 seconds ago: <nuleren> I was going to send you an email with some suggestions for the ruleset development book, but I forgot... I'll look over it again and send you some20:42
mithronash: ping?20:44
nashpong (briefly)20:44
*** Erroneous has quit IRC20:47
mithrogreywhind: ping?21:09
mithroJLafont: do you want to do this as a phone call or over IRC?21:09
*** JLafont has quit IRC21:09
mithroit appears someone has stolen my meeting room21:09
greywhindmithro: pong21:09
*** JLafont-laptop has joined #tp21:10
JLafont-laptopEither one is fine with me21:11
*** JLafont has joined #tp21:11
JLafont-laptopbrb21:11
mithrogreywhind: there is an option in21:12
mithroenvironment.py21:13
mithrocalled _STABLE21:13
mithrotry setting that to true21:13
mithroand then rebuilding from the very beginning21:13
greywhindsounds fun.21:13
greywhindalright.21:13
JLafont-laptopok back21:14
*** Ohm has joined #tp21:18
mithroJLafont-laptop: so where are you at now?21:18
greywhindhmm21:18
JLafont-laptopmithro: Either phone or irc works for me21:18
greywhindhttp://rafb.net/p/DmRRiM37.html (31 lines)21:18
tpbTitle: Nopaste - No description (at rafb.net)21:18
JLafont-laptopmithro: my room21:18
mithroI mean with DroneSec21:19
JLafont-laptopohh haha21:19
JLafont-laptopmithro: I just finished implementing most of Research. I also added some new researches to "spice it up" / test for bugs21:20
mithroJLafont: when you ran into the many<->many problem?21:20
JLafont-laptopyeah21:20
JLafont-laptopI managed to get around it. Ended up making a function that passed a list though. If the research wasn't in the "Stuff you already have" list then it would return it. Its not great but it works until I get it working with the many <-> many problem21:22
greywhindi changed it back to 1_34_1 and it seems to be working better21:24
mithrogreywhind: guess we will see what happens21:32
greywhindmithro: rebuilding seems to have finished successfully (step 2)21:36
greywhindi don't have to redo step 3, i hope?21:37
*** bddebian has joined #tp21:40
*** Epyon has quit IRC21:55
mithrogreywhind: ping?23:28
mithrohey bddebian23:35
bddebianHi mithro23:38
mithrohow goes everything?23:39
bddebianAbout as shitty as always thanks.  You?23:39
greywhindmithro: pong23:52
mithrogreywhind: it working?23:53
greywhindmithro: no. let me paste again...23:53
greywhindhttp://rafb.net/p/tSZxrQ45.html (1132 lines)23:53
tpbTitle: Nopaste - No description (at rafb.net)23:53
greywhindmithro: that's on python python-ogre/BuildModule.py -g -c ois ogre23:53
mithroyou re-ran each step right?23:57
greywhindmithro: i didn't re-run python python-ogre/BuildModule.py -r -b ogre23:58
greywhindbecause it seemed to be working before23:58
mithroyou will need to do that one23:58
greywhindah. k.23:58

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