[00:01] yaz0r (n=yaz0r@yaz0r.net) left irc: "Quitte" [00:04] clone2727 (n=chatzill@pool-72-90-138-154.nwrknj.east.verizon.net) joined #scummvm. [00:04] hola [00:09] hola cola [00:10] sanguine (n=silver_c@cpc3-rdng4-0-0-cust733.winn.cable.ntl.com) left irc: [00:11] Kirben (i=kirben@c220-239-221-38.brasd1.vic.optusnet.com.au) joined #scummvm. [00:11] #scummvm: mode change '+o Kirben' by ChanServ!ChanServ@services. [00:32] Here is what I get from the "Ayuda con suse" thread: [00:32] I have SUSE 10.1 and I cannot handle it very well, I wanted to know if they can give an explanatory text me for to be able to install it. I will wait for someone to understand the Spanish. [00:32] That is, if anyone cares. [00:33] Action: Cody56 never used linux at all [00:34] Action: clone2727 is off to play Lego Star Wars II [00:34] why would anyone care? [00:35] people who can read spanish can already read it, and people who don't can't reply to him in a language he can understand. [00:35] i dunno... [00:35] so it's pointless [00:35] k [00:35] clone2727 (n=chatzill@pool-72-90-138-154.nwrknj.east.verizon.net) left irc: "User is away." [00:38] LordHoto (n=Loom@p54B1E2FE.dip.t-dialin.net) left irc: ""Rideo Quia Papa Sum" - "I laugh, because I am the Pope"." [00:42] Nick change: __Q -> _Q [00:45] kirben * r23973 /scummvm/trunk/engines/simon/simon.cpp: Fix regression in Amiga/Macintosh versions of FF [00:53] Cody56 (i=LavosSpa@scummvm/undead/Cody56) left irc: [01:02] XW76PSx1 (n=poebel@dslb-084-056-174-191.pools.arcor-ip.net) joined #scummvm. [01:15] XW76PSx2 (n=poebel@dslb-084-056-147-221.pools.arcor-ip.net) left irc: Read error: 104 (Connection reset by peer) [01:18] bastardo (n=bastardo@i5387547A.versanet.de) left irc: "Verlassend" [01:23] salty-horse (n=ori@bzq-88-152-112-98.red.bezeqint.net) left irc: [01:42] clone2727 (n=chatzill@pool-72-90-138-154.nwrknj.east.verizon.net) joined #scummvm. [01:44] joostp: I like your "PRO TIP" [01:54] _sev (i=sev@scummvm/undead/sev) left irc: Remote closed the connection [01:54] _sev (i=sev@scummvm/undead/sev) joined #scummvm. [01:54] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [01:58] Javacat (n=ghsgh@host86-128-43-49.range86-128.btcentralplus.com) left irc: "goneeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee" [02:01] ico2_ (n=ico2@modem-2760.cougar.dialup.pol.co.uk) left irc: Read error: 60 (Operation timed out) [02:14] I was thinking about getting MM NES (it is pretty cheap on eBay). Is there any sound in it? If so, does ScummVM support it? [02:14] ico2_ (n=ico2@modem-2469.chimpanzee.dialup.pol.co.uk) joined #scummvm. [02:18] MM NES has a lot more music than the PC (or any other) version, no idea if it (the music/sound) works in ScummVM though [02:18] k, thanks [02:20] clone2727 (n=chatzill@pool-72-90-138-154.nwrknj.east.verizon.net) left irc: Remote closed the connection [02:22] yes it does, quietust completely reverse engineered it, it works pretty much perfectly sound/musicwise [02:24] last i heard there were still some minor issues with hotboxes overlapping the verb area though, the scumm interpreter on the nes has specific hacks in it to disallow that from happening but scummvm doesn't yet have those same hacks [02:25] <_sev> Kirben: is mac feeble sound ok now? [02:27] and theres also some minor issues with fixed offsets not being applied to the scroll values when compare checks are run, this causes certain cutscenes to get 'stuck', such as the 'maniac mansion' sideways scroller at the beginning [02:27] and a few of the endings [02:28] the cutscenes can be unstuck by hitting esc [02:28] <_sev> Lord_Nightmare: the real reason for that is my hack for drawing extra strip on the left [02:28] <_sev> Lord_Nightmare: it has to be done in proper way [02:30] lastly the walking-while-talking costume animation code stuff is handled in a weird and not yet completely understood way on the nes interpreter, and hasn't been completely reimplemented [02:30] so sometimes characters get 'stuck' talking (or at least they did) [02:30] <_sev> there is a global var for that. quietust knows the details [02:31] <_sev> also walkbox code is wrong there [02:31] oh yeah, i remember, its possible to make chars walk in impossible ways [02:31] <_sev> but that affects v1 games as well, and v0 uses yet another scheme [02:31] figures that they'd change it 3 times [02:32] probably took 3 tries to get it right [02:32] <_sev> :) [02:58] WooShell (n=Markus@woo.li) left irc: "Don't make me come over there and roll initiative!" [04:21] ico2_ (n=ico2@modem-2469.chimpanzee.dialup.pol.co.uk) left irc: Read error: 110 (Connection timed out) [04:22] ico2_ (n=ico2@modem-573.cougar.dialup.pol.co.uk) joined #scummvm. [04:48] _sev: Yes, all sounds in Mac. verison of FF seem fine now. [05:22] <_Q> somebody mentioned my name? [05:22] <_Q> the "proper" way to fix the scrolling issue in MM NES [05:23] <_Q> would be to define 2 extra "panes" on the window [05:23] <_Q> 16 pixels wide on each side [05:25] <_Q> though handling sprites in those areas would be tricky [05:25] <_Q> the NES engine treats the screen as only 224 pixels wide [05:25] <_Q> the easiest way to fix that is to actually MAKE the screen 224 pixels wide [05:26] <_Q> and then pad it to 256 within the graphics code [05:27] <_Q> an extra 2 virtual screens would probably be simplest [05:27] <_Q> the NES version doesn't even allow you to move the cursor into them [05:27] <_Q> so you wouldn't have to respond to clicks in them [06:20] downer (n=downer@c-67-191-47-17.hsd1.fl.comcast.net) left #scummvm ("Leaving"). [06:52] grayscale (n=grayscal@216-164-152-49.c3-0.eas-ubr10.atw-eas.pa.cable.rcn.com) got netsplit. [06:52] eriktorbjorn (n=d91tan@217-210-193-118-no51.tbcn.telia.com) got netsplit. [06:52] Lord_Nightmare (i=someone@71.224.198.236) got netsplit. [06:52] Overand (i=overand@pdpc/supporter/active/Overand) got netsplit. [06:52] cmeme2 (n=cmeme@boa.b9.com) got netsplit. [06:52] eriktorbjorn (n=d91tan@217-210-193-118-no51.tbcn.telia.com) returned to #scummvm. [06:52] cmeme2 (n=cmeme@boa.b9.com) returned to #scummvm. [06:52] grayscale (n=grayscal@216-164-152-49.c3-0.eas-ubr10.atw-eas.pa.cable.rcn.com) returned to #scummvm. [06:52] Lord_Nightmare (i=someone@71.224.198.236) returned to #scummvm. [06:52] Overand (i=overand@pdpc/supporter/active/Overand) returned to #scummvm. [06:52] #scummvm: mode change '+o eriktorbjorn' by irc.freenode.net [07:02] raorn (n=raorn@purgatory.immo.ru) left irc: Read error: 60 (Operation timed out) [07:04] madmoose (i=madmoose@gateway/web/cgi-irc/beitsahour.net/x-afed3e043eef3b3f) left irc: Read error: 110 (Connection timed out) [07:09] madmoose (i=madmoose@gateway/web/cgi-irc/beitsahour.net/x-6362b91afe2a6b9f) joined #scummvm. [07:23] raorn (n=raorn@purgatory.immo.ru) joined #scummvm. [07:25] grayscale (n=grayscal@216-164-152-49.c3-0.eas-ubr10.atw-eas.pa.cable.rcn.com) got netsplit. [07:25] eriktorbjorn (n=d91tan@217-210-193-118-no51.tbcn.telia.com) got netsplit. [07:25] Lord_Nightmare (i=someone@71.224.198.236) got netsplit. [07:25] Overand (i=overand@pdpc/supporter/active/Overand) got netsplit. [07:25] cmeme2 (n=cmeme@boa.b9.com) got netsplit. [07:25] eriktorbjorn (n=d91tan@217-210-193-118-no51.tbcn.telia.com) returned to #scummvm. [07:25] cmeme2 (n=cmeme@boa.b9.com) returned to #scummvm. [07:25] grayscale (n=grayscal@216-164-152-49.c3-0.eas-ubr10.atw-eas.pa.cable.rcn.com) returned to #scummvm. [07:25] Lord_Nightmare (i=someone@71.224.198.236) returned to #scummvm. [07:25] Overand (i=overand@pdpc/supporter/active/Overand) returned to #scummvm. [07:25] #scummvm: mode change '+o eriktorbjorn' by irc.freenode.net [07:26] madmoose_ (i=madmoose@gateway/web/cgi-irc/beitsahour.net/x-bc57c2bd8b930b63) joined #scummvm. [07:31] _dhewg (n=dhewg@dslb-082-083-193-207.pools.arcor-ip.net) joined #scummvm. [07:37] madmoose (i=madmoose@gateway/web/cgi-irc/beitsahour.net/x-6362b91afe2a6b9f) left irc: Read error: 110 (Connection timed out) [07:48] dhewg (n=dhewg@dslb-082-083-220-170.pools.arcor-ip.net) left irc: Read error: 110 (Connection timed out) [07:48] Nick change: _dhewg -> dhewg [07:53] Layne (n=layne@nat01-usntc-ext.Rutgers.EDU) joined #scummvm. [08:06] ico2_ (n=ico2@modem-573.cougar.dialup.pol.co.uk) left irc: Read error: 60 (Operation timed out) [08:09] mthN|Sicarius (n=thekille@pD9E46B42.dip.t-dialin.net) joined #scummvm. [08:10] travan (n=Travan20@101.64.118.70.cfl.res.rr.com) joined #scummvm. [08:12] TAS-2012 (i=TAS_2012@c-9c8870d5.04-2113-67626719.cust.bredbandsbolaget.se) joined #scummvm. [08:13] Ge0rG (i=georg@club-mate.net) got netsplit. [08:13] _Q (i=Quietust@adsl-69-210-135-220.dsl.milwwi.ameritech.net) got netsplit. [08:13] travan` (n=Travan20@101.64.118.70.cfl.res.rr.com) got netsplit. [08:13] TAS_2012 (i=TAS_2012@c-9c8870d5.04-2113-67626719.cust.bredbandsbolaget.se) got netsplit. [08:13] hawk (n=hawk@pdpc/supporter/active/hawk) got netsplit. [08:13] __Q (i=Quietust@adsl-69-210-135-220.dsl.milwwi.ameritech.net) joined #scummvm. [08:13] Ge0rG (i=georg@club-mate.net) returned to #scummvm. [08:13] TAS_2012 (i=TAS_2012@c-9c8870d5.04-2113-67626719.cust.bredbandsbolaget.se) returned to #scummvm. [08:13] hawk (n=hawk@pdpc/supporter/active/hawk) returned to #scummvm. [08:17] _sev (i=sev@scummvm/undead/sev) left irc: Remote closed the connection [08:17] _sev (i=sev@scummvm/undead/sev) joined #scummvm. [08:17] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [08:19] ico2_ (n=ico2@modem-2803.cheetah.dialup.pol.co.uk) joined #scummvm. [08:24] travan` (n=Travan20@101.64.118.70.cfl.res.rr.com) got lost in the net-split. [08:24] _Q (i=Quietust@adsl-69-210-135-220.dsl.milwwi.ameritech.net) got lost in the net-split. [08:28] TAS_2012 (i=TAS_2012@c-9c8870d5.04-2113-67626719.cust.bredbandsbolaget.se) left irc: Success [08:33] Tomaz^ (i=tompsson@c-e2e8e253.466-1-64736c11.cust.bredbandsbolaget.se) left irc: [08:33] Tomaz^ (i=tompsson@c-e2e8e253.466-1-64736c11.cust.bredbandsbolaget.se) joined #scummvm. [08:35] DJWillis (n=djwillis@82-46-18-100.cable.ubr02.bath.blueyonder.co.uk) left irc: Read error: 113 (No route to host) [08:47] Layne (n=layne@nat01-usntc-ext.Rutgers.EDU) left irc: "Leaving" [09:07] Tomaz^S (n=tompsson@85.89.73.250) joined #scummvm. [09:10] DJ-Chol (n=DJ-Chol@p5088FDB9.dip.t-dialin.net) joined #scummvm. [09:14] Tomaz^S2 (n=tompsson@85.89.73.250) joined #scummvm. [09:30] mthN|Sicarius (n=thekille@pD9E46B42.dip.t-dialin.net) left irc: Client Quit [09:52] Tomaz^S2 (n=tompsson@85.89.73.250) left irc: [09:52] Tomaz^S2 (n=tompsson@85.89.73.250) joined #scummvm. [09:54] Tomaz^S2 (n=tompsson@85.89.73.250) left irc: Client Quit [09:55] Tomaz^S2 (n=tompsson@85.89.73.250) joined #scummvm. [09:57] Tomaz^S2 (n=tompsson@85.89.73.250) left #scummvm. [09:57] Tomaz^S2 (n=tompsson@85.89.73.250) joined #scummvm. [09:57] Tomaz^S2 (n=tompsson@85.89.73.250) left irc: Client Quit [10:04] Nick change: MartiGone -> Marticus` [10:09] ico2_ (n=ico2@modem-2803.cheetah.dialup.pol.co.uk) left irc: Read error: 60 (Operation timed out) [10:24] ico2_ (n=ico2@modem-2694.cougar.dialup.pol.co.uk) joined #scummvm. [10:42] clemmy (n=clem@u-121-106.adsl.univie.ac.at) joined #scummvm. [10:52] eriktorbjorn (n=d91tan@217-210-193-118-no51.tbcn.telia.com) left irc: Read error: 110 (Connection timed out) [10:55] WooShell (n=Markus@woo.li) joined #scummvm. [10:56] moin [11:19] moin [11:43] Jubanka (n=knakos@195.134.79.123) joined #scummvm. [11:43] #scummvm: mode change '+o Jubanka' by ChanServ!ChanServ@services. [11:44] yoha [11:45] yo! [11:45] what's up clem? [11:46] Action: clemmy has no mouth and he must scream [11:46] :) [11:46] furthermore, how does clemmy eat? [11:47] Action: clemmy lives off air and love (mostly air, not much success in the love part lately) [11:48] love is in the air [11:50] Lightkey (n=jonas@dslb-084-056-099-252.pools.arcor-ip.net) joined #scummvm. [11:52] Darklock (n=jonas@dslb-084-056-078-170.pools.arcor-ip.net) left irc: Read error: 60 (Operation timed out) [11:53] clone2727 (n=chatzill@pool-72-90-138-154.nwrknj.east.verizon.net) joined #scummvm. [11:54] hello [11:54] hi [11:54] hi clemmy [11:54] hi clone2727 [11:59] clone2727 (n=chatzill@pool-72-90-138-154.nwrknj.east.verizon.net) left irc: Remote closed the connection [12:13] Jubanka (n=knakos@195.134.79.123) left irc: "catch you on the flipside" [12:25] LordHoto (n=Loom@p54B1EE45.dip.t-dialin.net) joined #scummvm. [12:25] #scummvm: mode change '+o LordHoto' by ChanServ!ChanServ@services. [12:32] clemmy (n=clem@u-121-106.adsl.univie.ac.at) left #scummvm. [12:40] Jubanka (n=knakos@195.134.79.123) joined #scummvm. [12:40] #scummvm: mode change '+o Jubanka' by ChanServ!ChanServ@services. [12:50] k3nobi (n=simu@212-41-121-156.adsl.solnet.ch) joined #scummvm. [12:51] hi is it possible to use a joypad instead of a mouse? [12:51] win32 version? [12:51] no linux version [12:52] no idea. LordHoto ? [12:53] what? [12:53] ah another guy here [12:53] yep [12:53] hes the dude [12:55] k3nobi, btw isn't it awkward for you to use the joypad instead of the mouse in a point-n-click? [12:58] Jubanka: no idea :-) [13:00] at least we support joysticks, no idea in how far joypads are supported [13:01] I guess reading the README [13:01] and then trying should be the best way to go [13:01] should be the same thing. [13:01] ah yes, the README. I forgot about that :-) [13:01] yo LordHoto! btw [13:02] k3nobi, scummvm --help | grep joystick [13:03] scummvm --joystick=0 [13:03] it works! [13:06] SDL does miracles. good for the hair too :-) [13:09] bastardo (n=bastardo@i59F569EF.versanet.de) joined #scummvm. [13:11] ok thankx [13:11] k3nobi (n=simu@212-41-121-156.adsl.solnet.ch) left #scummvm. [13:24] salty-horse (n=ori@bzq-88-152-112-98.red.bezeqint.net) joined #scummvm. [14:08] ico2_ (n=ico2@modem-2694.cougar.dialup.pol.co.uk) left irc: Read error: 60 (Operation timed out) [14:21] ico2_ (n=ico2@modem-2810.cheetah.dialup.pol.co.uk) joined #scummvm. [14:24] The Last Express will be available via GameTap - http://www.adventuregamers.com/newsitem.php?id=1283 [14:46] Kirben (i=kirben@c220-239-221-38.brasd1.vic.optusnet.com.au) left irc: Read error: 110 (Connection timed out) [14:55] mthN|Sicarius (n=thekille@pD9E45F45.dip.t-dialin.net) joined #scummvm. [14:57] Tomaz^S (n=tompsson@85.89.73.250) left irc: [15:26] hey Jubanka btw. ;-) [15:35] deegee (i=deegee@sta3-213-139-183-178.psoasnet.fi) joined #scummvm. [15:35] deegee_ (i=deegee@sta3-213-139-183-178.psoasnet.fi) left irc: Read error: 104 (Connection reset by peer) [15:36] right on! [15:40] SereR0kR (n=serer0kr@Fd324.f.strato-dslnet.de) joined #scummvm. [16:01] _sev_ (i=sev@85-90-202-166.cdma.dialup.kh.velton.ua) joined #scummvm. [16:05] SereR0kR (n=serer0kr@Fd324.f.strato-dslnet.de) left irc: "Lost terminal" [16:10] Nick change: Marticus` -> MartiGone [16:27] _sev (i=sev@scummvm/undead/sev) left irc: Read error: 110 (Connection timed out) [16:46] SkyJedi (n=SkyJedi@AMarseille-256-1-91-219.w90-10.abo.wanadoo.fr) joined #scummvm. [16:48] SkyJedi (n=SkyJedi@AMarseille-256-1-91-219.w90-10.abo.wanadoo.fr) left irc: Client Quit [16:48] SkyJedi (n=SkyJedi@AMarseille-256-1-91-219.w90-10.abo.wanadoo.fr) joined #scummvm. [16:53] Newa2 (i=Neva@beam.tky.hut.fi) joined #scummvm. [16:53] Newa (i=Neva@beam.tky.hut.fi) left irc: Read error: 104 (Connection reset by peer) [16:53] Nick change: Newa2 -> Newa [16:56] Jubanka (n=knakos@195.134.79.123) left irc: "poweroff" [17:24] eriktorbjorn (n=d91tan@217-210-193-118-no51.tbcn.telia.com) joined #scummvm. [17:24] #scummvm: mode change '+o eriktorbjorn' by ChanServ!ChanServ@services. [17:48] SkyJedi (n=SkyJedi@AMarseille-256-1-91-219.w90-10.abo.wanadoo.fr) left irc: Read error: 104 (Connection reset by peer) [17:55] Akeson_Chihiro (n=akesonch@did75-10-82-230-84-194.fbx.proxad.net) joined #scummvm. [17:55] Yellow :D [17:56] salty-horse, ready to fight some webcode ? I will have some free time this week-end [17:56] hi Akeson_Chihiro. sec [17:57] yo [18:00] josemanuel (n=josemanu@62.14.82.133) joined #scummvm. [18:02] ico2 (n=ico2@modem-330.cougar.dialup.pol.co.uk) joined #scummvm. [18:05] SereR0kR (n=serer0kr@Fd01c.f.strato-dslnet.de) joined #scummvm. [18:13] ico2_ (n=ico2@modem-2810.cheetah.dialup.pol.co.uk) left irc: Read error: 60 (Operation timed out) [18:15] SereR0kR_ (n=serer0kr@Fcc2f.f.strato-dslnet.de) joined #scummvm. [18:21] ico2 (n=ico2@modem-330.cougar.dialup.pol.co.uk) left irc: Read error: 60 (Operation timed out) [18:23] SereR0kR (n=serer0kr@Fd01c.f.strato-dslnet.de) left irc: Read error: 145 (Connection timed out) [18:35] does someone know a good free burning app for windows? [18:36] ico2 (n=ico2@modem-250.chimpanzee.dialup.pol.co.uk) joined #scummvm. [18:37] bastardo, cdrtools have a gui [18:37] alcohol? [18:39] I will try Infra Recorder, it's based on cdrtools - thx! alcohol is not free afaik [18:39] it isn't? at least it used to be when I last installed it years ago.. [18:40] I will check [18:40] shareware [18:40] http://www.nch.com.au/burn/ [18:41] http://home.arcor.de/kerberos002/cdrtfe/index_en.html [18:42] thx again! [18:42] Infra Recorder looks very sweet so far. [18:43] SereR0kR_ (n=serer0kr@Fcc2f.f.strato-dslnet.de) left irc: "Lost terminal" [18:46] Javacat (n=ghsgh@host86-128-43-49.range86-128.btcentralplus.com) joined #scummvm. [18:46] eriktorbjorn (n=d91tan@217-210-193-118-no51.tbcn.telia.com) left irc: Read error: 110 (Connection timed out) [18:47] Akeson_Chihiro (n=akesonch@did75-10-82-230-84-194.fbx.proxad.net) left irc: "using sirc version 2.211+KSIRC/1.3.12" [18:58] Cody56 (i=LavosSpa@scummvm/undead/Cody56) joined #scummvm. [18:58] #scummvm: mode change '+o Cody56' by ChanServ!ChanServ@services. [19:05] Layne (n=layne@nat01-usntc-ext.Rutgers.EDU) joined #scummvm. [19:23] HelH (i=HelH@pD954DB8E.dip0.t-ipconnect.de) joined #scummvm. [19:25] HellH (i=HelH@pD9E2C6E7.dip0.t-ipconnect.de) joined #scummvm. [19:46] Nick change: _sev_ -> _sev [19:46] HelH (i=HelH@pD954DB8E.dip0.t-ipconnect.de) left irc: Read error: 110 (Connection timed out) [20:00] _sev (i=sev@85-90-202-166.cdma.dialup.kh.velton.ua) left irc: Remote closed the connection [20:00] _sev (i=sev@scummvm/undead/sev) joined #scummvm. [20:00] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [20:02] HellH (i=HelH@pD9E2C6E7.dip0.t-ipconnect.de) left irc: Read error: 110 (Connection timed out) [20:06] DJWillis (i=djwillis@82-46-18-100.cable.ubr02.bath.blueyonder.co.uk) joined #scummvm. [20:15] syke (n=matt@69-12-138-157.dsl.static.sonic.net) joined #scummvm. [20:22] ico2 (n=ico2@modem-250.chimpanzee.dialup.pol.co.uk) left irc: Read error: 60 (Operation timed out) [20:34] eriktorbjorn (n=d91tan@217-210-193-118-no51.tbcn.telia.com) joined #scummvm. [20:34] #scummvm: mode change '+o eriktorbjorn' by ChanServ!ChanServ@services. [20:39] ico2 (n=ico2@modem-3390.cougar.dialup.pol.co.uk) joined #scummvm. [20:53] Nick change: madmoose_ -> madmoose [21:26] pwr (n=pwr@82.78.120.186) joined #scummvm. [21:29] sholin_ (i=sholin@unaffiliated/sholin) left irc: Read error: 110 (Connection timed out) [21:41] HelH (i=HelH@pD954D6F8.dip0.t-ipconnect.de) joined #scummvm. [21:44] syke_ (n=matt@69-12-138-157.dsl.static.sonic.net) joined #scummvm. [21:48] Layne (n=layne@nat01-usntc-ext.Rutgers.EDU) left irc: "Leaving" [21:49] syke (n=matt@69-12-138-157.dsl.static.sonic.net) left irc: Read error: 60 (Operation timed out) [22:13] clone2727 (n=chatzill@pool-72-90-138-154.nwrknj.east.verizon.net) joined #scummvm. [22:14] hi [22:14] is it just my computer, or is the forum down? [22:15] I think the wiki is down as well [22:16] looks down [22:16] Javacat: What do you do??? ;) [22:16] :S [22:17] With what? [22:17] *confused* [22:17] It you who took the forums and wiki down? ;) [22:17] Of course [22:18] I'm declaring a coup [22:18] I'm taking over ScummVM [22:18] Ignore all those people with the @ next to their name [22:18] That's not possible!!!!! [22:19] Are you going to rename ScummVM to JavacatVM? [22:19] Yeh [22:19] Sounds interesting [22:19] I'm going to force them to rewrite the whole program in Java [22:19] And then make them add support for Discworld [22:20] What makes you think they will work for you? [22:20] Love [22:20] But, I agree with the Discworld support [22:20] Yeh [22:20] Them needing the source is just excuses [22:21] They did the Scumm engine without source code :P [22:21] Yeh! [22:21] I bet they could add discworld support in a couple of hours without the source [22:23] This the perfect time for the coup, as Endy's (who is probably reading the logs :)) computer is a bit "dead-ish" at the moment [22:23] Woo! [22:23] Does anyone have any objections? [22:24] Doesn't look like it [22:24] Good. You get the paint. [22:24] Action: Javacat pokes _sev, Cody56, eriktorbjorn, joostp, khalek, LordHoto, pigeon and wjp with a mushroom [22:24] <_sev> yarr [22:25] LordHoto: Leader [22:25] oops [22:25] eep [22:25] Action: Javacat hides from _sev [22:25] :S [22:25] I'll get the grog [22:25] aaw [22:25] Action: Javacat gives power back to _sev [22:26] So much for JavacatVM.... [22:26] It had a bright future :( [22:27] Yeah. JavacatVM would have had Discworld support [22:28] mthN|Sicarius (n=thekille@pD9E45F45.dip.t-dialin.net) left irc: "Geh fott -> http://www.bagdadsoftware.de" [22:28] Yeah [22:28] And I would have made you, Clemmy and DJWillis my co-leaders [22:28] Sounds good [22:29] And Clemmy would have gotten some clam. [22:29] josemanuel (n=josemanu@62.14.82.133) left irc: "Me voy" [22:29] Be wary ScummVM. JavacatVM is down, but not out! [22:29] YEAH! [22:29] JavacatVM will be back! [22:30] Maybe on the eve of year 5 of ScummVM.... [22:30] Action: madmoose drags the rebels down behind the shed and shoots them. [22:30] ahhhhhhhhhhh!!!!!!! [22:30] We promised Discworld support!!!!!!!! [22:30] You weren't believed :-P [22:30] aaw [22:31] USE jedi mind trick WITH madmoose [22:32] Your powers a weak compared to mine, young padawan. [22:33] Oh yeah? Well you fighht like a cow! [22:33] fight* [22:34] Oh Great: Now I get a "phpBB : Critical Error" when accessing the forums [22:35] The whole message is: [22:35] phpBB : Critical Error [22:35] Error creating new session [22:35] DEBUG MODE [22:35] SQL Error : 1016 Can't open file: 'phpbb_sessions.MYI' (errno: 145) [22:35] INSERT INTO phpbb_sessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin) VALUES ('79ddde373dfd5b76b72fda769833ffa6', 2144, 1158959141, 1158959141, '485a8a9a', 0, 1, 0) [22:35] Line : 187 [22:35] File : sessions.php [22:36] But, the wikis are back up. Javacat: maybe our rebellion left a mark? [22:36] Yeh [22:36] Shmurge (n=serg22@83.167.112.5) joined #scummvm. [22:37] Shmurge (n=serg22@83.167.112.5) left #scummvm. [22:38] opitzs (n=opitzs@dslb-084-060-138-199.pools.arcor-ip.net) joined #scummvm. [22:41] Javacat: I was thinking. JavacatVM should be made with flash just to get at eriktorbjorn ;) [22:41] Hell yeah [22:41] Flash rocks [22:54] Javacat: I have created a temporary logo here: http://www.freewebs.com/clone2727/JavacatVM.jpg [23:02] good-bye, and remember JavacatVM! [23:02] clone2727 (n=chatzill@pool-72-90-138-154.nwrknj.east.verizon.net) left irc: "Chatzilla 0.9.75 [Firefox 1.5.0.6/2006072814]" [23:20] HelH (i=HelH@pD954D6F8.dip0.t-ipconnect.de) left irc: [23:41] clemmy (n=clem@u-121-106.adsl.univie.ac.at) joined #scummvm. [23:41] forum down? [23:41] clemmy (n=clem@u-121-106.adsl.univie.ac.at) left #scummvm. [23:45] Nick change: Lord_Nightmare -> LordNAway [23:48] lol [23:48] Action: Javacat has just seen the logo [23:53] salty-horse (n=ori@bzq-88-152-112-98.red.bezeqint.net) left irc: [23:57] Javacat: Leader is NOT Javacat. :-) [00:00] --- Sat Sep 23 2006