*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** zipola has quit IRC | 00:35 | |
mithro | jotham: ping? | 02:09 |
---|---|---|
*** mithro has quit IRC | 03:57 | |
thorpe7 | llnz: ping? | 04:51 |
llnz | thorpe7: pong | 04:54 |
thorpe7 | I hear tell you're going to be in SanFran next month | 04:55 |
llnz | yes | 04:55 |
thorpe7 | care to hook up? maybe have lunch or something? | 04:55 |
llnz | that would be cool | 04:59 |
llnz | i'm there for nearly a week | 04:59 |
thorpe7 | what dates? | 05:00 |
llnz | 4th to 10th | 05:02 |
thorpe7 | are you going to some convention or something? | 05:03 |
thorpe7 | or just sightseeing? | 05:03 |
llnz | Google (SoC) Mentoring Summit (Sat 6th) | 05:04 |
thorpe7 | i'm just trying to think of what would be convenient for you | 05:05 |
thorpe7 | maybe some eatery near the convention center | 05:05 |
thorpe7 | are you gonna be in moscone hall? | 05:06 |
llnz | staying with my friend who works for apple | 05:07 |
llnz | i will be out exploring the cities, etc | 05:07 |
thorpe7 | excellent - would hate to think you would go all the way to San Fran and not see the sights | 05:10 |
llnz | i have been to San Fran before (1999) | 06:20 |
*** mithro has joined #tp | 06:55 | |
mithro | hey everyone? | 06:56 |
llnz | hi mithro | 07:01 |
mithro | llnz: how are things? | 07:03 |
llnz | not too bad | 07:03 |
llnz | thinking of redoing combat in minisec, fixing the bug at the same time | 07:04 |
mithro | llnz: that would be good | 07:09 |
mithro | you could add BattleXML at the same time? | 07:09 |
llnz | nope, battle xml will come later | 07:10 |
llnz | infact i'm thinking of not actually change combat at this stage, just how i set it up | 07:10 |
llnz | ie, decide there is combat to be done | 07:10 |
mithro | llnz: hrm... | 07:11 |
mithro | JLP: ping? | 07:12 |
mithro | jotham: ping? | 07:12 |
*** Demitar has quit IRC | 07:29 | |
*** Demitar has joined #tp | 07:30 | |
* llnz wanders off | 08:27 | |
llnz | probably around only a little this weekend | 08:28 |
llnz | later all | 08:28 |
*** llnz has quit IRC | 08:28 | |
*** DystopicFro has joined #tp | 09:02 | |
mithro | hey DystopicFro | 09:05 |
mithro | how is everything? | 09:05 |
*** greywhind has joined #tp | 10:38 | |
*** DystopicFro_ has joined #tp | 10:55 | |
*** DystopicFro has quit IRC | 11:03 | |
CIA-3 | jezuch libtpproto-java * r65458fb92815 /build.xml: Added an Ant build file. It seems to work :) | 11:32 |
CIA-3 | jezuch libtpproto-java * rbf66308527d1 /src/net/thousandparsec/netlib/ (FrameDecoder.java TPDataInput.java TPDataOutput.java): Some small javadoc fixes. | 11:32 |
tpb | disconnected from worldforge: Ping sent at 2007-09-07T11:33:25 not replied to. | 11:36 |
tpb | tpb has joined on worldforge | 12:18 |
*** Demitar has quit IRC | 12:25 | |
*** DystopicFro_ has quit IRC | 12:59 | |
*** Epyon has quit IRC | 13:06 | |
*** peres has joined #tp | 14:43 | |
CIA-3 | jezuch libtpproto-java * rc078bb86c9ed /src/net/thousandparsec/util/AbstractIterator.java: Added javadocs for AbstractIterator. | 15:41 |
CIA-3 | jezuch libtpproto-java * rf0e81b922226 / (3 files in 3 dirs): Create a NullObject that server as a null-object pattern placeholder; this is only necessary for tests because we can't (from the client side) create an Object frame with a real GameObject, so it's the default value. | 15:41 |
CIA-3 | jezuch libtpproto-java * re6ecf8d7fa36 / (4 files in 2 dirs): Use null object pattern for enumerations (it assumes that there's no enum with value equal -1); use the concept of subtypes in generator for enums. | 15:41 |
CIA-3 | jezuch libtpproto-java * r781c9af46d15 / (3 files in 3 dirs): | 15:41 |
CIA-3 | The idea with NullObject wasn't that good as it desynced Object.otype and Object.object.type (0 vs -1). Use Universe for that (with some trickery) instead, which we know had type 0. | 15:41 |
CIA-3 | Remember, it's all only to enable tests :) | 15:41 |
CIA-3 | jezuch libtpproto-java * r23a61bcec4c5 /src-test/net/thousandparsec/netlib/test/TestLoopback.java: Modify TestLoopback to create, send and receive all possible frames, getting the list by reflection from TP03Visitor class (all methods named "frame"). | 15:41 |
CIA-3 | jezuch libtpproto-java * r7a5db8ae4510 /src-test/net/thousandparsec/netlib/test/TestLoopback.java: A bit more thorough test (should actually test for deep equality of the frames, but let's hope this is enough). | 15:41 |
CIA-3 | jezuch libtpproto-java * re522ff738269 / (3 files in 3 dirs): | 15:41 |
CIA-3 | Convert TestLoopback to TestNG test. It inspects TP03Visitor to find all frame | 15:41 |
CIA-3 | classes, creates an instance of each (via Class.newInstance()), sends it to a | 15:41 |
CIA-3 | connection and receives it in another thread (where it's checked for correct | 15:41 |
CIA-3 | frame type (only)). | 15:41 |
CIA-3 | jezuch libtpproto-java * r64b6f0b4d3b7 /src-protohelpers/net/thousandparsec/netlib/tp03/ObjectIterator.java: Fetch objects in ObjectIterator in chunks. | 15:41 |
CIA-3 | jezuch libtpproto-java * r13fe85de18bf /src-protohelpers/net/thousandparsec/netlib/tp03/ (ObjectIterator.java SimpleObjectIterator.java): Publicize default chunk sizes in ObjectIterator and SimpleObjectIterator. | 15:41 |
CIA-3 | jezuch libtpproto-java * rc3069dfa9a51 /src/net/thousandparsec/netlib/objects/ (5 files): Make OBJECT_TYPE constants public - it's much easier to use it to check if an object is a Planet (as I want to do in Starmapper) than to go through this Visitor mess... | 15:53 |
CIA-3 | jezuch libtpproto-java * rf515bf379f0d / (7 files in 2 dirs): Remove FRAME_TYPE for frames where there's no assigned type (it was all -1 previously). | 15:58 |
*** peres has quit IRC | 17:22 | |
*** Demitar has joined #tp | 17:56 | |
CIA-3 | jezuch libtpproto-java * rdcf27b64e98e / (4 files in 2 dirs): | 18:27 |
CIA-3 | Add (and use in the protohelpers) two new methods to Connection: | 18:27 |
CIA-3 | receiveFrame(Class<F extends Frame<V>>) and sendFrame(Frame<V>, Class<F extends | 18:27 |
CIA-3 | Frame<V>>); both are of the "suspicious but extremely useful" kind - they send a | 18:27 |
CIA-3 | frame and expect a response of specified type. If the response matches | 18:27 |
CIA-3 | expectations, return the frame; otherwise throw TPException("unexpected"). | 18:27 |
*** MihailBalan has joined #tp | 19:55 | |
*** mithro has joined #tp | 22:48 | |
mithro | morning people | 22:49 |
Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!