*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** JLafont has quit IRC | 00:23 | |
*** JLafont has joined #tp | 00:23 | |
*** bddebian has quit IRC | 00:34 | |
tpb | aloril has joined on worldforge | 01:14 |
---|---|---|
*** JLafont has quit IRC | 01:31 | |
*** JLafont has joined #tp | 01:32 | |
CIA-28 | llnz tpserver-cpp * r73d193d21786 /modules/persistence/mysql/mysqlpersistence.cpp: Set the queueid on retrieved Orders in tpmysql. | 01:58 |
CIA-28 | llnz tpserver-cpp * r1ae5ae4c16ee /tpserver/order.cpp: | 01:58 |
CIA-28 | TP04 correction in Order::packFrame. | 01:58 |
CIA-28 | TP03 and earlier has objectid, TP04 and later has queueid. | 01:58 |
*** vi1985 has quit IRC | 02:13 | |
*** JLafont has quit IRC | 02:15 | |
*** JLafont has joined #tp | 02:16 | |
tpb | aloril_ has joined on worldforge | 02:20 |
*** JLafont has quit IRC | 02:23 | |
*** JLafont has joined #tp | 02:24 | |
tpb | aloril has quit worldforge (Ping timeout: 378 seconds) | 02:26 |
*** peres has joined #tp | 02:44 | |
*** mithro has quit IRC | 02:46 | |
*** Lukstr has quit IRC | 02:50 | |
*** Lukstr_ has joined #tp | 02:50 | |
*** Lukstr_ is now known as Lukstr | 02:52 | |
*** Demitar has quit IRC | 04:02 | |
*** JLafont has quit IRC | 04:12 | |
*** peres has quit IRC | 04:31 | |
*** JLP has quit IRC | 04:42 | |
*** JLP has joined #tp | 04:42 | |
*** JLP has quit IRC | 04:52 | |
*** JLP has joined #tp | 04:53 | |
* llnz has hit an annoying error | 04:57 | |
llnz | i can't tell who is to blame too | 04:57 |
*** accAgon has joined #tp | 05:51 | |
llnz | hi accAgon | 06:01 |
accAgon | hi llnz | 06:01 |
*** JLP_ has joined #tp | 06:11 | |
*** JLP has quit IRC | 06:12 | |
CIA-28 | llnz tpserver-cpp * raae26830078c /tpserver/frame.h: | 06:54 |
CIA-28 | Added three helpful defines to frame.h | 06:54 |
CIA-28 | Namely, negative one in uint32_t and uint64_t, and the max number of | 06:54 |
CIA-28 | ids in the id_list frames. | 06:54 |
CIA-28 | llnz tpserver-cpp * r744d5ac6e5e8 /tpserver/ (7 files): | 07:11 |
CIA-28 | Use new defines instead of magic numbers. | 07:11 |
CIA-28 | Many places, mostly protocol related. Just tidys things up a little. And | 07:11 |
CIA-28 | easier that type 0xffffffffffffffffULL and having to make sure you got the right | 07:11 |
CIA-28 | number of 'f's. | 07:11 |
CIA-28 | llnz tpserver-cpp * rcc1d3438ff19 /tpserver/orderqueue.cpp: Use new defines in OrderQueue as well. | 07:14 |
CIA-28 | llnz tpserver-cpp * r855f1b03ca2b /tpserver/ (playerview.cpp playerview.h): | 07:18 |
CIA-28 | Added persistence to ObjectView objects. | 07:18 |
CIA-28 | Works, mostly. Having issues with objects that are gone (and not alive). | 07:18 |
CIA-28 | llnz tpserver-cpp * rf47d6a6c25a1 /modules/games/ (3 files in 3 dirs): | 07:18 |
CIA-28 | In the rulesets, tell PlayerView to update the ObjectView when it makes a change. | 07:18 |
CIA-28 | Needed for persistence. | 07:18 |
CIA-28 | llnz tpserver-cpp * rea5ddc3e16da /tpserver/playeragent.cpp: | 07:20 |
CIA-28 | Missed telling playerview to update objectview on changes from PlayerAgent. | 07:20 |
CIA-28 | Namely, add and remove order. | 07:20 |
accAgon | I have a question about the java protocol library. How complete is it? Which protocol version is targeted or completed? | 07:39 |
llnz | accAgon: afaik, it is complete, and can be targeted for TP03 or TP04 | 07:40 |
accAgon | llnz: Which java version does it use? | 07:40 |
llnz | not sure, i've never tried it | 07:41 |
CIA-28 | llnz tpserver-cpp * rd4277aaf3745 /modules/persistence/mysql/mysqlpersistence.cpp: | 07:42 |
CIA-28 | Fixed retrieving RefQuantityList ObjectParam in tpmysql. | 07:42 |
CIA-28 | Had been causing issues. | 07:42 |
accAgon | llnz: Do you know if the library only uses the jdk or does it use other libraries? | 07:43 |
llnz | humm.... build.xml says to use source="1.5" target="1.5" | 07:45 |
llnz | and it appears to come with a library that it needs | 07:46 |
llnz | other than that, read the code | 07:47 |
accAgon | yeah, 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 |
llnz | java has a small set of advantages | 08:15 |
llnz | but it's been a while (3-4 years) since i have really used it | 08:16 |
CIA-28 | llnz tpserver-cpp * r9179302204ea /tpserver/ (objectbehaviour.cpp objectbehaviour.h): | 08:22 |
CIA-28 | Added postPersistenceSetup method to ObjectBehaviour to setup after persistence. | 08:22 |
CIA-28 | Needed to set the order types the object can deal with. Fixes more | 08:22 |
CIA-28 | persistence issues, once tpmysql calls it, and the ObjectBehaviour classes | 08:22 |
CIA-28 | use it. | 08:22 |
CIA-28 | llnz tpserver-cpp * r6993f286e0b3 /modules/games/minisec/ (fleet.cpp fleet.h planet.cpp planet.h): | 08:22 |
CIA-28 | Added postPersistenceSetup to Fleet and Planet in Minisec. | 08:22 |
CIA-28 | Needed to set allowed order types. | 08:22 |
CIA-28 | llnz tpserver-cpp * rc94ff7e70089 /modules/persistence/mysql/mysqlpersistence.cpp: tpmysql calls ObjectBehaviour::postPersistenceSetup(). | 08:22 |
CIA-28 | llnz tpserver-cpp * r63ed75d364c5 /modules/persistence/mysql/mysqlpersistence.cpp: | 08:29 |
CIA-28 | Revert "tpmysql calls ObjectBehaviour::postPersistenceSetup()." | 08:29 |
CIA-28 | This reverts commit c94ff7e7008915b7a03e7a6bd7ea6c9dc51ec152. | 08:29 |
CIA-28 | Sends tpserver-cpp into infinite loop. | 08:29 |
*** AquaFox has joined #tp | 08:36 | |
CIA-28 | llnz tpserver-cpp * r7b0406262f93 / (4 files in 2 dirs): | 09:00 |
CIA-28 | Better way, save the allowed orders with the orderqueue. | 09:00 |
CIA-28 | Much better approach, though the allowed orders are just about static. | 09:00 |
CIA-28 | llnz tpserver-cpp * r09cbac5fdc6f / (6 files in 2 dirs): Removing unneeded code from previous attempt to fix missing allowed ordertypes. | 09:05 |
*** mithro has joined #tp | 09:13 | |
CIA-28 | llnz tpserver-cpp * r5444d9db2b15 /modules/persistence/mysql/mysqlpersistence.cpp: | 09:15 |
CIA-28 | Fixed tpmysql retrieving objectparam resource lists. | 09:15 |
CIA-28 | Had && 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 | |
mithro | llnz: we have working persistence? :) | 09:18 |
llnz | that's c++ only (discounts all c and shell as libltdl) | 09:18 |
llnz | nearly | 09:18 |
llnz | only designview and componentview to go | 09:18 |
mithro | cool | 09:18 |
mithro | saw all your commits | 09:18 |
llnz | that is the pumbing for it, the persistence is already written | 09:18 |
llnz | diff-stat since last release says: 294 files changed, 21381 insertions(+), 7611 deletions(-) | 09:19 |
mithro | 21381! | 09:20 |
llnz | yeah | 09:20 |
llnz | told you it is a big release | 09:20 |
llnz | definitely 0.5.0 | 09:20 |
llnz | some of that it rfts | 09:21 |
llnz | 520 commits | 09:22 |
*** llnz2 has joined #tp | 09:33 | |
*** llnz has quit IRC | 09:34 | |
llnz2 | wtf? | 09:34 |
*** llnz2 is now known as llnz | 09:34 | |
CIA-28 | llnz tpserver-cpp * raaaf78fda0c1 /modules/persistence/mysql/mysqlpersistence.cpp: Added missing primary key from orderqueue table in tpmysql. | 09:39 |
accAgon | JLP_: Are you there? Have an error question for you. | 09:59 |
*** zzorn has quit IRC | 10:16 | |
*** zzorn has joined #tp | 10:17 | |
*** zzorn has quit IRC | 10:34 | |
*** mithro has quit IRC | 10:54 | |
* llnz wanders off | 10:55 | |
llnz | later all | 10:55 |
*** llnz has quit IRC | 10:55 | |
*** mithro has joined #tp | 10:57 | |
mithro | ~seen xdotx | 11:04 |
tpb | mithro: xdotx was last seen in #tp 1 week, 6 days, 12 hours, 47 minutes, and 24 seconds ago: <xdotx> x.x | 11:04 |
geirha | I've colonized a planet \o/ | 11:12 |
*** mithro_ has joined #tp | 11:15 | |
*** mithro has quit IRC | 11:29 | |
*** mithro_ has quit IRC | 12:07 | |
tpb | aloril_ has quit worldforge (Ping timeout: 378 seconds) | 12:28 |
*** AquaFox has quit IRC | 12:57 | |
*** karol has joined #tp | 13:05 | |
karol | hi all | 13:05 |
tpb | aloril has joined on worldforge | 13:25 |
*** accAgon has quit IRC | 14:44 | |
*** accAgon has joined #tp | 14:45 | |
*** Demitar has joined #tp | 15:12 | |
tpb | aloril has quit worldforge (Ping timeout: 378 seconds) | 15:52 |
tpb | aloril has joined on worldforge | 16:07 |
geirha | what's this worldforge? | 16:14 |
*** zzorn has joined #tp | 16:21 | |
*** karol has quit IRC | 17:23 | |
*** llnz has joined #tp | 18:09 | |
*** ryan__ has quit IRC | 18:11 | |
*** ryan_ has joined #tp | 20:14 | |
*** accAgon has quit IRC | 20:22 | |
*** tuna has quit IRC | 20:46 | |
*** tuna-fish has joined #tp | 21:14 | |
*** tuna-fish is now known as tuna | 21:14 | |
*** tuna has quit IRC | 21:17 | |
tpb | aloril has quit worldforge (Read error: Connection reset by peer) | 21:29 |
*** andrei has joined #tp | 21:43 | |
llnz | bbl | 21:48 |
*** llnz has quit IRC | 21:48 | |
*** mithro has joined #tp | 21:59 | |
mithro | how is everyone this morning? | 22:52 |
andrei | Not bad, you? | 22:55 |
mithro | pretty good | 23:00 |
*** vi1985 has joined #tp | 23:29 | |
mithro | hi vi1985 | 23:29 |
vi1985 | oh, 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 IRC | 23:59 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!