Sunday, 2009-07-12

*** tpb has joined #tp00:00
*** ChanServ sets mode: +o tpb00:00
*** mhilmi2 has quit IRC00:09
*** mhilmi2 has joined #tp00:09
*** marwan_ has joined #tp01:08
*** mhilmi2 has quit IRC01:08
*** peres has left #tp01:22
*** marwan_ has quit IRC02:21
*** mithro has quit IRC03:38
*** mithro has joined #tp03:40
*** peres has joined #tp03:46
CIA-22ric daneel-ai-pyconstraint-1.1 * rffc868b43b34 /daneel_ai_profiler.py: daneel_ai_profiler: Added guard to stop it dying if it can't read one of the stored caches.04:08
CIA-22ric daneel-ai-pyconstraint-1.1 * re2d53f0cc6c0 /daneel/problem.py: daneel/problem.py: Added a variable to customise the solution output formatting.04:08
CIA-22ric daneel-ai-pyconstraint-1.1 * r9f926a1f4881 /daneel_ai.py: daneel_ai.py: modified gameLoop to use the DaneelProblem() class.04:08
CIA-22ric daneel-ai-pyconstraint-1.1 * r49b3f4d65301 /daneel/mod-rfts.py:04:08
CIA-22daneel/mod-rfts.py: Ported the rest of the existing rfts rules to04:08
CIA-22pyconstraint 1.1 syntax.04:08
CIA-22Modified EndTurn to be 1.1 compliant also.04:09
*** reac has joined #tp04:09
*** peres has left #tp05:21
*** reac has quit IRC05:34
*** verhoevenv has joined #tp07:32
epyonwhich of the cpp-server *Sec's isn't worked on at all this year?08:22
*** Landon has quit IRC08:53
*** Landon has joined #tp08:53
*** peres has joined #tp09:08
epyonCan I blow up minisec?09:15
mithroblow up?09:20
*** Landon_ has joined #tp09:20
*** Landon has quit IRC09:21
mithroMTSec is being worked on right now obviously09:21
*** Landon_ is now known as Landon09:21
*** Landon has quit IRC09:23
*** Landon has joined #tp09:24
*** jmtan has joined #tp09:45
epyonmithro: blowup = rewrite :>09:52
epyonbecause I see that almost all rulesets follow the errors made in minisec09:53
mithroepyon: I would agree :)09:53
epyonkk, I think I'll add that as a goal for the rest of the program09:54
epyonalso, working on a simple ruleset and seeing it's internals will allow me to extend tpserver to be more ruleset-writing friendly09:56
epyonmithro: did nash turn in his survey yet? I'm a little worried that he's not present09:58
mithroI can't tell10:03
mithrobut I didn't get a warning message10:04
epyonwarning?>10:04
epyonYou mean you as an admin get a warning if one of the projects mentors hasn't turned in?10:04
epyonOr also a warning if a student didn't turn in?10:05
mithroif the yet to be submitted10:05
*** jmtan has quit IRC10:12
CIA-22epyon tpserver-cpp-refactor * r4bf349d37861 / (21 files in 7 dirs): Massive compilation fixes due to IdMap typedef -_-10:25
*** peres has quit IRC10:57
CIA-22epyon tpserver-cpp-refactor * r5c8a48a0ea75 / (12 files in 2 dirs): Minisec refactor start - ObjectType new constructor11:01
CIA-22epyon tpserver-cpp-refactor * r80860f1d04a9 / (3 files in 2 dirs): New resourcedescription constructor11:21
*** mithro has quit IRC11:41
CIA-22epyon tpserver-cpp-refactor * rb6a7d93d66ca / (3 files in 2 dirs): PlayerView has now addVisible*s( IdSet )11:44
CIA-22epyon tpserver-cpp-refactor * r431d6b4741b8 / (3 files in 2 dirs): Category constructor11:53
*** jnengland77 has joined #tp13:17
*** jnengland77 has quit IRC14:37
*** greenlion has joined #tp15:12
*** mhilmi has quit IRC15:46
*** llnz has joined #tp16:02
*** Landon has quit IRC16:20
*** Landon has joined #tp16:20
llnzmorning all16:48
*** tuna-fish has quit IRC16:52
*** greenlion has quit IRC17:05
*** tuna-fish has joined #tp17:27
llnzbbl18:31
*** llnz has quit IRC18:31
*** nash has joined #tp18:46
CIA-22landon tpclient-pyogre * r64f76cedc8dc /src/battleviewer.py: Added an exponential zoom to make zooming around a little easier for both large steps and small steps19:02
Landontansell: wondering if there is any preference for a physics library to use (or maybe suggestions about which is easiest to use with python-ogre)19:27
LandonI'm looking into ogrenewt right now if I can get it to build19:30
verhoevenvAre we going to get physics?19:36
verhoevenvWoo.19:36
Landonwell, it'd make some stuff in the viewer easier to work with :P19:40
Landon(seeing where lasers hit, avoiding collisions)19:40
Landonmight be a bit overkill, but those seem like a pain to have to do without19:40
*** tuna-fish has quit IRC19:57
*** verhoevenv has quit IRC20:05
*** tuna-fish has joined #tp20:33
epyonnash, ping?20:47
epyonD:20:56
alanphehe21:02
*** llnz has joined #tp21:58
*** tansell-laptop has joined #tp22:11
*** bddebian has quit IRC23:22
Greywhindtansell-laptop: did you see my code reviews?23:31
tansell-laptopno23:32
Greywhindhttp://codereview.mithis.com/500223:32
Greywhindand 500323:32
tpbTitle: Issue 5002: Design window now looks and works better, with all buttons having a function and proper scaling. - Code Review (at codereview.mithis.com)23:32
*** jmtan has joined #tp23:37
Landonhey jmtan23:47
Greywhindtansell-laptop: any idea what might be causing this error:23:56
GreywhindTraceback (most recent call last):23:56
Greywhind  File "./tpclient-pywx", line 267, in Create23:56
Greywhind    self.main = winMain(application)23:56
Greywhind  File "./windows/winMain.py", line 163, in __init__23:56
Greywhind    instance = panel(application, self)23:56
Greywhind  File "./windows/main/panelStarMap.py", line 79, in __init__23:56
Greywhind    self.picture = panelPicture(application, self)23:56
Greywhind  File "./windows/main/panelPicture.py", line 54, in __init__23:56
Greywhind    panelPictureBase.__init__(self, parent)23:56
Greywhind  File "./windows/xrc/panelPicture.py", line 50, in __init__23:56
Greywhind    pre = getattr(wx, "Pre%s" % base.__name__)()23:56
GreywhindAttributeError: 'module' object has no attribute 'PrepanelPictureBase'23:56
tansell-laptopGreywhind, something broke the xrc generation maybe?23:57
Greywhindtansell-laptop: well, all I did was encapsulate what had been just a panel in a wx.Frame23:57
Greywhindtansell-laptop: the .py generating script seemed to work23:58

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