*** tpb has joined #freeorion | 00:00 | |
CIA-16 | FreeOrion: geoffthemedio * r5150 /trunk/FreeOrion/UI/ObjectListWnd.cpp: Seemingly got ObjectListWnd to update properly for fleet arrangement changes, though there's probably a crash bug I haven't seen. | 00:36 |
---|---|---|
CIA-16 | FreeOrion: geoffthemedio * r5151 /trunk/FreeOrion/UI/ObjectListWnd.cpp: Fixed rows for fleets outside systems disappearing when collapsed. | 00:40 |
*** Stranger has quit IRC | 00:53 | |
*** Stranger has joined #freeorion | 02:53 | |
*** STalKer-X_j has joined #freeorion | 03:52 | |
*** STalKer-X has quit IRC | 03:52 | |
CIA-16 | FreeOrion: geoffthemedio * r5152 /trunk/FreeOrion/UI/ObjectListWnd.cpp: Visibility filtering in objects list, including hackish handling of new objects created in client during turn. | 04:37 |
*** bookwar has quit IRC | 06:07 | |
*** zhur has joined #freeorion | 07:28 | |
*** theTroy has quit IRC | 07:45 | |
*** TheOnlySkyfire has joined #freeorion | 07:48 | |
zhur | hey, anone getting a compile error in HumanClientApp.cpp? | 08:06 |
zhur | /home/zhur/src/freeorion/FreeOrion/client/human/HumanClientApp.cpp: In constructor ‘HumanClientApp::HumanClientApp(Ogre::Root*, Ogre::RenderWindow*, Ogre::SceneManager*, Ogre::Camera*, Ogre::Viewport*, const boost::filesystem3::path&)’: | 08:06 |
zhur | /home/zhur/src/freeorion/FreeOrion/client/human/HumanClientApp.cpp:184:24: error: no matching function for call to ‘GG::OgreGUI::OgreGUI(Ogre::RenderWindow*&, const boost::filesystem3::path&)’ | 08:06 |
zhur | /home/zhur/src/freeorion/FreeOrion/client/human/HumanClientApp.cpp:184:24: note: candidates are: | 08:06 |
zhur | /usr/local/include/GG/Ogre/OgreGUI.h:132:14: note: GG::OgreGUI::OgreGUI(Ogre::RenderWindow*, const string&) | 08:06 |
zhur | /usr/local/include/GG/Ogre/OgreGUI.h:132:14: note: no known conversion for argument 2 from ‘const boost::filesystem3::path’ to ‘const string& {aka const std::basic_string<char>&}’ | 08:06 |
zhur | /usr/local/include/GG/Ogre/OgreGUI.h:123:19: note: GG::OgreGUI::OgreGUI(const GG::OgreGUI&) | 08:06 |
zhur | /usr/local/include/GG/Ogre/OgreGUI.h:123:19: note: candidate expects 1 argument, 2 provided | 08:06 |
GeofftheMedio | delete your gigi directory and update from svn again | 08:06 |
zhur | hmmm, I just did this before the compile | 08:07 |
zhur | lemme try again | 08:07 |
zhur | no, its the same | 08:08 |
zhur | is "Updated to revision 5152." in GG correct? | 08:09 |
GeofftheMedio | there's no way you redownloaded the whole gg directory in 30 seconds | 08:09 |
GeofftheMedio | and then recompiled it | 08:09 |
zhur | I ran svn up | 08:09 |
GeofftheMedio | *DELETE* the whole GG directory from in the freeorion directory | 08:09 |
GeofftheMedio | it's changed from a SVN external to included in the freeorion repository | 08:09 |
zhur | hmmm, I did rm -rf GG/ before svn up | 08:10 |
GeofftheMedio | if you just update, the transition doesn't work right, and fails to download because it thinks the old external stuff is a modified version of the SVN code | 08:10 |
zhur | maybe it's because I'm not in top checkout directory? | 08:10 |
*** VargaD has joined #freeorion | 08:10 | |
GeofftheMedio | where else do you have a GG directory? | 08:11 |
zhur | I meant I ran svn up from FreeOrion/ dir, not from checkout root | 08:11 |
GeofftheMedio | I dunno how your svn client works | 08:12 |
GeofftheMedio | but it didn't work if it took you only as long as the chat messages suggest | 08:12 |
zhur | why you still use svn also? :) | 08:13 |
GeofftheMedio | don't know what that meant | 08:14 |
zhur | there are better SCM out there - e.g. git | 08:14 |
GeofftheMedio | SVN mostly works fine, and has been for years. | 08:15 |
GeofftheMedio | there's a git mirror someone was maintaining (perhaps automatically?) if you prefer to use that, though it'll be slightly out of date | 08:15 |
STalKer-X_j | but SVN is old and crappy ;O | 08:18 |
zhur | yeah, it's not worth the switch if it does ok... though all the projects I participated that were using svn are using git now | 08:18 |
STalKer-X_j | every cool project now uses git :O | 08:18 |
zhur | at least it doesn't need a connection to do diff :D | 08:19 |
zhur | or log | 08:19 |
GeofftheMedio | svn diff works fine without a connection for me | 08:19 |
STalKer-X_j | :D | 08:20 |
zhur | maybe I wasn't right but it takes ages :P | 08:22 |
GeofftheMedio | ? | 08:23 |
zhur | I'm getting an error while configuring GG on a freshly checked-out repo: Error copying file (if different) from "/home/zhur/src/freeorion/freeorion2/FreeOrion/GG/libltdl/config.h" to "/home/zhur/src/freeorion/freeorion2/FreeOrion/GG/GG/ltdl_config.h". | 08:42 |
zhur | do I configure it correctly: 'cmake -DBUILD_TUTORIALS=off -DBUILD_OGRE_DRIVER=ON -DBUILD_OGRE_OIS_PLUGIN=ON .'? | 08:42 |
GeofftheMedio | I don't know how to use the cmake build... | 08:42 |
GeofftheMedio | particularly on linux | 08:43 |
zhur | pity, then I'll try to google it | 08:43 |
GeofftheMedio | should be config-h.in as the source file I'd guess... | 08:45 |
zhur | yeah, probably it doesn't get created for some reason | 08:45 |
zhur | ./libltdl/configure used to generate it doesn't have execution permission - weird | 08:48 |
zhur | eeeessshhh it also has Windows endlines :) | 08:48 |
*** theTroy has joined #freeorion | 09:06 | |
zhur | ah, seems the fresh build fixed the problem | 09:50 |
GeofftheMedio | hurray | 09:50 |
zhur | though it wasn't because I had incorrect sources :) | 09:50 |
GeofftheMedio | it probly didn't help | 09:51 |
zhur | so new GG make install helped | 09:51 |
zhur | but that's weird that freeorion uses system GG library when it has own in the sources :P | 09:52 |
GeofftheMedio | the cmake build hasn't been updated | 09:52 |
zhur | ah, I got it | 09:52 |
zhur | so did I get right that freeorion now uses own version of GG? | 09:53 |
GeofftheMedio | supposed to | 09:53 |
zhur | so now I can make own hacks for GG to be used by freeorion only? | 09:53 |
GeofftheMedio | yes | 09:53 |
zhur | that's nice! | 09:53 |
GeofftheMedio | if you can get it to use the gigi sources on the linux build | 09:54 |
zhur | heh, now I know what to do :) | 09:54 |
zhur | you know, I recently tried to disallow freeorion window to resize | 09:54 |
zhur | but it turned out that it's not possible in the current plugin design | 09:55 |
zhur | if I can make own hack for GG probably it'll work | 09:55 |
GeofftheMedio | won't get committed anyway | 09:55 |
GeofftheMedio | window resizing is a useful feature | 09:55 |
zhur | you mean with the help of the mouse or through the options? | 09:56 |
GeofftheMedio | both | 09:56 |
GeofftheMedio | mouse more so | 09:56 |
GeofftheMedio | as it takes effect immediately | 09:56 |
GeofftheMedio | on windows at least, and probably osx | 09:57 |
zhur | aha, ok | 09:57 |
zhur | then UI windows need to be fixed to resize accordingly, right? | 09:58 |
GeofftheMedio | some of them | 09:58 |
GeofftheMedio | or reworked so it's not an issue | 09:58 |
GeofftheMedio | maybe treat research as a window like sitrep, rather than having it take over the whole screen | 09:59 |
GeofftheMedio | would need to resize its contents regardless, though | 09:59 |
zhur | ok, I got the idea | 09:59 |
zhur | hmmm, now after successful build a runtome error: main() caught exception(std::exception): OGRE EXCEPTION(7:InternalErrorException): Could not load dynamic library ./RenderSystem_GL. System Error: ./RenderSystem_GL.so: cannot open shared object file: No such file or directory in DynLib::load at /home/zhur/src/ogre_src_v1-8-0/OgreMain/src/OgreDynLib.cpp (line 91) | 10:00 |
zhur | ah, sorry, wrong links | 10:00 |
GeofftheMedio | ? | 10:01 |
zhur | I built my own Ogre so the libs went to a different place than told on the wiki page on how to build the binary | 10:02 |
zhur | new objects window is nice :) | 10:04 |
*** Stranger has quit IRC | 10:07 | |
zhur | did anyone make a svnignore for freeorion? | 10:12 |
GeofftheMedio | there's a bunch of things marked | 10:12 |
GeofftheMedio | *.cache | 10:13 |
GeofftheMedio | *.dll | 10:13 |
GeofftheMedio | *.exe | 10:13 |
GeofftheMedio | *.exp | 10:13 |
GeofftheMedio | *.lib | 10:13 |
GeofftheMedio | *.pdb | 10:13 |
GeofftheMedio | Makefile | 10:13 |
zhur | I just can't find it | 10:13 |
*** theTroy has quit IRC | 10:14 | |
GeofftheMedio | property of the root Freeorion directory | 10:14 |
zhur | aha, got it | 10:18 |
zhur | there are bunch of cmake stuff not added there | 10:19 |
zhur | how does UI update with a new turn? | 10:50 |
zhur | MapWnd::InitTurn is called maybe? | 10:51 |
CIA-16 | FreeOrion: eleazzaar * r5153 /trunk/FreeOrion/ (4 files in 3 dirs): Roughly added the new Protection Focus, which increases shields, defenses, and troops. | 14:31 |
*** theTroy has joined #freeorion | 16:12 | |
*** theTroy has quit IRC | 17:15 | |
*** theTroy has joined #freeorion | 17:37 | |
*** Xenux has joined #freeorion | 18:13 | |
Xenux | hi | 18:15 |
VargaD | Hi | 18:15 |
STalKer-X_j | sup? | 18:23 |
*** zhur has quit IRC | 19:08 | |
theTroy | Hi guys, does anyone know who made those awesome ship designs btw? | 20:16 |
GeofftheMedio | more specifically? | 20:16 |
theTroy | GeofftheMedio: a moment | 20:21 |
theTroy | uhh | 20:22 |
theTroy | can't find them now | 20:22 |
theTroy | seen them a few weeks ago | 20:22 |
theTroy | those black-orange glowing alien-like models | 20:22 |
GeofftheMedio | find the filename and check the SVN commit logs for it | 20:24 |
GeofftheMedio | should probably say who made it | 20:24 |
theTroy | thanks :) will try. | 20:29 |
*** TheOnlySkyfire has left #freeorion | 20:51 | |
*** theTroy has quit IRC | 21:03 | |
*** __jpmorgan has quit IRC | 21:42 | |
*** __jpmorgan has joined #freeorion | 21:55 | |
*** __jpmorgan has quit IRC | 22:01 | |
*** __jpmorgan has joined #freeorion | 22:02 | |
*** __jpmorgan has quit IRC | 22:11 | |
*** __jpmorgan has joined #freeorion | 22:29 | |
*** __jpmorgan has quit IRC | 22:36 | |
*** __jpmorgan has joined #freeorion | 22:42 | |
*** theTroy has joined #freeorion | 22:49 | |
*** __jpmorgan has quit IRC | 23:02 | |
*** __jpmorgan has joined #freeorion | 23:09 | |
*** GeofftheMedio_ has joined #freeorion | 23:20 | |
*** GeofftheMedio has quit IRC | 23:21 | |
*** GeofftheMedio_ is now known as GeofftheMedio | 23:22 | |
*** CIA-16 has quit IRC | 23:29 | |
*** GeofftheMedio_ has joined #freeorion | 23:57 |
Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!