[00:01] johnnyonflame (~johnny@187.3.232.86) joined #scummvm. [00:01] guise [00:01] ./common/scummsys.h:356:3: error: #error No system type defined [00:01] D:< [00:02] Getting this on ResidualVM [00:02] Anyone's got any idea on what to do? [00:03] ask around in #residualvm [00:04] thanks clone2727 [00:06] alexbevi (~Alex@bas1-pickering62-1279734002.dsl.bell.ca) joined #scummvm. [00:12] Upth (~ogmar@69.62.144.56) joined #scummvm. [00:12] Nick change: Upth -> Upthorn [00:12] #scummvm: mode change '+v Upthorn' by ChanServ!ChanServ@services. [00:20] sirlemonhead (bduncan22@86-40-29-131-dynamic.b-ras2.prp.dublin.eircom.net) left #scummvm. [00:20] Javacat (~Javacat@unaffiliated/javacat) left irc: Quit: Please, try the fish [00:42] johnnyonflame (~johnny@187.3.232.86) left irc: Remote host closed the connection [01:17] Vampire0 (vampire@jEdit/Vampire) joined #scummvm. [01:17] Filippos Karapetis master * r8d157ae / NEWS : NEWS: Mention all of the new games that have been announced - http://git.io/MKGKJw [01:20] Vampire0_ (vampire@jEdit/Vampire) left irc: Ping timeout: 260 seconds [01:24] Was the Composer v1 stuff finished? [01:25] Not sure... That's a question for fuzzie... [01:25] There is bug #3485018 [01:25] Yes, but I asked here in case someone else knew the answer ;) [01:26] http://wiki.scummvm.org/index.php/Composer dloes [01:26] doesn't list any status... [01:28] 8 TODO and 2 FIXMEs left in the engine code... otherwise *shrug* [01:28] Kirben (kirben@c220-239-194-17.brasd3.vic.optusnet.com.au) left irc: [01:28] kurtwr (kurtwr@c-71-193-60-169.hsd1.ca.comcast.net) joined #scummvm. [01:31] kurtwr2 (kurtwr@c-71-193-60-169.hsd1.ca.comcast.net) left irc: Ping timeout: 272 seconds [01:39] Kirben (kirben@c220-239-194-17.brasd3.vic.optusnet.com.au) joined #scummvm. [01:39] #scummvm: mode change '+o Kirben' by ChanServ!ChanServ@services. [02:06] balrog_phone (~balrog@unaffiliated/balrog) joined #scummvm. [02:06] balrog (~balrog@unaffiliated/balrog) left irc: Quit: balrog [02:12] balrog_phone_ (~balrog@unaffiliated/balrog) joined #scummvm. [02:16] balrog_phone (~balrog@unaffiliated/balrog) left irc: Ping timeout: 245 seconds [02:16] Nick change: balrog_phone_ -> balrog_phone [02:17] balrog_phone (~balrog@unaffiliated/balrog) left irc: Quit: Bye [02:19] balrog_phone (~balrog@unaffiliated/balrog) joined #scummvm. [02:36] Kaidane (~Kaidane@adsl-065-005-218-152.sip.cae.bellsouth.net) left irc: Read error: Connection reset by peer [02:47] balrog_phone (~balrog@unaffiliated/balrog) left irc: Quit: Bye [02:48] balrog_phone (~balrog@unaffiliated/balrog) joined #scummvm. [02:57] balrog_phone (~balrog@unaffiliated/balrog) left irc: Read error: Connection reset by peer [02:58] balrog_phone (~balrog@unaffiliated/balrog) joined #scummvm. [03:16] I'm learning RE as a hobby this summer and is currently looking a Death Gate. I've located the only subroutine that opens a file (int 21h ax=3dh), but there doesn't seem to be any input arguments to the routine. What would that imply? [03:16] singron (~eric@porgyon-33.dynamic.rpi.edu) joined #scummvm. [03:16] #scummvm: mode change '+v singron' by ChanServ!ChanServ@services. [03:16] I am using Freeware IDA and dosbox with debug=heavy. [03:17] risca: I would suggest that the filename is passed by a global variable/structure buffer [03:18] Tomaz (tompsson@h-238-196.a199.priv.bahnhof.se) left irc: Ping timeout: 248 seconds [03:18] http://pastebin.com/zE1Ditt2 <- Snippet of disassembled loadFile code [03:18] i.e. fileOpen() would imply that the filename is got by other means [03:18] Isee [03:21] risca: http://www.delorie.com/djgpp/doc/rbinter/id/90/27.html [03:21] It seems that the filename is taken from the top of the stack+2 [03:21] DS:DX -> ASCIZ filename [03:21] {V} (~V@139-79-ftth.onsneteindhoven.nl) left irc: Ping timeout: 246 seconds [03:22] {V} (~V@139-79-ftth.onsneteindhoven.nl) joined #scummvm. [03:22] risca: Yes, something like that... (Not an expert on x86 ASM... yet) [03:23] digitall, Hehe First piece of assembly I've done in 3 years... [03:23] Only done assembly of uCPUs [03:23] Get a copy of Ralf Brown's Interrupt Lists i.e. the delorie version is HTMLised... [03:24] but they are probably the best reference to these DOS INT calls. [03:24] nutron (~nutron@unaffiliated/nutron) joined #scummvm. [03:24] I've been using Ralf Brown's Interrupt List (http://www.ctyme.com/rbrown.htm), as recommended on the scummvm site [03:24] I'll check out the delorie version [03:26] They should be the same... but the delorie is HTMLised and cross linked so easier to refer into than the plain text version IMHO [03:26] (and wikipedia) [03:27] Would DS:DX imply Data Segment:Register DX? [03:27] Tomaz^ (tompsson@h-238-196.a199.priv.bahnhof.se) joined #scummvm. [03:27] clone2727 (~clone2727@pool-71-125-67-84.nwrknj.east.verizon.net) left irc: Quit: later [03:27] Or register DS:register DX? [03:28] I think Data Segment... [03:28] i.e. DX is a pointer in the Data Segment to the buffer holding the filename [03:28] DOSBox debugger should help confirm this if you breakpoint prior to the INT 21 call. [03:29] Haha Wikipedia actually use DS:DX as an example of segment:offset ^^ [03:29] My first guess was right [03:29] Segmented memory gives me a headache. [03:29] Haha [03:33] Tomaz^ (tompsson@h-238-196.a199.priv.bahnhof.se) left irc: Ping timeout: 260 seconds [03:39] Tomaz^ (tompsson@h-238-196.a199.priv.bahnhof.se) joined #scummvm. [03:59] balrog_phone (~balrog@unaffiliated/balrog) left irc: Quit: Bye [04:12] singron (~eric@porgyon-33.dynamic.rpi.edu) left irc: Quit: leaving [04:45] risca (~risca@wi-secure-6897.cc.umanitoba.ca) left irc: Quit: Lämnar [04:54] Juggie (~Juggie@unaffiliated/juggie) left irc: Ping timeout: 260 seconds [05:00] Juggie (~Juggie@unaffiliated/juggie) joined #scummvm. [05:54] Mataniko (~chatzilla@c-24-91-129-98.hsd1.ma.comcast.net) left irc: Read error: Connection reset by peer [05:55] Mataniko (~chatzilla@c-24-91-129-98.hsd1.ma.comcast.net) joined #scummvm. [06:00] Strangerke (~Strangerk@46.253.166.145) left irc: Quit: Bbl [06:02] ajax16384 (~User@ip137.net169.n37.ru) joined #scummvm. [06:02] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [06:07] _sev_ (~sev@109.87.142.103) joined #scummvm. [06:07] _sev (~sev@scummvm/undead/sev) left irc: Read error: Connection reset by peer [06:07] _sev_ (~sev@109.87.142.103) left irc: Changing host [06:07] _sev_ (~sev@scummvm/undead/sev) joined #scummvm. [06:07] #scummvm: mode change '+o _sev_' by ChanServ!ChanServ@services. [06:19] bgKa (~bbouclet@vai69-5-88-183-207-181.fbx.proxad.net) joined #scummvm. [06:19] #scummvm: mode change '+o bgKa' by ChanServ!ChanServ@services. [07:02] Strangerke (51f60aa1@gateway/web/freenode/ip.81.246.10.161) joined #scummvm. [07:02] #scummvm: mode change '+o Strangerke' by ChanServ!ChanServ@services. [07:03] hi guys [07:03] hi Strangerke [07:03] hi somaen :) What's up? [07:05] Hellooooo [07:05] hi madmoose [07:07] Strangerke: Still working on the final labwork. [07:07] Is it already in good shape? [07:07] How many hours do you still have? 24? 28? [07:09] 36-ish [07:09] and well, it isn't in the best of shapes [07:09] Mostly because of a few ideas being way too ambitious [07:11] Maybe you should take a minute to plan those last hours... Just to be sure you're not too ambitious ;) [07:13] Well, the plan has been cut down, and I'm aiming for something that should atleast pass. [07:13] that's the more important, for sure [07:26] bgKa (~bbouclet@vai69-5-88-183-207-181.fbx.proxad.net) left irc: Ping timeout: 276 seconds [07:34] bgKa (~bbouclet@vai69-5-88-183-207-181.fbx.proxad.net) joined #scummvm. [07:34] #scummvm: mode change '+o bgKa' by ChanServ!ChanServ@services. [07:40] Kirben_ (kirben@c220-239-194-17.brasd3.vic.optusnet.com.au) joined #scummvm. [07:40] #scummvm: mode change '+o Kirben_' by ChanServ!ChanServ@services. [07:42] Cable_ (~cable@130.133.165.83.dynamic.mundo-r.com) joined #scummvm. [07:43] Kirben (kirben@c220-239-194-17.brasd3.vic.optusnet.com.au) left irc: Ping timeout: 248 seconds [07:43] |Cable| (~cable@130.133.165.83.dynamic.mundo-r.com) left irc: Ping timeout: 248 seconds [07:44] qvist (qvist@delta.switchlink.se) left irc: Ping timeout: 248 seconds [07:44] thomas_sch (~blacklotu@victoria.chaox.net) left irc: Ping timeout: 248 seconds [07:44] qvist (qvist@delta.switchlink.se) joined #scummvm. [07:44] #scummvm: mode change '+v qvist' by ChanServ!ChanServ@services. [07:50] digitall (digitall@cpc2-hitc2-0-0-cust28.9-2.cable.virginmedia.com) left #scummvm. [07:53] TAS_2012v (2012@c83-248-147-182.bredband.comhem.se) left irc: Ping timeout: 252 seconds [07:54] vendu (~vendu@unaffiliated/vendu) left irc: Ping timeout: 255 seconds [08:00] Kirben (kirben@c220-239-194-17.brasd3.vic.optusnet.com.au) joined #scummvm. [08:00] #scummvm: mode change '+o Kirben' by ChanServ!ChanServ@services. [08:02] Harekiet2 (harekiet@kittens.harekiet.com) joined #scummvm. [08:02] Juggie` (~Juggie@box.home.donnyk.ca) joined #scummvm. [08:02] Schnaks_ (~Schnaks@p4FC4BC35.dip.t-dialin.net) joined #scummvm. [08:03] _dhewg (dhewg@dhewg.wiibrew.org) joined #scummvm. [08:03] #scummvm: mode change '+o _dhewg' by ChanServ!ChanServ@services. [08:07] Kirben_ (kirben@c220-239-194-17.brasd3.vic.optusnet.com.au) got netsplit. [08:07] Juggie (~Juggie@unaffiliated/juggie) got netsplit. [08:07] {V} (~V@139-79-ftth.onsneteindhoven.nl) got netsplit. [08:07] SugarCube (~servus@cpe-75-85-87-179.socal.res.rr.com) got netsplit. [08:07] dhewg (dhewg@dhewg.wiibrew.org) got netsplit. [08:07] Schnaks (~Schnaks@p4FC4BC35.dip.t-dialin.net) got netsplit. [08:07] ny00123 (~ny00123@bzq-79-176-216-96.red.bezeqint.net) got netsplit. [08:07] Harekiet (harekiet@kittens.harekiet.com) got netsplit. [08:07] Paaris (oh3ffb@oh3tr.ele.tut.fi) got netsplit. [08:07] Nick change: Schnaks_ -> Schnaks [08:07] Possible future nick collision: Schnaks [08:07] Nick change: _dhewg -> dhewg [08:07] Possible future nick collision: dhewg [08:08] ny00123 (~ny00123@bzq-79-176-216-96.red.bezeqint.net) returned to #scummvm. [08:08] {V} (~V@139-79-ftth.onsneteindhoven.nl) returned to #scummvm. [08:13] Strangerke: Yeah, the story mode might work. The playground is still completely broken [08:14] SugarCube (~servus@cpe-75-85-87-179.socal.res.rr.com) returned to #scummvm. [08:14] not completely... [08:14] mostly :) [08:14] :P [08:14] Still, wouldn't advertise it as "working quite well" [08:14] iirc, I stopped when the engine was asking for a microphone and a printer [08:15] if the plan is to test the story mode... it's really not so bad [08:15] I think the only really broken part was when you click on a word to 'read' it [08:15] whatever you click, it was reading the first word [08:16] The rest was very similar to Bambou [08:18] Harekiet (harekiet@kittens.harekiet.com) got lost in the net-split. [08:18] Paaris (oh3ffb@oh3tr.ele.tut.fi) got lost in the net-split. [08:18] Juggie (~Juggie@unaffiliated/juggie) got lost in the net-split. [08:18] Kirben_ (kirben@c220-239-194-17.brasd3.vic.optusnet.com.au) got lost in the net-split. [08:42] Kirben (kirben@c220-239-194-17.brasd3.vic.optusnet.com.au) left irc: Read error: Connection reset by peer [08:42] Kirben_ (kirben@c220-239-194-17.brasd3.vic.optusnet.com.au) joined #scummvm. [08:42] #scummvm: mode change '+o Kirben_' by ChanServ!ChanServ@services. [08:46] jakimushka (~jakimushk@178.219.192.15) joined #scummvm. [08:46] #scummvm: mode change '+v jakimushka' by ChanServ!ChanServ@services. [09:11] WooShell (woo@188-192-188-111-dynip.superkabel.de) joined #scummvm. [09:14] L0ngcat (~Jonatan@ti0111a380-1559.bb.online.no) left irc: Quit: L0ngcat [09:16] möin [09:18] woowoowoowoo [09:18] droomoocoo :p [09:19] moo [09:23] L0ngcat (~Jonatan@ti0111a380-1559.bb.online.no) joined #scummvm. [09:23] qptain_Nemo (~qN@81.200.28.83) joined #scummvm. [09:24] _sev_ (~sev@scummvm/undead/sev) left irc: Ping timeout: 260 seconds [09:25] vendu (~vendu@dsl-kpobrasgw1-feb7c000-208.dhcp.inet.fi) joined #scummvm. [09:25] vendu (~vendu@dsl-kpobrasgw1-feb7c000-208.dhcp.inet.fi) left irc: Changing host [09:25] vendu (~vendu@unaffiliated/vendu) joined #scummvm. [09:36] _sev (~sev@scummvm/undead/sev) joined #scummvm. [09:36] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [09:36] vendu (~vendu@unaffiliated/vendu) left irc: Remote host closed the connection [09:41] hc__ (hc@public.chaos.hg.tu-darmstadt.de) left irc: Changing host [09:41] hc__ (hc@pdpc/supporter/active/hc-e) joined #scummvm. [09:41] Nick change: hc__ -> hc [09:55] Schnaks (~Schnaks@p4FC4BC35.dip.t-dialin.net) left irc: [10:19] dreammaster (~paulfgilb@C-61-68-132-242.bur.connect.net.au) joined #scummvm. [10:19] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [10:26] alexbevi (~Alex@bas1-pickering62-1279734002.dsl.bell.ca) left irc: Quit: Leaving. [10:35] Tomaz^W (~tompsson@85.89.73.250) joined #scummvm. [10:38] Schnaks (bc6d9338@gateway/web/freenode/ip.188.109.147.56) joined #scummvm. [10:53] jakimushka (~jakimushk@178.219.192.15) left irc: Ping timeout: 255 seconds [10:54] jakimushka (~jakimushk@178.219.192.15) joined #scummvm. [10:54] #scummvm: mode change '+v jakimushka' by ChanServ!ChanServ@services. [11:01] waltervn (~chatzilla@82-171-63-220.ip.telfort.nl) joined #scummvm. [11:11] Harekiet2 (harekiet@kittens.harekiet.com) left irc: Remote host closed the connection [11:12] Harekiet (harekiet@kittens.harekiet.com) joined #scummvm. [11:24] jakimushka (~jakimushk@178.219.192.15) left irc: Read error: Connection reset by peer [11:27] MetalSnake (~MetalSnak@cassiopeia.uberspace.de) left irc: Ping timeout: 265 seconds [11:29] MetalSnake (~MetalSnak@cassiopeia.uberspace.de) joined #scummvm. [11:32] Nick change: LePhilousophe_ -> LePhilousophe [11:33] alexbevi (~Alex@207.34.241.1) joined #scummvm. [12:04] Schnaks (bc6d9338@gateway/web/freenode/ip.188.109.147.56) left irc: Ping timeout: 245 seconds [12:15] TAS_2012v (2012@c83-248-147-182.bredband.comhem.se) joined #scummvm. [12:27] hello fellas! iv recently earned a new tablet, and an old doubt came to me again [12:27] how do i fight in indiana jones atlantis? [12:28] since I have no buttons... only f and insert would do the trick [12:33] dtcrshr: Could you specify which kind of tablet? [12:33] (iOS, Android, other) [12:34] In any case, the wiki may help [12:34] example: http://wiki.scummvm.org/index.php/Android/Guide [12:35] and: http://wiki.scummvm.org/index.php/IPhone#Controls [12:37] android [12:38] im using 2.3.7 [12:40] iv already searched the wiki but a long time ago when iv installed scumm on my droid 2 [12:40] iv played mostly tentacle, sam 7 max, full throttle [12:41] but indi atlantis i get stucked in the very beggining, cant fight the security guard [12:54] clone2727 (~clone2727@nat-alex-resnet-out-6.rutgers.edu) joined #scummvm. [12:54] #scummvm: mode change '+o clone2727' by ChanServ!ChanServ@services. [13:06] dreammaster (~paulfgilb@C-61-68-132-242.bur.connect.net.au) left irc: Quit: Leaving for the day [13:10] jakimushka (~jakimushk@178.219.192.15) joined #scummvm. [13:10] #scummvm: mode change '+v jakimushka' by ChanServ!ChanServ@services. [13:16] Kirben_ (kirben@c220-239-194-17.brasd3.vic.optusnet.com.au) left irc: [13:22] _sev_ (~sev@109.87.142.103) joined #scummvm. [13:22] _sev_ (~sev@109.87.142.103) left irc: Changing host [13:22] _sev_ (~sev@scummvm/undead/sev) joined #scummvm. [13:22] #scummvm: mode change '+o _sev_' by ChanServ!ChanServ@services. [13:22] _sev (~sev@scummvm/undead/sev) left irc: Read error: Connection reset by peer [13:27] balrog_phone (~balrog@unaffiliated/balrog) joined #scummvm. [13:28] kurtwr2 (kurtwr@c-71-193-60-169.hsd1.ca.comcast.net) joined #scummvm. [13:30] kurtwr (kurtwr@c-71-193-60-169.hsd1.ca.comcast.net) left irc: Ping timeout: 245 seconds [13:47] Juggie` (~Juggie@box.home.donnyk.ca) left irc: Quit: ZNC - http://znc.sourceforge.net [13:48] Juggie (~Juggie@unaffiliated/juggie) joined #scummvm. [14:09] jakimushka (~jakimushk@178.219.192.15) left irc: Quit: Leaving [14:18] dtcrshr: sorry, I was AFK [14:18] dtcrshr: You should post a message in the forums, I4m sure you'll get an answer [14:20] giucam (~giulio@adsl-ull-38-253.49-151.net24.it) joined #scummvm. [14:31] gapan (~george@188.4.23.146.dsl.dyn.forthnet.gr) joined #scummvm. [14:39] balrog (~balrog@unaffiliated/balrog) joined #scummvm. [14:42] Tomaz^W (~tompsson@85.89.73.250) left irc: Ping timeout: 260 seconds [14:45] balrog (~balrog@unaffiliated/balrog) left irc: Read error: Connection reset by peer [14:46] balrog (~balrog@unaffiliated/balrog) joined #scummvm. [15:07] Adys (~adys@unaffiliated/adys) left irc: Remote host closed the connection [15:08] Adys (~adys@unaffiliated/adys) joined #scummvm. [15:09] balrog_phone (~balrog@unaffiliated/balrog) left irc: Quit: Bye [15:21] balrog_ (~balrog@unaffiliated/balrog) joined #scummvm. [15:23] _sev_ (~sev@scummvm/undead/sev) left irc: Ping timeout: 245 seconds [15:26] balrog (~balrog@unaffiliated/balrog) left irc: Ping timeout: 276 seconds [15:26] Nick change: balrog_ -> balrog [15:28] gapan (~george@188.4.23.146.dsl.dyn.forthnet.gr) left irc: Quit: Leaving. [15:38] _sev (~sev@109.87.142.103) joined #scummvm. [15:38] _sev (~sev@109.87.142.103) left irc: Changing host [15:38] _sev (~sev@scummvm/undead/sev) joined #scummvm. [15:38] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [15:40] Strangerke (51f60aa1@gateway/web/freenode/ip.81.246.10.161) left irc: Quit: Bbl [15:58] Adys (~adys@unaffiliated/adys) left irc: Remote host closed the connection [15:59] Adys (~adys@unaffiliated/adys) joined #scummvm. [16:05] kettuz (~kettuz@xdsl-77-86-201-140.nebulazone.fi) joined #scummvm. [16:08] LordHoto (~loom@unaffiliated/lordhoto) joined #scummvm. [16:08] #scummvm: mode change '+o LordHoto' by ChanServ!ChanServ@services. [16:10] pok0j (~pok0j@aeed185.neoplus.adsl.tpnet.pl) joined #scummvm. [16:11] Harekiet (harekiet@kittens.harekiet.com) left irc: Ping timeout: 250 seconds [16:12] Harekiet (harekiet@kittens.harekiet.com) joined #scummvm. [16:12] NotJavacat (~Javacat@unaffiliated/javacat) joined #scummvm. [16:12] Nick change: NotJavacat -> Javacat [16:16] Schnaks (~Schnaks@p4FC4B6FB.dip.t-dialin.net) joined #scummvm. [16:20] Oleksiy Kurochko master * r24a45be / (gui/predictivedialog.cpp gui/predictivedialog.h): [16:20] GUI: Use pressed state in predictive dialog in keyboard mode. [16:20] This adds more visual feedback to the user. - http://git.io/lDKSSA [16:20] Oleksiy Kurochko master * re6c317a / (15 files in 4 dirs): GUI: Implemented pressed state for buttons - http://git.io/CMVXNA [16:20] <_sev> \o/ [16:21] So we have dreamweb and composer games in NEWS but the engines aren't enabled by default yet, is there any reason for that? [16:22] <_sev> LordHoto: most probably people just forgot about them [16:23] I'll just enable them by default then. [16:24] <_sev> please do [16:24] <_sev> but put in testing mode [16:26] You mean in the detection entries? [16:26] MetalSnake (~MetalSnak@cassiopeia.uberspace.de) left irc: Ping timeout: 265 seconds [16:27] configure should purely decide on the default state whether the engine is "unstable" or not. [16:28] Strangerke (~Strangerk@46.253.166.145) joined #scummvm. [16:28] #scummvm: mode change '+o Strangerke' by ChanServ!ChanServ@services. [16:28] MetalSnake (~MetalSnak@cassiopeia.uberspace.de) joined #scummvm. [16:30] giucam (~giulio@adsl-ull-38-253.49-151.net24.it) left irc: Quit: Ciao! [16:32] Seems the composer games aren't tagged at all, best to ask fuzzie on why that is. [16:32] Johannes Schickel master * r18ae64e / engines/configure.engines : CONFIGURE: Enable dreamweb and composer by default. - http://git.io/6zXz4Q [16:32] Johannes Schickel master * r0c312f8 / gui/dialog.h : GUI: Remove unecessary ";". - http://git.io/tdweEA [16:32] Johannes Schickel master * re72f511 / engines/dreamweb/detection_tables.h : DREAMWEB: Tag all detection entries as testing instead of unstable. - http://git.io/SXi1dw [16:40] SylvainTV (~Sylvain@ALille-553-1-112-160.w92-155.abo.wanadoo.fr) joined #scummvm. [16:40] #scummvm: mode change '+o SylvainTV' by ChanServ!ChanServ@services. [17:03] sirlemonhead (~bduncan22@86-40-29-131-dynamic.b-ras2.prp.dublin.eircom.net) joined #scummvm. [17:15] kurtwr2 (kurtwr@c-71-193-60-169.hsd1.ca.comcast.net) left irc: [17:37] kurtwr (kurtwr@c-71-193-60-169.hsd1.ca.comcast.net) joined #scummvm. [17:45] Smartnow (~Smartnow@unaffiliated/smartnow) left irc: Quit: Smartnow [17:45] Smartnow (~Smartnow@unaffiliated/smartnow) joined #scummvm. [17:47] Smartnow (~Smartnow@unaffiliated/smartnow) left irc: Remote host closed the connection [17:47] Smartnow (~Smartnow@unaffiliated/smartnow) joined #scummvm. [17:48] kurtwr (kurtwr@c-71-193-60-169.hsd1.ca.comcast.net) left irc: [17:48] Smartnow (~Smartnow@unaffiliated/smartnow) left irc: Remote host closed the connection [17:53] Smartnow (~Smartnow@unaffiliated/smartnow) joined #scummvm. [17:54] risca (~risca@wnpgmb0903w-ds01-249-233.dynamic.mtsallstream.net) joined #scummvm. [17:55] digitall (~digitall@cpc2-hitc2-0-0-cust28.9-2.cable.virginmedia.com) joined #scummvm. [17:55] #scummvm: mode change '+o digitall' by ChanServ!ChanServ@services. [17:58] kurtwr (kurtwr@c-71-193-60-169.hsd1.ca.comcast.net) joined #scummvm. [18:00] Herrman (wolter@p509117B1.dip.t-dialin.net) joined #scummvm. [18:13] jakimushka (~jakimushk@178.219.192.15) joined #scummvm. [18:13] #scummvm: mode change '+v jakimushka' by ChanServ!ChanServ@services. [18:20] jakimushka (~jakimushk@178.219.192.15) left irc: Ping timeout: 245 seconds [18:21] jakimushka (~jakimushk@178.219.192.15) joined #scummvm. [18:21] #scummvm: mode change '+v jakimushka' by ChanServ!ChanServ@services. [18:53] pok0j (~pok0j@aeed185.neoplus.adsl.tpnet.pl) left irc: Read error: Operation timed out [18:53] jakimushka (~jakimushk@178.219.192.15) left irc: Read error: Connection reset by peer [18:57] giucam (~giulio@adsl-ull-38-253.49-151.net24.it) joined #scummvm. [18:57] pok0j (~pok0j@exa138.neoplus.adsl.tpnet.pl) joined #scummvm. [19:21] L0ngcat (~Jonatan@ti0111a380-1559.bb.online.no) left irc: Ping timeout: 245 seconds [19:26] L0ngcat (~Jonatan@ti0111a380-0560.bb.online.no) joined #scummvm. [19:27] giucam (~giulio@adsl-ull-38-253.49-151.net24.it) left irc: Read error: Connection reset by peer [19:28] giucam (~giulio@adsl-ull-38-253.49-151.net24.it) joined #scummvm. [19:32] kettuz (~kettuz@xdsl-77-86-201-140.nebulazone.fi) left irc: Quit: Leaving [19:36] ajax16384 (~User@ip137.net169.n37.ru) left irc: Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/ [19:38] fuzzie (~fuzzie@li141-249.members.linode.com) joined #scummvm. [19:38] LordHoto: I can't find any documentation for why stuff should/shouldn't be tagged, am I missing some? [19:40] Well, other than the comments in the source, which are sort of breaking my brain. [19:42] alexbevi (~Alex@207.34.241.1) left irc: Ping timeout: 252 seconds [19:43] fuzzie: It's for those dialogs which display some warning I think. [19:43] Sure, I was just wondering whether I *should* tag something. [19:45] The code implementing this is sort of .. insane. [19:46] MetalSnake (~MetalSnak@cassiopeia.uberspace.de) left irc: Ping timeout: 272 seconds [19:47] It does seem to only affect the GUI warning though, so I think I can safely ignore it since the engine simply explodes on startup for all games I'm not sure about. \o/ [19:47] MetalSnake (~MetalSnak@cassiopeia.uberspace.de) joined #scummvm. [19:49] But, see, that composer bug is now at the top of my code TODO list, neatly bumping everything else down a slot.. [20:07] fuzzie (~fuzzie@li141-249.members.linode.com) left irc: Quit: leaving [20:11] fuzzie: I think nowadays people should do that! [20:14] waltervn (~chatzilla@82-171-63-220.ip.telfort.nl) left irc: Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122203] [20:20] Kaidane (~Kaidane@adsl-065-005-218-152.sip.cae.bellsouth.net) joined #scummvm. [20:26] dtcrshr (~datacrush@unaffiliated/datacrusher) left irc: Ping timeout: 264 seconds [20:32] Johannes Schickel master * rb96143c / (7 files in 4 dirs): [20:32] Merge pull request #213 from fuzzie/leak-fixes [20:32] The pull request in question is "Memory leak fixes". (+5 more commits...) - http://git.io/uVoBGQ [20:37] balrog_phone (~balrog@unaffiliated/balrog) joined #scummvm. [20:41] bgKa (~bbouclet@vai69-5-88-183-207-181.fbx.proxad.net) left irc: Quit: Quitte [20:42] pok0j (~pok0j@exa138.neoplus.adsl.tpnet.pl) left irc: Ping timeout: 240 seconds [20:44] pok0j (~pok0j@ddt238.neoplus.adsl.tpnet.pl) joined #scummvm. [20:46] balrog (~balrog@unaffiliated/balrog) left irc: Quit: balrog [20:50] clone2727 (~clone2727@nat-alex-resnet-out-6.rutgers.edu) left irc: Quit: bbl [20:56] chkr (~chkr@pD9F87662.dip.t-dialin.net) joined #scummvm. [21:04] _sev_ (~sev@scummvm/undead/sev) joined #scummvm. [21:04] #scummvm: mode change '+o _sev_' by ChanServ!ChanServ@services. [21:04] _sev (~sev@scummvm/undead/sev) left irc: Read error: No route to host [21:06] giucam (~giulio@adsl-ull-38-253.49-151.net24.it) left irc: Quit: Ciao! [21:08] ny00123 (~ny00123@bzq-79-176-216-96.red.bezeqint.net) left irc: Quit: Leaving [21:12] Johannes Schickel master * r3b212fd / graphics/fonts/ttf.cpp : GRAPHICS: Remove unused function ftFloor26_6 in ttf.cpp. - http://git.io/Lah37Q [21:26] http://pointclicking.tumblr.com/ [21:35] Mataniko: Explain... [21:36] adventure game art [21:36] stumbled upon [21:37] Ah I see... Though tumblr doesn't seem to display images for me... [21:38] Had to pop through to his art store. [21:38] weird, they all show [21:38] Not sure why... all tumblr is borken for me. [21:39] :( [21:40] clone2727 (~clone2727@pool-71-125-67-84.nwrknj.east.verizon.net) joined #scummvm. [21:40] #scummvm: mode change '+o clone2727' by ChanServ!ChanServ@services. [22:35] balrog (~balrog@unaffiliated/balrog) joined #scummvm. [22:37] balrog (~balrog@unaffiliated/balrog) left irc: Client Quit [22:39] singron (~eric@porgyon-33.dynamic.rpi.edu) joined #scummvm. [22:39] #scummvm: mode change '+v singron' by ChanServ!ChanServ@services. [22:42] balrog_phone (~balrog@unaffiliated/balrog) left irc: Quit: Bye [22:43] balrog (~balrog@unaffiliated/balrog) joined #scummvm. [22:43] chkr (~chkr@pD9F87662.dip.t-dialin.net) left irc: Quit: Leaving [22:43] balrog_phone (~balrog@unaffiliated/balrog) joined #scummvm. [22:44] Matthew Hoops master * rb93b17e / engines/tinsel/detection_tables.h : TINSEL: Capitalize 'demo' - http://git.io/-KOf_g [22:44] Matthew Hoops master * r76dfbbe / (3 files): [22:44] TINSEL: Add basic PSX SEQ playback support [22:44] Instrument bank support is not implemented yet - http://git.io/Z7mRCQ [22:50] balrog (~balrog@unaffiliated/balrog) left irc: Ping timeout: 276 seconds [23:04] balrog (~balrog@unaffiliated/balrog) joined #scummvm. [23:09] balrog_phone (~balrog@unaffiliated/balrog) left irc: Quit: Bye [23:15] SylvainTV (~Sylvain@ALille-553-1-112-160.w92-155.abo.wanadoo.fr) left irc: Ping timeout: 272 seconds [23:23] sirlemonhead (bduncan22@86-40-29-131-dynamic.b-ras2.prp.dublin.eircom.net) left #scummvm. [23:29] pok0j (~pok0j@ddt238.neoplus.adsl.tpnet.pl) left irc: Read error: Operation timed out [23:32] pok0j (~pok0j@aedz54.neoplus.adsl.tpnet.pl) joined #scummvm. [23:37] Javacat_ (~Javacat@unaffiliated/javacat) joined #scummvm. [23:40] Javacat (~Javacat@unaffiliated/javacat) left irc: Ping timeout: 252 seconds [23:40] Nick change: Javacat_ -> Javacat [00:00] --- Fri May 4 2012