Saturday, 2008-04-12

*** tpb has joined #tp00:00
*** ChanServ sets mode: +o tpb00:00
*** JLafont has quit IRC00:23
*** JLafont has joined #tp00:23
*** bddebian has quit IRC00:34
tpbaloril has joined on worldforge01:14
*** JLafont has quit IRC01:31
*** JLafont has joined #tp01:32
CIA-28llnz tpserver-cpp * r73d193d21786 /modules/persistence/mysql/mysqlpersistence.cpp: Set the queueid on retrieved Orders in tpmysql.01:58
CIA-28llnz tpserver-cpp * r1ae5ae4c16ee /tpserver/order.cpp:01:58
CIA-28TP04 correction in Order::packFrame.01:58
CIA-28TP03 and earlier has objectid, TP04 and later has queueid.01:58
*** vi1985 has quit IRC02:13
*** JLafont has quit IRC02:15
*** JLafont has joined #tp02:16
tpbaloril_ has joined on worldforge02:20
*** JLafont has quit IRC02:23
*** JLafont has joined #tp02:24
tpbaloril has quit worldforge (Ping timeout: 378 seconds)02:26
*** peres has joined #tp02:44
*** mithro has quit IRC02:46
*** Lukstr has quit IRC02:50
*** Lukstr_ has joined #tp02:50
*** Lukstr_ is now known as Lukstr02:52
*** Demitar has quit IRC04:02
*** JLafont has quit IRC04:12
*** peres has quit IRC04:31
*** JLP has quit IRC04:42
*** JLP has joined #tp04:42
*** JLP has quit IRC04:52
*** JLP has joined #tp04:53
* llnz has hit an annoying error04:57
llnzi can't tell who is to blame too04:57
*** accAgon has joined #tp05:51
llnzhi accAgon06:01
accAgonhi llnz06:01
*** JLP_ has joined #tp06:11
*** JLP has quit IRC06:12
CIA-28llnz tpserver-cpp * raae26830078c /tpserver/frame.h:06:54
CIA-28Added three helpful defines to frame.h06:54
CIA-28Namely, negative one in uint32_t and uint64_t, and the max number of06:54
CIA-28ids in the id_list frames.06:54
CIA-28llnz tpserver-cpp * r744d5ac6e5e8 /tpserver/ (7 files):07:11
CIA-28Use new defines instead of magic numbers.07:11
CIA-28Many places, mostly protocol related. Just tidys things up a little. And07:11
CIA-28easier that type 0xffffffffffffffffULL and having to make sure you got the right07:11
CIA-28number of 'f's.07:11
CIA-28llnz tpserver-cpp * rcc1d3438ff19 /tpserver/orderqueue.cpp: Use new defines in OrderQueue as well.07:14
CIA-28llnz tpserver-cpp * r855f1b03ca2b /tpserver/ (playerview.cpp playerview.h):07:18
CIA-28Added persistence to ObjectView objects.07:18
CIA-28Works, mostly. Having issues with objects that are gone (and not alive).07:18
CIA-28llnz tpserver-cpp * rf47d6a6c25a1 /modules/games/ (3 files in 3 dirs):07:18
CIA-28In the rulesets, tell PlayerView to update the ObjectView when it makes a change.07:18
CIA-28Needed for persistence.07:18
CIA-28llnz tpserver-cpp * rea5ddc3e16da /tpserver/playeragent.cpp:07:20
CIA-28Missed telling playerview to update objectview on changes from PlayerAgent.07:20
CIA-28Namely, add and remove order.07:20
accAgonI have a question about the java protocol library. How complete is it? Which protocol version is targeted or completed?07:39
llnzaccAgon: afaik, it is complete, and can be targeted for TP03 or TP0407:40
accAgonllnz: Which java version does it use?07:40
llnznot sure, i've never tried it07:41
CIA-28llnz tpserver-cpp * rd4277aaf3745 /modules/persistence/mysql/mysqlpersistence.cpp:07:42
CIA-28Fixed retrieving RefQuantityList ObjectParam in tpmysql.07:42
CIA-28Had been causing issues.07:42
accAgonllnz: Do you know if the library only uses the jdk or does it use other libraries?07:43
llnzhumm.... build.xml says to use source="1.5" target="1.5"07:45
llnzand it appears to come with a library that it needs07:46
llnzother than that, read the code07:47
accAgonyeah, that would be the best. But my Java is so bad, I only programmed/learned one week Java. And I don't like it.08:09
llnzjava has a small set of advantages08:15
llnzbut it's been a while (3-4 years) since i have really used it08:16
CIA-28llnz tpserver-cpp * r9179302204ea /tpserver/ (objectbehaviour.cpp objectbehaviour.h):08:22
CIA-28Added postPersistenceSetup method to ObjectBehaviour to setup after persistence.08:22
CIA-28Needed to set the order types the object can deal with. Fixes more08:22
CIA-28persistence issues, once tpmysql calls it, and the ObjectBehaviour classes08:22
CIA-28use it.08:22
CIA-28llnz tpserver-cpp * r6993f286e0b3 /modules/games/minisec/ (fleet.cpp fleet.h planet.cpp planet.h):08:22
CIA-28Added postPersistenceSetup to Fleet and Planet in Minisec.08:22
CIA-28Needed to set allowed order types.08:22
CIA-28llnz tpserver-cpp * rc94ff7e70089 /modules/persistence/mysql/mysqlpersistence.cpp: tpmysql calls ObjectBehaviour::postPersistenceSetup().08:22
CIA-28llnz tpserver-cpp * r63ed75d364c5 /modules/persistence/mysql/mysqlpersistence.cpp:08:29
CIA-28Revert "tpmysql calls ObjectBehaviour::postPersistenceSetup()."08:29
CIA-28This reverts commit c94ff7e7008915b7a03e7a6bd7ea6c9dc51ec152.08:29
CIA-28Sends tpserver-cpp into infinite loop.08:29
*** AquaFox has joined #tp08:36
CIA-28llnz tpserver-cpp * r7b0406262f93 / (4 files in 2 dirs):09:00
CIA-28Better way, save the allowed orders with the orderqueue.09:00
CIA-28Much better approach, though the allowed orders are just about static.09:00
CIA-28llnz tpserver-cpp * r09cbac5fdc6f / (6 files in 2 dirs): Removing unneeded code from previous attempt to fix missing allowed ordertypes.09:05
*** mithro has joined #tp09:13
CIA-28llnz tpserver-cpp * r5444d9db2b15 /modules/persistence/mysql/mysqlpersistence.cpp:09:15
CIA-28Fixed tpmysql retrieving objectparam resource lists.09:15
CIA-28Had && instead of ||.09:15
*** llnz changes topic to "Thousand Parsec - www.thousandparsec.net || Why not help out? - www.thousandparsec.net/wiki/Getting_started_with_development | www.thousandparsec.net/wiki/Ideas_for_Programmers || tpserver-cpp vs tpsai-py - www.thousandparsec.net/~tim/test-battle.avi || IRC Logs at www.thousandparsec.net/~irc/ || tpserver-cpp breaks 25k line mark"09:16
*** tpb changes topic to "Thousand Parsec - www.thousandparsec.net || Why not help out? - www.thousandparsec.net/wiki/Getting_started_with_development | www.thousandparsec.net/wiki/Ideas_for_Programmers || tpserver-cpp vs tpsai-py - www.thousandparsec.net/~tim/test-battle.avi || IRC Logs at www.thousandparsec.net/~irc/ || tpserver-cpp breaks 2"09:16
*** llnz changes topic to "Thousand Parsec - www.thousandparsec.net || Why not help out? - www.thousandparsec.net/wiki/Getting_started_with_development | www.thousandparsec.net/wiki/Ideas_for_Programmers || www.thousandparsec.net/~tim/test-battle.avi || IRC Logs at www.thousandparsec.net/~irc/ || tpserver-cpp breaks 25k line mark"09:17
mithrollnz: we have working persistence? :)09:18
llnzthat's c++ only (discounts all c and shell as libltdl)09:18
llnznearly09:18
llnzonly designview and componentview to go09:18
mithrocool09:18
mithrosaw all your commits09:18
llnzthat is the pumbing for it, the persistence is already written09:18
llnzdiff-stat since last release says: 294 files changed, 21381 insertions(+), 7611 deletions(-)09:19
mithro21381!09:20
llnzyeah09:20
llnztold you it is a big release09:20
llnzdefinitely 0.5.009:20
llnzsome of that it rfts09:21
llnz520 commits09:22
*** llnz2 has joined #tp09:33
*** llnz has quit IRC09:34
llnz2wtf?09:34
*** llnz2 is now known as llnz09:34
CIA-28llnz tpserver-cpp * raaaf78fda0c1 /modules/persistence/mysql/mysqlpersistence.cpp: Added missing primary key from orderqueue table in tpmysql.09:39
accAgonJLP_: Are you there? Have an error question for you.09:59
*** zzorn has quit IRC10:16
*** zzorn has joined #tp10:17
*** zzorn has quit IRC10:34
*** mithro has quit IRC10:54
* llnz wanders off10:55
llnzlater all10:55
*** llnz has quit IRC10:55
*** mithro has joined #tp10:57
mithro~seen xdotx11:04
tpbmithro: xdotx was last seen in #tp 1 week, 6 days, 12 hours, 47 minutes, and 24 seconds ago: <xdotx> x.x11:04
geirhaI've colonized a planet \o/11:12
*** mithro_ has joined #tp11:15
*** mithro has quit IRC11:29
*** mithro_ has quit IRC12:07
tpbaloril_ has quit worldforge (Ping timeout: 378 seconds)12:28
*** AquaFox has quit IRC12:57
*** karol has joined #tp13:05
karolhi all13:05
tpbaloril has joined on worldforge13:25
*** accAgon has quit IRC14:44
*** accAgon has joined #tp14:45
*** Demitar has joined #tp15:12
tpbaloril has quit worldforge (Ping timeout: 378 seconds)15:52
tpbaloril has joined on worldforge16:07
geirhawhat's this worldforge?16:14
*** zzorn has joined #tp16:21
*** karol has quit IRC17:23
*** llnz has joined #tp18:09
*** ryan__ has quit IRC18:11
*** ryan_ has joined #tp20:14
*** accAgon has quit IRC20:22
*** tuna has quit IRC20:46
*** tuna-fish has joined #tp21:14
*** tuna-fish is now known as tuna21:14
*** tuna has quit IRC21:17
tpbaloril has quit worldforge (Read error: Connection reset by peer)21:29
*** andrei has joined #tp21:43
llnzbbl21:48
*** llnz has quit IRC21:48
*** mithro has joined #tp21:59
mithrohow is everyone this morning?22:52
andreiNot bad, you?22:55
mithropretty good23:00
*** vi1985 has joined #tp23:29
mithrohi vi198523:29
vi1985oh, hey mithro!23:32
* vi1985 *will hopefully get the proof-of-concept program up and running in 2-3 days...*23:34
*** andrei has quit IRC23:59

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