[Back to Index]

  
[00:05] <-- D0SFreak left irc: Ping timeout: 255 seconds
[00:10] <DrMcCoy> Lightkey: That Throne of Anguish thing is very interesting
[00:10] <DrMcCoy> Unfortunately, the FLACs are missing
[00:10] <DrMcCoy> There's only MP3s
[00:10] <DrMcCoy> I sent them a support message about that
[00:11] <DrMcCoy> Also, kinda sad that you can't redeem the music to your Bandcamp library
[00:21] <-- m_kiewitz left irc: Quit: technology isn't intrinsically good or evil. It's how it's used. Like the Death Ray.
[00:23] <-- RUBICN64 left irc: Quit: AndroidIrc Disconnecting
[00:50] <-- Tomaz^ left irc:
[00:51] [md5] <-- (~md5@unaffiliated/md5/x-729473) left irc: Ping timeout: 255 seconds
[02:00] <-- _marc` left irc: Quit: _marc`
[02:02] <-- Vampire0 left irc: Read error: Connection reset by peer
[02:02] --> LordHoto joined #scummvm.
[02:02] #scummvm: mode change '+o LordHoto' by ChanServ!ChanServ@services.
[02:02] --> Vampire0 joined #scummvm.
[02:41] --> DominusExult joined #scummvm.
[02:42] [md5] --> (~md5@unaffiliated/md5/x-729473) joined #scummvm.
[02:42] #scummvm: mode change '+o [md5]' by ChanServ!ChanServ@services.
[02:43] <-- Dominus left irc: Ping timeout: 244 seconds
[02:43] Nick change: DominusExult -> Dominus
[02:44] --> Vampire0_ joined #scummvm.
[02:48] <-- Vampire0 left irc: Ping timeout: 240 seconds
[03:02] <-- dreammaster left irc:
[03:48] --> geep joined #scummvm.
[04:39] <-- geep left irc: Ping timeout: 255 seconds
[04:44] [md5] <-- (~md5@unaffiliated/md5/x-729473) left irc: Ping timeout: 240 seconds
[05:02] --> Polynomial-C joined #scummvm.
[05:04] <-- Poly-C left irc: Ping timeout: 250 seconds
[06:01] --> bgK joined #scummvm.
[06:01] #scummvm: mode change '+o bgK' by ChanServ!ChanServ@services.
[06:25] --> frankyboy_ joined #scummvm.
[06:27] --> ny00123 joined #scummvm.
[06:31] <-- clone2727 left irc: Quit: zzzzzzzzzzzz
[06:32] <-- Lightkey left irc: Ping timeout: 244 seconds
[06:45] --> Lightkey joined #scummvm.
[06:46] --> waltervn joined #scummvm.
[07:00] --> Deledrius_ joined #scummvm.
[07:02] <-- Deledrius left irc: Ping timeout: 240 seconds
[07:11] --> RichieSams_ joined #scummvm.
[07:11] #scummvm: mode change '+o RichieSams_' by ChanServ!ChanServ@services.
[07:13] <-- RichieSams left irc: Ping timeout: 255 seconds
[07:41] <-- |Cable| left irc: Ping timeout: 256 seconds
[07:54] --> |Cable| joined #scummvm.
[07:59] --> Deledrius joined #scummvm.
[08:01] <-- Deledrius_ left irc: Ping timeout: 265 seconds
[08:09] --> t0by joined #scummvm.
[08:09] #scummvm: mode change '+v t0by' by ChanServ!ChanServ@services.
[08:30] --> m_kiewitz joined #scummvm.
[08:30] #scummvm: mode change '+o m_kiewitz' by ChanServ!ChanServ@services.
[08:48] --> D0SFreak joined #scummvm.
[09:03] <-- frankyboy_ left irc: Remote host closed the connection
[09:10] <-- LordHoto left irc: Quit: leaving
[09:19] --> _marc` joined #scummvm.
[09:26] <-- _marc` left irc: Quit: _marc`
[10:01] <-- Unseen2 left irc: Quit: Gone.
[10:06] --> Unseen2 joined #scummvm.
[10:08] --> WooShell joined #scummvm.
[10:09] <WooShell> good meowning =^.^=
[10:12] <t0by> Oh, folks
[10:13] <t0by> I'll probably have to work with Android with P=0.6 during the next months. I was wondering, is there some easy task for the ScummVM Android port that I could tackle to get my feet wet with the whole shebang?
[10:13] <t0by> (Or say, Residual)
[10:16] <t0by> (A fuzzie thing, maybe()
[10:20] <fuzzie> it's not a very good introduction :p
[10:20] <t0by> fuzzie, whaddyamean?
[10:20] <fuzzie> most of the sensible work is moving more stuff into the C++ side (e.g. the unmerged assetmgr stuff from residual)
[10:21] <fuzzie> but C++ on Android basically means 'games', everyone else uses Java
[10:21] <t0by> from which side?
[10:21] <fuzzie> from the Java side :)
[10:21] <t0by> Uh.
[10:21] <fuzzie> Android apps are all written in Java.
[10:21] <t0by> I just realized that I'll almost certainly have to use Java.
[10:21] <t0by> Yeah, yeah.
[10:21] <fuzzie> :-)
[10:21] <t0by> It occurred to me a couple seconds too late.
[10:22] <fuzzie> There's a NativeActivity class which lets you avoid writing any Java *yourself* if you're writing game-type things and you only need some core APIs.
[10:22] <fuzzie> But probably you have no chance of avoiding it.
[10:29] --> Herrman joined #scummvm.
[10:35] <waltervn> NativeActivity might be a good starting point if you're porting something over to android, but I agree with fuzzie, you'll probably need some Java code eventually. You might be able to get away with subclassing NativeActivity to add your own Java code.
[10:35] <t0by> No, I mean
[10:35] <fuzzie> my point was that most apps are going to be allll Java
[10:36] <t0by> When I said I would probably need to work with Android in the future
[10:36] <t0by> I meant that I would need to work with *Java* Android.
[10:37] <fuzzie> bad life choice :)
[10:38] <waltervn> t0by: I thought said you only just realized you had to use Java? This is very confusing
[10:39] <t0by> I only just realized that since I'll have to use Java, toying with C++ Android (read: ScummVM) would... well, not be the same thing.
[10:39] <t0by> I don't know how reusable the experience gained would be.
[10:40] <waltervn> That depends on what you're going to be doing.
[11:05] <-- t0by left irc: Ping timeout: 256 seconds
[11:17] <-- D0SFreak left irc: Ping timeout: 244 seconds
[11:18] --> t0by joined #scummvm.
[11:18] #scummvm: mode change '+v t0by' by ChanServ!ChanServ@services.
[11:21] --> salty-horse joined #scummvm.
[11:21] #scummvm: mode change '+o salty-horse' by ChanServ!ChanServ@services.
[11:37] --> GitHub142 joined #scummvm.
[11:37] <GitHub142> [scummvm] Strangerke pushed 1 new commit to master: http://git.io/iOTgjg
[11:37] <GitHub142> scummvm/master 14ab55e Strangerke: HOPKINS: Add a check for another sound related to frames removed in the Polish version. Fix for bug #6591
[11:37] GitHub142 (GitHub142@192.30.252.41) left #scummvm.
[12:13] --> GitHub47 joined #scummvm.
[12:13] <GitHub47> [scummvm] Kirben pushed 1 new commit to master: http://git.io/eXRNmA
[12:13] <GitHub47> scummvm/master c4e40fc Kirben: SCUMM: Correct file size for Dutch Windows demo of Let's Explore the Farm with Buzzy.
[12:13] GitHub47 (GitHub47@192.30.252.39) left #scummvm.
[12:15] <-- chkr left irc: Ping timeout: 250 seconds
[12:17] --> chkr joined #scummvm.
[12:22] --> sirlemonhead joined #scummvm.
[12:23] --> NotJavacat joined #scummvm.
[12:23] Nick change: NotJavacat -> Javacat
[12:27] <-- t0by left irc: Ping timeout: 256 seconds
[12:49] [md5] --> (~md5@ppp-94-66-39-94.home.otenet.gr) joined #scummvm.
[12:49] [md5] <-- (~md5@ppp-94-66-39-94.home.otenet.gr) left irc: Changing host
[12:49] [md5] --> (~md5@unaffiliated/md5/x-729473) joined #scummvm.
[12:49] #scummvm: mode change '+o [md5]' by ChanServ!ChanServ@services.
[12:54] <-- Kirben left irc: Ping timeout: 260 seconds
[13:07] --> Raziel^ joined #scummvm.
[13:07] #scummvm: mode change '+v Raziel^' by ChanServ!ChanServ@services.
[13:11] --> t0by joined #scummvm.
[13:11] #scummvm: mode change '+v t0by' by ChanServ!ChanServ@services.
[14:05] --> lukaslw joined #scummvm.
[14:05] #scummvm: mode change '+o lukaslw' by ChanServ!ChanServ@services.
[14:07] --> dreammaster joined #scummvm.
[14:07] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services.
[14:08] --> geep joined #scummvm.
[14:33] --> _marc` joined #scummvm.
[14:54] <-- salty-horse left irc: Quit: Leaving
[15:12] <-- geep left irc: Ping timeout: 265 seconds
[15:14] --> LordHoto joined #scummvm.
[15:14] #scummvm: mode change '+o LordHoto' by ChanServ!ChanServ@services.
[15:24] --> geep joined #scummvm.
[15:36] --> clone2727 joined #scummvm.
[15:36] #scummvm: mode change '+o clone2727' by ChanServ!ChanServ@services.
[15:47] <-- Raziel^ left irc: Quit: AmigaOS 4 (Unregistered copy). Evaluation period is over. Program will now quit. Thank you for using AmigaOS.
[15:55] <-- m_kiewitz left irc: Read error: Connection reset by peer
[15:56] <-- LordHoto left irc: Quit: leaving
[15:59] --> m_kiewitz joined #scummvm.
[15:59] #scummvm: mode change '+o m_kiewitz' by ChanServ!ChanServ@services.
[16:12] <-- Herrman left irc: Quit: Zitate von Versicherungskunden: Meine Frau stand aus dem Bett auf und fiel in die Scheibe der Balkontuer. Vorher war sie bei einem aehnlichen Versuch, aufzustehen, gegen die Zentralheizung gefallen.
[16:32] <-- dreammaster left irc:
[17:18] <-- clone2727 left irc: Quit: brb
[17:18] --> droid2727 joined #scummvm.
[17:18] #scummvm: mode change '+o droid2727' by ChanServ!ChanServ@services.
[17:25] Nick change: Javacat -> NotJavacat
[17:29] <-- NotJavacat left irc: Ping timeout: 264 seconds
[17:42] --> dreammaster joined #scummvm.
[17:42] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services.
[17:42] --> clone2728 joined #scummvm.
[17:42] #scummvm: mode change '+o clone2728' by ChanServ!ChanServ@services.
[17:44] --> clone2727_ joined #scummvm.
[17:44] #scummvm: mode change '+o clone2727_' by ChanServ!ChanServ@services.
[17:44] --> Sylvain joined #scummvm.
[17:46] <-- droid2727 left irc: Ping timeout: 265 seconds
[17:46] <-- clone2728 left irc: Ping timeout: 244 seconds
[17:47] <-- SylvainTV left irc: Ping timeout: 244 seconds
[17:48] --> droid2727 joined #scummvm.
[17:48] #scummvm: mode change '+o droid2727' by ChanServ!ChanServ@services.
[17:48] <-- clone2727_ left irc: Ping timeout: 244 seconds
[17:52] <-- droid2727 left irc: Ping timeout: 245 seconds
[17:52] --> clone2728 joined #scummvm.
[17:52] #scummvm: mode change '+o clone2728' by ChanServ!ChanServ@services.
[17:54] <DrMcCoy> dammit, clones
[17:55] --> droid2727 joined #scummvm.
[17:55] #scummvm: mode change '+o droid2727' by ChanServ!ChanServ@services.
[17:57] <-- clone2728 left irc: Ping timeout: 265 seconds
[17:58] --> clone2728 joined #scummvm.
[17:58] #scummvm: mode change '+o clone2728' by ChanServ!ChanServ@services.
[18:00] <-- droid2727 left irc: Ping timeout: 265 seconds
[18:00] <DrMcCoy> ...
[18:03] <-- clone2728 left irc: Quit: Statement: Good-bye, meatbags!
[18:07] <-- t0by left irc: Ping timeout: 250 seconds
[18:34] --> RUBICN64 joined #scummvm.
[18:34] <-- RUBICN64 left irc: Client Quit
[18:35] --> RUBICN64 joined #scummvm.
[19:00] --> Raziel^ joined #scummvm.
[19:00] #scummvm: mode change '+v Raziel^' by ChanServ!ChanServ@services.
[19:06] --> t0by joined #scummvm.
[19:06] #scummvm: mode change '+v t0by' by ChanServ!ChanServ@services.
[19:10] --> droid2727 joined #scummvm.
[19:10] #scummvm: mode change '+o droid2727' by ChanServ!ChanServ@services.
[19:19] <-- geep left irc: Ping timeout: 272 seconds
[19:29] <-- RUBICN64 left irc: Quit: AndroidIrc Disconnecting
[19:31] --> geep joined #scummvm.
[19:51] --> SimSaw joined #scummvm.
[19:51] #scummvm: mode change '+v SimSaw' by ChanServ!ChanServ@services.
[19:57] <-- SimSaw left irc:
[20:08] <-- Raziel^ left irc: Quit: AmigaOS 4 (Unregistered copy). Evaluation period is over. Program will now quit. Thank you for using AmigaOS.
[20:12] --> LordHoto joined #scummvm.
[20:12] #scummvm: mode change '+o LordHoto' by ChanServ!ChanServ@services.
[20:14] <-- _marc` left irc: Quit: _marc`
[20:14] --> clone2727 joined #scummvm.
[20:14] #scummvm: mode change '+o clone2727' by ChanServ!ChanServ@services.
[20:15] <-- droid2727 left irc: Quit: Statement: Good-bye, meatbags!
[20:26] --> Tomaz^W joined #scummvm.
[20:34] <-- borosky left irc: Ping timeout: 244 seconds
[20:34] --> broosky joined #scummvm.
[20:38] <-- bgK left irc: Ping timeout: 272 seconds
[20:51] <-- Ramal left irc: Ping timeout: 244 seconds
[20:54] --> Ramal joined #scummvm.
[20:58] --> RUBICN64 joined #scummvm.
[21:03] --> D0SFreak joined #scummvm.
[21:19] --> Kirben joined #scummvm.
[21:19] #scummvm: mode change '+o Kirben' by ChanServ!ChanServ@services.
[21:34] --> DOSFreak joined #scummvm.
[21:38] <-- D0SFreak left irc: Ping timeout: 265 seconds
[21:40] <-- DOSFreak left irc: Ping timeout: 265 seconds
[21:44] <-- RUBICN64 left irc: Quit: AndroidIrc Disconnecting
[21:57] <-- t0by left irc: Ping timeout: 272 seconds
[22:07] <-- lukaslw left irc: Quit: Page closed
[22:14] <-- ny00123 left irc: Quit: Leaving
[22:15] sirlemonhead (bduncan22@95.44.164.183) left #scummvm.
[22:35] --> GitHub100 joined #scummvm.
[22:35] <GitHub100> [scummvm] m-kiewitz pushed 1 new commit to master: http://git.io/XzFOUA
[22:35] <GitHub100> scummvm/master c9e74d6 Martin Kiewitz: SCI: text16 GetLongest() changes fixes bug #5334...
[22:35] GitHub100 (GitHub100@192.30.252.34) left #scummvm.
[23:01] --> D0SFreak joined #scummvm.
[23:09] --> RUBICN64 joined #scummvm.
[23:25] <-- Ramal left irc: Ping timeout: 272 seconds
[23:44] --> Tomaz^ joined #scummvm.
[23:49] <-- klusark left irc: Remote host closed the connection
[00:00] --- Sun Nov 2 2014