*** tpb has joined #freeorion | 00:00 | |
*** VargaD has quit IRC | 00:02 | |
*** manteman has quit IRC | 00:33 | |
*** manteman has joined #freeorion | 00:48 | |
*** __alex has joined #freeorion | 01:56 | |
manteman | ok now it compiles until 100% but i get a ld error with GLU | 02:07 |
---|---|---|
GeofftheMedio | http://www.freeorion.org/forum/viewtopic.php?p=48362#p48362 | 02:08 |
tpb | <http://ln-s.net/9Rc-> (at www.freeorion.org) | 02:08 |
manteman | exact | 02:08 |
*** le_ has joined #freeorion | 03:14 | |
le_ | hello | 03:14 |
GeofftheMedio | hi... | 03:18 |
le_ | sorry | 03:31 |
le_ | internet went down | 03:31 |
GeofftheMedio | mmhmm | 03:31 |
le_ | I'm tried to compile FreeOrion under ArchLinux | 03:32 |
le_ | this is what i got | 03:32 |
le_ | [ 53%] Building CXX object CMakeFiles/parse_static.dir/parse/ShipPartsParser.cpp.o | 03:32 |
le_ | In file included from /usr/include/boost/spirit/home/phoenix/core.hpp:13:0, | 03:32 |
le_ | from /usr/include/boost/spirit/include/phoenix_core.hpp:14, | 03:32 |
le_ | from /usr/include/boost/spirit/home/support/terminal.hpp:16, | 03:32 |
le_ | from /usr/include/boost/spirit/home/support/common_terminals.hpp:15, | 03:32 |
le_ | from /usr/include/boost/spirit/home/lex/lexer/terminals.hpp:13, | 03:32 |
le_ | from /usr/include/boost/spirit/home/lex/lexer.hpp:13, | 03:33 |
le_ | from /usr/include/boost/spirit/home/lex.hpp:13, | 03:33 |
le_ | from /usr/include/boost/spirit/home/lex/lexer_lexertl.hpp:15, | 03:33 |
le_ | from /usr/include/boost/spirit/include/lex_lexertl.hpp:16, | 03:33 |
le_ | from /usr/include/GG/LexerFwd.h:34, | 03:33 |
le_ | from /tmp/yaourt-tmp-le/aur-freeorion-svn/src/freeorion-build/parse/Lexer.h:7, | 03:33 |
le_ | from /tmp/yaourt-tmp-le/aur-freeorion-svn/src/freeorion-build/parse/Double.h:5, | 03:33 |
le_ | from /tmp/yaourt-tmp-le/aur-freeorion-svn/src/freeorion-build/parse/ShipPartsParser.cpp:3: | 03:33 |
le_ | /usr/include/boost/spirit/home/phoenix/core/actor.hpp:15:3: error: #error BOOST_RESULT_OF_NUM_ARGS PHOENIX_ACTOR_LIMIT | 03:33 |
le_ | make[2]: *** [CMakeFiles/parse_static.dir/parse/ShipPartsParser.cpp.o] Error 1 | 03:33 |
le_ | make[1]: *** [CMakeFiles/parse_static.dir/all] Error 2 | 03:33 |
le_ | make: *** [all] Error 2 | 03:33 |
le_ | == ERROR: A failure occurred in build(). | 03:33 |
le_ | Aborting... | 03:33 |
GeofftheMedio | never seen that before | 03:34 |
le_ | someone said its because of boost | 03:35 |
GeofftheMedio | it's a error in the boost code, yes | 03:35 |
le_ | freeorion does not currently compile with boost 1.48.0. he said | 03:36 |
GeofftheMedio | could be; I haven't tried it | 03:36 |
le_ | ok | 03:36 |
le_ | just to let you know :) | 03:36 |
le_ | next time should i go to sourceforge to post this kind of issue? | 03:37 |
GeofftheMedio | or the forums | 03:37 |
le_ | ok | 03:37 |
le_ | i find kind of annoying having to register for posting a bug or issue | 03:37 |
GeofftheMedio | I think you can post on sourceforge withou tregistering | 03:38 |
le_ | later i maybe join the community :) | 03:38 |
GeofftheMedio | on forums, it's necessary due to spam posting | 03:38 |
le_ | No plans to rep on GitHub? | 03:38 |
GeofftheMedio | no | 03:38 |
le_ | ok, can you tell me why? | 03:39 |
GeofftheMedio | no reason to change; subversion works fine | 03:39 |
GeofftheMedio | someone mirrors I though, I think | 03:39 |
GeofftheMedio | https://github.com/freeorion/freeorion | 03:39 |
tpb | Title: freeorion/freeorion - GitHub (at github.com) | 03:39 |
le_ | i see | 03:40 |
le_ | well i suggested because of the issue tracker and wiki provided by GitHub | 03:40 |
GeofftheMedio | we already have a wiki and issue tracker | 03:41 |
le_ | now i know that | 03:41 |
le_ | ok, ill wait some time | 03:41 |
le_ | then i'll post this problem on the issue tracker | 03:42 |
manteman | omg it seems to work ;) thank you GeofftheMedio | 03:42 |
GeofftheMedio | what did you change? | 03:42 |
manteman | was a bit tricky to get the -lgl and -lglu in the cache file because of my pacman build system, (it removed all changes in svn) but i paused it after cmake and insertet the libs before the make, so the package was build | 03:43 |
GeofftheMedio | If you could post to that thread about what you needed to do, it might be helpful for someone else | 03:44 |
manteman | it's most archlinux specific i will post it in there so the maintainer can adapt the cmake lists, | 03:45 |
GeofftheMedio | I've seen several people posting about archlinux builds in the last few days, so it would still be useful | 03:45 |
manteman | one thing is still strange, ... earlier i downgraded boost from 1.48 to 1.47 that did the trick, but now after the successfull build there was still a reference to libboost_thread.so.1.48.0 => not found | 03:47 |
manteman | which i copied from the newer bin package directly in the lib dir, not very nice but seems to work | 03:47 |
GeofftheMedio | if you built one of the dependencies against 1.48, it might still be linked in | 03:48 |
manteman | line #35 don't know where this came from http://pastebin.com/WeYi6Sye | 03:48 |
tpb | Title: ldd freeorion - Pastebin.com (at pastebin.com) | 03:48 |
manteman | yeah | 03:49 |
manteman | but i am too tiered to figure that out | 03:49 |
manteman | i think its one of the arch packages, not one of my own's | 03:49 |
manteman | so i will do a short comment in the arch aur package | 03:50 |
le_ | hey, another awesome linux game you can suggest? | 03:58 |
GeofftheMedio | openttd, wesnoth, minecraft (I think?)... | 04:01 |
le_ | have wesnoth | 04:02 |
le_ | need to check openttd :D | 04:02 |
le_ | hope to see amazing games made with Doom3 source code | 04:09 |
le_ | now that's GPL | 04:09 |
GeofftheMedio | mmhmm | 04:09 |
*** STalKer-Y has joined #freeorion | 04:14 | |
*** STalKer-X has quit IRC | 04:14 | |
manteman | so i am off, thanks for the assistance | 04:19 |
*** manteman has quit IRC | 04:22 | |
*** le_ has quit IRC | 04:27 | |
*** tpb has joined #freeorion | 06:19 | |
*** VargaD has joined #freeorion | 09:07 | |
*** __alex has quit IRC | 09:33 | |
*** StrangerDanger has joined #freeorion | 12:06 | |
*** manteman has joined #freeorion | 12:24 | |
*** manteman has quit IRC | 12:36 | |
*** manteman has joined #freeorion | 12:41 | |
*** arguser has joined #freeorion | 16:04 | |
arguser | Hello | 16:04 |
arguser | Im getting this error: | 16:04 |
arguser | [100%] Building CXX object client/human/CMakeFiles/freeorion.dir/__/__/util/VarText.cpp.o | 16:04 |
arguser | Linking CXX executable ../../freeorion | 16:05 |
arguser | /usr/bin/ld: CMakeFiles/freeorion.dir/__/__/UI/SidePanel.cpp.o: undefined reference to symbol 'gluQuadricOrientation' | 16:05 |
arguser | /usr/bin/ld: note: 'gluQuadricOrientation' is defined in DSO /usr/lib/libGLU.so.1 so try adding it to the linker command line | 16:05 |
arguser | /usr/lib/libGLU.so.1: could not read symbols: Invalid operation | 16:05 |
arguser | collect2: ld returned 1 exit status | 16:05 |
arguser | make[2]: *** [freeorion] Error 1 | 16:05 |
arguser | make[1]: *** [client/human/CMakeFiles/freeorion.dir/all] Error 2 | 16:05 |
arguser | make: *** [all] Error 2 | 16:05 |
arguser | any ideas about a possible workaround? | 16:07 |
arguser | trying with svn version on AUR | 16:24 |
manteman | hehe | 16:47 |
manteman | yeah | 16:47 |
manteman | watch the first comment https://aur.archlinux.org/packages.php?ID=20870 | 16:49 |
tpb | Title: AUR (en) - freeorion-svn (at aur.archlinux.org) | 16:50 |
*** theTroy has quit IRC | 16:50 | |
manteman | @ arguser | 16:51 |
arguser | manteman: reading | 16:52 |
arguser | manteman: any chance to make it without the sleep? | 16:53 |
arguser | manteman: its already at 70% | 16:53 |
arguser | manteman: :P | 16:53 |
manteman | sure | 16:54 |
manteman | with some bash script? i don't know where to apply such cmake parameter before in cmakelists, | 16:55 |
arguser | so far i downgraded boost and boost-libs | 16:58 |
arguser | rebuild gigi (no svn version) | 16:58 |
manteman | the rest is just the a linking issue | 16:58 |
arguser | im on that now | 16:59 |
manteman | so | 16:59 |
arguser | do you know how should i fix that issue? | 17:00 |
manteman | for me it worked, inveted "sleep method between cmake and make" last late night. so i know it's ugly but worked. | 17:00 |
arguser | paste again | 17:00 |
arguser | /usr/bin/ld: CMakeFiles/freeorion.dir/__/__/UI/SidePanel.cpp.o: undefined reference to symbol 'gluQuadricOrientation' | 17:00 |
arguser | /usr/bin/ld: note: 'gluQuadricOrientation' is defined in DSO /usr/lib/libGLU.so.1 so try adding it to the linker command line | 17:00 |
arguser | /usr/lib/libGLU.so.1: could not read symbols: Invalid operation | 17:00 |
arguser | collect2: ld returned 1 exit status | 17:00 |
arguser | make[2]: *** [freeorion] Error 1 | 17:00 |
arguser | make[1]: *** [client/human/CMakeFiles/freeorion.dir/all] Error 2 | 17:00 |
arguser | make: *** [all] Error 2 | 17:01 |
manteman | this is the CMakesCache.txt from the build process | 17:01 |
manteman | //Flags used by the compiler during all build types. | 17:01 |
manteman | CMAKE_CXX_FLAGS:STRING='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 ' | 17:01 |
manteman | line 152, there i added the -lGL and lGLU parameter | 17:01 |
arguser | did that | 17:01 |
manteman | freeorion-svn]$ vim src/freeorion-build/CMakeCache.txt | 17:02 |
manteman | like this, after edit $ fg | 17:02 |
manteman | and make should run | 17:02 |
manteman | the CMakeCache is ovewritten eache time you start makepkg in case of this script the whole directory is deleted | 17:02 |
manteman | thats why i did it right between cmake and make | 17:03 |
arguser | i see | 17:04 |
arguser | about the $ fg part | 17:04 |
arguser | don't know how to apply that | 17:04 |
manteman | its just unix jobs | 17:04 |
manteman | type jobs | 17:04 |
manteman | u see that makepkg is paused | 17:05 |
manteman | fg | 17:05 |
manteman | gets it back in foreground | 17:05 |
arguser | ok | 17:07 |
arguser | goin to try again | 17:07 |
manteman | sould look like this | 17:07 |
manteman | -- Build files have been written to: /home/aur/freeorion-svn/src/freeorion-build | 17:07 |
manteman | ^Z | 17:07 |
manteman | [1]+ Angehalten makepkg -f | 17:07 |
manteman | [michi@FensterZumHof freeorion-svn]$ vim src/freeorion-build/CMakeCache.txt | 17:07 |
manteman | [michi@FensterZumHof freeorion-svn]$ fg | 17:07 |
manteman | makepkg -f | 17:07 |
arguser | im checking how to append with bash | 17:11 |
arguser | maybe useful in pkgbuild | 17:12 |
manteman | yes | 17:12 |
manteman | did it work? | 17:13 |
arguser | hahaha | 17:13 |
arguser | didn try it yet | 17:13 |
arguser | im not a zen hacker yet | 17:13 |
*** theTroy has joined #freeorion | 17:18 | |
arguser | what about | 17:36 |
arguser | sed -i "s/CMAKE_CXX_FLAGS:STRING='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 '/CMAKE_CXX_FLAGS:STRING='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -lGL -lGLU '/g" $fielehere | 17:37 |
arguser | < sed -i "s/CMAKE_CXX_FLAGS:STRING='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 '/CMAKE_CXX_FLAGS:STRING='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -lGL -lGLU '/g" $fielehere | 17:37 |
arguser | sorry about the flood | 17:37 |
arguser | so this | 17:38 |
arguser | sed -i "s/CMAKE_CXX_FLAGS:STRING='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 '/CMAKE_CXX_FLAGS:STRING='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -lGL -lGLU '/g" $filehere | 17:38 |
arguser | should be a better way | 17:38 |
arguser | but i don't know much of that | 17:38 |
arguser | that would replace the line and add -lGL -GLU | 17:38 |
arguser | manteman: you there? | 17:42 |
manteman | yeah | 17:42 |
arguser | manteman: how do i fix the linking issue? | 17:42 |
manteman | it compiled successfull` | 17:44 |
manteman | ? | 17:44 |
arguser | its building | 17:45 |
arguser | will tell when its don | 17:46 |
arguser | done | 17:46 |
manteman | i'm curious if you are getting the libboost-thread.so.1.148 is missing error, | 17:47 |
arguser | did you passed that one? | 17:54 |
manteman | it's my comment | 17:54 |
arguser | i cp boost-lib like you said | 17:54 |
manteman | ;) | 17:54 |
manteman | and it worked | 17:55 |
arguser | in a moment i should see if sed command worked | 17:56 |
manteman | i should get some more practice with sed and awk in the future ;) | 17:57 |
manteman | your sed worked for me | 18:00 |
arguser | awesome | 18:02 |
arguser | what i really wanted to do at first was to put -lGL -lGLU between d_FORTIFY_SOURCE and ' | 18:03 |
arguser | on that specific line | 18:03 |
arguser | but din't know how | 18:03 |
arguser | so i choosed to replace the entire line | 18:03 |
arguser | :P | 18:03 |
manteman | let's hope that whoever builds it have the same CMAKE_CXX_FLAGS ;) | 18:05 |
arguser | exactly! | 18:05 |
arguser | what did you use on $file <- | 18:10 |
arguser | when addesd seed | 18:10 |
arguser | ooh | 18:10 |
arguser | nothing, error just popup | 18:10 |
manteman | ? | 18:11 |
manteman | -D_FORTIFY_SOURCE=2 -lGL -lGLU '/g" CMakeCache.txt | 18:12 |
arguser | im doing it with yaourt | 18:12 |
arguser | i used $srcdir/CMakeCache.txt | 18:13 |
arguser | but it should have used | 18:13 |
arguser | $srcdir/$pkgname-build/CMakeCache.txt | 18:13 |
manteman | i think so | 18:14 |
arguser | all over again ._. | 18:14 |
manteman | but | 18:14 |
manteman | u are all ready in that directory | 18:14 |
manteman | my BUILD file looks like this | 18:15 |
manteman | http://pastebin.com/8tmZQBti | 18:15 |
tpb | Title: [Bash] # Maintainer: guini # Contributor: Forrest Loomis (at pastebin.com) | 18:15 |
arguser | sed: can't read /tmp/yaourt-tmp-le/aur-freeorion/src/CMakeCache.txt: No such file or direc | 18:15 |
manteman | ah | 18:15 |
manteman | ok | 18:16 |
manteman | in line 49 : cd "$srcdir/$_svnmod-build" ... | 18:16 |
manteman | wich aur build are u using? | 18:17 |
arguser | both gave me same erros | 18:17 |
arguser | so any of those | 18:18 |
arguser | now its building | 18:18 |
arguser | no svn i think | 18:18 |
arguser | i hate it take so long | 18:24 |
manteman | what kind of cpu? | 18:24 |
arguser | i5 | 18:25 |
manteman | make -j 4 should save time | 18:25 |
arguser | this should be ignored right ? /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp: In constructor ‘PopulationPanel::PopulationPanel(GG::X, int)’: | 18:37 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp:266:11: warning: variable ‘top’ set but not used [-Wunused-but-set-variable] | 18:37 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp: In member function ‘virtual void PopulationPanel::Render()’: | 18:37 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp:390:12: warning: variable ‘cl_ul’ set but not used [-Wunused-but-set-variable] | 18:37 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp:391:12: warning: variable ‘cl_lr’ set but not used [-Wunused-but-set-variable] | 18:37 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp: In member function ‘void PopulationPanel::Update()’: | 18:37 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp:437:51: warning: variable ‘owner’ set but not used [-Wunused-but-set-variable] | 18:37 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp: In member function ‘virtual void ResourcePanel::Render()’: | 18:37 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp:715:12: warning: variable ‘cl_ul’ set but not used [-Wunused-but-set-variable] | 18:38 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp:716:12: warning: variable ‘cl_lr’ set but not used [-Wunused-but-set-variable] | 18:38 |
manteman | yeah just warnings ;) | 18:38 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp: In member function ‘virtual void MilitaryPanel::Render()’: | 18:38 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp:1072:12: warning: variable ‘cl_ul’ set but not used [-Wunused-but-set-variable] | 18:38 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp:1073:12: warning: variable ‘cl_lr’ set but not used [-Wunused-but-set-variable] | 18:38 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp: In member function ‘virtual void BuildingsPanel::Render()’: | 18:38 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp:1623:12: warning: variable ‘cl_ul’ set but not used [-Wunused-but-set-variable] | 18:38 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp:1624:12: warning: variable ‘cl_lr’ set but not used [-Wunused-but-set-variable] | 18:38 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp: In member function ‘void BuildingsPanel::Update()’: | 18:38 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp:1733:16: warning: unused variable ‘partial_turn’ [-Wunused-variable] | 18:38 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp: In member function ‘virtual void BuildingIndicator::Render()’: | 18:38 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp:1895:12: warning: variable ‘cl_ul’ set but not used [-Wunused-but-set-variable] | 18:38 |
arguser | /tmp/yaourt-tmp-le/aur-freeorion/src/freeorion-build/UI/InfoPanels.cpp:1896:12: warning: variable ‘cl_lr’ set but not used [-Wunused-but-set-variable] | 18:38 |
manteman | right | 18:40 |
arguser | AWESOME! | 18:43 |
arguser | so steps are: | 18:44 |
arguser | 1 downgrade boost boost-libs | 18:44 |
arguser | 2 add sed between make and cmake | 18:44 |
arguser | 3 cp boots-libs 1.8 to usr/lib | 18:44 |
arguser | less dirt to the issue | 18:45 |
manteman | nice | 18:46 |
*** arguser has quit IRC | 18:59 | |
*** le has joined #freeorion | 18:59 | |
*** le is now known as arguser | 18:59 | |
arguser | manteman: going out to take some fresh air | 19:00 |
arguser | cya! | 19:00 |
manteman | bye | 19:00 |
*** arguser has quit IRC | 19:01 | |
*** arguser has joined #freeorion | 19:03 | |
arguser | back | 19:03 |
arguser | awesome news | 19:03 |
arguser | ArchLinux | 19:03 |
arguser | Following into my basedir | 19:03 |
arguser | CWD: /usr/share/freeorion | 19:03 |
arguser | python2.5 found. Using it. | 19:04 |
arguser | /usr/bin/freeorion.elf: error while loading shared libraries: libboost_thread.so.1.48.0: cannot open shared object file: No such file or directory | 19:04 |
arguser | any solution for that? | 19:04 |
manteman | ja | 19:04 |
manteman | $ cp /var/cache/pacman/pkg/boost-libs-1.48.0-2-x86_64.pkg.tar.xz /tmp/ | 19:07 |
manteman | $ cd /tmp/ | 19:07 |
manteman | $ tar xvf boost-libs-1.48.0-2-x86_64.pkg.tar.xz | 19:07 |
manteman | $ sudo cp usr/lib/libboost_thread.so.1.48.0 /usr/lib/ | 19:07 |
arguser | vamos vamos | 19:07 |
manteman | ah btw it's a good idea to add IgnorePkg = boost boost-libs | 19:09 |
manteman | to the pacman.conf for the near future | 19:09 |
arguser | blist | 20:23 |
arguser | D= | 20:23 |
arguser | sorry | 20:23 |
*** le has joined #freeorion | 20:24 | |
*** arguser has left #freeorion | 20:24 | |
*** le is now known as Guest80630 | 20:25 | |
Guest80630 | hi | 20:25 |
*** Guest80630 has left #freeorion | 20:26 | |
*** arguser has joined #freeorion | 20:27 | |
arguser | hi | 20:27 |
arguser | manteman: is it posible that boost-libs.1.48.0 doesn't need to be copied to /usr/lib ? | 20:27 |
manteman | i copied only the libbost_thread.so.1.48.0 | 20:28 |
manteman | but this could be some uniuqe system depency for me | 20:29 |
*** theTroy has quit IRC | 22:12 | |
CIA-14 | FreeOrion: geoffthemedio * r4518 /trunk/FreeOrion/UI/InfoPanels.cpp: Removed some unused variables. | 23:04 |
*** __alex has joined #freeorion | 23:36 | |
*** arguser has quit IRC | 23:39 | |
*** arguser has joined #freeorion | 23:39 | |
*** VargaD has quit IRC | 23:44 | |
*** arguser_ has joined #freeorion | 23:44 | |
*** arguser has quit IRC | 23:46 | |
*** StrangerDanger has quit IRC | 23:46 | |
*** fdfdfd has joined #freeorion | 23:54 |
Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!