IRC logs for #opendune on OFTC at 2010-02-22
            
03:56:39 *** glx has quit IRC
08:53:40 <Xaroth|Work> morning
09:43:37 <TrueBrain> morning
09:43:41 <Xaroth|Work> o/
12:57:02 *** Yexo_ has joined #openDune
12:57:02 *** ChanServ sets mode: +v Yexo_
13:02:26 *** Yexo__ has joined #openDune
13:03:36 <Xaroth|Work> three Yexos O_O
13:04:02 *** Yexo has quit IRC
13:09:28 <planetmaker> *plop*
13:09:31 *** Yexo_ has quit IRC
13:09:35 <planetmaker> *plop*
13:09:41 <planetmaker> :-P
13:10:15 <Xaroth|Work> and then there was one again :P
13:10:22 *** Yexo has joined #openDune
13:10:22 *** ChanServ sets mode: +v Yexo
13:10:28 <Xaroth|Work> ... two
13:10:47 <Xaroth|Work> * Yexo is now known as ReincarYexo
13:17:05 *** Yexo__ has quit IRC
13:18:03 <Xaroth|Work> @calc 6000*50
13:18:03 <DorpsGek> Xaroth|Work: 300000
13:31:02 *** Yexo_ has joined #openDune
13:31:02 *** ChanServ sets mode: +v Yexo_
13:35:50 *** Yexo is now known as Guest153
13:35:50 *** Yexo_ is now known as Yexo
13:36:05 <Xaroth|Work> ah, it lives! :P
13:36:10 <Yexo> good afternoon :)
13:36:17 <Xaroth|Work> :)
13:37:02 *** Guest153 has quit IRC
14:04:41 *** Xaroth has quit IRC
14:07:31 <Xaroth|Work> wth
14:07:45 <Xaroth|Work> maybe I shouldn't have set that download on? :o
15:58:33 *** glx has joined #openDune
15:58:33 *** ChanServ sets mode: +o glx
15:58:39 <Xaroth|Work> o/ glx
15:58:48 <glx> hello
17:49:06 *** Xaroth has joined #openDune
17:49:06 *** ChanServ sets mode: +o Xaroth
17:49:19 <Xaroth> wasn't my connection
17:49:21 <Xaroth> was my server o_O
17:50:12 <TrueBrain> :o
18:16:43 *** Xaroth_ has joined #openDune
18:22:55 *** Xaroth has quit IRC
18:27:11 <DorpsGek> SVN: glx (r933) -Codechange: directly call Sound_Play() when possible
18:41:25 <DorpsGek> SVN: glx (r934) -Add: named and C-ified Driver_Music_IsPlaying() and MPU_IsPlaying()
19:10:38 *** Xaroth has joined #openDune
19:10:38 *** ChanServ sets mode: +o Xaroth
19:17:14 *** Xaroth_ has quit IRC
19:25:40 *** Xaroth_ has joined #openDune
19:32:27 *** Xaroth has quit IRC
20:48:17 <DorpsGek> Bugs: http://bugs.opendune.org/view.php?id=32 :: Bug Created :: Hit quit game in menu
20:49:56 <TrueBrain> glx: ^^
20:50:16 <TrueBrain> nice
20:50:20 <TrueBrain> wrong window
20:51:03 <TrueBrain> tneo: a valid crash report! WHOHO! :)
20:51:25 <tneo> heheh :-D
20:52:05 <TrueBrain> although I can't reproduce
20:52:56 <glx> f__2756_0EAE_0006_836B() calls MPU_Stop() :)
20:53:02 <glx> FYI
20:59:23 <glx> seems to be sound driver uninit
21:04:14 <glx> btw it's indeed a valid one ;)
21:05:28 <glx> reproducing will need a good timing I think
21:09:35 *** Xaroth has joined #openDune
21:09:35 *** ChanServ sets mode: +o Xaroth
21:15:57 *** Xaroth_ has quit IRC
22:08:30 *** Yexo has quit IRC
22:45:50 *** Yexo has joined #openDune
22:45:50 *** ChanServ sets mode: +v Yexo
23:03:58 <glx> sound works in my VM
23:04:04 <TrueBrain> concratz :)
23:04:08 <Xaroth|Work> nice
23:04:11 <glx> was easy :)
23:04:17 <glx> aconnect 14 128
23:04:33 <glx> 14 = midi through
23:04:39 <glx> 128 = timidity
23:04:54 <glx> he sound is better in the VM than in windows
23:05:27 <TrueBrain> lol
23:06:39 <glx> but only for some instruments
23:09:48 <glx> hmm #32 is a valid one, but the .bin does nothing
23:10:42 <TrueBrain> libemu/src/pic.c
23:10:46 <TrueBrain> disable first pic_resume()
23:10:50 <TrueBrain> when resuming a crash-log
23:10:55 <TrueBrain> I should make it a stick-it ;)
23:12:58 <glx> in pic_init() ?
23:13:28 <TrueBrain> yes
23:13:31 <TrueBrain> the very first
23:13:42 <glx> that's the only one ;)
23:14:48 <glx> works well :)
23:15:05 <TrueBrain> be careful, a lot of returns are seen as new functions
23:15:06 <TrueBrain> which is wron
23:15:08 <TrueBrain> g
23:15:11 <TrueBrain> so double check your txt changes
23:15:15 <TrueBrain> just keep what is required
23:15:21 <glx> yup like 3EEE
23:18:56 <glx> and the usual reverts ;)
23:21:41 <glx> arg it readded emu_MPU_IsPlaying()
23:22:09 <TrueBrain> so convert that function ;)
23:28:04 <glx> readded but never called ;)
23:43:51 <DorpsGek> SVN: glx (r935) [JIT] -Fix (#32): one more problem found by tneo
23:44:38 <DorpsGek> SVN: glx (r936) -Update (r935, #32): update decompiled code
23:46:55 <DorpsGek> Bugs: http://bugs.opendune.org/view.php?id=32 :: New Status: closed (fixed)
23:47:26 <TrueBrain> nice job glx :)
23:47:52 <TrueBrain> it always makes me happy to see you are one of the few who looks around and notice what has done before, and does that again
23:47:57 <TrueBrain> (commit-style ;))
23:48:07 <glx> hehe
23:48:08 <TrueBrain> so kudos for you :)
23:48:31 <glx> I usually check svn.openttd.org to find what to write
23:48:37 <glx> heu opendune
23:49:09 <TrueBrain> :) As I said, I much appreaciate that :)
23:49:23 <glx> it's easier to keep the same format
23:50:38 <glx> how hard would it be to add a command line arg, so pic_resume is disabled automatically for jit ?
23:50:57 <glx> as I run jit through a script
23:51:10 <TrueBrain> it just stopped working at a point
23:51:11 <TrueBrain> no idea why
23:51:16 <TrueBrain> but .. I guess you can make a getenv() around it
23:51:21 <TrueBrain> like TEST I believe