[Back to Index]
[00:17] <kreegee> mk
[00:17] <kreegee> lets see
[00:17] <kreegee> just got it working from the dvd :)
[00:17] <kreegee> without copying the files
[00:19] --> Kirben joined #scummvm.
[00:19] #scummvm: mode change '+o Kirben' by ChanServ!ChanServ@services.
[00:20] <CIA-11> mthreepwood * r52487 /scummvm/trunk/engines/mohawk/ (riven.cpp riven.h riven_external.cpp):
[00:20] <CIA-11> MOHAWK: Cleanup mouse cursor position handling in Riven
[00:20] <CIA-11> This fixes some cursors showing up incorrectly if the cursor moved during ie. a
[00:20] <CIA-11> video and then the card changes. Also, remove an unneeded rect check in
[00:20] <CIA-11> loadHotspots() that's from the ancient times before script size calculation was
[00:20] <CIA-11> fixed and some warnings that don't affect gameplay.
[00:21] --> Mataniko joined #scummvm.
[00:24] <-- lubyou left irc: Read error: Operation timed out
[00:24] <kreegee> clone2727, qt_decoder?
[00:24] <kreegee> can't find a qt_player
[00:24] <clone2727> Er, right. Once upon a time it was qt_player ;)
[00:27] <kreegee> 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 left irc: Quit: Pop!
[00:37] <CIA-11> mthreepwood * r52488 /scummvm/trunk/engines/mohawk/ (riven.cpp riven.h riven_scripts.cpp):
[00:37] <CIA-11> MOHAWK: Update videos when the delay opcode is called
[00:37] <CIA-11> The fixes a couple scripts which decide to delay through a background video turning into a virtual blocking video.
[00:37] <clone2727> kreegee: One sec
[00:38] <kreegee> 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] <clone2727> 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] <kreegee> yeah, its not the best solution ;)
[00:47] <kreegee> hm
[00:47] <kreegee> looking into the display matrix stuff
[00:47] <clone2727> kreegee: We probably don't need the rotation part, but the improved scaling part would be great
[00:48] <kreegee> just reading the ffmpeg source and trying to figure something out ;)
[00:48] <clone2727> kreegee: Might be good to look at the QuickTime specs too
[00:48] <kreegee> they also skip it in mvhd, but use it in tkhd
[00:48] <kreegee> thats the next thing
[00:49] <clone2727> We need both the mvhd and tkhd one for the Riven videos
[00:49] <clone2727> (I really hate them for upscaling the videos for storage and then downscaling on runtime)
[00:51] <kreegee> sounds retarded
[00:52] <clone2727> It is indeed :P
[00:52] <clone2727> Anyway, must head off now. Will be back on hopefully in an hour
[00:52] <kreegee> k
[00:52] <-- clone2727 left irc: Quit: bbl
[00:55] <-- criezy left irc: Quit: criezy
[00:58] <-- Ceriand|work left irc: Quit: Leaving.
[00:58] <-- Mataniko left irc: Ping timeout: 265 seconds
[01:11] --> Ceriand|desktop joined #scummvm.
[01:14] <-- jackster left irc: Quit: jackster
[01:16] --> Mataniko joined #scummvm.
[01:39] <-- SylvainTV left irc: Ping timeout: 265 seconds
[01:51] --> lubyou joined #scummvm.
[01:52] <-- lubyou left irc: Changing host
[01:52] --> lubyou joined #scummvm.
[01:54] <-- Sho_ left irc: Remote host closed the connection
[01:56] --> clone2727 joined #scummvm.
[01:56] #scummvm: mode change '+o clone2727' by ChanServ!ChanServ@services.
[01:59] <-- Javacat left irc: Quit: zzz
[02:04] <kreegee> hm
[02:04] <kreegee> clone
[02:05] <clone2727> hi
[02:05] <kreegee> clone2727, you said you don't need the rotation (and the translation/movement probably neither)
[02:05] <clone2727> Correct
[02:05] <kreegee> so that only leaves the scaling
[02:05] <clone2727> Correct
[02:06] <kreegee> the only thing then would be to change it from quarter/half/full to a floating scale?
[02:06] <kreegee> or what exactly is missing?
[02:06] <kreegee> theres already code taking care of the matrix
[02:07] <clone2727> When the x scale != y scale
[02:10] <clone2727> It should be straightforward, I just haven't gotten around to it yet :P
[02:10] <kreegee> so _scaleMode should be replaced by scaleFactorX and scaleFactorY
[02:10] <kreegee> or is the coursness of normal/half/quarter good enough?
[02:10] <clone2727> _xScaleFactor and _yScaleFactor would be better, IMO
[02:10] <kreegee> yeah
[02:11] <clone2727> 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] <basehead> wow, Riven
[02:12] <basehead> flashbacks
[02:12] <clone2727> 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] <kreegee> how do i get to that video, btw?
[02:13] <clone2727> Bring up the console via ctrl+d, type "changeStack jspit 377" and then hit the hidden button on the light twice
[02:13] <kreegee> ok
[02:15] <-- Kerbox left irc: Read error: Connection reset by peer
[02:15] <kreegee> shouldn't f4 display the hidden buttons?
[02:15] <clone2727> It will display all hotspots, yet
[02:15] --> Kerbox joined #scummvm.
[02:15] <clone2727> yes*
[02:16] <kreegee> hm
[02:16] <kreegee> cant find no light
[02:16] <kreegee> ah
[02:16] <kreegee> bottom right once you turn
[02:17] <kreegee> oh
[02:17] <kreegee> now i got the error
[02:17] <kreegee> nice
[02:17] <clone2727> ;)
[02:17] <clone2727> kreegee: Ah, your version is more like the CD version then... interesting
[02:20] <kreegee> hm, i'll keep the current scaleMode const
[02:20] <kreegee> instead of using a factor
[02:21] <kreegee> and simply add a check to see if its 1,1/2 or 1/4
[02:21] <kreegee> or not...
[02:21] <kreegee> hm
[02:29] <-- Vampire0 left irc: Ping timeout: 265 seconds
[02:34] <-- Kerbox left irc: Read error: Connection reset by peer
[02:35] --> Kerbox joined #scummvm.
[02:43] --> Vampire0 joined #scummvm.
[02:44] <-- Kerbox left irc: Read error: Connection reset by peer
[02:47] --> Kerbox joined #scummvm.
[03:01] <-- timofonic left irc: Quit: WeeChat 0.3.2
[03:07] <kreegee> argl, change from enum to int gives me plenty of div/0
[03:07] <kreegee> once again feeling like the slowest coder in the world ;)
[03:08] <digitall> kreegee : Don't worry... I'm slower.
[03:08] <-- Zaarin left irc: Read error: Connection reset by peer
[03:08] --> Zaarin joined #scummvm.
[03:10] <kreegee> usually im faster (usually: java and eclipse, currently: c and vim)
[03:11] <clone2727> Bah, Java
[03:12] <-- Kerbox left irc: Read error: Connection reset by peer
[03:13] --> Kerbox joined #scummvm.
[03:13] <-- waltervn left irc: Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2/20100222070821]
[03:18] --> Ceriand joined #scummvm.
[03:22] <kreegee> clone
[03:23] <clone2727> Yes?
[03:23] <kreegee> is there any reason movstreamcontext has a scale value?
[03:24] <kreegee> its never set
[03:24] <clone2727> Yes. As said before, both tkhd and mvhd can have the scale values
[03:24] <clone2727> Yes it is
[03:25] <clone2727> lines 695, 697, and 699
[03:25] <kreegee> oh
[03:25] <kreegee> sorry
[03:25] <kreegee> my bad
[03:26] <kreegee> didn't notice the st->
[03:27] --> Kenryu joined #scummvm.
[03:27] <-- Vaikungfu left irc: Disconnected by services
[03:27] Nick change: Kenryu -> Vaikungfu
[03:38] <-- lubyou left irc: Read error: Operation timed out
[03:40] <-- D0SFreak left irc: Ping timeout: 265 seconds
[03:43] <-- Ceriand left irc: Ping timeout: 240 seconds
[03:57] --> lubyou joined #scummvm.
[03:59] <-- Kerbox left irc: Read error: Connection reset by peer
[04:01] --> Kerbox joined #scummvm.
[04:02] <kreegee> ok
[04:02] <kreegee> maybe i'm done
[04:03] <kreegee> looks like it
[04:03] <kreegee> i guess the repeated playback when the mouth opens is unrelated
[04:06] <digitall> I think that is a known issue.. Are you OK to submit the patch?
[04:07] <kreegee> one sec
[04:08] <kreegee> right now
[04:08] <kreegee> logging in
[04:13] <kreegee> uploaded
[04:13] <digitall> Thanks..
[04:13] <kreegee> https://sourceforge.net/tracker/?func=detail&aid=3057924&group_id=37116&atid=418822
[04:15] <kreegee> wow, my english is bad
[04:16] <digitall> Don't worry.. It is better than most of the English's English :-)
[04:18] <kreegee> next then, sorenson1 and 3 ;)
[04:19] <clone2727> kreegee: Will take a look at the patch, but tomorrow. I'm too tired now ;)
[04:19] <kreegee> ok
[04:19] <kreegee> me too
[04:19] <kreegee> fuck
[04:19] <kreegee> gotta get up in 5h30
[04:19] <digitall> You have 1.5h, enough for 1 REM cycle
[04:22] <kreegee> not at 5h30, in 5 hours
[04:22] <kreegee> thats enough for a few more cycles
[04:22] <kreegee> its already 5:30 here :D
[04:24] <clone2727> kreegee: Took a brief look at it and will add my initial comments ;)
[04:30] <kreegee> ah
[04:30] <kreegee> wondered why there wasn't no floats at all...
[04:30] <kreegee> will have a look at rational tomorrow
[04:30] <clone2727> kreegee: Thanks :)
[04:35] <kreegee> how do i print a rational in debug?
[04:35] <kreegee> ah
[04:35] <kreegee> double()
[04:35] <kreegee> toDouble
[04:58] <-- Kerbox left irc: Read error: Connection reset by peer
[04:59] --> Kerbox joined #scummvm.
[05:00] <-- clone2727 left irc: Quit: later
[05:02] <-- dhewg left irc: Ping timeout: 272 seconds
[05:02] --> dhewg joined #scummvm.
[05:02] #scummvm: mode change '+o dhewg' by ChanServ!ChanServ@services.
[05:03] <-- Kerbox left irc: Read error: Connection reset by peer
[05:04] --> Kerbox joined #scummvm.
[05:06] <kreegee> ok, forget the "tomorrow" in my last msg
[05:07] <digitall> http://en.wikipedia.org/wiki/Tomorrow_and_tomorrow_and_tomorrow
[05:08] <kreegee> rewrote it with Common::Rational now
[05:08] <digitall> Kudos.
[05:16] --> Kenryu joined #scummvm.
[05:16] <-- Vaikungfu left irc: Disconnected by services
[05:17] Nick change: Kenryu -> Vaikungfu
[05:25] --> dreammaster joined #scummvm.
[05:25] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services.
[05:51] <-- Kirben left irc:
[05:55] --> Kirben joined #scummvm.
[05:55] #scummvm: mode change '+o Kirben' by ChanServ!ChanServ@services.
[06:10] <CIA-11> eriktorbjorn * r52489 /scummvm/trunk/ (engines/sci/engine/vm.cpp graphics/video/coktel_decoder.cpp): JANITORIAL: Remove extra semi-colons.
[06:15] <-- Strangerke left irc:
[06:17] --> Kenryu joined #scummvm.
[06:17] <-- Vaikungfu left irc: Disconnected by services
[06:17] Nick change: Kenryu -> Vaikungfu
[06:36] --> ajax16384 joined #scummvm.
[06:36] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services.
[06:52] <-- WilliamC left irc: Read error: Connection reset by peer
[07:17] --> WilliamC joined #scummvm.
[07:29] --> Strangerke joined #scummvm.
[07:29] #scummvm: mode change '+o Strangerke' by ChanServ!ChanServ@services.
[07:29] <Strangerke> hi guys
[07:37] <dreammaster> G'day
[07:45] <WilliamC> G'night
[07:48] <-- ajax16384 left irc: Ping timeout: 240 seconds
[07:50] --> ajax16384 joined #scummvm.
[07:50] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services.
[07:54] --> ny00123 joined #scummvm.
[08:23] --> SylvainTV joined #scummvm.
[08:24] <Strangerke> hi SylvainTV
[08:28] <-- SylvainTV left irc: Ping timeout: 276 seconds
[08:34] --> lunavorax joined #scummvm.
[08:40] <-- Bluddy|work left irc: Ping timeout: 252 seconds
[08:45] <-- FreeTHX left irc: Ping timeout: 240 seconds
[09:02] <-- dreammaster left irc: Ping timeout: 258 seconds
[09:03] --> johndoe123 joined #scummvm.
[09:03] #scummvm: mode change '+o johndoe123' by ChanServ!ChanServ@services.
[09:18] --> James|GlideM joined #scummvm.
[09:18] #scummvm: mode change '+v James|GlideM' by ChanServ!ChanServ@services.
[09:28] --> bushwakko joined #scummvm.
[09:41] <-- Ceriand|desktop left irc: Read error: Connection reset by peer
[09:49] <James|GlideM> Does anyone have iTunes 10 here?
[09:51] <madmoose> I don't.
[09:55] --> m_kiewitz joined #scummvm.
[09:55] #scummvm: mode change '+o m_kiewitz' by ChanServ!ChanServ@services.
[10:03] <CIA-11> m_kiewitz * r52490 /scummvm/trunk/engines/sci/ (console.cpp console.h debug.h engine/vm.cpp sci.h):
[10:03] <CIA-11> SCI: adding "bpr" and "bpw" debug commands
[10:03] <CIA-11> "bpr" breakpoint on reading of selectors
[10:03] <CIA-11> "bpw" breakpoint of writing of selectors
[10:03] <CIA-11> "bpx" is now breakpoint on executing of selectors only
[10:19] --> Robin_Watts joined #scummvm.
[10:19] #scummvm: mode change '+o Robin_Watts' by ChanServ!ChanServ@services.
[10:20] --> Bluddy|work joined #scummvm.
[10:22] <-- _sev|work left irc: Ping timeout: 276 seconds
[10:47] Nick change: kreegee -> kree|afk
[11:07] --> Javacat joined #scummvm.
[11:19] <CIA-11> m_kiewitz * r52491 /scummvm/trunk/engines/sci/engine/vm.cpp: SCI: fixing debug output for bpx
[11:28] <-- Strangerke left irc: Ping timeout: 252 seconds
[11:32] --> pablog joined #scummvm.
[11:32] <-- pablog left irc: Changing host
[11:32] --> pablog joined #scummvm.
[11:35] Action: m_kiewitz summons [md5]
[11:36] --> dreammaster joined #scummvm.
[11:36] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services.
[11:36] --> Strangerke joined #scummvm.
[11:36] #scummvm: mode change '+o Strangerke' by ChanServ!ChanServ@services.
[11:36] --> D0SFreak joined #scummvm.
[11:39] <CIA-11> Bluddy * r52492 /scummvm/trunk/sound/softsynth/fmtowns_pc98/towns_audio.cpp:
[11:39] <CIA-11> FMTOWNS AUDIO: fixed divide by zero exception from commit 52013
[11:39] <CIA-11> Also removed 1 or 2 float operations.
[11:41] <-- D0SFreak left irc: Ping timeout: 265 seconds
[11:49] --> kreegee joined #scummvm.
[11:50] <CIA-11> strangerke * r52493 /scummvm/trunk/engines/hugo/file.cpp:
[11:50] <CIA-11> HUGO: Fix loading of config file during game init
[11:50] <CIA-11> Add a check on CONFIG.DAT size in order to avoid loading crap into
[11:50] <CIA-11> the _config structure during the initialization of the engine.
[11:50] <CIA-11> The game no longer starts in turbo & mute mode
[11:53] --> D0SFreak joined #scummvm.
[11:57] --> timofonic joined #scummvm.
[12:31] <-- kreegee left irc: Quit: kreegee
[12:41] <CIA-11> strangerke * r52494 /scummvm/trunk/engines/hugo/file.cpp: HUGO: Fix warnings
[12:42] --> kreegee joined #scummvm.
[12:42] <Strangerke> Arf, other warnings :(
[12:44] <-- echelog-1 left irc: Ping timeout: 265 seconds
[12:47] <-- kreegee left irc: Quit: kreegee
[12:53] <-- dreammaster left irc:
[13:00] --> echelog-1 joined #scummvm.
[13:16] <-- echelog-1 left irc: Read error: Operation timed out
[13:33] --> echelog-1 joined #scummvm.
[13:34] --> kreegee joined #scummvm.
[13:46] <-- bushwakko left irc: Quit: bushwakko
[13:47] --> bushwakko joined #scummvm.
[13:48] --> Mataniko2 joined #scummvm.
[13:48] <CIA-11> strangerke * r52495 /scummvm/trunk/engines/hugo/ (engine.cpp file.cpp file.h hugo.cpp):
[13:48] <CIA-11> HUGO: Cleanup and fix mouse pointer issue
[13:48] <CIA-11> - Suppress commented code
[13:48] <CIA-11> - Suppress readConfig() and writeConfig()
[13:48] <CIA-11> - Fix the disappearing mouse issue
[13:49] --> waltervn joined #scummvm.
[13:49] #scummvm: mode change '+o waltervn' by ChanServ!ChanServ@services.
[13:50] <CIA-11> strangerke * r52496 /scummvm/trunk/tools/create_hugo/create_hugo.cpp: TOOLS: Suppress some dead code reported by Cppcheck
[13:52] <-- bushwakko 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] <fuzzie> bit of a lag on the summoning there :)
[14:39] <-- 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] <CIA-11> thebluegr * r52497 /scummvm/trunk/engines/sci/engine/kparse.cpp: SCI: Added a FIXME for bug #3038870, related to kParse()
[14:50] --> lubyou joined #scummvm.
[15:16] --> Hkz 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 joined #scummvm.
[15:21] <-- Kirben left irc: Ping timeout: 264 seconds
[15:39] --> Sho_ joined #scummvm.
[15:39] <-- pablog left irc: Quit: Ex-Chat
[15:50] <-- lunavorax left irc: Quit: Quitte
[16:37] --> MetalSnake joined #scummvm.
[16:38] <-- Bluddy|work left irc: Quit: Page closed
[16:38] <-- Kerbox left irc: Quit: Leaving.
[16:59] --> clone2727 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] <m_kiewitz> clone!!!
[17:01] <m_kiewitz> md5!!!
[17:01] <clone2727> *!
[17:01] Nick change: m_kiewitz -> sha1
[17:01] Nick change: sha1 -> m_kiewitz
[17:02] --> Ceriand|work joined #scummvm.
[17:03] <[md5]> m_kiewitz!!!!1111
[17:03] <[md5]> clone2727!!!!!111
[17:03] <[md5]> *!!!!!1111
[17:28] <-- kree|afk 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 joined #scummvm.
[17:56] --> Lubomyr joined #scummvm.
[18:00] <WooShell> nabbend
[18:01] --> SylvainTV joined #scummvm.
[18:05] <fuzzie> Set course for the Ruinore sector and resume our patrol along the Neutral Zone!
[18:05] <fuzzie> \o/
[18:07] --> Strangerke_ joined #scummvm.
[18:07] <-- Strangerke 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 left irc: Read error: Connection reset by peer
[18:11] <-- DJWillis 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 joined #scummvm.
[18:15] #scummvm: mode change '+o salty-horse' by ChanServ!ChanServ@services.
[18:29] --> Corvus joined #scummvm.
[18:30] <-- Lubomyr left irc: Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org
[18:38] --> criezy joined #scummvm.
[18:38] #scummvm: mode change '+o criezy' by ChanServ!ChanServ@services.
[18:39] <criezy> Hello
[18:43] <-- Corvus left irc: Quit: Out
[18:46] <-- LordHoto left irc: Ping timeout: 240 seconds
[18:49] --> LordHoto joined #scummvm.
[18:49] #scummvm: mode change '+o LordHoto' by ChanServ!ChanServ@services.
[18:52] <salty-horse> DrMcCoy, http://www.redlettermedia.com/star_trek_09.html
[18:53] <m_kiewitz> o_O
[18:53] <m_kiewitz> a new star trek review? :P
[18:53] <DrMcCoy> salty-horse: Wait, he's not on YouTube anymore?
[18:53] <m_kiewitz> yes :P
[18:53] <m_kiewitz> who wants some pizza rolls
[18:54] <m_kiewitz> DrMcCoy: he is, but youtube announcements will take a while
[18:54] <DrMcCoy> Bleh :P
[18:56] <salty-horse> DrMcCoy, he's using vimeo since the issue with taking down the last review on youtube (temporarily, but still)
[18:56] <DrMcCoy> :(
[18:57] <m_kiewitz> salty-horse: what happened there? last review == that baby movie?
[18:57] <salty-horse> attack of the clone2727
[18:57] <salty-horse> bbl
[18:58] <m_kiewitz> really? they wanted to take that one down? oh god
[18:58] <m_kiewitz> damn lucas
[18:58] <-- johndoe123 left irc:
[18:59] <m_kiewitz> babys day out was done afterwards and at least youtube got a trailer for it
[19:01] <m_kiewitz> i loved the original redlettermedia star trek review http://www.youtube.com/watch?v=FRNHpX5_Ek8
[19:01] <m_kiewitz> how true :P
[19:04] <-- kreegee left irc: Quit: kreegee
[19:14] <-- salty-horse left irc: Ping timeout: 272 seconds
[19:15] --> salty-horse joined #scummvm.
[19:15] #scummvm: mode change '+o salty-horse' by ChanServ!ChanServ@services.
[19:17] --> SimSaw joined #scummvm.
[19:19] <Sho_> 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] <m_kiewitz> "hypercharge everything else" roflmao
[19:20] --> DJWillis joined #scummvm.
[19:20] #scummvm: mode change '+o DJWillis' by ChanServ!ChanServ@services.
[19:20] <m_kiewitz> Sho_: yes, i really love TNG, it was just a great series
[19:22] --> FreeTHX joined #scummvm.
[19:23] <m_kiewitz> but the TNG movies were just bad
[19:24] <Zaarin> bah, what's the key for taking screenshots in ScummVM ?:P
[19:25] <clone2727> alt+s
[19:25] <Zaarin> danke
[19:26] --> James|GlideM joined #scummvm.
[19:26] #scummvm: mode change '+v James|GlideM' by ChanServ!ChanServ@services.
[19:31] <salty-horse> 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] <m_kiewitz> 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] <salty-horse> I'm not sure. could also have been an automatic algorithm
[19:34] <m_kiewitz> the music detection thingie?
[19:35] <salty-horse> yeah (just a guess)
[19:40] <-- clone2727 left irc: Ping timeout: 276 seconds
[19:45] <m_kiewitz> clone :(
[19:46] --> clone2727 joined #scummvm.
[19:47] <-- Vampire0 left irc: Quit: Verlassend
[19:53] --> Vampire0 joined #scummvm.
[19:56] <CIA-11> thebluegr * r52498 /scummvm/trunk/engines/sci/engine/vm.cpp: SCI: Fixed compilation when VM_DEBUG_SEND is enabled
[20:05] <DrMcCoy> salty-horse: Genius!
[20:05] <salty-horse> it actually tells you to watch it, so do
[20:08] <DrMcCoy> salty-horse: I did
[20:08] <DrMcCoy> salty-horse: On a plane!
[20:08] <DrMcCoy> salty-horse: And I hated it
[20:08] <DrMcCoy> salty-horse: Because I hate mindless action movies
[20:09] <salty-horse> on planes
[20:09] <DrMcCoy> Always did, always will
[20:09] <DrMcCoy> Urgh, someone motivate me
[20:09] <DrMcCoy> Still need to paint one wall
[20:10] <DrMcCoy> It's an angled wall, too. With a window in it. I.e. it's got more than one straight part
[20:11] <m_kiewitz> snakes on a plan
[20:11] <m_kiewitz> e
[20:11] <m_kiewitz> McCoy on a plane :P
[20:11] <DrMcCoy> :o
[20:11] <m_kiewitz> McCoys on a plane hehe
[20:14] <logix> decoys on a plane
[20:14] <[md5]> planes on McCoys
[20:15] <m_kiewitz> snakes on McCoy
[20:15] <WooShell> snakes? in MY plane?
[20:16] <salty-horse> no secret message in the autostereogram :/
[20:20] --> LunaVorax joined #scummvm.
[20:29] <eriktorbjorn> m_kiewitz: There's also "Snakes on a Train", which is probably horrible.
[20:32] <CIA-11> criezy * r52499 /scummvm/trunk/ (gui/themes/translations.dat po/de_DE.po): i18n: Update German translation
[20:33] <-- clone2727 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 joined #scummvm.
[20:41] --> P2E_ joined #scummvm.
[20:42] --> proyvind_ joined #scummvm.
[20:45] <-- P2E left irc: Remote host closed the connection
[20:45] <-- proyvind left irc: Remote host closed the connection
[20:45] <-- Q_u_a_r_K left irc: Remote host closed the connection
[20:45] <-- LunaVorax left irc: Ping timeout: 260 seconds
[20:46] <-- D0SFreak left irc: Quit: If I'm not back in 5 minutes....just wait longer!
[20:50] <-- ajax16384 left irc: Quit: i am quit
[20:52] <-- Hkz left irc: Ping timeout: 252 seconds
[20:53] <-- SimSaw left irc:
[21:01] <-- Ceriand|work left irc: Read error: Connection reset by peer
[21:02] --> Ceriand|work joined #scummvm.
[21:03] <-- |Cable| left irc: Ping timeout: 276 seconds
[21:07] <DrMcCoy> 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 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 joined #scummvm.
[21:33] --> jackster joined #scummvm.
[21:38] --> pablog joined #scummvm.
[21:40] <-- James|GlideM left irc: Read error: Connection reset by peer
[21:44] --> James|GlideM 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 left irc: Quit: Colloquy for iPhone - http://colloquy.mobi
[21:59] --> James|GlideM joined #scummvm.
[21:59] #scummvm: mode change '+v James|GlideM' by ChanServ!ChanServ@services.
[22:01] --> kreegee joined #scummvm.
[22:04] <-- kreegee left irc: Client Quit
[22:06] --> LunaVorax joined #scummvm.
[22:09] <-- James|GlideM left irc: Remote host closed the connection
[22:12] <-- LunaVorax left irc: Quit: FITTRAKETERNA !
[22:17] <-- queztone left irc:
[22:25] <-- vgvgf left irc:
[22:25] <-- salty-horse left irc: Quit: Leaving
[22:27] <-- criezy left irc: Quit: criezy
[22:33] <-- nego left irc: Quit: Lost terminal
[22:34] <-- ny00123 left irc: Quit: Leaving
[22:47] <-- m_kiewitz left irc: Quit: bye
[22:48] <CIA-11> thebluegr * r52500 /scummvm/trunk/engines/sci/ (5 files in 2 dirs): (log message trimmed)
[22:48] <CIA-11> SCI: Show a warning window regarding GM in some games.
[22:48] <CIA-11> Sierra has released a patch adding after market General MIDI support for 8 SCI1
[22:48] <CIA-11> games (LSL1, LSL5, Hoyle 3, SQ1, SQ4, Eco1 floppy, Longbow and Fairy Tales). If
[22:48] <CIA-11> the user has selected the General MIDI music driver in one of these games and
[22:48] <CIA-11> no associated MIDI patch is found, show an informational dialog on game startup
[22:48] <CIA-11> in order to inform the user to download Sierra's MIDI patch, together with some
[22:48] --> nego joined #scummvm.
[22:48] <-- MetalSnake left irc: Quit: zzZZzz
[22:58] --> kreegee joined #scummvm.
[23:00] <kreegee> hm, eclipse is a fucking os
[23:01] <-- Zaarin left irc: Read error: No route to host
[23:01] <digitall> kreegee : Well, it is fairly large... but it isn't Emacs ..or Visual Studio :-)
[23:02] <kreegee> i just added pdt (php), wdt (html/css), rse (ftp/ssh) to it
[23:02] <kreegee> already had cdt and jdt
[23:02] <kreegee> its sloooooooooooooow
[23:03] <kreegee> better now, changed xmx to 1gb
[23:03] <digitall> Ah expected as much.
[23:03] <kreegee> but the package manager is awesome
[23:04] --> Zaarin joined #scummvm.
[23:13] <-- WooShell left irc:
[00:00] --- Fri Sep 3 2010