Sunday, 2010-05-16

*** tpb has joined #freeorion00:00
-gibson.freenode.net- [freenode-info] help freenode weed out clonebots -- please register your IRC nick and auto-identify: http://freenode.net/faq.shtml#nicksetup00:00
CIA-76FreeOrion: geoffthemedio * r3589 /trunk/FreeOrion/ (6 files in 2 dirs):00:01
CIA-76FreeOrion: -Partly fixed meter-related issues arising from recent changes. After first00:01
CIA-76FreeOrion: turn, meters on planets have semi-usable values, although effect contributions00:01
CIA-76FreeOrion: are being undone by "unknown" on client, and ship health has some weird00:01
CIA-76FreeOrion: behaviour.00:01
CIA-76FreeOrion: -Added an UniverseObject::Dump function to output object state information to logger00:01
*** VargaD has quit IRC00:35
*** tomboy64 has quit IRC01:21
*** tomboy64 has joined #freeorion01:24
*** bernardh has quit IRC01:33
*** VargaD has joined #freeorion01:38
CIA-76FreeOrion: geoffthemedio * r3590 /trunk/FreeOrion/ (5 files in 4 dirs):01:42
CIA-76FreeOrion: -Fixed client issue where first turn meter values were displayed as 0 (incorrectly)01:42
CIA-76FreeOrion: -Added ObjectMap dumps at various places in client and server for debugging purposes01:42
CIA-76FreeOrion: -Replaced MapWnd's custom ObjectMap dumping with the ObjectMap's built in dump, which moves the output from stdout to the log file01:42
CIA-76FreeOrion: -Commented out the MessageBox that indicates when a player has won the game, as I found this annoying when debugging with no AIs, which results in the player winning on the first (or second?) turn01:42
*** mithro has quit IRC02:28
*** mithro has joined #freeorion02:46
*** bernardh has joined #freeorion02:49
*** bernardh has quit IRC02:58
*** STalKer-X has joined #freeorion03:03
*** STalKer-Y has quit IRC03:06
*** kr0ddnnoMobil has joined #freeorion03:27
*** nairboon_ has quit IRC03:30
*** kr0ddnoMobil has quit IRC03:30
*** eagles0513875 has joined #freeorion06:12
*** cubathy has joined #freeorion06:44
eagles0513875hey guys07:45
eagles0513875i have a quesiton im working on compiling GG i had first a boost error which i solved and now i get this message when running cmake again OpenGL library not found. which dev library am i missing07:45
GeofftheMedionot sure...07:52
eagles0513875GeofftheMedio: turned out the boost issue was some missing boost packages07:52
eagles0513875its so upsetting how ubuntu splits up packages07:52
GeofftheMediokinda makes sense... boost is pretty big07:52
GeofftheMedioand it's really a group of libraries, only some of which are interdependent07:53
eagles0513875then the wiki is incorrect as it doesnt have these other boost libs listed that yeesha posted on my forum post07:53
eagles0513875sudo apt-get install libboost1.37-dev <----wiki07:53
GeofftheMediothe wiki does get out of date07:54
GeofftheMediofeel free to update it07:54
eagles0513875libboost-filesystem1.40.0 - 1.40.0-4ubuntu4 (amd64)07:54
eagles0513875libboost-iostreams1.40.0 - 1.40.0-4ubuntu4 (amd64)07:54
eagles0513875libboost-python1.40.0 - 1.40.0-4ubuntu4 (amd64)07:54
eagles0513875libboost-serialization1.40.0 - 1.40.0-4ubuntu4 (amd64)07:54
eagles0513875libboost-signals1.40.0 - 1.40.0-4ubuntu4 (amd64)07:54
eagles0513875libboost-system1.40.0 - 1.40.0-4ubuntu4 (amd64)07:54
eagles0513875libboost-thread1.40.0 - 1.40.0-4ubuntu4 (amd64) <---what yeesha posted on my forum post07:54
GeofftheMedioyeeha also lists various libgl dependencies07:56
GeofftheMediopresumably your distro has something for that07:56
eagles0513875i went through that whole list to make sure i wasnt missing anythign07:56
eagles0513875not that i know of07:57
GeofftheMedioI can't really help you... I don't do any development using opengl on linux07:57
eagles0513875its not a problem bro07:58
eagles0513875i can wait for a reply on the forums07:58
eagles0513875kinda busy atm studying for my last exam so all is good for now07:58
*** tomboy65 has joined #freeorion08:01
*** tomboy64 has quit IRC08:03
*** tomboy64 has joined #freeorion08:16
*** tomboy65 has quit IRC08:19
*** tomboy64 has quit IRC08:24
*** tomboy64 has joined #freeorion08:26
*** VargaD_ has joined #freeorion08:36
*** VargaD has quit IRC08:39
*** bernardh has joined #freeorion10:34
*** bernardh_ has joined #freeorion10:34
*** cubathy has quit IRC12:11
*** cubathy has joined #freeorion12:12
*** bernardh has quit IRC13:40
*** eagles0513875 has quit IRC15:02
*** eagles0513875 has joined #freeorion15:08
*** bernardh has joined #freeorion15:11
*** enigmatic has joined #freeorion15:15
*** eagles0513875 has quit IRC15:52
*** enigmatic has quit IRC16:12
*** enigmatic has joined #freeorion16:25
CIA-76FreeOrion: geoffthemedio * r3591 /trunk/FreeOrion/ (17 files in 3 dirs): (log message trimmed)17:58
CIA-76FreeOrion: -Fixed meter value updating after changing focus, which wasn't happening17:58
CIA-76FreeOrion: -In doing previous point, added a new virtual17:58
CIA-76FreeOrion: UniverseObject::ResetPairedActiveMeters function that works like17:58
CIA-76FreeOrion: UniverseObject::ResetTargetMaxUnpairedMeters except for paired active meters17:58
CIA-76FreeOrion: (ie. meters that aren't a target or max, but do have an associated target or max17:58
CIA-76FreeOrion: meter).17:58
*** kroddnoMobil has joined #freeorion18:56
*** ChanServ sets mode: +o kroddnoMobil18:56
*** kr0ddnnoMobil has quit IRC18:58
*** enigmatic has quit IRC19:00
*** enigmatic has joined #freeorion19:20
CIA-76FreeOrion: geoffthemedio * r3592 /trunk/FreeOrion/ (4 files in 3 dirs): (log message trimmed)20:15
CIA-76FreeOrion: -Moved MeterBrowseWnd title setting to initialization from update, since the meter types won't change, and added a few newer meters that weren't covered20:15
CIA-76FreeOrion: -Added Structure meters to SetMeter effect Dump function cases20:15
CIA-76FreeOrion: -Added new meters and rearranged cases in Variable<double>::Eval ValueRef code20:15
CIA-76FreeOrion: -Formatted english stringtable, renamed a few resource "production" strings to20:15
CIA-76FreeOrion: "output" (to avoid confusion with actual "production" as a concept in-game), and20:15
CIA-76FreeOrion: reorganized and updated the MeterType stringtable entries that are used for20:15
*** cubathy has quit IRC21:20
CIA-76FreeOrion: geoffthemedio * r3593 /trunk/FreeOrion/default/eng_stringtable.txt: Made meter-related some stringtable entries capitalized for stylistic reasons, and made various meter autogenerated effects strings into references to other strings, to avoid duplicating text.21:29
*** cubathy has joined #freeorion21:34
*** cubathy has quit IRC22:03
CIA-76FreeOrion: geoffthemedio * r3594 /trunk/FreeOrion/ (UI/InfoPanels.cpp default/eng_stringtable.txt):23:56
CIA-76FreeOrion: -Removed some unnecessary stringtable entries relating to meter tooltips, which can just use the standard meter names instead23:56
CIA-76FreeOrion: -Reworked MeterBrowseWnd to properly handle both paired and unpaired meters, by23:56
CIA-76FreeOrion: showing target and actual values, or just the single meter value, with effects23:56
CIA-76FreeOrion: breakdown for the single or target meters, and this turn / next turn / change23:56
CIA-76FreeOrion: values for the actual paired meters.23:56

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