IRC logs for #opendune on OFTC at 2013-04-21
            
01:00:11 *** glx has quit IRC
13:44:33 *** glx has joined #openDune
13:44:33 *** ChanServ sets mode: +o glx
13:45:28 <glx> hello
13:45:57 <TrueBrain> helloooo
13:46:07 <TrueBrain> I finally squeezed out some more feedback in regards to your gameloop stuff
13:46:25 <glx> hmm ok so I really need to find a way to move Video_SetPalette() to main thread
13:46:25 <TrueBrain> can you try to make a PR where you delay the palette stuff to in the video tick?
13:46:37 <TrueBrain> just set a global :)
13:46:55 <TrueBrain> too bad it takes so much effort to receive feedback, but I am happy we are getting some :)
14:34:13 <glx> something like http://devs.opendune.org/~glx/temp.diff ?
14:35:34 <TrueBrain> from and length are wrong, I guess, as multiple calls can be made?
14:36:18 <TrueBrain> so maybe use min(from, from)
14:36:24 <TrueBrain> and set it to 0xFF when resetting?
14:36:33 <TrueBrain> length is more tricky ... a 'to' would be easier :P
14:39:22 <glx> hmm I get SIGIO
14:39:38 <glx> dunno if it's related to this patch though
14:40:26 <TrueBrain> why btw did you remove the s_video_lock?
14:40:37 <TrueBrain> you dont really want an update while updating the palette?
14:44:03 <glx> hmm ok no SIGIO on clean master but SIGIO on clean branch