*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
vi1985 | Alklomion: I had some problems setting up tpserver 0.5 on ubuntu hardy as well. For me, it was really a matter of finding the right packages. Now it works fine. Can't remember which packages they were sorry :( But if you search "synaptic" or "aptitude" for the library that wasn't found (i assume this is the case?), or just google it, it should give you good hints which packages you need to... | 00:02 |
---|---|---|
vi1985 | ...install. | 00:02 |
vi1985 | hope this was helpful! | 00:02 |
Alklomion | i get | 00:07 |
Alklomion | configure: WARNING: 'missing' script is too old or missing | 00:07 |
Alklomion | checking for gawk...no | 00:07 |
Alklomion | checking for mawk...mawk | 00:07 |
Alklomion | checking whether make sets $(MAKE) ... yes | 00:07 |
Alklomion | checking whther to enable maintainer-specific portions of makefiles... no | 00:07 |
Alklomion | checking for C compiler default output file name... | 00:07 |
Alklomion | configure: error: C compiler cannot create executables | 00:07 |
Alklomion | which is where it crashes out | 00:07 |
nash | Alklomion: $CC is set to what? | 00:08 |
nash | $CFLAGS is set to what? | 00:08 |
vi1985 | sorry, i wouldn't know how to help you :/ | 00:08 |
nash | is there -Werror in your cflags - if so automake doesn't handle it it | 00:08 |
Alklomion | nash: how do i check them? | 00:09 |
nash | echo $CFLAGS | 00:09 |
Alklomion | returns blank when i type echo $CFLAGS | 00:10 |
nash | how about $CC | 00:11 |
Alklomion | nash: returns blank as well | 00:13 |
CIA-31 | victor.ivri gencon-rfts-ai * r49c532186100 /gencon/ (5 files in 2 dirs): Restricted all reference of connection- and protocol-specifics to gencon.clientLib. | 00:38 |
CIA-31 | victor.ivri gencon-rfts-ai * r9d11204e3a51 /gencon/ (6 files in 3 dirs): Increased functionality of UniverseMap | 00:38 |
CIA-31 | victor.ivri gencon-rfts-ai * ra25769e32265 / (5 files in 4 dirs): Added support for translating resources from protocol library, to game library. | 00:38 |
CIA-31 | victor.ivri gencon-rfts-ai * rd49779325fd9 /gencon/ (13 files in 4 dirs): Added functionality to UniverseMap, re-structured gamelib.gameobjects to allow for seamless operation of ObjectConverter, and started preparing infrastructure for managing orders. | 00:38 |
nash | if you log in config.log you'll see the command it executed | 00:40 |
nash | does gcc by itself work okay? | 00:40 |
Alklomion | typing gcc? it tells me there're no input files | 00:41 |
nash | that's good - mail me config.log | 00:42 |
nash | nash @ nash id au | 00:42 |
CIA-31 | victor.ivri gencon-rfts-ai * rcc84d0ab9a44 /gencon/clientLib/ConnectionMethods.java: minor change to ConnectionMethods, to fix a potential bug with array indeces. | 00:46 |
Alklomion | nash: sent - i think | 00:46 |
mithro | Alklomion: hey | 00:46 |
Alklomion | hey mithro: | 00:47 |
*** vi1985 has quit IRC | 00:47 | |
mithro | Alklomion: are you using the stable or git versions? | 00:47 |
Alklomion | stable | 00:47 |
mithro | Alklomion: I'm thinking we should set up a conference call this friday with chris | 00:47 |
nash | Alklomion: You system is rooted | 00:48 |
nash | Can you compile anything? | 00:48 |
nash | It can't find crt1.o, which is a core system file for compiling | 00:49 |
nash | Something is wrong - horribly horribly wronf | 00:49 |
Alklomion | nash: fresh ubuntu installed onto a virtual machine | 00:50 |
nash | Alklomion: Can you compile anything? | 00:50 |
mithro | Alklomion: can you do a | 00:51 |
mithro | gcc --version | 00:51 |
nash | give me a second | 00:51 |
nash | mithro: it's gcc 4.1.2 | 00:52 |
nash | Alklomion: Install libc6-dev | 00:52 |
nash | sudo apt-get install libc6-dev | 00:52 |
mithro | nash: he probably want's build-essential? | 00:53 |
mithro | apt-get install build-essential | 00:54 |
nash | mithro: I have no idea... I've never seen the problem before ;-) I am surprised you can install gcc, but the recommends isn't good enough to actually build a program | 00:54 |
nash | that's rather broken | 00:55 |
Alklomion | nash: seems to have installed: is there a way to determine this? | 00:56 |
nash | Alklomion: ls /usr/lib/crt1.o | 00:56 |
nash | and try build-essentials as mithro suggested | 00:57 |
Alklomion | nash: seems to be there | 00:58 |
nash | Alklomion: I can fix that problem for you - crt1.o issue, but it's not the real problem, just a sympton | 00:58 |
nash | Alklomion: write a really small C program: | 00:58 |
nash | int main(int argc, char **argv){ return 0; } | 00:58 |
nash | then compile it with gcc file.c | 00:58 |
nash | See what happens | 00:59 |
Alklomion | compiles | 00:59 |
Alklomion | created an a.out file, i think | 01:00 |
nash | it should | 01:00 |
nash | Can you run configure again? That is weird | 01:01 |
nash | The test that failed is running the following program | 01:01 |
nash | | #define PACKAGE_NAME "tpserver-cpp" | 01:02 |
nash | | #define PACKAGE_TARNAME "tpserver-cpp" | 01:02 |
nash | | #define PACKAGE_VERSION "0.5.0" | 01:02 |
nash | | #define PACKAGE_STRING "tpserver-cpp 0.5.0" | 01:02 |
nash | | #define PACKAGE_BUGREPORT "[email protected]" | 01:02 |
nash | | #define PACKAGE "tpserver-cpp" | 01:02 |
nash | | #define VERSION "0.5.0" | 01:02 |
nash | | /* end confdefs.h. */ | 01:02 |
nash | | | 01:02 |
nash | | int | 01:02 |
nash | | main () | 01:02 |
nash | | { | 01:02 |
nash | | | 01:02 |
nash | | ; | 01:02 |
nash | | return 0; | 01:02 |
nash | | } | 01:02 |
nash | Is it possible to be out of diskspace or something? Is /tmp really full or something? | 01:02 |
Alklomion | i'd hope not - it has 8gb allocated to it | 01:02 |
Alklomion | it's going much further this time. | 01:03 |
Alklomion | ok - it got to needing to install libtprl | 01:04 |
mithro | Alklomion: are you following the instructions on the wiki? | 01:05 |
mithro | http://www.thousandparsec.net/wiki/Tpserver-cpp_Setup | 01:05 |
tpb | <http://ln-s.net/rVo> (at www.thousandparsec.net) | 01:05 |
mithro | they are probably the best ones to follow | 01:05 |
Alklomion | i was following the install file included, was a bit confusing | 01:06 |
mithro | Alklomion: well report that to llnz | 01:10 |
mithro | the install file should be clear | 01:10 |
mithro | oh - you are on hardy right? | 01:11 |
Alklomion | hardy? | 01:11 |
mithro | ubuntu hardy | 01:11 |
mithro | ~seen bddebian | 01:11 |
tpb | mithro: bddebian was last seen in #tp 6 days, 15 hours, 5 minutes, and 20 seconds ago: <bddebian> Heya | 01:11 |
Alklomion | mithro: i'm getting this error | 01:12 |
Alklomion | cg-clone git://git.thousandparsec.net/git/libtprl.git | 01:12 |
Alklomion | cd libtprl | 01:12 |
Alklomion | ./autogen.sh | 01:12 |
Alklomion | aclocal... | 01:12 |
Alklomion | aclocal not found | 01:12 |
mithro | ahh | 01:12 |
Alklomion | nautillus, i believe. | 01:12 |
mithro | apt-get install autoconf automake autotools-dev | 01:13 |
Alklomion | libtoolize not found :( | 01:15 |
mithro | oh and libtool | 01:15 |
mithro | apt-get install libtool | 01:15 |
mithro | updated the wiki page a little | 01:17 |
Alklomion | ./configure --prefix=/opt/tpserver-cpp gets to... | 01:19 |
Alklomion | cannot find tgetent in termcap or ncruses libraries | 01:19 |
Alklomion | more installs? | 01:20 |
nash | bingo | 01:20 |
nash | ncurses-dev | 01:20 |
mithro | libncurses5-dev | 01:21 |
nash | close enough | 01:22 |
mithro | you probably want | 01:22 |
mithro | guile-1.8-dev | 01:22 |
mithro | too | 01:22 |
mithro | Alklomion: any luck? | 01:28 |
Alklomion | just installed guile | 01:30 |
mithro | okay | 01:30 |
Alklomion | cannot find libtprl | 01:38 |
Alklomion | which is weird | 01:39 |
*** JLafont has quit IRC | 01:40 | |
*** JLafont has joined #tp | 01:41 | |
Alklomion | aah, apparently i missed the make install parts | 01:41 |
Alklomion | ok - i've followed the first part of the instructions, for installing libtprl | 01:46 |
Alklomion | mithro: it's still saying that libtprl is not installed :( | 01:50 |
mithro | you followed it exactly? | 01:50 |
Alklomion | yep | 01:51 |
Alklomion | ./autogen.sh | 01:51 |
Alklomion | ./configure --prefix=/opt/tpserver-cpp | 01:51 |
Alklomion | make | 01:51 |
mithro | type a "find /opt/tpserver-cpp" | 01:51 |
Alklomion | sudo make install | 01:51 |
Alklomion | it finds it | 01:51 |
mithro | there is a | 01:53 |
mithro | /opt/tpserver-cpp/lib/pkg_config ? | 01:53 |
mithro | what is in it? | 01:53 |
Alklomion | there's a pkgconfig with libtprl.pc in it | 01:55 |
mithro | PKG_CONFIG_PATH=/opt/tpserver-cpp/lib/pkg_config ./configure --prefix=/opt/tpserver-cpp | 01:56 |
mithro | that command fails? | 01:56 |
Alklomion | yeah | 01:56 |
Alklomion | perhaps it should be pkgconfig instead of pkg_config? | 01:56 |
nash | it shoudl be | 01:56 |
mithro | it should | 01:56 |
mithro | be | 01:56 |
mithro | updated the page | 01:57 |
Alklomion | is boost available through apt-get ? i'd assume boostsignal too needs to be there | 01:58 |
mithro | apt-get install boost-build libboost-dev | 01:58 |
llnz | dont' need boost-build | 02:02 |
llnz | bbs | 02:02 |
mithro | Alklomion: any luck? | 02:13 |
Alklomion | yep! | 02:13 |
Alklomion | all seems to be working | 02:13 |
Alklomion | althoug ./tpserver-cpp -C ../etc/quickstart-<gametype> should have .conf on the end | 02:13 |
Alklomion | how does one find their IP Address using ubuntu? | 02:14 |
Lukstr | ifconfig | 02:20 |
mithro | Alklomion: yeah ifconfig is probably the go | 02:25 |
mithro | although it can be a bit weird inside vmware | 02:26 |
Alklomion | I'm just trying to work out how i talk to my virtual machine from my computer :) | 02:26 |
mithro | what did ifconfig output? | 02:26 |
mithro | try pinging it | 02:26 |
Alklomion | 10.0.2.15 | 02:27 |
*** carrus85 has joined #tp | 02:29 | |
mithro | can you ping that? | 02:29 |
mithro | ~seen carrus85 | 02:29 |
tpb | mithro: I have not seen carrus85. | 02:29 |
carrus85 | yes, I'm new :P | 02:29 |
mithro | (From the outside computer?) | 02:30 |
mithro | hi carrus85 | 02:30 |
mithro | do you mind if I quiz you about how you found our about our project? | 02:30 |
Alklomion | yeah - tried pinging it from the outside computer | 02:30 |
mithro | works? | 02:31 |
Alklomion | nope | 02:31 |
mithro | hrm.... | 02:31 |
carrus85 | sure; I think I brushed up against it via reddit a month or two ago when I was busy. I ran into it again after watching the Gaming for Freedom google tech talk. | 02:31 |
carrus85 | That, interestingly enough, you gave! (After looking at your info) | 02:32 |
carrus85 | although I only think I got about 2/3rds of the way through the talk. Finishing it up right now | 02:34 |
carrus85 | right after you mentioned the pyglet space invaders clone, I just had to pause the talk and look it up. Pretty cool stuff. | 02:35 |
* carrus85 laughs | 02:35 | |
mithro | yeah - I organise the Gaming Miniconf where that Pyglet space invaders clone was done :) | 02:35 |
Lukstr | carrus85: how did you listen to the podcast? | 02:41 |
carrus85 | good work, then! | 02:41 |
Lukstr | the mp3 link is broken for me, and the ogg is corrupt | 02:41 |
*** zzorn_laptop has joined #tp | 02:41 | |
carrus85 | Lukstr: youtube off the tech talk | 02:41 |
carrus85 | of* | 02:41 |
carrus85 | here: http://www.youtube.com/watch?v=8Ct36u8RPIU | 02:41 |
tpb | Title: YouTube - Gaming For Freedom (at www.youtube.com) | 02:41 |
mithro | Lukstr: it is? | 02:42 |
Lukstr | ah, very nice | 02:42 |
Lukstr | http://google-opensource.blogspot.com/2008/06/foss-gaming-for-friday.html | 02:42 |
tpb | <http://ln-s.net/1xj-> (at google-opensource.blogspot.com) | 02:42 |
mithro | Lukstr: nobody has reported that | 02:42 |
Lukstr | mp3 link goes to file not found (as of just now) | 02:42 |
Lukstr | ogg won't play in anything I have, the last podcast works perfectly | 02:42 |
mithro | Lukstr: try http://google-developer-podcast.googlecode.com/files/gsocpodcast017.mp3 | 02:43 |
tpb | <http://ln-s.net/1xjA> (at google-developer-podcast.googlecode.com) | 02:43 |
Lukstr | ah, hurray | 02:44 |
Alklomion | is there a way to see what port tpserver is using in unix? | 02:44 |
Lukstr | an hour eh, guess I won't be sleeping soon | 02:44 |
nash | nmap localhost | 02:44 |
nash | also lsof | 02:44 |
carrus85 | Alklomion: lsof | 02:45 |
carrus85 | or netstat -l | 02:45 |
carrus85 | or just netstat | 02:45 |
carrus85 | (depending on the port you want) | 02:45 |
carrus85 | port *type* (listening, etc.) | 02:45 |
mithro | Alklomion: it should be running on 6923 | 02:46 |
nash | also ls /proc/<pid>/fds ;-) | 02:46 |
nash | Alklomion: AKA more ways then you can possibly imagine | 02:46 |
Lukstr | mithro: the podcast is the same as the video carrus linked? | 02:47 |
mithro | Lukstr: nope | 02:47 |
Lukstr | oh dear :) | 02:47 |
mithro | I think the podcast is a little more interesting | 02:48 |
carrus85 | mithro: ah; I see, two different talks; sorry for any confusion :S | 02:49 |
mithro | carrus85: no problems | 02:51 |
Lukstr | excellent use of lolcatz in slide | 02:53 |
*** nash has quit IRC | 03:07 | |
mithro | Alklomion: any luck? | 03:08 |
Alklomion | nope | 03:08 |
Alklomion | unsure how to communicate with my vm :( just reading up on the networking stuff | 03:08 |
Alklomion | i'm usinv virtualbox, released by sun, trying to bridge | 03:10 |
mithro | why did you end up using virtualbox rather then vmware? | 03:11 |
Alklomion | download restrictions allowed me to use the copy of ubuntu i had | 03:12 |
Lukstr | download restrictions? | 03:13 |
*** Alklomion_ has joined #tp | 03:21 | |
mithro | Alklomion: any luck? | 03:23 |
mithro | * ping does not work with VirtualBox NAT networking | 03:24 |
mithro | VirtualBox's implementation of NAT networking is done entirely in user space. This means in particular that it has no way of passing on the ICMP IP packets which are used by the ping command from the guest, as these require special privileges to send from the host. The upshot of this is that you can't ping anything outside the local 10.0.2.x subnet from a NATed guest. | 03:24 |
mithro | Alklomion_: have you tried just telnetting to the port 6923 on 10.0.2.15? | 03:26 |
Alklomion_ | doesn't work either hmm | 03:27 |
mithro | inside the virtual machine | 03:29 |
mithro | have you tried doing a | 03:29 |
mithro | telnet localhost 6923 | 03:29 |
mithro | ? | 03:29 |
Alklomion_ | i'll try that | 03:29 |
Alklomion_ | i've tried implementing a bridge between the two defined in the host interface networking | 03:30 |
Alklomion_ | huzzah! | 03:33 |
Alklomion_ | i can use python client to connect | 03:33 |
mithro | Alklomion: inside the vm or? | 03:34 |
Alklomion_ | i can communicate from my machine to the vm | 03:35 |
Alklomion_ | and i have a game open using the python client! | 03:36 |
Lukstr | mithro: RE: your achievements/pgp thoughts | 03:37 |
mithro | Alklomion: sounds good | 03:38 |
mithro | Alklomion: now to watch netbeans and your vm fight over cpu resources? | 03:38 |
Lukstr | some commerical games allow server operators to run "authenticated" or "official" servers that aren't modified, for exactly the sort of thing you're talking about | 03:38 |
Lukstr | via authentication with a master server | 03:39 |
mithro | Lukstr: but with open source there is no way to do that | 03:40 |
*** Alklomion has quit IRC | 03:40 | |
Lukstr | well you could get away with just a bit of closed source :P | 03:41 |
Lukstr | but it wouldn't be true foss | 03:41 |
mithro | nope | 03:42 |
*** Alklomion_ is now known as Alklomion | 03:45 | |
Alklomion | mithro: my vm is winning | 03:46 |
Lukstr | you could do some sort of spyware-esque method | 03:46 |
Alklomion | mithro: time to head off - i'll talk to Chris tomorrow at my supervisor meeting about a conference call on friday. If it is too soon, perhaps Monday | 03:49 |
*** Alklomion has quit IRC | 03:50 | |
mithro | Lukstr: it won't work | 03:52 |
Lukstr | well, ignoring the pgp thing | 03:58 |
Lukstr | I guess a cheap and easy route would to have each client report such things individually | 03:58 |
Lukstr | so all clients on a server report if someone gets killed or something | 03:58 |
Lukstr | because anything beyond that isn't circumventing the fact that players could group together and take turns killing each other or X to get the achievement | 03:59 |
*** JLafont has quit IRC | 03:59 | |
mithro | Lukstr: but then you don't trust that group so you don't see their achievements | 03:59 |
Lukstr | I suppose | 04:00 |
Lukstr | but that's a bit extreme | 04:00 |
Lukstr | especially if a lot of gameplay is with strangers | 04:01 |
Lukstr | I mean I guess if you're hoping to get above even commercial games then perhaps | 04:02 |
Lukstr | but if you want to just be on par with commerical games | 04:02 |
mithro | http://www.abyssandapex.com/200710-wikihistory.html | 04:08 |
tpb | <http://ln-s.net/1hiS> (at www.abyssandapex.com) | 04:08 |
mithro | Lukstr: it's a web of trust thing | 04:09 |
obi1one | is anyone running a server that I could connnect to? I just wanted to check the ui out, but the one listed on the meta server isnt picking up for me. | 04:30 |
llnz | obi1one: i will reset demo1 and 2 in a moment | 04:50 |
llnz | obi1one: try demo1.thousandparsec.net | 04:51 |
obi1one | thats working, thanks | 04:56 |
*** mithro has quit IRC | 05:21 | |
*** Mithro-BB has joined #tp | 05:33 | |
Mithro-BB | Testing? | 05:34 |
obi1one | i hear you | 05:39 |
*** Mithro-BB has quit IRC | 05:50 | |
* llnz wanders off | 07:54 | |
llnz | later all | 07:54 |
*** llnz has quit IRC | 07:55 | |
*** peres has joined #tp | 08:34 | |
*** peres has quit IRC | 09:57 | |
*** zzorn_laptop has quit IRC | 10:00 | |
*** carrus85 has quit IRC | 10:42 | |
*** zzorn has quit IRC | 11:56 | |
*** zzorn has joined #tp | 11:57 | |
*** JLafont has joined #tp | 12:03 | |
*** obi1one has quit IRC | 12:19 | |
*** obi1one has joined #tp | 12:20 | |
*** zzorn has quit IRC | 12:24 | |
*** zzorn has joined #tp | 12:27 | |
*** Erroneous has joined #tp | 12:42 | |
*** jphr has joined #tp | 12:54 | |
CIA-31 | jphr tpserver-cpp-risk * r0b96329648ee /modules/games/risk/colonize.cpp: Removed unneeded variable | 13:17 |
CIA-31 | jphr tpserver-cpp-risk * r65aa4b7cdf52 / (5 files in 2 dirs): Added some file, split the quickstart into two quickstarts, as Risk has two game types | 13:17 |
CIA-31 | jphr tpserver-cpp-risk * r4a9e4c3a9118 /modules/games/risk/risk.cpp: Changed unit position for map to display properly | 14:28 |
*** zzorn has quit IRC | 14:38 | |
*** zzorn has joined #tp | 14:39 | |
*** JLafont-laptop has joined #tp | 14:46 | |
*** JLafont-laptop has quit IRC | 15:21 | |
*** JLafont-laptop has joined #tp | 15:21 | |
*** JLafont has quit IRC | 15:48 | |
*** JLafont has joined #tp | 15:49 | |
*** nuleren has joined #tp | 15:56 | |
*** Epyon has quit IRC | 16:50 | |
*** JLafont-laptop has quit IRC | 17:38 | |
*** JLafont-laptop has joined #tp | 17:39 | |
*** mithro has joined #tp | 17:50 | |
*** JLafont-laptop has quit IRC | 17:53 | |
*** JLafont has quit IRC | 17:55 | |
*** JLafont has joined #tp | 17:56 | |
*** JLafont-laptop has joined #tp | 17:56 | |
*** nuleren has quit IRC | 18:14 | |
*** JLafont-laptop has quit IRC | 18:46 | |
*** nash has joined #tp | 18:48 | |
*** jphr has quit IRC | 19:42 | |
*** Epyon has joined #tp | 20:03 | |
mithro | obi1one: we will soon have a very cool looking 3d client - check out http://devhobby.blogspot.com/ | 20:24 |
tpb | Title: Dev Hobby (at devhobby.blogspot.com) | 20:25 |
greywhind | oh - hey mithro. | 20:25 |
greywhind | how's it going? | 20:26 |
mithro | hey greywhind | 20:26 |
mithro | okay | 20:26 |
mithro | behind in everything :( | 20:26 |
mithro | still looking for an apartment | 20:26 |
greywhind | sorry to hear that | 20:26 |
greywhind | i've started compiling py-ogre on mac, but it takes forever :( | 20:26 |
mithro | greywhind: yeah | 20:26 |
mithro | it took about 5 hours on my laptop | 20:27 |
greywhind | i'll try to finish it this evening, though the WARNING: Task failed messages are concerning me | 20:27 |
greywhind | i'll have to check the log | 20:27 |
*** Erroneous has quit IRC | 21:00 | |
*** jphr has joined #tp | 21:01 | |
*** jphr has quit IRC | 21:11 | |
*** mithro has quit IRC | 21:14 | |
*** Ohm has quit IRC | 21:14 | |
*** tuna-fish has quit IRC | 21:14 | |
*** nash has quit IRC | 21:14 | |
*** JLafont has quit IRC | 21:14 | |
*** ezod has quit IRC | 21:14 | |
*** DTRemenak has quit IRC | 21:14 | |
*** Epyon has quit IRC | 21:14 | |
*** TBBle has quit IRC | 21:14 | |
*** greywhind has quit IRC | 21:14 | |
*** CIA-31 has quit IRC | 21:14 | |
*** obi1one has quit IRC | 21:14 | |
*** Lukstr has quit IRC | 21:14 | |
*** Epyon has joined #tp | 21:15 | |
*** nash has joined #tp | 21:15 | |
*** JLafont has joined #tp | 21:15 | |
*** mithro has joined #tp | 21:15 | |
*** obi1one has joined #tp | 21:15 | |
*** TBBle has joined #tp | 21:15 | |
*** Ohm has joined #tp | 21:15 | |
*** tuna-fish has joined #tp | 21:15 | |
*** CIA-31 has joined #tp | 21:15 | |
*** Lukstr has joined #tp | 21:15 | |
*** greywhind has joined #tp | 21:15 | |
*** DTRemenak has joined #tp | 21:15 | |
*** ezod has joined #tp | 21:15 | |
*** tuna-fish has quit IRC | 21:15 | |
*** Ohm has quit IRC | 21:15 | |
*** mithro has quit IRC | 21:15 | |
*** ezod has quit IRC | 21:15 | |
*** DTRemenak has quit IRC | 21:15 | |
*** JLafont has quit IRC | 21:15 | |
*** nash has quit IRC | 21:15 | |
*** Epyon has quit IRC | 21:15 | |
*** TBBle has quit IRC | 21:15 | |
*** greywhind has quit IRC | 21:15 | |
*** CIA-31 has quit IRC | 21:15 | |
*** Lukstr has quit IRC | 21:15 | |
*** obi1one has quit IRC | 21:15 | |
*** Epyon has joined #tp | 21:16 | |
*** nash has joined #tp | 21:16 | |
*** JLafont has joined #tp | 21:16 | |
*** mithro has joined #tp | 21:16 | |
*** obi1one has joined #tp | 21:16 | |
*** TBBle has joined #tp | 21:16 | |
*** Ohm has joined #tp | 21:16 | |
*** tuna-fish has joined #tp | 21:16 | |
*** DTRemenak has joined #tp | 21:16 | |
*** ezod has joined #tp | 21:16 | |
*** greywhind has joined #tp | 21:16 | |
*** Lukstr has joined #tp | 21:16 | |
*** CIA-31 has joined #tp | 21:16 | |
*** TBBle has quit IRC | 21:25 | |
*** greywhind has quit IRC | 21:25 | |
*** TBBle has joined #tp | 21:25 | |
*** greywhind has joined #tp | 21:25 | |
*** TBBle has quit IRC | 21:27 | |
*** greywhind has quit IRC | 21:27 | |
*** TBBle has joined #tp | 21:27 | |
*** greywhind has joined #tp | 21:27 | |
*** peres has joined #tp | 21:28 | |
*** Epyon has quit IRC | 21:28 | |
*** Epyon has joined #tp | 21:28 | |
*** tuna-fish has quit IRC | 21:30 | |
*** Ohm has quit IRC | 21:30 | |
*** mithro has quit IRC | 21:30 | |
*** mithro has joined #tp | 21:31 | |
*** tuna-fish has joined #tp | 21:31 | |
*** Ohm has joined #tp | 21:31 | |
*** JLafont has quit IRC | 21:41 | |
*** nash has quit IRC | 21:41 | |
*** nash has joined #tp | 21:42 | |
*** JLafont has joined #tp | 21:42 | |
CIA-31 | mithro web * rc191535d2bbb /links.php: Added a schemepy link. | 22:01 |
CIA-31 | mithro web * r1db14137ae11 / (10 files in 3 dirs): Merge with git+ssh://git.thousandparsec.net/git/web.git | 22:01 |
*** tuna-fish has quit IRC | 22:55 | |
*** tuna-fish has joined #tp | 22:56 | |
*** tuna-fish is now known as tuna | 22:56 | |
mithro | ~seen JLP | 23:00 |
tpb | mithro: JLP was last seen in #tp 5 days, 17 hours, 20 minutes, and 9 seconds ago: <JLP> good morning everyone | 23:00 |
mithro | ~seen jmtan | 23:03 |
tpb | mithro: jmtan was last seen in #tp 1 day, 18 hours, 20 minutes, and 53 seconds ago: <jmtan> there's no rush actually, but thanks | 23:03 |
mithro | ~seen jotham | 23:03 |
tpb | mithro: jotham was last seen in #tp 2 weeks, 1 day, 16 hours, 21 minutes, and 31 seconds ago: <jotham> no mithro :\ | 23:03 |
mithro | ~seen xdotx | 23:19 |
tpb | mithro: xdotx was last seen in #tp 5 days, 20 hours, 40 minutes, and 2 seconds ago: <xdotx> nope. i tested with -ansi -pedantic and it went fine | 23:19 |
CIA-31 | victor.ivri gencon-rfts-ai * rf718bfcb9bc1 /gencon/ (3 files in 3 dirs): fixed "heap out of bounds" failure in ConnectionMethods. Started to add logic to operation of 'Master' class. | 23:31 |
*** peres has quit IRC | 23:46 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!