*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
mithro | no greywhind :( | 00:26 |
---|---|---|
*** Epyon has quit IRC | 00:32 | |
mithro | welp, heading home now | 01:27 |
mithro | see ya! | 01:27 |
*** llnz has joined #tp | 01:41 | |
*** mithro has quit IRC | 01:47 | |
*** mithro has joined #tp | 02:59 | |
mithro | heyo people | 02:59 |
mithro | hey llnz | 02:59 |
llnz | hi mithro | 03:07 |
* mithro is currently tossing up what he should do about the orders stuff | 03:07 | |
mithro | I have two options | 03:07 |
mithro | 1. go the "it always worked" route | 03:08 |
mithro | 2. rework the order stuff to use the new structure I have figured out | 03:08 |
mithro | the first one is much quicker meaning that I'm more likely to be able to release ASAP | 03:08 |
mithro | while the second one will have to be done anyway | 03:08 |
llnz | this is libtpclient-py, correct? | 03:16 |
mithro | llnz: well it's part of both tpclient-pywx and libtpclient-py | 03:16 |
llnz | do 1, release, do 2 | 03:17 |
llnz | you might note that is kinda what I do with tpserver-cpp (and to a lesser extent, libtpproto-cpp) | 03:17 |
mithro | doing 1 would leave quite a few bugs in the client :( | 03:18 |
mithro | well, I guess I should try and close of all the other bugs and see how much time I have left | 03:18 |
mithro | s/of/off | 03:19 |
llnz | i'm not sure if i'm going to get to my 0.5.0 deadline before lca :-( | 03:20 |
mithro | llnz: :( | 03:21 |
mithro | not even an alpha/beta ? | 03:21 |
llnz | well, i could, but then maybe have to redo objectview and related persistence over again | 03:22 |
llnz | well... i'll keep going and see where i get to | 03:23 |
llnz | if i can get objectview done tonight/tomorrow, then I might have 0.5.0 by LCA (just) | 03:23 |
llnz | it's hard to guess the interfaces needed | 03:26 |
llnz | and also having to deal with not clear semantics for the turn number | 03:27 |
llnz | (ie, beginning of turn or end of turn for increment) | 03:28 |
llnz | the nice thing is that in minisec that all this is logically a null operation | 03:29 |
llnz | actually, objectview needs to go on the backburner until i have history support for objects (and especially parameter groups) | 03:33 |
* llnz ponders completely rewriting object, objectdata and objectmanager.... | 03:43 | |
llnz | hummm.... maybe just making ObjectParameterGroup a smart point might be enough.... | 03:45 |
mithro | llnz: does tpserver-cpp use exceptions at all? | 03:50 |
llnz | mithro: only very limitedly | 03:51 |
llnz | i expect it to have more in future | 03:51 |
llnz | especially about frame decoding | 03:51 |
llnz | so, yes, it does use exceptions | 03:52 |
llnz | (look in main.cpp for some overall try/catch blocks) | 03:52 |
llnz | i'm also thinking of spliting out the "event loop" (ie, network select and timers) into a new library | 03:53 |
mithro | llnz: don't you think that such a thing already exists? | 03:53 |
mithro | after writing C++ code for a living, I don't know why you are not using like 20 libraries to make your life easier :P | 03:54 |
llnz | i've been looking, the only thing that is remotely close is qtcore and kdecore, and there are kinda large (even without the UI bits) | 03:54 |
llnz | actually, i should have another look at qtcore | 03:55 |
llnz | hummm... that wouldn't be a bad option actually | 04:02 |
llnz | i'll leave that until after lca | 04:03 |
llnz | err... 0.5.0 | 04:03 |
mithro | boost is quite useful | 04:04 |
mithro | so is tinyxml++ | 04:05 |
llnz | i have never (and unless something comes along, will never) touch boost | 04:10 |
llnz | i could be on the lookout for a c++ xml library in debian for tpserver-cpp for battlexml support | 04:10 |
mithro | I've been using things like static asserts | 04:11 |
mithro | (from boost) | 04:11 |
mithro | and a bunch of the string helpers | 04:12 |
mithro | smart pointers look kind of cool | 04:12 |
mithro | oh and the hashmap | 04:12 |
mithro | boost python is pretty good too | 04:14 |
mithro | llnz: I could use some help with testing tpclient-pywx's statetracker branch | 04:16 |
llnz | ok, i'll have a look | 04:16 |
llnz | need some thoughts as to how to implement history support | 04:17 |
CIA-46 | mithro tpclient-pywx-statetracker * r915008174b52 /extra/wxFloatCanvas/FloatCanvas.py: Added a DrawOrder attribute to the FloatCanvas to try and fix my ordering problems. | 04:18 |
CIA-46 | mithro tpclient-pywx-statetracker * r095f2d0c302d /windows/winUpdate.py: Update the window even when callbacks are streaming in. | 04:18 |
CIA-46 | mithro tpclient-pywx-statetracker * rae8b1a8125ef /windows/main/overlays/ (Overlay.py Path.py): Use the DrawOrder stuff to always make the Path overlay draw below the Systems overlay. | 04:18 |
mithro | llnz: I wish I had some time to test out my theories on tpserver-py | 04:18 |
llnz | humm.... | 04:21 |
llnz | so how are move orders suppose to work? | 04:22 |
mithro | have I forgotten to commit something? | 04:22 |
mithro | you select the thing you want to move | 04:22 |
mithro | then right click where you want it to move to | 04:22 |
llnz | ah, ok | 04:23 |
llnz | on removing an order: | 04:23 |
llnz | Traceback (most recent call last): | 04:23 |
llnz | File "./extra/decorators.py", line 52, in w | 04:23 |
llnz | function(self, *args, **kw) | 04:23 |
llnz | File "./windows/main/panelOrder.py", line 309, in OnOrderDelete | 04:23 |
llnz | self.RemoveOrders() | 04:23 |
llnz | File "./extra/StateTracker.py", line 368, in RemoveOrders | 04:23 |
llnz | self.application.Post(self.application.cache.CacheDirtyEvent("orders", "remove", self.oid, slots=slots), source=self) | 04:23 |
llnz | File "./tp/client/cache.py", line 69, in __init__ | 04:23 |
llnz | raise TypeError("A slot value is required for compound types.") | 04:23 |
llnz | TypeError: A slot value is required for compound types. | 04:23 |
llnz | cool, waypointing does appear to work, waiting for eot | 04:24 |
mithro | llnz: oh, did you not update libtpclient-py too? | 04:24 |
* llnz needs to figure out a good way to store multiple objects for the same id | 04:25 | |
llnz | i'll do that too | 04:25 |
mithro | llnz: use a guid to id mapping scheme? | 04:25 |
llnz | ok, only bug so far is that the orders frame is not updated | 04:27 |
llnz | humm... feature request: allow waypoints anywhere | 04:28 |
mithro | llnz: that is comming in the near future | 04:29 |
* llnz thinks he needs to improve the order result code a bit, so its more accurate | 04:30 | |
* llnz ponders massive changes to the Object classes in tpserver-cpp | 04:31 | |
llnz | actually, could be quite good | 04:34 |
llnz | move ObjectData to ObjectType and push the parameters into IGObject, make ObjectParameterGroup a smart pointer | 04:36 |
llnz | tpserver-cpp would no longer support TP02 or TP03 | 04:37 |
llnz | kinda a downside... | 04:38 |
llnz | but would make history support reasonably easy | 04:39 |
llnz | and therefore ObjectView easy | 04:39 |
mithro | TP03 will probably still be important for about 6 months | 04:40 |
llnz | humm... ok | 04:41 |
llnz | i wonder if i can still apply some of the concepts | 04:41 |
* llnz notes he shouldn't stay up too late, google phone interview tomorrow morning | 04:42 | |
mithro | llnz: I have to be at work by 7:30 tommorrow | 04:43 |
mithro | :( | 04:43 |
mithro | btw tpserver-cpp really needs an intercept order | 05:03 |
mithro | (or move to) | 05:04 |
llnz | i know | 05:06 |
llnz | not tpserver-cpp as such, more like the rulesets on tpserver-cpp | 05:06 |
mithro | yeah | 05:08 |
llnz | ahh.... figured out a way to keep TP0[23] compatability | 05:11 |
llnz | going to touch all objectstypes in all games | 05:12 |
mithro | llnz: I would drop tp02 support really | 05:25 |
mithro | nothing uses it | 05:25 |
llnz | i know, but the cost is zero currently | 05:26 |
mithro | I don't believe that | 05:26 |
mithro | it might be only small - but it's still effort | 05:26 |
mithro | why would anyone even use tp02? tp03 is sooo much better | 06:23 |
CIA-46 | mithro tpclient-pywx-statetracker * re5fc5cafcfbf /extra/StateTracker.py: Fixed a typo. | 06:23 |
CIA-46 | mithro tpclient-pywx-statetracker * r41f9e3d66678 /windows/main/panelStarMap.py: Added a WaypointMode. | 06:23 |
CIA-46 | mithro tpclient-pywx-statetracker * rafa45ef7d372 /windows/main/overlays/ (Overlay.py Systems.py): A very hacky way to impliment the waypoint mode stuff. | 06:23 |
CIA-46 | llnz tpserver-cpp * r0d1c0ef47ca3 /tpserver/ (5 files): | 06:24 |
CIA-46 | Added ObjectParameterGroupDesc (and ParameterDesc), and ObjectType. | 06:24 |
CIA-46 | This is the start of a refactoring of the ObjectData/IGObject code, both to | 06:24 |
CIA-46 | make the instance objects smaller, and to make future work possible, including | 06:24 |
CIA-46 | ObjectView and Object History. This will not compile. | 06:24 |
CIA-46 | llnz tpserver-cpp * r653ff410ff3b /tpserver/ (objectparametergroupdesc.cpp objectparametergroupdesc.h): | 06:44 |
CIA-46 | Nicer way to add ObjectParameterDesc to ObjectParameterGroupDesc, | 06:44 |
CIA-46 | since the ParameterDesc only has type, name and description. | 06:44 |
mithro | llnz: shouldn't you be heading to bed :P | 07:07 |
llnz | yes :-) | 07:08 |
llnz | i've nearly completed converting minisec Fleet to ObjectType | 07:23 |
llnz | and now it's time to go | 07:24 |
* llnz wander off | 07:24 | |
*** llnz has quit IRC | 07:24 | |
*** mithro has quit IRC | 07:50 | |
*** jotham has quit IRC | 09:16 | |
*** DTRemenak|RDP has quit IRC | 09:16 | |
*** Demitar has quit IRC | 09:16 | |
*** CIA-46 has quit IRC | 09:16 | |
*** zzorn has quit IRC | 09:16 | |
*** tuna has quit IRC | 09:16 | |
*** TBBle has quit IRC | 09:16 | |
*** zzorn has joined #tp | 09:17 | |
*** DTRemenak|RDP has joined #tp | 09:17 | |
*** tuna has joined #tp | 09:17 | |
*** jotham has joined #tp | 09:17 | |
*** CIA-46 has joined #tp | 09:17 | |
*** Demitar has joined #tp | 09:17 | |
*** TBBle has joined #tp | 09:17 | |
*** zzorn has quit IRC | 09:46 | |
*** Epyon has joined #tp | 12:40 | |
*** Erroneous has joined #tp | 12:41 | |
*** Erroneous has quit IRC | 15:10 | |
*** Erroneous has joined #tp | 15:10 | |
*** mithro has joined #tp | 15:46 | |
mithro | ~seen nash | 15:47 |
tpb | mithro: nash was last seen in #tp 3 days, 21 hours, 46 minutes, and 58 seconds ago: <nash> something like that | 15:47 |
CIA-46 | jezuch libtpproto-java-experimental-xml * r1d93e4591aec /src-generator/net/thousandparsec/netlib/generator/PropertyHandler.java: Fix supposedly a typo in error message ("without an unknown type"?...) | 16:21 |
CIA-46 | jezuch libtpproto-java-experimental-xml * r368b4e0f73c5 /src-generated/net/thousandparsec/netlib/tp03/TP03Visitor.java: Regenerate tp03 files from slightly updated protocol3.xml with FinishedTurn frame copied from tp04 ("tp03+" protocol) - on master branch too. | 16:21 |
CIA-46 | jezuch libtpproto-java-experimental-xml * rc6e6cf3ee9b5 /src-generator/net/thousandparsec/netlib/generator/ (4 files): Propoagate UseparametersTypeField type upwards and don't try to get useparameters@typefield attribute (which does not exist on this branch). | 16:21 |
CIA-46 | jezuch libtpproto-java-experimental-xml * rf5dc0b54ab2b /src-generator/net/thousandparsec/netlib/generator/UseparametersTypeField.java: Simplify UseparametersTypeField extensively to not parse the description itself but just accept pre-prepared values. | 16:21 |
CIA-46 | jezuch libtpproto-java-experimental-xml * r3ef05878869a /src-generator/net/thousandparsec/netlib/generator/ (StructureHandler.java UseparametersHandler.java): Implement UseparametersHandler. | 16:21 |
CIA-46 | jezuch libtpproto-java-experimental-xml * r514a43470412 /src-generator/net/thousandparsec/netlib/generator/ (3 files): Complete and fix useparameters handling on experimental-xml branch. | 16:21 |
CIA-46 | jezuch libtpproto-java-experimental-xml * r4f7ac87da640 /src-generated/net/thousandparsec/netlib/tp03/TP03Visitor.java: Fix a mis-merge by git. | 16:21 |
CIA-46 | jezuch documents-experimental-xml * r03e833830a8b /protocol/protocol3.xml: Copy FinishedTurn frame description from protocol.xml (tp04) to protocol3.xml (tp03) as tpserver-cpp will accept it in both modes. | 16:31 |
CIA-46 | llnz documents-experimental-xml * r694041a51fcf /protocol/protocol.dtd: | 16:31 |
CIA-46 | Added failtype to dtd for showing what failure codes can be returned | 16:31 |
CIA-46 | and why. Note, this field should be consided inherited. | 16:31 |
CIA-46 | llnz documents-experimental-xml * rffb56d5efc7a /protocol/protocol.xml: | 16:31 |
CIA-46 | Added failure types to Header, will do others later, added direction tags | 16:31 |
CIA-46 | to those that needed it. | 16:31 |
CIA-46 | llnz documents-experimental-xml * r547717059775 /protocol/protocol3.xml: Merge with git+ssh://[email protected]/var/lib/git/documents.git | 16:31 |
CIA-46 | llnz documents-experimental-xml * rfee151e7eb7c /protocol/protocol.xml: | 16:31 |
CIA-46 | The OrderParemeter of type object now has a list of acceptable object types. | 16:31 |
CIA-46 | As per discussion in late November 07. | 16:31 |
CIA-46 | midorikid documents-experimental-xml * rfb66843de3d7 /protocol/protocol.xml: Changed protocol version to TP04 | 16:32 |
CIA-46 | jezuch documents-experimental-xml * r07f73a9d3c4b /protocol/protocol3.xml: Remove ObjectParameters from protocol3.xml as they are unused (at least not as parameters) in TP03. | 16:32 |
CIA-46 | jezuch documents-experimental-xml * r9ee640ea5183 /protocol/ (protocol.dtd protocol3.xml): Remore <descstruct> elements in protocol3.xml where they are empty and tweak DTD to allow it to not exist. | 16:32 |
CIA-46 | jezuch documents-experimental-xml * rc2d67d9e88bf /protocol/protocol.xml: Update protocol.xml too. | 16:32 |
CIA-46 | jezuch documents-experimental-xml * rff695ecf33ba /protocol/ (protocol.dtd protocol.xml protocol3.xml): Turn useparameters and descparameter into a property just like others - with a name, longname and optional description. | 16:32 |
CIA-46 | jezuch documents-experimental-xml * r230bc257da07 /protocol/ (protocol.dtd protocol.xml protocol3.xml): Add a @typefield attribute to useparameters and descparameter that points to a field of the enveloping structure holding the id of parameter type or indirect parameter set type (as in {Order,Object}Desc; this is TBD). | 16:32 |
CIA-46 | jezuch documents-experimental-xml * rab17699addb6 /protocol/protocol.xml: Restore descstruct elements in ObjectParams parameterset in protocol.xml, because if there's for one parameter, there should be for all (that's polymorphism :)). | 16:32 |
CIA-46 | jezuch documents-experimental-xml * r332c496f04c3 /protocol/protocol3.xml: Reintroduce ObjectParams into protocol3.xml as a parameterset describing TP03 objects in terms of "direct" object parameters. | 16:32 |
CIA-46 | jezuch documents-experimental-xml * r24a80e9ed515 /protocol/ (protocol.dtd protocol.xml protocol3.xml): Define and use the syntax of magical useparameters@typefield attribute. | 16:32 |
CIA-46 | jezuch documents-experimental-xml * r0f6d20a33a8c /protocol/protocol3.xml: Re-remove descstruct elements from object definitions in protocol3.xml. | 16:32 |
CIA-46 | jezuch documents-experimental-xml * r0683193b41cb /protocol/ (protocol.xml protocol3.xml): Some cleanups from indent police and for property names. | 16:32 |
CIA-46 | jezuch documents-experimental-xml * rffd6c218b787 /protocol/protocol.xml: Rename a property named "int" to "intvalue", because generated code doesn't like it ;) | 16:32 |
CIA-46 | jezuch documents-experimental-xml * r8df294fb2227 /protocol/protocol.dtd: Forgot that dot has a special meaning in regexps ;) | 16:32 |
CIA-46 | jezuch documents-experimental-xml * r01571e12f86b /protocol/protocol.xml: Remove descparameter for OrderParams in protocol.xml, as there are none for orders. | 16:32 |
CIA-46 | jezuch documents-experimental-xml * rd72673bed1c0 /protocol/ (protocol.dtd protocol.xml protocol3.xml): XML-ifise the "typefield" descriptors. No need for special description laguage, but parsing that will be much, much more difficult. | 16:32 |
CIA-46 | jezuch documents-experimental-xml * r05cc4523a1dc /protocol/protocol.dtd: Fixed one typo and one wrong attribute datatype. | 16:33 |
CIA-46 | jezuch documents-experimental * r03e833830a8b /protocol/protocol3.xml: Copy FinishedTurn frame description from protocol.xml (tp04) to protocol3.xml (tp03) as tpserver-cpp will accept it in both modes. | 16:33 |
CIA-46 | llnz documents-experimental * r694041a51fcf /protocol/protocol.dtd: | 16:33 |
CIA-46 | Added failtype to dtd for showing what failure codes can be returned | 16:33 |
CIA-46 | and why. Note, this field should be consided inherited. | 16:33 |
CIA-46 | llnz documents-experimental * rffb56d5efc7a /protocol/protocol.xml: | 16:33 |
CIA-46 | Added failure types to Header, will do others later, added direction tags | 16:33 |
CIA-46 | to those that needed it. | 16:33 |
CIA-46 | llnz documents-experimental * r547717059775 /protocol/protocol3.xml: Merge with git+ssh://[email protected]/var/lib/git/documents.git | 16:33 |
CIA-46 | llnz documents-experimental * rfee151e7eb7c /protocol/protocol.xml: | 16:33 |
CIA-46 | The OrderParemeter of type object now has a list of acceptable object types. | 16:33 |
CIA-46 | As per discussion in late November 07. | 16:33 |
CIA-46 | midorikid documents-experimental * rfb66843de3d7 /protocol/protocol.xml: Changed protocol version to TP04 | 16:33 |
CIA-46 | jezuch documents-experimental * r07f73a9d3c4b /protocol/protocol3.xml: Remove ObjectParameters from protocol3.xml as they are unused (at least not as parameters) in TP03. | 16:33 |
CIA-46 | jezuch documents-experimental * r9ee640ea5183 /protocol/ (protocol.dtd protocol3.xml): Remore <descstruct> elements in protocol3.xml where they are empty and tweak DTD to allow it to not exist. | 16:33 |
CIA-46 | jezuch documents-experimental * rc2d67d9e88bf /protocol/protocol.xml: Update protocol.xml too. | 16:33 |
CIA-46 | jezuch documents-experimental * rff695ecf33ba /protocol/ (protocol.dtd protocol.xml protocol3.xml): Turn useparameters and descparameter into a property just like others - with a name, longname and optional description. | 16:33 |
CIA-46 | jezuch documents-experimental * r230bc257da07 /protocol/ (protocol.dtd protocol.xml protocol3.xml): Add a @typefield attribute to useparameters and descparameter that points to a field of the enveloping structure holding the id of parameter type or indirect parameter set type (as in {Order,Object}Desc; this is TBD). | 16:33 |
CIA-46 | jezuch documents-experimental * rab17699addb6 /protocol/protocol.xml: Restore descstruct elements in ObjectParams parameterset in protocol.xml, because if there's for one parameter, there should be for all (that's polymorphism :)). | 16:34 |
CIA-46 | jezuch documents-experimental * r332c496f04c3 /protocol/protocol3.xml: Reintroduce ObjectParams into protocol3.xml as a parameterset describing TP03 objects in terms of "direct" object parameters. | 16:34 |
CIA-46 | jezuch documents-experimental * r24a80e9ed515 /protocol/ (protocol.dtd protocol.xml protocol3.xml): Define and use the syntax of magical useparameters@typefield attribute. | 16:34 |
CIA-46 | jezuch documents-experimental * r0f6d20a33a8c /protocol/protocol3.xml: Re-remove descstruct elements from object definitions in protocol3.xml. | 16:34 |
CIA-46 | jezuch documents-experimental * r0683193b41cb /protocol/ (protocol.xml protocol3.xml): Some cleanups from indent police and for property names. | 16:34 |
CIA-46 | jezuch documents-experimental * rffd6c218b787 /protocol/protocol.xml: Rename a property named "int" to "intvalue", because generated code doesn't like it ;) | 16:34 |
CIA-46 | jezuch documents-experimental * r8df294fb2227 /protocol/protocol.dtd: Forgot that dot has a special meaning in regexps ;) | 16:34 |
CIA-46 | jezuch documents-experimental * r01571e12f86b /protocol/protocol.xml: Remove descparameter for OrderParams in protocol.xml, as there are none for orders. | 16:34 |
*** nash has joined #tp | 17:18 | |
mithro | morning nash | 17:32 |
mithro | busy day yesterday? | 17:34 |
nash | Heyo mithro | 17:34 |
nash | No, motor racing yesterday | 17:34 |
mithro | well that explains your absense :) | 17:35 |
nash | Indeed it does | 17:36 |
mithro | how goes everything? | 17:44 |
nash | Okay, catching up on things as usual. | 17:44 |
nash | A day behind, and teh day is monday so you know what it's like | 17:45 |
mithro | nash: lots of tp mail to deal with too ;) | 17:48 |
nash | mithro: I noticed | 17:48 |
nash | It's on the list | 17:48 |
mithro | I'm going to reply to the Object Arguments thread in the near future | 17:49 |
nash | mithro: Don't wait for me until at least this afternoon | 17:50 |
mithro | nah | 17:50 |
mithro | hopefully with a bit a big effort I can get a tpclient-pywx-dev release ready by mid next week | 17:51 |
*** llnz has joined #tp | 18:01 | |
mithro | hey llnz | 18:07 |
llnz | hi mithro | 18:07 |
mithro | what are you doing around? working from home again? | 18:07 |
llnz | yes, and just had 3rd google phone interview | 18:07 |
nash | llnz: So have you got the fast power-of-two question yet? | 18:08 |
llnz | nope, did get something not exactly similar in the first interview though | 18:10 |
*** zzorn has joined #tp | 18:29 | |
mithro | hey zzorn | 19:19 |
*** Erroneous has quit IRC | 21:03 | |
*** mithro has quit IRC | 22:08 | |
*** greywhind_ has joined #tp | 22:17 | |
*** bddebian has joined #tp | 22:20 | |
greywhind_ | mithro: ping? | 22:34 |
*** greywhind_ is now known as greywhind | 22:34 | |
*** mithro has joined #tp | 22:42 | |
mithro | meetings meetings meetings :( | 22:43 |
mithro | hey greywhind | 22:43 |
greywhind | mithro: just fixed the drawing order bug in the Resources overlay | 22:43 |
mithro | greywhind: cool, how? :) | 22:43 |
greywhind | mithro: sorted the keys in UpdateAll() | 22:44 |
mithro | hey bddebian | 22:44 |
mithro | greywhind: oh, you could also use my new DrawOrder stuff | 22:44 |
greywhind | mithro: however, i accidentally submitted the bug to the tracker as anonymous, so you'll have to mark it as closed | 22:44 |
bddebian | Ah mithro, hi. Well it looks like apt-ftparchive is broken on GNU/Hurd so I can't create a repo on my website | 22:47 |
mithro | dang | 22:47 |
mithro | greywhind: okay | 22:48 |
mithro | greywhind: link me | 22:48 |
bddebian | If anyone wants to try the binary or source packages, they are here though: http://www.bddebian.com/packages/debian/thousand_parsec/ | 22:48 |
tpb | <http://ln-s.net/1Pn6> (at www.bddebian.com) | 22:48 |
greywhind | mithro: https://sourceforge.net/tracker/index.php?func=detail&aid=1871713&group_id=132078&atid=723099 | 22:50 |
tpb | <http://ln-s.net/1Pn8> (at sourceforge.net) | 22:50 |
mithro | greywhind: I have assigned the bug to you now | 22:52 |
greywhind | mithro: thanks | 22:53 |
greywhind | mithro: doesn't seem to have gone through... | 23:05 |
CIA-46 | mithro tpclient-pywx-incoming * r591b03017662 /windows/main/panelOrder.py: Fixed an exception in the cache update. | 23:11 |
CIA-46 | mithro tpclient-pywx-incoming * r69673b3f3c12 / (9 files in 4 dirs): Merge with git://git.thousandparsec.net/git/tpclient-pywx.git#incoming | 23:11 |
CIA-46 | mithro tpclient-pywx-incoming * r7ec716dd9a56 /tpclient-pywx: | 23:11 |
CIA-46 | Fixed the Event stuff so it calls people bound for the parent classes of the event. | 23:11 |
CIA-46 | (Still needs more cleanup.) | 23:11 |
CIA-46 | mithro tpclient-pywx-incoming * rd8ad3ff27a1c /windows/main/overlays/ (Overlay.py Systems.py): Added a right click menu for quickly choosing a new selection. | 23:11 |
CIA-46 | mithro tpclient-pywx-incoming * rd1c53325e752 /windows/main/overlays/Systems.py: Fixed the ID mapping stuff so that it won't cause BadStuff(tm) in some cases. | 23:11 |
CIA-46 | mithro tpclient-pywx-incoming * re05e5c3153a4 /windows/main/ (4 files in 2 dirs): First attempt at getting the right-click path stuff actually working. Still needs quite a bit of work. | 23:11 |
CIA-46 | noegnud tpclient-pywx-incoming * r829865017eeb /windows/main/ (overlays/Overlay.py overlays/Proportional.py panelStarMap.py): | 23:11 |
CIA-46 | Fixed drawing order of items on the Resource overlay so that systems with | 23:11 |
CIA-46 | small amounts of resources will not be obscured by larger ones. | 23:11 |
CIA-46 | noegnud tpclient-pywx-incoming * r93c0ee76f2e6 / (6 files in 3 dirs): Merge with development branch. | 23:11 |
*** mithro has quit IRC | 23:12 | |
*** mithro has joined #tp | 23:15 | |
mithro | so greywhind | 23:24 |
mithro | it would be good if you where syncing to the statetracker branch now | 23:24 |
mithro | bddebian: what are the debs built from? | 23:28 |
bddebian | mithro: The tarball plus the patch for chmod() :-) | 23:29 |
mithro | okay - the stable branch pretty much | 23:30 |
mithro | bddebian: the stable and development branches are quite different | 23:30 |
mithro | (and need to me packaged differently | 23:30 |
mithro | greywhind: ping? | 23:57 |
greywhind | mithro: pong | 23:59 |
mithro | greywhind: so - it seems the sf change didn't stick the first time | 23:59 |
mithro | it should actually be fixed now | 23:59 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!