[00:17] mk [00:17] lets see [00:17] just got it working from the dvd :) [00:17] without copying the files [00:19] Kirben (kirben@c58-107-187-179.brasd3.vic.optusnet.com.au) joined #scummvm. [00:19] #scummvm: mode change '+o Kirben' by ChanServ!ChanServ@services. [00:20] mthreepwood * r52487 /scummvm/trunk/engines/mohawk/ (riven.cpp riven.h riven_external.cpp): [00:20] MOHAWK: Cleanup mouse cursor position handling in Riven [00:20] This fixes some cursors showing up incorrectly if the cursor moved during ie. a [00:20] video and then the card changes. Also, remove an unneeded rect check in [00:20] loadHotspots() that's from the ancient times before script size calculation was [00:20] fixed and some warnings that don't affect gameplay. [00:21] Mataniko (~chatzilla@c-71-232-21-15.hsd1.ma.comcast.net) joined #scummvm. [00:24] lubyou (~lubyou@unaffiliated/lubyou) left irc: Read error: Operation timed out [00:24] clone2727, qt_decoder? [00:24] can't find a qt_player [00:24] Er, right. Once upon a time it was qt_player ;) [00:27] clone2727, if its of any interest: the stuff to play it directly from the trilogy dvd (by just adding the myst2 folder): http://kreegee.pastebin.com/Qtnm6nbH [00:36] Robin_Watts (~Javacat@91.85.173.229) left irc: Quit: Pop! [00:37] mthreepwood * r52488 /scummvm/trunk/engines/mohawk/ (riven.cpp riven.h riven_scripts.cpp): [00:37] MOHAWK: Update videos when the delay opcode is called [00:37] The fixes a couple scripts which decide to delay through a background video turning into a virtual blocking video. [00:37] kreegee: One sec [00:38] its very trivial and it would probably be better to not ad parent-dirs, but the myst2/data subsubdir instead. but that would require the detector to work on the root-dir (and there it currently finds both myst and riven, but both games then start myst) [00:43] kreegee: It's really a hack, IMO. The Advanced Detector probably should be changed not to always take the first match. Or maybe there's an Advanced Detector flag for that, I forget [00:47] yeah, its not the best solution ;) [00:47] hm [00:47] looking into the display matrix stuff [00:47] kreegee: We probably don't need the rotation part, but the improved scaling part would be great [00:48] just reading the ffmpeg source and trying to figure something out ;) [00:48] kreegee: Might be good to look at the QuickTime specs too [00:48] they also skip it in mvhd, but use it in tkhd [00:48] thats the next thing [00:49] We need both the mvhd and tkhd one for the Riven videos [00:49] (I really hate them for upscaling the videos for storage and then downscaling on runtime) [00:51] sounds retarded [00:52] It is indeed :P [00:52] Anyway, must head off now. Will be back on hopefully in an hour [00:52] k [00:52] clone2727 (~clone2727@lawn-net168-in.rutgers.edu) left irc: Quit: bbl [00:55] criezy (~criezy@client-86-23-7-224.brhm.adsl.virginmedia.com) left irc: Quit: criezy [00:58] Ceriand|work (~Ceriand@unaffiliated/ceriand) left irc: Quit: Leaving. [00:58] Mataniko (~chatzilla@c-71-232-21-15.hsd1.ma.comcast.net) left irc: Ping timeout: 265 seconds [01:11] Ceriand|desktop (~Ceriand@unaffiliated/ceriand) joined #scummvm. [01:14] jackster (~jackdonag@93-97-138-93.zone5.bethere.co.uk) left irc: Quit: jackster [01:16] Mataniko (~chatzilla@c-71-232-21-15.hsd1.ma.comcast.net) joined #scummvm. [01:39] SylvainTV (~SylvainTV@ALille-553-1-42-103.w90-34.abo.wanadoo.fr) left irc: Ping timeout: 265 seconds [01:51] lubyou (lubyou@2001:41d0:2:36a9::10) joined #scummvm. [01:52] lubyou (lubyou@2001:41d0:2:36a9::10) left irc: Changing host [01:52] lubyou (lubyou@unaffiliated/lubyou) joined #scummvm. [01:54] Sho_ (~EHS1@kde/hein) left irc: Remote host closed the connection [01:56] clone2727 (~clone2727@pool-72-68-43-75.nwrknj.east.verizon.net) joined #scummvm. [01:56] #scummvm: mode change '+o clone2727' by ChanServ!ChanServ@services. [01:59] Javacat (~Javacat@unaffiliated/javacat) left irc: Quit: zzz [02:04] hm [02:04] clone [02:05] hi [02:05] clone2727, you said you don't need the rotation (and the translation/movement probably neither) [02:05] Correct [02:05] so that only leaves the scaling [02:05] Correct [02:06] the only thing then would be to change it from quarter/half/full to a floating scale? [02:06] or what exactly is missing? [02:06] theres already code taking care of the matrix [02:07] When the x scale != y scale [02:10] It should be straightforward, I just haven't gotten around to it yet :P [02:10] so _scaleMode should be replaced by scaleFactorX and scaleFactorY [02:10] or is the coursness of normal/half/quarter good enough? [02:10] _xScaleFactor and _yScaleFactor would be better, IMO [02:10] yeah [02:11] AFAIK, there's only *one* video in Riven that has x scale != y scale, but that one video means we have to support it [02:11] wow, Riven [02:12] flashbacks [02:12] I wrote the original code based on the assumption that they would always be equal in Riven, but I later (accidentally) found the problematic video in question [02:12] how do i get to that video, btw? [02:13] Bring up the console via ctrl+d, type "changeStack jspit 377" and then hit the hidden button on the light twice [02:13] ok [02:15] Kerbox (~Kernox@ti0106a340-dhcp0223.bb.online.no) left irc: Read error: Connection reset by peer [02:15] shouldn't f4 display the hidden buttons? [02:15] It will display all hotspots, yet [02:15] Kerbox (~Kernox@ti0106a340-dhcp0223.bb.online.no) joined #scummvm. [02:15] yes* [02:16] hm [02:16] cant find no light [02:16] ah [02:16] bottom right once you turn [02:17] oh [02:17] now i got the error [02:17] nice [02:17] ;) [02:17] kreegee: Ah, your version is more like the CD version then... interesting [02:20] hm, i'll keep the current scaleMode const [02:20] instead of using a factor [02:21] and simply add a check to see if its 1,1/2 or 1/4 [02:21] or not... [02:21] hm [02:29] Vampire0 (vampire@jEdit/Vampire) left irc: Ping timeout: 265 seconds [02:34] Kerbox (~Kernox@ti0106a340-dhcp0223.bb.online.no) left irc: Read error: Connection reset by peer [02:35] Kerbox (~Kernox@ti0106a340-dhcp0223.bb.online.no) joined #scummvm. [02:43] Vampire0 (vampire@jEdit/Vampire) joined #scummvm. [02:44] Kerbox (~Kernox@ti0106a340-dhcp0223.bb.online.no) left irc: Read error: Connection reset by peer [02:47] Kerbox (~Kernox@ti0106a340-dhcp0223.bb.online.no) joined #scummvm. [03:01] timofonic (~timofonic@unaffiliated/timofonic) left irc: Quit: WeeChat 0.3.2 [03:07] argl, change from enum to int gives me plenty of div/0 [03:07] once again feeling like the slowest coder in the world ;) [03:08] kreegee : Don't worry... I'm slower. [03:08] Zaarin (~jalla@ti511110a080-0245.bb.online.no) left irc: Read error: Connection reset by peer [03:08] Zaarin (~jalla@ti511110a080-0245.bb.online.no) joined #scummvm. [03:10] usually im faster (usually: java and eclipse, currently: c and vim) [03:11] Bah, Java [03:12] Kerbox (~Kernox@ti0106a340-dhcp0223.bb.online.no) left irc: Read error: Connection reset by peer [03:13] Kerbox (~Kernox@ti0106a340-dhcp0223.bb.online.no) joined #scummvm. [03:13] waltervn (~chatzilla@82-171-47-198.ip.telfort.nl) left irc: Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2/20100222070821] [03:18] Ceriand (~ceriand@unaffiliated/ceriand) joined #scummvm. [03:22] clone [03:23] Yes? [03:23] is there any reason movstreamcontext has a scale value? [03:24] its never set [03:24] Yes. As said before, both tkhd and mvhd can have the scale values [03:24] Yes it is [03:25] lines 695, 697, and 699 [03:25] oh [03:25] sorry [03:25] my bad [03:26] didn't notice the st-> [03:27] Kenryu (UPP@c-98-208-24-221.hsd1.ca.comcast.net) joined #scummvm. [03:27] Vaikungfu (UPP@c-98-208-24-221.hsd1.ca.comcast.net) left irc: Disconnected by services [03:27] Nick change: Kenryu -> Vaikungfu [03:38] lubyou (lubyou@unaffiliated/lubyou) left irc: Read error: Operation timed out [03:40] D0SFreak (~D0SFreak@c-67-166-244-55.hsd1.ga.comcast.net) left irc: Ping timeout: 265 seconds [03:43] Ceriand (~ceriand@unaffiliated/ceriand) left irc: Ping timeout: 240 seconds [03:57] lubyou (lubyou@unaffiliated/lubyou) joined #scummvm. [03:59] Kerbox (~Kernox@ti0106a340-dhcp0223.bb.online.no) left irc: Read error: Connection reset by peer [04:01] Kerbox (~Kernox@ti0106a340-dhcp0223.bb.online.no) joined #scummvm. [04:02] ok [04:02] maybe i'm done [04:03] looks like it [04:03] i guess the repeated playback when the mouth opens is unrelated [04:06] I think that is a known issue.. Are you OK to submit the patch? [04:07] one sec [04:08] right now [04:08] logging in [04:13] uploaded [04:13] Thanks.. [04:13] https://sourceforge.net/tracker/?func=detail&aid=3057924&group_id=37116&atid=418822 [04:15] wow, my english is bad [04:16] Don't worry.. It is better than most of the English's English :-) [04:18] next then, sorenson1 and 3 ;) [04:19] kreegee: Will take a look at the patch, but tomorrow. I'm too tired now ;) [04:19] ok [04:19] me too [04:19] fuck [04:19] gotta get up in 5h30 [04:19] You have 1.5h, enough for 1 REM cycle [04:22] not at 5h30, in 5 hours [04:22] thats enough for a few more cycles [04:22] its already 5:30 here :D [04:24] kreegee: Took a brief look at it and will add my initial comments ;) [04:30] ah [04:30] wondered why there wasn't no floats at all... [04:30] will have a look at rational tomorrow [04:30] kreegee: Thanks :) [04:35] how do i print a rational in debug? [04:35] ah [04:35] double() [04:35] toDouble [04:58] Kerbox (~Kernox@ti0106a340-dhcp0223.bb.online.no) left irc: Read error: Connection reset by peer [04:59] Kerbox (~Kernox@ti0106a340-dhcp0223.bb.online.no) joined #scummvm. [05:00] clone2727 (~clone2727@pool-72-68-43-75.nwrknj.east.verizon.net) left irc: Quit: later [05:02] dhewg (dhewg@dhewg.wiibrew.org) left irc: Ping timeout: 272 seconds [05:02] dhewg (dhewg@dhewg.wiibrew.org) joined #scummvm. [05:02] #scummvm: mode change '+o dhewg' by ChanServ!ChanServ@services. [05:03] Kerbox (~Kernox@ti0106a340-dhcp0223.bb.online.no) left irc: Read error: Connection reset by peer [05:04] Kerbox (~Kernox@ti0106a340-dhcp0223.bb.online.no) joined #scummvm. [05:06] ok, forget the "tomorrow" in my last msg [05:07] http://en.wikipedia.org/wiki/Tomorrow_and_tomorrow_and_tomorrow [05:08] rewrote it with Common::Rational now [05:08] Kudos. [05:16] Kenryu (UPP@c-98-208-24-221.hsd1.ca.comcast.net) joined #scummvm. [05:16] Vaikungfu (UPP@c-98-208-24-221.hsd1.ca.comcast.net) left irc: Disconnected by services [05:17] Nick change: Kenryu -> Vaikungfu [05:25] dreammaster (~paulfgilb@C-59-101-246-119.bur.connect.net.au) joined #scummvm. [05:25] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [05:51] Kirben (kirben@c58-107-187-179.brasd3.vic.optusnet.com.au) left irc: [05:55] Kirben (kirben@c58-107-187-179.brasd3.vic.optusnet.com.au) joined #scummvm. [05:55] #scummvm: mode change '+o Kirben' by ChanServ!ChanServ@services. [06:10] eriktorbjorn * r52489 /scummvm/trunk/ (engines/sci/engine/vm.cpp graphics/video/coktel_decoder.cpp): JANITORIAL: Remove extra semi-colons. [06:15] Strangerke (~a@cable-85.28.84.10.coditel.net) left irc: [06:17] Kenryu (UPP@c-98-208-24-221.hsd1.ca.comcast.net) joined #scummvm. [06:17] Vaikungfu (UPP@c-98-208-24-221.hsd1.ca.comcast.net) left irc: Disconnected by services [06:17] Nick change: Kenryu -> Vaikungfu [06:36] ajax16384 (~ajax16384@ip87.net171.n37.ru) joined #scummvm. [06:36] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [06:52] WilliamC (William@150.216.103.165) left irc: Read error: Connection reset by peer [07:17] WilliamC (WilliamC@150.216.103.165) joined #scummvm. [07:29] Strangerke (51f60aa1@gateway/web/freenode/ip.81.246.10.161) joined #scummvm. [07:29] #scummvm: mode change '+o Strangerke' by ChanServ!ChanServ@services. [07:29] hi guys [07:37] G'day [07:45] G'night [07:48] ajax16384 (~ajax16384@ip87.net171.n37.ru) left irc: Ping timeout: 240 seconds [07:50] ajax16384 (~ajax16384@ip27.net171.n37.ru) joined #scummvm. [07:50] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [07:54] ny00123 (~ny00123@bzq-79-183-6-82.red.bezeqint.net) joined #scummvm. [08:23] SylvainTV (~SylvainTV@ALille-553-1-42-103.w90-34.abo.wanadoo.fr) joined #scummvm. [08:24] hi SylvainTV [08:28] SylvainTV (~SylvainTV@ALille-553-1-42-103.w90-34.abo.wanadoo.fr) left irc: Ping timeout: 276 seconds [08:34] lunavorax (~lunavorax@cau33-2-82-227-183-10.fbx.proxad.net) joined #scummvm. [08:40] Bluddy|work (93ea0205@gateway/web/freenode/ip.147.234.2.5) left irc: Ping timeout: 252 seconds [08:45] FreeTHX (~freethx@freethx.iutv.org) left irc: Ping timeout: 240 seconds [09:02] dreammaster (~paulfgilb@C-59-101-246-119.bur.connect.net.au) left irc: Ping timeout: 258 seconds [09:03] johndoe123 (~john_doe@p5DE78C9E.dip.t-dialin.net) joined #scummvm. [09:03] #scummvm: mode change '+o johndoe123' by ChanServ!ChanServ@services. [09:18] James|GlideM (~James|Gli@cpc1-mapp11-2-0-cust613.12-4.cable.virginmedia.com) joined #scummvm. [09:18] #scummvm: mode change '+v James|GlideM' by ChanServ!ChanServ@services. [09:28] bushwakko (~bushwakko@34.0.92.62.static.cust.telenor.com) joined #scummvm. [09:41] Ceriand|desktop (~Ceriand@unaffiliated/ceriand) left irc: Read error: Connection reset by peer [09:49] Does anyone have iTunes 10 here? [09:51] I don't. [09:55] m_kiewitz (~m_kiewitz@kons-5f710858.pool.mediaWays.net) joined #scummvm. [09:55] #scummvm: mode change '+o m_kiewitz' by ChanServ!ChanServ@services. [10:03] m_kiewitz * r52490 /scummvm/trunk/engines/sci/ (console.cpp console.h debug.h engine/vm.cpp sci.h): [10:03] SCI: adding "bpr" and "bpw" debug commands [10:03] "bpr" breakpoint on reading of selectors [10:03] "bpw" breakpoint of writing of selectors [10:03] "bpx" is now breakpoint on executing of selectors only [10:19] Robin_Watts (~Javacat@91.85.173.229) joined #scummvm. [10:19] #scummvm: mode change '+o Robin_Watts' by ChanServ!ChanServ@services. [10:20] Bluddy|work (93ea0205@gateway/web/freenode/ip.147.234.2.5) joined #scummvm. [10:22] _sev|work (~sev@scummvm/undead/sev) left irc: Ping timeout: 276 seconds [10:47] Nick change: kreegee -> kree|afk [11:07] Javacat (~Javacat@unaffiliated/javacat) joined #scummvm. [11:19] m_kiewitz * r52491 /scummvm/trunk/engines/sci/engine/vm.cpp: SCI: fixing debug output for bpx [11:28] Strangerke (51f60aa1@gateway/web/freenode/ip.81.246.10.161) left irc: Ping timeout: 252 seconds [11:32] pablog (~pablog@212.225.194.230) joined #scummvm. [11:32] pablog (~pablog@212.225.194.230) left irc: Changing host [11:32] pablog (~pablog@pdpc/supporter/student/pablog) joined #scummvm. [11:35] Action: m_kiewitz summons [md5] [11:36] dreammaster (~paulfgilb@C-59-101-246-119.bur.connect.net.au) joined #scummvm. [11:36] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [11:36] Strangerke (51f60aa1@gateway/web/freenode/ip.81.246.10.161) joined #scummvm. [11:36] #scummvm: mode change '+o Strangerke' by ChanServ!ChanServ@services. [11:36] D0SFreak (~D0SFreak@c-67-166-244-55.hsd1.ga.comcast.net) joined #scummvm. [11:39] Bluddy * r52492 /scummvm/trunk/sound/softsynth/fmtowns_pc98/towns_audio.cpp: [11:39] FMTOWNS AUDIO: fixed divide by zero exception from commit 52013 [11:39] Also removed 1 or 2 float operations. [11:41] D0SFreak (~D0SFreak@c-67-166-244-55.hsd1.ga.comcast.net) left irc: Ping timeout: 265 seconds [11:49] kreegee (~kreegee@gw.ptr-80-238-170-99.customer.ch.netstream.com) joined #scummvm. [11:50] strangerke * r52493 /scummvm/trunk/engines/hugo/file.cpp: [11:50] HUGO: Fix loading of config file during game init [11:50] Add a check on CONFIG.DAT size in order to avoid loading crap into [11:50] the _config structure during the initialization of the engine. [11:50] The game no longer starts in turbo & mute mode [11:53] D0SFreak (~D0SFreak@72.1.88.158) joined #scummvm. [11:57] timofonic (~timofonic@unaffiliated/timofonic) joined #scummvm. [12:31] kreegee (~kreegee@gw.ptr-80-238-170-99.customer.ch.netstream.com) left irc: Quit: kreegee [12:41] strangerke * r52494 /scummvm/trunk/engines/hugo/file.cpp: HUGO: Fix warnings [12:42] kreegee (~kreegee@gw.ptr-80-238-170-99.customer.ch.netstream.com) joined #scummvm. [12:42] Arf, other warnings :( [12:44] echelog-1 (~echelog-1@0138500130.0.fullrate.dk) left irc: Ping timeout: 265 seconds [12:47] kreegee (~kreegee@gw.ptr-80-238-170-99.customer.ch.netstream.com) left irc: Quit: kreegee [12:53] dreammaster (~paulfgilb@C-59-101-246-119.bur.connect.net.au) left irc: [13:00] echelog-1 (~echelog-1@0138500130.0.fullrate.dk) joined #scummvm. [13:16] echelog-1 (~echelog-1@0138500130.0.fullrate.dk) left irc: Read error: Operation timed out [13:33] echelog-1 (~echelog-1@0138500130.0.fullrate.dk) joined #scummvm. [13:34] kreegee (~kreegee@gw.ptr-80-238-209-142.customer.ch.netstream.com) joined #scummvm. [13:46] bushwakko (~bushwakko@34.0.92.62.static.cust.telenor.com) left irc: Quit: bushwakko [13:47] bushwakko (~bushwakko@34.0.92.62.static.cust.telenor.com) joined #scummvm. [13:48] Mataniko2 (~chatzilla@75-144-151-233-NewEngland.hfc.comcastbusiness.net) joined #scummvm. [13:48] strangerke * r52495 /scummvm/trunk/engines/hugo/ (engine.cpp file.cpp file.h hugo.cpp): [13:48] HUGO: Cleanup and fix mouse pointer issue [13:48] - Suppress commented code [13:48] - Suppress readConfig() and writeConfig() [13:48] - Fix the disappearing mouse issue [13:49] waltervn (~chatzilla@82-171-47-198.ip.telfort.nl) joined #scummvm. [13:49] #scummvm: mode change '+o waltervn' by ChanServ!ChanServ@services. [13:50] strangerke * r52496 /scummvm/trunk/tools/create_hugo/create_hugo.cpp: TOOLS: Suppress some dead code reported by Cppcheck [13:52] bushwakko (~bushwakko@34.0.92.62.static.cust.telenor.com) left irc: Ping timeout: 265 seconds [14:34] [md5] (d4fb49fe@gateway/web/freenode/ip.212.251.73.254) joined #scummvm. [14:34] #scummvm: mode change '+o [md5]' by ChanServ!ChanServ@services. [14:34] <[md5]> hello [14:34] bit of a lag on the summoning there :) [14:39] lubyou (lubyou@unaffiliated/lubyou) left irc: Read error: Connection reset by peer [14:40] <[md5]> fuzzie: hehe :) the higher powers decided to stop summoning requests this morning [14:40] <[md5]> we found a snake in the office, and it was a bit chaotic :P [14:48] thebluegr * r52497 /scummvm/trunk/engines/sci/engine/kparse.cpp: SCI: Added a FIXME for bug #3038870, related to kParse() [14:50] lubyou (lubyou@unaffiliated/lubyou) joined #scummvm. [15:16] Hkz (~Hkz@2001:470:c89a:0:1e4b:d6ff:feb8:2541) joined #scummvm. [15:16] #scummvm: mode change '+o Hkz' by ChanServ!ChanServ@services. [15:16] [md5] (d4fb49fe@gateway/web/freenode/ip.212.251.73.254) left irc: Quit: later [15:18] queztone (QueZTone@22pc234.sshunet.nl) joined #scummvm. [15:21] Kirben (kirben@c58-107-187-179.brasd3.vic.optusnet.com.au) left irc: Ping timeout: 264 seconds [15:39] Sho_ (~EHS1@kde/hein) joined #scummvm. [15:39] pablog (~pablog@pdpc/supporter/student/pablog) left irc: Quit: Ex-Chat [15:50] lunavorax (~lunavorax@cau33-2-82-227-183-10.fbx.proxad.net) left irc: Quit: Quitte [16:37] MetalSnake (~snake@188-194-164-207-dynip.superkabel.de) joined #scummvm. [16:38] Bluddy|work (93ea0205@gateway/web/freenode/ip.147.234.2.5) left irc: Quit: Page closed [16:38] Kerbox (~Kernox@ti0106a340-dhcp0223.bb.online.no) left irc: Quit: Leaving. [16:59] clone2727 (~clone2727@204.52.215.31) joined #scummvm. [16:59] #scummvm: mode change '+o clone2727' by ChanServ!ChanServ@services. [16:59] [md5] (~asd-@ppp-94-67-110-252.home.otenet.gr) joined #scummvm. [16:59] [md5] (~asd-@ppp-94-67-110-252.home.otenet.gr) left irc: Changing host [16:59] [md5] (~asd-@unaffiliated/md5/x-729473) joined #scummvm. [16:59] #scummvm: mode change '+o [md5]' by ChanServ!ChanServ@services. [17:01] clone!!! [17:01] md5!!! [17:01] *! [17:01] Nick change: m_kiewitz -> sha1 [17:01] Nick change: sha1 -> m_kiewitz [17:02] Ceriand|work (~Ceriand@unaffiliated/ceriand) joined #scummvm. [17:03] <[md5]> m_kiewitz!!!!1111 [17:03] <[md5]> clone2727!!!!!111 [17:03] <[md5]> *!!!!!1111 [17:28] kree|afk (~TheArchiv@46-127-78-220.dclient.hispeed.ch) left irc: Ping timeout: 240 seconds [17:34] [vEX] (~vex@c-83-233-205-109.cust.bredband2.com) joined #scummvm. [17:34] #scummvm: mode change '+o [vEX]' by ChanServ!ChanServ@services. [17:55] WooShell (~Markus@woo.li) joined #scummvm. [17:56] Lubomyr (~Miranda@194.44.193.25) joined #scummvm. [18:00] nabbend [18:01] SylvainTV (~SylvainTV@ALille-553-1-28-211.w92-147.abo.wanadoo.fr) joined #scummvm. [18:05] Set course for the Ruinore sector and resume our patrol along the Neutral Zone! [18:05] \o/ [18:07] Strangerke_ (~a@cable-85.28.84.10.coditel.net) joined #scummvm. [18:07] Strangerke (51f60aa1@gateway/web/freenode/ip.81.246.10.161) left irc: Disconnected by services [18:07] Nick change: Strangerke_ -> Strangerke [18:07] #scummvm: mode change '+o Strangerke' by ChanServ!ChanServ@services. [18:11] James|GlideM (~James|Gli@cpc1-mapp11-2-0-cust613.12-4.cable.virginmedia.com) left irc: Read error: Connection reset by peer [18:11] DJWillis (djwillis@cpc1-bath2-0-0-cust327.aztw.cable.virginmedia.com) left irc: Quit: Manny: It's my scythe. I like to keep it next to where my heart used to be. [18:15] salty-horse (~ori@109.65.4.34) joined #scummvm. [18:15] #scummvm: mode change '+o salty-horse' by ChanServ!ChanServ@services. [18:29] Corvus (~corvus@184.pool85-54-187.dynamic.orange.es) joined #scummvm. [18:30] Lubomyr (~Miranda@194.44.193.25) left irc: Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org [18:38] criezy (~criezy@client-86-23-7-224.brhm.adsl.virginmedia.com) joined #scummvm. [18:38] #scummvm: mode change '+o criezy' by ChanServ!ChanServ@services. [18:39] Hello [18:43] Corvus (~corvus@184.pool85-54-187.dynamic.orange.es) left irc: Quit: Out [18:46] LordHoto (~loom@unaffiliated/lordhoto) left irc: Ping timeout: 240 seconds [18:49] LordHoto (~loom@unaffiliated/lordhoto) joined #scummvm. [18:49] #scummvm: mode change '+o LordHoto' by ChanServ!ChanServ@services. [18:52] DrMcCoy, http://www.redlettermedia.com/star_trek_09.html [18:53] o_O [18:53] a new star trek review? :P [18:53] salty-horse: Wait, he's not on YouTube anymore? [18:53] yes :P [18:53] who wants some pizza rolls [18:54] DrMcCoy: he is, but youtube announcements will take a while [18:54] Bleh :P [18:56] DrMcCoy, he's using vimeo since the issue with taking down the last review on youtube (temporarily, but still) [18:56] :( [18:57] salty-horse: what happened there? last review == that baby movie? [18:57] attack of the clone2727 [18:57] bbl [18:58] really? they wanted to take that one down? oh god [18:58] damn lucas [18:58] johndoe123 (~john_doe@p5DE78C9E.dip.t-dialin.net) left irc: [18:59] babys day out was done afterwards and at least youtube got a trailer for it [19:01] i loved the original redlettermedia star trek review http://www.youtube.com/watch?v=FRNHpX5_Ek8 [19:01] how true :P [19:04] kreegee (~kreegee@gw.ptr-80-238-209-142.customer.ch.netstream.com) left irc: Quit: kreegee [19:14] salty-horse (~ori@109.65.4.34) left irc: Ping timeout: 272 seconds [19:15] salty-horse (~ori@109.65.4.34) joined #scummvm. [19:15] #scummvm: mode change '+o salty-horse' by ChanServ!ChanServ@services. [19:17] SimSaw (~SimSaw@82.113.106.28) joined #scummvm. [19:19] I totally loved the review he did where he made that point about "what is effective action" using TNG's "Power play" as an example [19:19] "hypercharge everything else" roflmao [19:20] DJWillis (djwillis@cpc1-bath2-0-0-cust327.aztw.cable.virginmedia.com) joined #scummvm. [19:20] #scummvm: mode change '+o DJWillis' by ChanServ!ChanServ@services. [19:20] Sho_: yes, i really love TNG, it was just a great series [19:22] FreeTHX (~freethx@freethx.iutv.org) joined #scummvm. [19:23] but the TNG movies were just bad [19:24] bah, what's the key for taking screenshots in ScummVM ?:P [19:25] alt+s [19:25] danke [19:26] James|GlideM (~James|Gli@cpc1-mapp11-2-0-cust613.12-4.cable.virginmedia.com) joined #scummvm. [19:26] #scummvm: mode change '+v James|GlideM' by ChanServ!ChanServ@services. [19:31] m_kiewitz, that's not why they took it down (and only the first part out of 9). it was misunderstanding, not sure who was responsible [19:32] salty-horse: what happened then? i mean what misunderstanding? i guess someone tried to take it down for copyright infrigment on star wars [19:33] I'm not sure. could also have been an automatic algorithm [19:34] the music detection thingie? [19:35] yeah (just a guess) [19:40] clone2727 (~clone2727@204.52.215.31) left irc: Ping timeout: 276 seconds [19:45] clone :( [19:46] clone2727 (~clone2727@nat01-hill-ext.rutgers.edu) joined #scummvm. [19:47] Vampire0 (vampire@jEdit/Vampire) left irc: Quit: Verlassend [19:53] Vampire0 (vampire@jEdit/Vampire) joined #scummvm. [19:56] thebluegr * r52498 /scummvm/trunk/engines/sci/engine/vm.cpp: SCI: Fixed compilation when VM_DEBUG_SEND is enabled [20:05] salty-horse: Genius! [20:05] it actually tells you to watch it, so do [20:08] salty-horse: I did [20:08] salty-horse: On a plane! [20:08] salty-horse: And I hated it [20:08] salty-horse: Because I hate mindless action movies [20:09] on planes [20:09] Always did, always will [20:09] Urgh, someone motivate me [20:09] Still need to paint one wall [20:10] It's an angled wall, too. With a window in it. I.e. it's got more than one straight part [20:11] snakes on a plan [20:11] e [20:11] McCoy on a plane :P [20:11] :o [20:11] McCoys on a plane hehe [20:14] decoys on a plane [20:14] <[md5]> planes on McCoys [20:15] snakes on McCoy [20:15] snakes? in MY plane? [20:16] no secret message in the autostereogram :/ [20:20] LunaVorax (~LunaVorax@ABordeaux-753-1-2-72.w90-38.abo.wanadoo.fr) joined #scummvm. [20:29] m_kiewitz: There's also "Snakes on a Train", which is probably horrible. [20:32] criezy * r52499 /scummvm/trunk/ (gui/themes/translations.dat po/de_DE.po): i18n: Update German translation [20:33] clone2727 (~clone2727@nat01-hill-ext.rutgers.edu) left irc: Quit: bbl [20:38] [vEX] (~vex@c-83-233-205-109.cust.bredband2.com) left irc: Quit: http://niechift.com [20:41] Q_u_a_r_1 (henjo@82.94.230.196) joined #scummvm. [20:41] P2E_ (~tgz@c-98-244-76-75.hsd1.va.comcast.net) joined #scummvm. [20:42] proyvind_ (peroyvind@154.20.213.193.static.cust.telenor.com) joined #scummvm. [20:45] P2E (~tgz@c-98-244-76-75.hsd1.va.comcast.net) left irc: Remote host closed the connection [20:45] proyvind (peroyvind@mandriva/developer/assembly/proyvind) left irc: Remote host closed the connection [20:45] Q_u_a_r_K (henjo@82.94.230.196) left irc: Remote host closed the connection [20:45] LunaVorax (~LunaVorax@ABordeaux-753-1-2-72.w90-38.abo.wanadoo.fr) left irc: Ping timeout: 260 seconds [20:46] D0SFreak (~D0SFreak@72.1.88.158) left irc: Quit: If I'm not back in 5 minutes....just wait longer! [20:50] ajax16384 (~ajax16384@ip27.net171.n37.ru) left irc: Quit: i am quit [20:52] Hkz (~Hkz@2001:470:c89a:0:1e4b:d6ff:feb8:2541) left irc: Ping timeout: 252 seconds [20:53] SimSaw (~SimSaw@82.113.106.28) left irc: [21:01] Ceriand|work (~Ceriand@unaffiliated/ceriand) left irc: Read error: Connection reset by peer [21:02] Ceriand|work (~Ceriand@unaffiliated/ceriand) joined #scummvm. [21:03] |Cable| (~cable@22.128.117.91.dynamic.mundo-r.com) left irc: Ping timeout: 276 seconds [21:07] There, that was that. Now I need to let it try a bit, then look which parts didn't really take because of the stupid structured wallpaper [21:17] vgvgf (~vgvgf@unaffiliated/vgvgf) joined #scummvm. [21:17] #scummvm: mode change '+v vgvgf' by ChanServ!ChanServ@services. [21:18] [md5] (~asd-@unaffiliated/md5/x-729473) left irc: Ping timeout: 272 seconds [21:19] [md5] (~asd-@ppp-94-67-110-252.home.otenet.gr) joined #scummvm. [21:19] [md5] (~asd-@ppp-94-67-110-252.home.otenet.gr) left irc: Changing host [21:19] [md5] (~asd-@unaffiliated/md5/x-729473) joined #scummvm. [21:19] #scummvm: mode change '+o [md5]' by ChanServ!ChanServ@services. [21:31] D0SFreak (~D0SFreak@c-67-166-244-55.hsd1.ga.comcast.net) joined #scummvm. [21:33] jackster (~jackdonag@93-97-138-93.zone5.bethere.co.uk) joined #scummvm. [21:38] pablog (~pablog@pdpc/supporter/student/pablog) joined #scummvm. [21:40] James|GlideM (~James|Gli@cpc1-mapp11-2-0-cust613.12-4.cable.virginmedia.com) left irc: Read error: Connection reset by peer [21:44] James|GlideM (~jamesglid@cpc1-mapp11-2-0-cust613.12-4.cable.virginmedia.com) joined #scummvm. [21:44] #scummvm: mode change '+v James|GlideM' by ChanServ!ChanServ@services. [21:50] [md5] (~asd-@unaffiliated/md5/x-729473) left irc: Read error: Connection reset by peer [21:52] [md5] (~asd-@ppp-94-67-110-252.home.otenet.gr) joined #scummvm. [21:52] [md5] (~asd-@ppp-94-67-110-252.home.otenet.gr) left irc: Changing host [21:52] [md5] (~asd-@unaffiliated/md5/x-729473) joined #scummvm. [21:52] #scummvm: mode change '+o [md5]' by ChanServ!ChanServ@services. [21:55] James|GlideM (~jamesglid@cpc1-mapp11-2-0-cust613.12-4.cable.virginmedia.com) left irc: Quit: Colloquy for iPhone - http://colloquy.mobi [21:59] James|GlideM (~jamesglid@cpc1-mapp11-2-0-cust613.12-4.cable.virginmedia.com) joined #scummvm. [21:59] #scummvm: mode change '+v James|GlideM' by ChanServ!ChanServ@services. [22:01] kreegee (~kreegee@46-127-78-220.dclient.hispeed.ch) joined #scummvm. [22:04] kreegee (~kreegee@46-127-78-220.dclient.hispeed.ch) left irc: Client Quit [22:06] LunaVorax (~LunaVorax@ABordeaux-753-1-2-72.w90-38.abo.wanadoo.fr) joined #scummvm. [22:09] James|GlideM (~jamesglid@cpc1-mapp11-2-0-cust613.12-4.cable.virginmedia.com) left irc: Remote host closed the connection [22:12] LunaVorax (~LunaVorax@ABordeaux-753-1-2-72.w90-38.abo.wanadoo.fr) left irc: Quit: FITTRAKETERNA ! [22:17] queztone (QueZTone@22pc234.sshunet.nl) left irc: [22:25] vgvgf (~vgvgf@unaffiliated/vgvgf) left irc: [22:25] salty-horse (~ori@109.65.4.34) left irc: Quit: Leaving [22:27] criezy (~criezy@client-86-23-7-224.brhm.adsl.virginmedia.com) left irc: Quit: criezy [22:33] nego (~nego@c-76-16-30-244.hsd1.il.comcast.net) left irc: Quit: Lost terminal [22:34] ny00123 (~ny00123@bzq-79-183-6-82.red.bezeqint.net) left irc: Quit: Leaving [22:47] m_kiewitz (~m_kiewitz@kons-5f710858.pool.mediaWays.net) left irc: Quit: bye [22:48] thebluegr * r52500 /scummvm/trunk/engines/sci/ (5 files in 2 dirs): (log message trimmed) [22:48] SCI: Show a warning window regarding GM in some games. [22:48] Sierra has released a patch adding after market General MIDI support for 8 SCI1 [22:48] games (LSL1, LSL5, Hoyle 3, SQ1, SQ4, Eco1 floppy, Longbow and Fairy Tales). If [22:48] the user has selected the General MIDI music driver in one of these games and [22:48] no associated MIDI patch is found, show an informational dialog on game startup [22:48] in order to inform the user to download Sierra's MIDI patch, together with some [22:48] nego (~nego@c-76-16-30-244.hsd1.il.comcast.net) joined #scummvm. [22:48] MetalSnake (~snake@188-194-164-207-dynip.superkabel.de) left irc: Quit: zzZZzz [22:58] kreegee (~TheArchiv@46-127-78-220.dclient.hispeed.ch) joined #scummvm. [23:00] hm, eclipse is a fucking os [23:01] Zaarin (~jalla@ti511110a080-0245.bb.online.no) left irc: Read error: No route to host [23:01] kreegee : Well, it is fairly large... but it isn't Emacs ..or Visual Studio :-) [23:02] i just added pdt (php), wdt (html/css), rse (ftp/ssh) to it [23:02] already had cdt and jdt [23:02] its sloooooooooooooow [23:03] better now, changed xmx to 1gb [23:03] Ah expected as much. [23:03] but the package manager is awesome [23:04] Zaarin (~jalla@ti511110a080-0245.bb.online.no) joined #scummvm. [23:13] WooShell (~Markus@woo.li) left irc: [00:00] --- Fri Sep 3 2010