Monday, 2010-12-27

*** tpb has joined #freeorion00:00
*** Yannis has joined #freeorion00:01
*** Andurino has quit IRC00:04
*** tomboy65 has quit IRC00:04
*** tomboy65 has joined #freeorion00:29
*** Yannis has quit IRC00:32
*** kman has joined #freeorion00:47
*** kman has quit IRC00:53
*** Yannis has joined #freeorion00:56
*** tomboy65 has quit IRC00:59
CIA-17FreeOrion: tzlaine * r3930 /trunk/FreeOrion/UI/CUIControls.cpp:01:17
CIA-17FreeOrion: Added a min height to CUIDropDownList to prevent it from getting squeezed flat01:17
CIA-17FreeOrion: due to recent GG changes.01:17
*** GeofftheMedio has quit IRC01:24
*** GeofftheMedio has joined #freeorion01:33
*** Yannis has quit IRC01:38
*** Yannis has joined #freeorion01:50
*** tomboy65 has joined #freeorion01:54
*** Yannis has quit IRC01:57
*** tomboy65 has quit IRC02:17
*** Yannis has joined #freeorion02:17
*** bernardh has joined #freeorion02:53
CIA-17FreeOrion: geoffthemedio * r3931 /trunk/FreeOrion/ (5 files in 2 dirs):03:26
CIA-17FreeOrion: -Added AddStarlanes effect that takes a condition parameter and adds starlanes between systems containing objects matched by the parameter and the target object's system.03:26
CIA-17FreeOrion: -Added, but didn't fully implement, RemoveStarlanes effect.03:26
CIA-17FreeOrion: -Added parsing for AddStarlanes and RemoveStarlanes.03:26
CIA-17FreeOrion: -Added no-op checks in System::AddStarlane and System::AddWormhole.03:26
CIA-17FreeOrion: -Layout tweaks in System.cpp.03:26
CIA-17FreeOrion: geoffthemedio * r3932 /trunk/FreeOrion/ (msvc2010/src/Version.cpp universe/Effect.cpp): Implemented RemoveStarlanes.03:44
*** STalKer-X has quit IRC04:21
*** STalKer-X has joined #freeorion04:21
*** GeofftheMedio_ has joined #freeorion04:50
*** GeofftheMedio has quit IRC04:51
*** GeofftheMedio_ is now known as GeofftheMedio04:51
*** bernardh has quit IRC05:14
*** bernardh has joined #freeorion08:14
*** kman has joined #freeorion11:56
*** ojii has joined #freeorion12:06
*** ojii is now known as ojii|onatrain12:23
*** bernardh has quit IRC13:06
*** ojii|onatrain has quit IRC13:18
*** ojii has joined #freeorion14:15
*** Yannis is now known as tomboy6415:09
*** GeofftheMedio_ has joined #freeorion16:05
*** GeofftheMedio has quit IRC16:07
*** GeofftheMedio_ is now known as GeofftheMedio16:07
*** kman has quit IRC16:29
*** enigmatic has quit IRC16:31
*** kman has joined #freeorion17:06
*** Mikoto_ has joined #freeorion17:47
*** Mikoto has quit IRC17:49
*** Mikoto_ is now known as Mikoto18:03
*** tomboy64 has quit IRC18:21
*** Lantizia has joined #freeorion20:08
LantiziaHey I keep getting seg faults when i try to start up freeorion - any way i can debug this?20:09
*** kman has quit IRC20:17
GeofftheMediowhat version and OS?20:22
GeofftheMedio(Lantizia)20:23
Lantiziaumbongo 10.04 i38620:23
*** bernardh has joined #freeorion20:31
CIA-17FreeOrion: geoffthemedio * r3933 /trunk/FreeOrion/universe/ (System.cpp Universe.cpp):20:40
CIA-17FreeOrion: -Fixed a crash bug where a starlane added between a system and itself would mess up the graph used for pathfinding.20:40
CIA-17FreeOrion: -Commented out some debug output related to visibility turn history tracking.20:40
GeofftheMedioI've never heard of that, but I assume it's an Ubuntu variant..?20:40
GeofftheMedioregardless, is there a more specific error message associated with this seg fault?20:40
CIA-17FreeOrion: geoffthemedio * r3934 /trunk/FreeOrion/default/universe_tables.txt:20:43
CIA-17FreeOrion: Tweaked universe_tables.txt to have fewer planets with the high density planets20:43
CIA-17FreeOrion: setting and more planets with the low density planets setting, to have less20:43
CIA-17FreeOrion: frequent no star systems, and how star type and planet type interact in20:43
CIA-17FreeOrion: frequency.20:43
GeofftheMedio(Lantizia again... I assume your name pings you)20:43
*** bernardh has quit IRC20:47
CIA-17FreeOrion: pd_ * r3935 /trunk/FreeOrion/default/alignments.txt: fixed a typo20:57
LantiziaGeofftheMedio, it is Ubuntu21:00
Lantiziait just moans about how libpython2.5.so.1.0 isn't found and says it'll use a shipped version21:00
Lantiziapython2.6 is installed however21:00
Lantiziadon't suppose anyone has been good enough to make actual packages rather than this setup wizard nonsense?21:01
GeofftheMediocan you tell me what glxinfo outputs?21:09
GeofftheMediothere have been some packages made for various distros, but they're not regularly supported or updated.21:10
GeofftheMedioit would also be helpful if you downloaded the debug symbols and ran with gdb attached.  this is discussed here: http://www.freeorion.org/forum/viewtopic.php?p=43942#p4394221:15
tpb<http://ln-s.net/8IM1> (at www.freeorion.org)21:15
*** GeofftheMedio_ has joined #freeorion21:54
*** GeofftheMedio has quit IRC21:56
*** GeofftheMedio_ is now known as GeofftheMedio21:56
*** tomboy64 has joined #freeorion22:39
*** ojii has quit IRC22:39
CIA-17FreeOrion: geoffthemedio * r3936 /trunk/FreeOrion/default/eng_stringtable.txt: Stringtable adjustment to go with revision 3935.22:41
*** tomboy64 has quit IRC22:46
*** tomboy64 has joined #freeorion22:46
CIA-17FreeOrion: geoffthemedio * r3937 /trunk/FreeOrion/ (4 files in 2 dirs):23:42
CIA-17FreeOrion: -Renamed Condition::SearchDomain enums from TARGET and NON_TARGETS to MATCHES and NON_MATCHES23:42
CIA-17FreeOrion: -Changed names of parameters to Condition::Eval from target and non_targets to matches and non_matches.23:42
CIA-17FreeOrion: -Change name of parameter to Condition::Match from target to local_candidate. This and the above better reflect that conditions aren't necessary used to find targets for effects.23:42
CIA-17FreeOrion: -Added definition but not implementation of Condition::CanHaveStarlaneConnection to test whether adding a lane between systems would conflict with the rest of the systems / starlane graph.23:42

Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!